/*     

	STRUCTURE

*/

body
{
	font:  13px/130% 'helvetica neue', arial, verdana, arial, sans-serif;
	background: #112867 url(/images/body_bg.gif) repeat-x top left ;
	margin: 0px auto;
	color: #666;
}
	
div#container {
	width: 880px;
	background-color: white;
	margin: 0px auto 0px auto;
	padding: 0p 0px 0px 0px;
	}

div#main {

	}

div#image {
	float: left;
	padding-bottom: 40px;
	background: url(/images/image_bg.gif) repeat-x left bottom;
	margin-bottom: 150px;
	}

div#footer {
	background: url(/images/footer_bg.gif) no-repeat left top;
	width: 280px;
	margin: 30px auto;
	padding: 3px 0px 10px 90px;
	color: #7180a8;
	font-size: 10px;
	line-height: 120%;
	}

div#footer a {
	color: #8291bb;
	}

a {
	color: #4f69ae;
	text-decoration: none;
	}

h2 {
	font-size: 110%;
	margin-bottom: .3em;
	color: #4f69ae;
	}

div.fees table {
	background-color: #ffc;
	padding: 10px;
	}

div.fees table td {
	
	}

div.fees table td {
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #d9d9ad;
	}

/* 

NAVIGATION

*/

ul#nav, ul#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#nav li {
	float: left;
	}

ul#nav li a {
	outline: none;
	display: block;
	height: 42px;
	text-indent: -9999px;
	}

ul#nav li.home a, ul#nav li.home_on a {
	background: url(/images/nav_home.gif) no-repeat top left;
	width: 128px;
	}

ul#nav li.home a:hover, ul#nav li.home_on a {
	background-position: 0px -42px;
	}

ul#nav li.about a {
	background: url(/images/nav_about.gif) no-repeat top left;
	width: 150px;
	}

ul#nav li.about a:hover {
	background-position: 0px -42px;
	}

ul#nav li.about_on a {
	background: url(/images/nav_about_on.gif) no-repeat top left;
	width: 150px;
	
	}


ul#nav li.services a {
	background: url(/images/nav_services.gif) no-repeat top left;
	width: 148px;
	}

ul#nav li.services a:hover {
	background-position: 0px -42px;
	}

ul#nav li.services_on a {
	background: url(/images/nav_services_on.gif) no-repeat top left;
	width: 148px;	
	}
	
ul#nav li.fees a {
	background: url(/images/nav_fees.gif) no-repeat top left;
	width: 114px;
	}

ul#nav li.fees a:hover {
	background-position: 0px -42px;
	}

ul#nav li.fees_on a {
	background: url(/images/nav_fees_on.gif) no-repeat top left;
	width: 114px;	
	}

ul#nav li.privacy a {
	background: url(/images/nav_privacy.gif) no-repeat top left;
	width: 195px;
	}

ul#nav li.privacy a:hover {
	background-position: 0px -42px;
	}

ul#nav li.privacy_on a {
	background: url(/images/nav_privacy_on.gif) no-repeat top left;
	width: 195px;	
	}


ul#nav li.contact a {
	background: url(/images/nav_contact.gif) no-repeat top left;
	width: 145px;
	}

ul#nav li.contact a:hover {
	background-position: 0px -42px;
	}
	
ul#nav li.contact_on a {
	background: url(/images/nav_contact_on.gif) no-repeat top left;
	width: 145px;	
	}
	
/* 

HEADERS

*/
	
div.about h1 {
	background: url(/images/hd_about.gif) no-repeat top left;
	text-indent: -9999px;
	}

div.services h1 {
	background: url(/images/hd_services.gif) no-repeat top left;
	text-indent: -9999px;
	}

div.fees h1 {
	background: url(/images/hd_fees.gif) no-repeat top left;
	text-indent: -9999px;
	}

div.privacy h1 {
	background: url(/images/hd_privacy.gif) no-repeat top left;
	text-indent: -9999px;
	}

div.contact h1 {
	background: url(/images/hd_contact.gif) no-repeat top left;
	text-indent: -9999px;
	}

/* 

FRONT PAGE 

*/
	
div#frontImage {
	background: url(/images/image1_btm.jpg) no-repeat bottom left;
	margin: 0px 0px 0px -44px;
	padding: 0px 0px 153px 44px;
	width: 426px;
	float: left;
	}

* html div#frontImage {
	position: relative;
	top: 0px;
	left: 0px;
	}

div#content {
	width: 370px;
	padding: 25px 15px 15px 25px;
	float: left;
	background-color: white;
	}

div.contact div#content {
	width: 800px;
	}

div.frontForm form {
	padding: 0;
	margin: 0;
	}

div.frontForm {
	clear: both;
	padding: 10px 15px 35px 15px;
	width: 430px;
	}

div.frontForm label {
	font-weight: bold;
	color: #4f69ae;
	}

div.frontForm input[type="text"], div.contact input[type="text"], div.contact input[type="textarea"] {
	border: 1px solid #ccc;
	color: #666;
	padding: 2px;
	}

.clearfix {
   clear: both;
    font-size: 1px;
    line-height: .01em;
}


div.contact div.leftDiv, div.contact div.rightDiv {
	float: left; 
	padding: 20px 40px 20px 20px; 
	margin: 0px 0px 0px 0px;
	}

div.contact div.leftDiv h2, div.contact div.rightDiv h2 {
	padding: 0;
	margin: 0;
	background-color: white;
	}

