@charset "utf-8";
/* CSS Document */

body,
html{
	background-color:#E6E6E6;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	
}
#container{
	width:900px;
	min-height:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	overflow:hidden;
}

/* Navigation Styles */
#nav_container{
	width:900px;
	height:54px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#nav_item{
	width:149px;
	height:56px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#nav_item h1{
	font-size:16px;
	font-weight:bold;
	color:#999;
	margin-top:0px;
	margin-bottom:6px;
}
#nav_item p{
	font-size:10px;
	color:#666;
	margin:0;
	line-height:10px;
}
#nav_item img{
	width:29px;
	height:54px;
	margin-left:0px;
	margin-right:6px;
	margin-top:0px;
	margin-bottom:5px;
	float:left;
	border-style:none;
}
#nav_item h1 a{
	text-decoration:none;
	color:#999;	
}
#nav_item h1 a:hover{
	color:#CCCCCC;
}

/* Flash banner container */
#flash_container{
	width:900px;
	height:184px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
}

/* Content Sections */

h2{
	color:#8F200D;
	font-size:20px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top: 5px;
}
h3{
	color:#D42E12;
	font-size:14px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top: 5px;
}	

#content_container{
	width:880px;
	min-height:441px;
	padding:10px;
	float: left;
}

li{
	font-size:11px;
	color:#333333;	
}

/*Homepage Columns */
#col{
	width:292px;
	height:430px;
	border-right:#CCCCCC dotted 1px;
	float:left;
}

#colwide{
	width:876px;
	height:430px;
	float:left;
}

#subpage_col{
	width:292px;
	height:400px;
	border-right:#CCCCCC dotted 1px;
	float:left;
}

#sub_nav {
	float:left;
	width:900px;
	height:22px;
	background-color:#D42E12;
	margin-left:-10px;
	margin-top:-10px;
	margin-bottom:10px;
	text-align:center;
	padding-top:4px;
	color:#FFF;
	font-size:12px;
	text-transform: lowercase;
}
#sub_nav a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
#sub_nav a:hover{
	color:#CCC;
}

p{
	font-size:11px;
	margin-bottom:2px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	color:#333333;	
}

/* Footer */
#footer {
	float:left;
	width:900px;
	height:30px;
	background-color:#D42E12;
}

#footer p{
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	margin-top:8px;
}
a {
	font-weight: bold;
	color: #CB1000;
	text-decoration: none;
}
