@charset "utf-8";
/* CSS Document */

body {
	background:#AFBFE4;
	background-image:url(images/bg.jpg);
	background-position:center 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:#FFF;
}


#nav_wrapper {
	float:left;
	width:770px;
	height:34px;
	background-image:url(images/bg_nav.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}	

#nav {
	margin:0 auto;
	position:relative;	
	list-style-type:none;
	font-size:.9em;
	padding-top:4px;	
}

#nav LI{
	float:left;
}

#nav A, #nav A:VISITED {
	display: block;
	padding: 4px 15px 4px 15px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-style:italic;
}

#nav A:HOVER {
	background:#9FC6F4;
}

#content_wrapper {
	float:left;
	width:770px;
	background-color:#F3F6FB;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}	

#content {
	clear:both;
	width:750px;
	margin:0 auto;
	position:relative; 
	color:#000;
	margin-top:5px;
	padding-bottom:20px;
	min-height:480px;
}

#content A, content_main A:VISITED{
	font-weight:bold;
	color:#E14592;
	border-bottom:1px #E14592 dotted; 
	text-decoration:none;
}	

#content A:HOVER {
	border-bottom:1px #587A7B dotted; 
}	

#content H1 {
	font-size:1.2em;
	color:#587A7B;
}	

#content H2 {
	margin-top:7px;
	font-size:1.1em;
	color:#587A7B;
}

#content H3 {
	font-size:1.0em;
	color:#65942E;
}

#content P {
	font-size:.9em;
}		

#content sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

#content LI {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}		

.table_services {
	font-size:.9em;
}

.table_logos IMG {
	border:1px solid #666;
	background:#FFF;
	padding:5px;
}

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:#587A7B;
	color:#FFF;
	border:#000 2px solid;
	text-align:center;
	margin:10px;
}
input[type="submit"]:hover {	
	background:#65942E;
}	

.myForm td, input, select, textarea, checkbox  {
		font-family: tahoma;
		font-size: 12px;
	}

	.required {
		color: red;
	}
	
#Home_Slide {
	width:500px;
	height:250px;
	margin:0px 20px 20px 20px;
}		

#Home_Slide IMG {
	border:1px solid #666;
	background:#FFF;
	padding:5px;
}

.news {
	border:1px solid #666;
	background:#FFF;
	padding:5px;
}
