body, html {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	}
body {
	background: #B0C7DA;
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 71.2%;
	}
.clear {
	clear: both;
	display: block;
	width: 100%;
	}

/* --- Reset --- */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
	} 

/* --- Images --- */
img { border: 0; }
.imglt {
	clear: left;
	float: left;
	margin: 0 0.6em 0.6em 0;
	}
.imgrt {
	clear: right;
	float: right;
	margin: 0 0 0.6em 0.6em;
	}
.lt {
	float: left;
	margin: 0 0.3em 0.3em 0;
	}
.rt {
	float: right;
	margin: 0 0 0.3em 0.3em;
	}
	

	
	
/* --- Rules --- */
hr {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d5d2d9;
	clear: both;
	margin: 1em 0;
	padding: 0;
	width: 100%;
	}

/* --- Text Elements --- */
p { 
	line-height: 1.5em;
	margin: 0.3em 0 1.7em 0;
	}
h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; }
h1 {
	font-size: 2em;
	line-height: 2.1667em;
	}
h2 {
	font-size: 1.6667em;
	line-height: 1.833em;
	font-weight: normal;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.6667em;
	}
h4 {
	font-size: 1.3334em;
	line-height: 1.5em;
	}
h5 {
	font-size: 1.1667em;
	line-height: 1.3334em;
	}




/* # STRUCTURE
--------------------------------------------------- */
div#wrapper {
	clear: both;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	margin-bottom: 0 !important;
	margin-bottom: -4em;
/*	width: 770px;*/
	}
div#container {
	background: #fff;
	border: 1px solid #d3d1ca;
	border-bottom: 0;
	border-top: 0;
	display: block;
	height: 100%;
	margin: 0;

	}
div#header_wrapper {
	background: url(header_bg.gif) top left repeat-x;
	clear: left;
	width: 100%;
	}
	
div#content_wrapper {
	margin: 0;
	clear: both;

	padding-left: 20px;
	}
	
div#content {
	margin: 0 auto;
	width: 978px;
	padding: 12px 0;
	clear: both;
	position: relative;
	 
	}
	div#content.wide {
		margin-left: 0 !important;
		margin-left: 0;
		padding: 25px;
		width: 720px;
		}
div#footer {
	background: #293B43 url(footer_bg.gif) top left repeat-x;
	clear: both;
	float: left;
	width: 100%;
	}


/* # NAVIGATION
--------------------------------------------------- */
div.nav_wrap {
	background: url(nav_bg2.gif) left top repeat-x;
	width: 100%;
	float: left;
	margin-top: 6px;
	}
ul.navigation {
	background: url(nav_bg2.gif) left top repeat-x;
	clear: both;
	width: 1000px;
	list-style-type: none;
	
	margin: 0 auto;
	}
	ul.navigation li {
		float: left;
		}
	ul.navigation li, ul.navigation li a {
		color: #595E61;
		}
	ul.navigation li.first {
		padding-left: 16px;
		}
	ul.navigation li.header a {
		color: #ccc;
		padding: 5px 0 5px 6px;
		}
			
/* # HEADER
--------------------------------------------------- */
#header_wrapper #top_cats {
	line-height: 22px;
	border-bottom: 1px solid #484848;
	color: #fbcc7e;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	}
	#top_cats div {
		width: 965px;
		margin: 0 auto;
		text-align: left;
		background: url(../images/varrows.gif) 6px 50% no-repeat;
		text-indent: 20px;
		}
	#top_cats span {
		padding-right: 8px;
		}
	#top_cats b,
	#top_cats a:link,
	#top_cats a:visited {
		color: #656e73;
		font-weight: normal;
		text-decoration: none;
		border: none;
		
		letter-spacing: .033em;
		}
	#top_cats a:hover {
		color: #fbcc7e;
		}
	#top_cats span a {
		color: #fbcc7e !important;		
		}
	#top_cats span a:hover {
		color: #656e73 !important;
		}
#site_logo {
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
	}

.header_content {
	width: 1000px;
	margin: 0 auto;
	}


/* # CONTENT
--------------------------------------------------- */
#content {

	}
#content p {
	margin: 0.5em 0 1.5em 0;
	}
	#content p.txtcenter {
		text-align: center;
		}
#content h1 {
	color: #28476e;
	}
#content h2 {
	color: #e25c02;
	}
#content h3, #content h4, #content h5 {
	color: #656e73;
	}
	#content h5.subhead {
		font-weight: normal;
		margin-bottom: 1em;
		margin-top: -1em;
		}
#content a {
	color: #e25c02;
	text-decoration: underline;
	}
	#content a:hover {
		background-color: #f1efe7;
		color: #333;
		}
#content h1 a, #content h2 a, #content h3 a {
	text-decoration: none;
	}
#content ul, #content ol {
	margin-left: 2em;
	}
	#content ul li, #content ol li {
		margin-bottom: 0.5em;
		}
#content small {
	color: #333;
	font-size: 80%;
	line-height: 1.1em;
	font-weight: normal;
	}
	#content small.note {
		color: #555;
		font-weight: bold;
		}
		
#content img.header {
	margin-bottom: 1.5em;
	}

#content .hilite {
	color: #af4736;
	}
#content .grey {
	color: #777;
	}
#content .orange {
	color: #fc8219;
	}

/* # HOMEPAGE
--------------------------------------------------- */

.featured ul li {
	background:transparent url(orangedot.gif) no-repeat scroll 0pt 3px;
	line-height: 150%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 14px;
	}
.featured {
	background: transparent url(lcolumn_bg.gif) right top no-repeat;
	z-index: 900;
	position: relative;
	}
.feat_title {
	margin-bottom: 10px;
	border-bottom: 2px solid #fff;
	}
	.feat_title h1 {
		font-size: 1.8em;
		font-weight: normal;
		letter-spacing: -.007em;

		line-height: 100%;
		padding-top: 12px;
		margin-top: 0;
		padding-right: 14px;
		padding-left: 22px;
		padding-bottom: 8px;
		}
	.feat_title h1 a:hover {
		background: none !important;
		}
	.feat_title p {
		padding: 4px 0 8px 0;
		margin: 0 !important;
		font-size: 1em;
		color: #6b6b6b;
		line-height: normal;
		padding-left: 22px;
		background-color: #eee;
		
		border-left: 2px solid #fff;
		}
	.feat_title p a {
		text-decoration: none !important;
		font-weight: bold;
		}
	.feat_title p b {
		color: #222;
		}

.feat_contents {
	padding: 0 22px;
	}
	.feat_contents h3 {
		margin: 0;
		padding: 0;
		font-size: 110%;
		}
	.feat_contents h2 {
		line-height: 1.1em;
		}

.cat_ico {
	line-height: normal;
	margin: 0 0 -7px 0;
	}
		
.col4 h2 {
	line-height: 1.1em;
	}
	
/* -- Columns -- */

.col2 {
	float: left;
	margin: 0;
	width: 556px;
	background: #fff url(colround_bg.jpg) right 0 no-repeat;
	min-height: 1000px;
	}
.col3 {
	float: left;
	background: #fff;
	margin: 0 0 0 18px;
	width: 394px;	
	background: #fff url(colroundr_bg.jpg) left 0 no-repeat;
	min-height: 1000px;
	}
.col4 {
	float: left;
	width: 146px;
	margin-left: 18px;
	}


.col3 h2 {
	padding: 0 20px;
	}
.col3 h2.titlebar {
	padding: 0;
	margin: 18px 0 0 19px;
	}

.col3 {position: relative; margin-bottom: 22px;}
.col3_ender {
	background: #F7F0E0 url(rcolumn_end_bg.gif) right bottom no-repeat;
	height: 150px;
	right: -5px;
	bottom: -22px;
	position: absolute;
	width: 399px;
	z-index: 5;
	}

.col2 {position: relative; margin-bottom: 22px;}
.col2_ender {
	background: #F7F0E0 url(lcolumn_end_bg.gif) left bottom no-repeat;
	height: 150px;
	left: -5px;
	bottom: -22px;
	position: absolute;
	width: 561px;
	z-index: 5;
	}

.col1 {position: relative; margin-bottom: 22px;}
.col1_ender {
	background: #F7F0E0 url(column_end_bg.gif) left bottom no-repeat;
	height: 150px;
	left: 0;
	bottom: -22px;
	position: absolute;
	width: 968px; z-index: 5;
	}


/* # FOOTER
--------------------------------------------------- */
#footer {
	font-size: 0.9em;
	color: #777;
	}
#footer p {
	line-height: 1em;
	margin: 1em 0;
	}
#footer a {
	border-bottom: 1px dotted #777;
	color: #777;
	text-decoration: none;
	}
	#footer a:hover {
		background: #f1efe7;
		border-bottom: 1px solid #333;
		color: #333;
		}
#footer .foot_legal {
	
	margin: 0 auto;
	width: 923px;
	
	clear: left;
	}
	.foot_legal strong {
		color: #aeaeae;
		}
.foot_nav {
	padding: 36px 0 0 57px;
	margin: 0 auto;
	width: 923px;
	text-align: left;
	}
.foot_nav ul {
	float: left;
	margin: 0 42px 0 0;
	padding: 0;
	list-style: none;
	}
.foot_nav li {
	margin: 0 0 0 2px;
	padding: 0;
	}
.foot_nav li.heading {
	font-weight: bold;
	color: #ea891f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	padding-bottom: 6px;
	margin: 0;
	}
.foot_nav li a,
.foot_nav li a:link,
.foot_nav li a:visited {
	color: #eee !important;
	text-decoration: none;
	border: none !important;
	line-height: 150%;
	padding-bottom: 1px;
	}
.foot_nav li a:hover {
	color: #ffc75e !important;
	background: none !important;
	border-bottom: 1px dotted #ccc !important;
	}



