@charset "UTF-8";

/* =============================================== GENERAL Styles ========================================= */

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

/* =============================================== banner ========================================= */

div#banner {
	height: 260px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


/* =============================================== nav ========================================= */

div#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

div#nav-left {
	color: #729dc9;
	text-align: left;
	float: left;
	width: 480px;
	background-color: #216191;
	height: 17px;
	padding-top: 3px;
	padding-left: 10px;
}

div#nav-right {
	color: #FFFFFF;
	text-align: right;
	float: right;
	width: 282px;
	height: 17px;
	padding-top: 3px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #5d86ad;
	background-color: #b19d76;
	padding-right: 5px;
}

div#footer {
	clear: both;
}

div#nav-left a:link, div#nav-left a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#nav-left a:hover, div#nav-left a:active {
	color: #729dc9;
	text-decoration: none;
}

div#nav-left span {
	color: #000000;
	}
	
	
/* =============================================== body ========================================= */

div#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dacfbc;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #5d86ad;
}

div#main h1{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	color: #175091;
	font-weight: normal;
}

div#main h2{
	padding: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #5d86ad;
	font-weight: normal;
	margin-top: 0px;
}

div#main h3{
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	line-height: 20px;
	font-size: 11px;
}

div#main h4{
	padding: 0px;
	line-height: 16px;
	font-size: 11px;
	margin: 0px;
}

div#main p{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

div#main ul{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 17px;
}

div#main ul li{
	padding: 0px;
	margin: 0px;
}

a.link :link, a.link :visited {
	color: #729dc9;
	text-decoration: none;
}

a.link :hover, a.link :active {
	color: #175091;
	text-decoration: none;
}

div#main-left{
	float: left;
	width: 460px;
	padding-right: 35px;
	background-color: #FFFFFF;
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 30px;
	padding-left: 10px;
}

div#main-right{
	float: right;
	width: 240px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-right: 20px;
}

a.service:link, a.service:visited {
	color: #000000;
	text-decoration: none;
}

a.service:hover, a.service:active {
	color: #216191;
	text-decoration: none;
}

span.serviceblue {
	color: #216191;
}


/* =============================================== body2 ========================================= */

div#main2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

div#main2-left {
	background-color: #729dc9;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 230px;
	color: #FFFFFF;
}

div#main2-left ul {
	list-style: none;
	padding: 0;
	font-size: 11px;
	margin: 0;
}

div#main2-left li {
	display: block;
	border-bottom: 1px solid #ffffff;
}

div#main2-left li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

div#main2-left li a:hover {
	background-color: #175091;
	color: #FFFFFF;
	}

div#main2-right {
	float: right;
	width: 500px;
}

div#main2-right h1{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	color: #175091;
	font-weight: normal;
}

div#main2-left h1{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#main2 p{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

div#main2-right ul{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 17px;
}

div#main2-right ul li{
	padding: 0px;
	margin: 0px;
}



/* =============================================== footer ========================================= */

div#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #729dc9;
}

div#bottom a:link, div#bottom a:visited {
	color: #729dc9;
	text-decoration: none;
}

div#bottom a:hover, div#bottom a:active {
	color: #175091;
	text-decoration: none;
}


/* =============================================== dropdown Styles ========================================= */
.dropdown
{
	PADDING-LEFT: 8px;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	HEIGHT: 23px;
	BACKGROUND-COLOR: #729dc9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.dropdownOVER
{
	PADDING-LEFT: 8px;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	HEIGHT: 23px;
	BACKGROUND-COLOR: #175091;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
A.dropLink:link
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.dropLink:hover
{
    COLOR: #ffffff
}

A.dropLink:visited
{
    COLOR: #ffffff
}
