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

*{
	margin:0px;
	padding:0px;
}

p{
	margin-bottom:10px;
}

body{
	margin:0px;
	background:url(images/bg_lines.png) repeat-x #111216;
	font:12px Times, serif;
}

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

a:hover{
	color:#c24515;
	text-decoration:underline;
}

blockquote {
	padding: 10px 40px 10px 20px;
	background-color:#b6bfbc;
	margin-bottom:15px;
}

ul{
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:180%;
}

li{
	line-height:180%;
	margin-left:20px;
}

h1{
	font:14px Didot, Georgia, "Times New Roman", Times, serif;
	color:#111215;
	margin:0px 0px 15px 0px;
}

h2{
	font-size:14px;
	margin:5px 0px 5px 0px;
}

h1 a {
	color:#111215;
}

.as{
	background-color:#d1d7d5;
	border:1px #111215 solid;
	margin-left:5px;
	width:100px;
}

select {
	background-color:#d1d7d5;
	border:1px #111215 solid;
	width:157px;
	padding:2px;
	margin-top:3px;
	margin-bottom:2px;
}

input[type="text"],input[type="email"]{
	background-color:#d1d7d5;
	border:1px #111215 solid;
	padding:2px;
	margin-top:3px;
	margin-bottom:2px;
	margin-left:2px;
}

input[type="image"]{
	margin-left:5px;
}

body, html{
	height:100%;
}

a img{
	border:0px;
}

td{
	vertical-align:top;
}
textarea{
	height:150px;
	
}
/* ID's */

#questions li, #answers li{
	list-style-type:none;
	padding:6px 0px 6px 0px;
}

#questions{
	border-bottom:1px solid #a7b1ae;
	padding-bottom:10px;
	margin-bottom:10px;
}

#answers{
	margin-left:20px; 
}

#headerBG0{
	background:url(images/headers/header_bg6.jpg) no-repeat center;
	height:416px;
	width:960px;
}
#headerBG1{
	background:url(images/headers/header_bg6.jpg) no-repeat center;
	height:416px;
	width:960px;
}
#headerBG2{
	background:url(images/headers/header_bg7.jpg) no-repeat center;
	height:416px;
	width:960px;
}
#headerBG3{
	background:url(images/headers/header_bg8.jpg) no-repeat center;
	height:416px;
	width:960px;
}
#headerBG4{
	background:url(images/headers/header_bg9.jpg) no-repeat center;
	height:416px;
	width:960px;
}
#headerBG5{
	background:url(images/headers/header_bg10.jpg) no-repeat center;
	height:416px;
	width:960px;
}


#headerContent{
	width:915px;
}

#body{
	width:960px;
	text-align:left;
}

#bodyContent{
	padding-left:45px;
}

#contactRight{
	padding-left:20px;
}

#topRightNav{
	text-align:right;
	font:10px Times;
	padding-top:15px;
	padding-right:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}

#forms td{
	text-align:left;
}

#nav a{
	color:#FFFFFF;
	text-decoration:none;
}

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

#nav{
	color:#fff;
	text-transform:uppercase;
	font:12px Didot, "Times New Roman", Times, serif;
	text-align:left;
	margin-top:333px;
	margin-left:15px;
}

#points{
	padding-top:10px;
	width:550px;
	font:13px Didot, Georgia, "Times New Roman", Times, serif;
}

#col1{
	width:550px;
	float:left;
}

#col_full{
	width:600px;
	float:left;
}

#col1 p, #col2 p{
	line-height:180%;
}

#col2{
	width:337px;
	float:left;
}


#col3{
	width:888px;
	height:262px;
	padding:15px;
	clear:both;
	background:url(images/col3BG.jpg) no-repeat;
}

#col3Content{
	padding:10px;
	width:625px;
	line-height:180%;
	letter-spacing:1px;
}

#altForm{
	line-height:180%;
}

#footer{
	height:95px;
	background:url(images/footerBG.jpg) repeat-x;
}

#footerWrapper{
	width:888px;
}

#footerContent{
	float:left;
	color:#a7b1ae;
	padding-top:70px;
	text-align:left;
	font:12px Didot, Georgia, "Times New Roman", Times, serif
}

#footerContent a {
	color:#a7b1ae;
	font-weight:normal;
}

#footerContentRight{
	float:right;
	color:#a7b1ae;
	padding-top:70px;
	text-align:left;
	font:12px Didot, Georgia, "Times New Roman", Times, serif
}


#topRightNav a, #footerContentRight a{
	color:#a7b1ae;
	font-weight:normal;
}

/* Classes */

.big{
	font:24px Didot, Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
}

.small{
	font-size:10px;
}

.lightGrey{
	color:#a7b1ae;
}

.pink{
	color:#c24515;
}

.navSpacer{
	margin:0px 32px 0px 32px;
}

.borderBottom{
	border-bottom:1px solid #a7b1ae;
	padding-bottom:2px;
}

.h1BG{
	background:url(images/h1BG.jpg) no-repeat;
	padding-left:10px;
	padding-top:4px;
	margin-bottom:0px;
	margin-top:25px;
	height:25px;
}
.h1BG2{
	background:url(images/h1BG2.jpg) no-repeat;
	padding-left:10px;
	padding-top:4px;
	margin-bottom:0px;
	margin-top:25px;
	height:50px;
}

.blue{
	background-color:#D1D7D5;
}

.bold{
	font-weight:bold;
}

.wide, textarea{
	width:300px;
    background-color:#d1d7d5;
	border:1px #111215 solid;
	margin-left:5px;
}

.wideb{
	width:245px;
	background-color:#d1d7d5;
	border:1px #111215 solid;
	margin-left:5px;
	text-align:left;
}

.form_auth td {
	border-bottom:1px solid #999;
	padding: 5px 0px 5px 0px;
}
.form_auth {
	color:#999999;
}