/* CSS Document */

body {
background: #3E0C04 url("../images/bg_grad.jpg") repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Home Page Layout */

.container{
width: 765px;
margin-right: auto;
margin-left: auto;
padding-bottom: 10px;
}
.container_bottom{
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.col_one {
float: left;
width: 170px;
text-align: left;
}

.col_two {
	float: left;
	width: 195px;
	text-align: left;
}

.col_three {
float: left;
width: 195px;
text-align: left;
}

.col_four {
float: left;
width: 205px;
text-align: left;
}


/* Interior Page Layout */

.interior_image {
float: left;
width: 540px;
height: 300px;
border-top: 10px solid #ffffff;
border-left: 10px solid #ffffff;
border-bottom: 10px solid #ffffff;
border-right: 5px solid #ffffff;
}

.interior_subnav {
float: left;
width: 200px;
height: 300px;
border-top: 10px solid #ffffff;
border-left: 0px;
border-bottom: 10px solid #ffffff;
border-right: 10px solid #ffffff;
background: url(../images/bg_subnav_grad.jpg) repeat-y;
}

.interior_content_shell {
width: 765px;
background: #DFE1E6;
padding-bottom: 10px;
}

.interior_about {
width: 745px;
border: 10px solid #ffffff;
background: #383838 url(../images/bg_about_grad.jpg) no-repeat;
}


.clear {
clear:both;
}

.col150{
position: relative;
float: left;
width: 150px;
text-align: left;
margin-bottom: 15px;
margin-top: 5px;
}

.col200 {
position: relative;
float: left;
width: 200px;
text-align: left;
margin-bottom: 15px;
margin-top: 5px;
}

.col565 {
position: relative;
float: left;
width: 565px;
text-align: left;
margin-bottom: 15px;
margin-top: 5px;
}

.highlight {
background: #ffffff url(../images/bg_highlight_grad.jpg) repeat-y;
}

/* Formatting */

a:link {
	color: #467597;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #467597;
	font-weight: bold;
}

a:hover {
	color:#467597;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #467597;
	text-decoration: none;
	font-weight: bold;
}

p, hr, br, ul, li, td, b, u, i, th {
font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
p {
font-size: 11px;
line-height: 1.5;
	color: #333333;
	margin-left: 15px; 
	margin-right: 15px;
}

p.white {
color: #ffffff;
}

h1 {
	font-size: 16px;
	color: #394962;
	font-style: bold;
	margin-left: 15px; 
	margin-right: 15px;
	margin-bottom: 5px;
	letter-spacing: -.5;
}

h2 {
	font-size: 14px;
	color: #3E0C04;
	font-style: bold;
	margin-top: 10px;
	margin-left: 15px; 
	margin-right: 15px;
	margin-bottom: -8px;
	letter-spacing: -.5;
	padding-top: 5px;
	border-top: solid 3px #CDD0D8;
}

h3 {
	font-size: 12px;
	color: #333333;
	padding: 2px;
	font-style: bold;
	margin-left: 12px; 
	margin-right: 25px;
	margin-bottom: -10px;
	padding-bottom: 3px;
	background: #CDD0D8;
}

.imgspace {
margin-right: 10px;
margin-bottom: 10px;
margin-top: 5px;
}
	
	ul li {
	font-size: 11px;
	list-style-type: square;
	line-height: 1.5;
	}
	
	.home_nav {
	position: relative;
	left: 15px;
	top: 45px;
	color: #FFFFFF;
	line-height: 1.5;
	font-weight: bold;
}

/* Subnav Bullet Layout */
/* negative text indent used for lines that wrap with margin left setting the indent */

#SubNav ul {
		list-style: none;
		padding: 0;
		text-indent: -15px;
		padding-top: 10px;
		padding-bottom: 5px;
		margin-left: 25px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 10px;
		line-height: 1.3;
		}

#SubNav li, #SubNav-gen li {
		list-style-image: none;
		list-style-type: none;
		margin-right: 10px;
		margin-bottom: 0px;
		padding-bottom: 5px;
		font-size: 10px;
		}
		
#SubNav hr {
	border: none;
	border-top: 3px solid #333333;
	height: 1px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 1px;
}
		
#SubNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
#SubNav li a:active {
	color: #FFFFFF;
	font-weight: bold;
	}
	
#SubNav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

		#SubNav li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

/* Standard Footer Layout & Formatting */

.footer {
	clear:both;
	padding-top: 10px;
	font-size: 9px;
	line-height: 1.5;
	color: #999999;
	text-align: center;
}

.footer a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

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

.footer a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.footer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.footer_ad {
	clear:both;
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.5;
	color: #FCFCFC;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

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

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

.footer_ad a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

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

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

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

.home_nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;	
}

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

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

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

.white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

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

.style1 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-left: 0px;
}

.style2 {
	font-size: 12px;
	color: #3E0C05;
	font-weight: bold;
	margin-left: 10px;
}

.style3 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
}
.style4 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 0px;
}
.style5 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 0px;
}
