@charset "utf-8";
/* CSS Document */

html {
	background-image:url(images/bg1.jpg); 
	/* Height is 100%, so the body can be 100% */
	height:100%;
}


body {
	background:url("images/bg2.jpg"); 
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	margin:0;
	display:table;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	background-image:url(images/hd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
}		

#nav_wrapper {
	clear:both;
	width:910px;
	height:30px;
	margin:0 auto;
	position:relative;
	padding-top:280px;
}	

#nav {
	margin:0 auto;
	position:relative;	
	list-style-type:none;
	font-size:.9em;
}

#nav LI{
	float:left;
}

#nav A, #nav A:VISITED {
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration:none;
	color:#3F4641;
	font-weight:bold;
	border-top:#CACACA solid 2px;
}

#nav A:HOVER {
	color:#333;
	background:#E1EEAA;
	border-top:#9D6E5C solid 2px;
}

#content_wrapper {
	float:none;
	width:930px;
	margin:0 auto;
	position:relative;
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y;	
}

#content_main {
	float:none;
	width:890px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
	padding-bottom:180px;
	min-height:500px;
	color:#292524;
	background-image:url(images/tagline.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#333;
	background:#E1EEAA;
	text-decoration:none;
}	

#content_main A:HOVER {
	color:#000;
	text-decoration:underline;
}	

#content_main LI {
	list-style:circle url(images/bullet.gif);
	font-family:Verdana, Arial, sans-serif;
	font-size:.9em;
	margin-bottom:.7em;	
}

#content_main IMG {
	background:#FFF;
	padding:5px;
	margin:10px;
	border:solid #242424 1px;
}		


P {
	font-size:.9em;
}	

H1 {
	margin:0;
	font-size:1.2em;
	color:#9D6E5C;
}

H2 {
	margin:0;
	font-size:1.1em;
	color:#292524;
}

H3 {
	margin:0;
	font-size:1.1em;
	color:#292524;
}

H4 {
	margin:0;
	font-size:1.1em;
	color:#333;
	background:#FFFFCC;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

#ft_wrapper {
	width:100%;
	height:90px;
	background-image:url(images/ft_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#ft {
	float:none;
	width:930px;
	margin:0 auto;
	position:relative;
	background: url(images/ft.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:20px;
	font-size:.9em;
}	

#Home_Slide {
	float:right;
	width:200px;
	height:300px;
	margin:0px 20px 20px 20px;
	z-index:1;
}	


.table_content_border_nogrid {
	border:solid 1px #C1DAD7;
	font-size:.8em;
}	

.table_content_border_nogrid TD{
	padding:3px;
}

.table_content_border_grid {
	border:solid 1px #333;
	font-size:.8em;
}	

.table_content_border_grid TD {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding:3px;
}

.table_content_noborder_gridbt {
	font-size:1em;
}	

.table_content_noborder_gridbt TD {
	border-bottom: 1px solid #C1DAD7;
	padding:3px;
}

.table_hilite {
	border:dotted 2px #0B6D0B;
	font-size:.9em;
}

.table_hilite TD{
	padding:5px;
}

		
input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], textarea, select {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background: #ffffff;
	color:#003366;
	border:#003366 1px solid;
} 

input[type="submit"], input[type="button"] {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background:#D3E3FB;
	color:#000000;
	border:#000000 2px solid;
	text-align:center;
	margin:5px;
}
input[type="submit"]:hover, input[type="button"]:hover {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background:#0F4A9C;
	color:#ffffff;
	border:#000000 2px solid;
	text-align:center;
	margin:5px;
}
