/* CSS Document */

body {
	margin: 0px;
	background: url(/images/sidebar.png);
	background-repeat: repeat-x;
	/*font-family: Arial, Helvetica, sans-serif;*/
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration:none;
}

a img {
	border: none;
}


.bodyTop {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	/*color:#958B89;*/
	color: #9C9290;
	font-size: 11px;
	letter-spacing:.01em;
	font-weight:normal;
	display:inline;
}

.bodyTop h1 {
	font-size:9px;
	width: 950px;
}

h2, h3, h4, h5, h6 {
	color: #CCCCCC;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: -1px;
	display:inline;
}



.bodyContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.bodyContentTopBorder {
	width: 960px;
	margin-left: auto;
	margin-right: auto;

	height: 10px;
}


.bodyContentBorderLeft, .bodyContentBorderRight {
	float: left;
}
.bodyContentBorderRight {
	float: right;
}

.mainBody {
	padding: 4px 27px 20px 27px;
}

.bodyText {
	margin-top: 4px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 4px;
}

.topButtons {
	text-align: right;
	line-height: 24px;
}


.topImage {
	display: block;
	position: relative;
	margin-bottom: 3px;
	height: 135px;
	width: 905px;
	background-image: url(/images/banner.png);
	background-repeat: no-repeat;
}

.topImage-landing {
	display: block;
	position: relative;
	margin-bottom: 3px;
	height: 135px;
	width: 905px;
	background-image: url(/images/banner-landing.png);
	background-repeat: no-repeat;
}

.banner_link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 475px;
	height: 135px;
}


.searchBar {
	width:250px;
	position: absolute;
	top: 17px;
	right: 5px;
	height: 24px;
	text-align: right;
}
.searchBar img, input {
	vertical-align:middle;
}
.searchBar input[type="text"] {
	height:15px;
	width:143px;
}
.newsletter_signup {
	position: absolute;
	right: 20px;
	bottom: 12px;
	width: 166px;
	height: 50px;
	background-image: url(/images/newsletter-signup.png);
	background-repeat: no-repeat;
}

.newsletter_signup_landing {
	position: absolute;
	right: 20px;
	bottom: 12px;
	width: 166px;
	height: 50px;
	background-image: url(/images/newsletter-signup-landing.png);
	background-repeat: no-repeat;
}

.mainMenu {
	height:30px;
}


.mainMenu img {
	float:left;
	border:none;
}


.mainModuleContainer {
	height: 222px;
	margin-bottom: 8px;
}

.mainModule {
	position: absolute;
	height: 200px;
	width: 267px;
	
	border: solid 1px #E9E5DC;
	background-color: #F9F0E7;
	color: #554E46;
	
	padding: 11px;
	font-size:11px;
	line-height:16px;
}



.mainImage {
	border: solid 1px #E9E5DC;
	padding: 3px;
	background-color: #FFFFFF;
	display:block;
}

.readmore {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.bottomNav {
	font-size:11px;
	text-align: center;
	color: #450855;
	margin-bottom: 4px;
	clear:both;

}
.bottomNav a {
	color: #450855;
	text-decoration:underline;
}
.bottomNav a:hover {
	color: #D88E4D
}

.copyright {
	margin-top:16px;
	text-align: center;
	color: #999999;
	font-size:11px;
}



