@charset "utf-8";
/* CSS Document */

body {
	background:#DADADA;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}	

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative; 
	background:#666;
}

#header_top_left {
	float:left;
	width:385px;
	height:24px;
	margin:0; padding:0;
	background-image:url(images/bg_topbar.jpg);
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
}

#header_top_right {
	float:left;
	width:385px;
	height:24px;
	margin:0; padding:0px;
	background-image:url(images/bg_topbar.jpg);
	font-weight:bold;
	font-size:14px;
	text-align:right;
	line-height:24px;
	color:#FFF;
}

#header_top_right A, #header_top_right A:VISITED {
	color:#FFF;
	text-decoration:none;
	padding-right:5px;
}

#header_top_right A:HOVER {
	text-decoration:underline;
}	

#nav_left {
	float:left;
	background:#333;
	width:610px;
	height:24px;
	margin:0; padding:0;
}	

#nav_right {
	float:left;
	background:#333;
	width:160px;
	height:24px;
	margin:0; padding:0;
}	

#wrapper_content {
	margin:0; padding:0;
	width:770px;
}	

#content_main {
	float:left;
	width:750px;
	margin:0 auto;
	position:relative; 
	background:#FFF;
	color:#000;
	padding:10px;
	min-height:450px;
}

#content_main A, content_main A:VISITED{
	color:#000;
	font-weight:bold;
	border-bottom:dotted 2px #E77B0C;
	text-decoration:none;
}	

#content_main A:HOVER {
	color:#333;
	border-bottom:dotted 2px #0085A1;
}

#content_main IMG {
	padding:10px;
	background:#FFF;
	border:1px solid #999;
}		

H1 {
	font-size:1.4em;
	color:#0085A1;
}

H2 {
	margin-top:7px;
	font-size:1.4em;
	color:#0085A1;
}

H3 {
	font-size:1.1em;
	color:#80BD00;
}

P {
	font-size:.9em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.table_services {
	border:1px solid #000;
	background:#EAF3D6;
	font-size:.9em;	
}

.table_services th {
	background:#FFFFFF;
}	

.table_services_col {
	background:#B2DAE3;
}

.table_plain {
	border:1px solid #000;
	font-size:.9em;	
}

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}	

.table_content_noborder_gridbt {
	font-size:.9em;
}	

.table_content_noborder_gridbt TD {
	border-bottom: 1px solid #C1DAD7;
	padding:5px;
}	

#sidebar {
	float:right;
	width:160px;
	background:#666;
	text-align:center;
	padding:5px;
	border:solid 2px #000;
}

#footer {
	clear:both;
	margin:0; padding:0;
	padding-top:5px;
	width:770px;
	text-align:center;
	background:#DADADA;
}	
		
.hilite {
	padding:3px;
	background:#FFCC99;
	border:1px dotted #000;
}	

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:#333 1px solid;
} 

input[type="submit"] {	
	font-weight:bold;
	background:#E77B0C;
	color:#FFF;
	border:#333 2px solid;
	text-align:center;
	margin:10px;
}
input[type="submit"]:hover {	
	color:#000;
}
