@charset "utf-8";
/* CSS Document */

#main {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;	
	width: 100%;
	height: 30px;
}

#specialNav {
	right: 3px;
	position:absolute;
	top: 0;
}

#specialNav img {
	margin: 0;
	padding: 0;
}

#mainNav {
	width: 100%;
	height: 77px;
	background-attachment: scroll;
	background-image: url(images/mainNav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

#mainDivider {
	height: 14px;	
}

#contentContainer {
	width: 100%;
	position: relative;
}

#leftSide {
	float: left;
	width: 505px;
	min-height: 395px;
}

#leftSide #leftSideContent {
	margin: 5px;
}

#rightSide {
	position: absolute;
	right: -1px;
	width: 246px;
	background-image:url(images/sidebar_bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#rightSide #rightSideContent {
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer {
	background-attachment: scroll;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	padding-left: 90px;
	padding-top: 22px;
	margin-top: 10px;
}

.specialNavDropdown {
	width: 333px;
	height: 77px;
	background: url(images/specialNav_dropdown_bg.jpg) no-repeat left top;
	position: absolute;
	right: 5px;;
	top: 0;
}

.specialNavDropdown .dropdownContent {
	padding: 10px;	
	color: #ffffff;
}

.specialNav {
	display: inline;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#breadcrumbs {
	width: 100%;
	text-align: right;
}

.featureImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #4c1b1b;
}



/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clearfix { display: inline-block; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; }