@charset "utf-8";
/* CSS Document */


html { 
	background:#0C0101 url("images/bg.gif"); 
	background-position:top;
	/* Height is 100%, so the body can be 100% */
	height:100%;
}


body {
	background:url("images/bg_hd.png"); 
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}	

#HD {
	width:100%;
	margin:0 auto;
	position:relative;
	height:266px;
	background:url(images/HD.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#HD_comment {
	width:400px;
	margin:0 auto;
	position:relative;
	height:100px;
	padding-top:15px;
	color:#FFF;
}

#HD_comment P {
	position:absolute;
	bottom:0;
	font-size:1.2em;
}


#nav {
	width:770px;
	margin:0 auto;
	position:relative;
}	

#nav ul {
	margin:0;
	padding:0;
	text-align:center;
}

#nav LI{
	display: inline;
	margin: 0 .75em 0 .75em;
}

#nav A, #nav A:VISITED {
	height:34px;
	line-height:34px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding: 5px 10px 4px 10px;
}

#nav A:HOVER {
	border:1px solid #000;
	margin:-1px;
	
}				

#content_wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
	background:#FFF url(images/bg_top_content.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-left:solid #BEBEBE 1px;
	border-right:solid #BEBEBE 1px;
}	



#content_main {
	width:750px;
	margin:0 auto;
	position:relative;
	color:#000;
	padding-top:80px;
	padding-bottom:20px;
	min-height:450px;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#000;
	background:#CDF7AE;
	text-decoration:none;
}

#content_main A:HOVER{
	text-decoration:underline;
}

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}	

H1 {
	padding:0; margin:0;
	font-size:1.4em;
	color:#900028;
	font-family:Georgia, "Times New Roman", Times, serif;
}

H2 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#40850E;
	margin-top:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

P {
	font-size:.9em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.table_emphasis {
	background:#C1FF93;
	font-size:.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

.table_emphasis TD {
	padding:5px;
}	

.table_border_gridbt {
	border:solid 1px #8F6F1C;
	font-size:.9em;
}	

.table_border_gridbt TD {
	border-bottom: 1px solid #900028;
}

.table_noborder_gridbt {
	font-size:.9em;
}	

.table_noborder_gridbt TD {
	border-bottom: 1px solid #900028;
}

.table_border_nogrid {
	border:solid 1px #8F6F1C;
	font-size:.9em;
}

input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], input[type="button"], textarea, select {	
	font-weight:normal;
	background: #FFF;
	color:#003366;
	border:#7EAEC2 1px solid;
} 

input[type="submit"] {	
	font-weight:bold;
	background:#900028;
	color:#FFF;
	border:#000 2px solid;
	text-align:center;
	margin:10px;
}
input[type="submit"]:hover {	
	background:#40850E;
}

#FT_wrapper {
	float:left;
	width:100%;
	margin:0; 
	padding:0;
	background:#BEBEBE url(images/bg_ft.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.cleaner {
	clear:both;
	height:0px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.quote { color:#900028;}
.green { color:#40850E;}
