@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	color: #000;
	vertical-align: middle;
} .clearer {
	clear:both;
}
html, body {
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(images/body_bg.jpg) top left repeat-x #ff6600;
}
body#search { background:url(images/body_bg_search.jpg) top left repeat-x #ff6600; }
#outerWrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	width:900px;
	margin:0 auto;
	height:140px;
}
#header h1 {
	width:304px; height:140px;
	background:url(images/logo_top.jpg) top left no-repeat;
	text-indent:-999em; overflow:hidden;
	float:left;
}
#header h9 {
	text-indent:-999em; overflow:hidden;
	float:top;
}
ul#topNav {
	width:560px; height:140px;
	list-style:none;
	float:right;
}
ul#topNav li { float:right; }
ul#topNav li a {
	width:100px; height:80px;
	float:left;
	display:block;
	color:#666;
	text-decoration:none;
	padding:30px 20px;
	font-size:1.2em;
	background:url(images/topnava.jpg) top left repeat-y;
}
ul#topNav li a span { font-weight:bold; color:#000; font-size:1.4em; margin-bottom:5px; display:block; }
ul#topNav li a:hover span, ul#topNav li a.current span { color:#ff6600; }
ul#topNav li a:hover { background:#ffd3b5; color:#666; }
/*#search-holder { background:url(images/search_back.jpg) top center no-repeat; height:510px; }*/
#outerHolder { background:#ff6600; }
#content-holder { background:url(images/std_back.jpg) top center no-repeat #ff6600; width:900px; margin:0 auto; padding-top:60px; }
#footer, .push {
	height: 60px;
}
#footer { background:url(images/footer_back.jpg) top left repeat-x #999999; }
#footer-wrap {
	width:900px;
	margin:0 auto;
}
#footer-wrap ul {
	/*width:100px;*/
	float:none;
	text-align:center;
	background:url(images/ulfoot.jpg) bottom left no-repeat;
	padding-left:10px;
	padding-right:10px;
	margin:20px 0px;
	height:15px;
}
#footer-wrap ul h3 {
	color:#ff6600;
	font-size:1em;
	margin-bottom:5px;
}
#footer-wrap ul li { font-size:1.2em; list-style:none; line-height:25px; }
#footer-wrap ul li a { color:#000; text-decoration:none; }
#footer-wrap ul li a:hover { text-decoration:underline; }
p.copy { text-align:right; }

h1 { font-size:3em; }
p {
	font-size:1.2em;
	margin-bottom:10px;
	color: #000;
	margin-left: 0px;
	text-align: left;
}


#leftCol {
	background:url(images/leftColTop.jpg) top center no-repeat #FFF;
	padding:30px 30px 20px 30px;
	width:615px;
	position:relative;
	margin-bottom:30px;
}
#leftCol .bottom {
	width:675px;
	background:url(images/leftColBottom.jpg) bottom center no-repeat;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:0;
}

