/* CSS Document */

html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: helvetica, arial, sans-serif;
	font-size:16px;
	background-color: #000000;
	background-image: url(../images/bg_weathered.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}


h1, h2, h3, h4, h5 {
	font-weight:bold;
	color:#FFFFFF;
}

h3 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.0em;
}

h5 {
	font-size:.9em;
}

h6 {
	font-size:.8em;
}

p {
	font-size:.75em;
	color:#FFFFFF;
	line-height:1.3em;
}

#container {
    min-height: 100%;
	min-width:771px;
	padding:25px 0 15px 0;	
}

#content {
	width:771px;
	padding:0;
	background-color: #000000;
	background-image: url(../images/base_bgtile.gif);
	display:block;
	margin: 0 auto;
}

#header {
	width:771px;
	height:387px;
	/*background-color:#FFFF00;*/
	margin:0;
	padding:0;
	}

#baseplate_cap {
	width:771px;
	height:12px;
	background-image:url(../images/hdr_cap.gif);
	background-repeat:no-repeat;
}

#header_image {
	width:771px;
	height:285px;
	background-image:url(../images/hdr_img.jpg);
	background-repeat:no-repeat;
}

#header_badge {
	width:100%;
	height:92px;

}

#header_badge1 {
	padding:0;
	margin:0;
	float:left;
}

#header_badge2 {
	padding:0;
	margin:0;
	float:left;
}

#left {
	float:left;
	width:248px;
	height:400px;
	margin:0;
	padding:0;
	
	background-image:url(../images/nav_inset.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:18px;
	letter-spacing:-1px;
	color:#FFFFFF;
	list-style-image:none;
	list-style-type:none;
	text-align:left;
	padding:0;
	padding-top:33px;
	margin:0;
	margin-top:33px;

	background-image:url(../images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:44px 33px;
	/*display: inline;  fix for ie double margin bug*/

}

#nav li
{
	padding:0 0 0 112px;
}

#right {
	float:left;
	width:523px;
/*	min-height:380px;*/
	padding:0;
	margin-top:0;
	margin-bottom:20px;
	background-image:url(../images/content_inset.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#column_wrapper {
	width:500px;
	margin:45px 0 0 20px;
	display:block;
}

.cols_box {
	width:160px;
	float:left;
	padding:0;
	margin:0;
	border:0;
	background: transparent;
	/*border:1px red solid;*/
}

.cols_box_ctr {
	width:160px;
	float:left;
	padding:0;
	margin:0;
	border:0;
	background: none;
	border-left:1px dashed #454545;
	border-right:1px dashed #454545;
}

.cols_box img, .cols_box_ctr img {
	padding:0 4px;
}

.cols_box p, .cols_box_ctr p {
	padding:0 8px 0 8px;
}

.clearall {
	clear:both;
}

#footer {
	width: 100%;
	background-color:#000000;
	background-image:url(../images/base_bgtile.gif);
	background-repeat:repeat-y;
}

.footer_info {
	padding-left:10px;
}

#footer_cap {
	width: 100%;
	height:50px;
	background-color:#000000;
	background-image:url(../images/ftr_diags.gif);
	background-repeat:no-repeat;
	
}

#page_bttm, #page_bttm p {
	color: #999999;
	text-align:center;
	font-size:10px;
}

#page_bttm a, #page_bttm a:active{
	color:#CCCCCC;
}

#page_bttm a:hover{
	color:#bbc211;
}

img {
	margin:0;
	padding:0;
	border:none;
}

a img {
	border:0;
	margin:0;
	padding:0;
	
}

a {
	color: #bbc211;
	text-decoration:none;
}

a:hover {
	color: #ffff00;
	text-decoration:none;
}

a:active {
	text-decoration:none;
	color: #ffffff;
}

.navlink a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.navlink a:hover {
	text-decoration:none;
	color: #ffff00;
}

.navlink a:active {
	text-decoration:none;
	color: #ffff00;
	font-weight:bold;
}

.navlink_on {
	text-decoration:none;
	color: #bbc211;
	font-weight:bold;
}

.first_divider{
	margin-bottom:10px;
}


