/*****************/	
/* Styles */
/*****************/	

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DFDBD8;
	background-image: url(/media/body-bg.jpg);
	background-repeat: repeat-x;
}

p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #474747;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
}
a {
	color: #6EBB1F;
	text-decoration: none;
}
a:hover {
	color: #92CC57;
	text-decoration: underline;
}
h1 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #499fd0;
	margin-top: 30px;
	line-height: 1.3em;
	z-index: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	}
h2 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0768A9;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}
h3 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6EBB1F;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

li {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #474747;
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-image: url(/media/bullet.jpg);
}

/*****************/	
/* Layout */
/*****************/	

#container {
	width: 978px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/media/mainContent-bg.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 978px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 127px;
}
#navigation {
	height: 27px;
	width: 978px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
#mainContent {
	width: 738px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: static;
}

/*****************/	
/* Footer */
/*****************/	

#footerContainer {
	padding: 0;
	background-color: #CAC3BF;
	height: 27px;}
#footer {
	width: 978px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/media/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
	padding-right: 20px;
	padding-left: 20px;
}
.quote {
	font-style: italic;
	color: #6EBB1F;
}
#footer a {
	color: #FFFFFF;
}

/*****************/	
/* RightNav */
/*****************/	

#rightColumn {
	width: 200px;
	padding: 0;
	background-color: #EDEDED;
	background-image: url(/media/rightColumn-bg.jpg);
	background-repeat: repeat-x;
}
#rightColumn p {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CAC3BF;
}
#rightColumn h2 {
	text-transform: uppercase;
	background-image: url(/media/rightColumnH2-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	color: #91867E;
	font-size: 12px;
	margin-top: 0px;
}

/*****************/	
/* Middle Column */
/*****************/	

#marketingContainer {
	vertical-align: top;
	margin-top: 30px;
	margin-left: 20px;
	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 200px;
	}
#marketingContainer img {
	margin-bottom: -10px;
	padding-bottom: 0px;
	margin-top: 10px;
}
#marketingContainer p {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
}


h4 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #458EBF;
	margin-bottom: 10px;
	padding-bottom: 3px;
	margin-top: 10px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDBD8;
	padding-left: 1px;
}
.BoldTextGreen {
	font-style: normal;
	color: #458EBF;
	font-weight: bold;
	font-size: 12px;
}
.landingbanner {
	padding-top: 30px;
	padding-bottom: 0px;
}
#marketingContainer h2 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0768A9;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDBD8;
	margin-top: 0px;
	padding-top: 0px;
}
h5 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #474747;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 0px;
	font-style: italic;
}
