@charset "UTF-8";
/* CSS Document */

* {margin:0px; padding:0px;}
a {outline:none;}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:17px;
	font-size:12px;
	background-color:#CCCCCC;
}

p {margin-bottom:12px;}
h2 {margin-bottom:15px;font-size:14px;}
a {color:#333639;text-decoration:underline;}
a:hover {text-decoration:none;}

.img_float_right {
	float:right;
	border:1px solid #000000; 
	margin:10px 0px 20px 30px;
}

#wrapper {
	width:900px;
	margin:40px auto;
	position:relative;
	border:1px solid #333639;
}

#masthead {
	width:100%;
	position:relative;
	border-bottom:1px solid #333639;
	height:125px;
	background-image:url(../images/sd_map2.jpg);
	background-repeat:no-repeat;
}

#masthead div img {
	float:right;
}

#masthead h1 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:36px;
	padding:85px 0px 5px 5px;
	font-weight:normal;
	color:#000000;
}

#links {
	float:left;
	width:240px;
}

#links div {
	padding:34px 0px 0px 20px;
}

#links div h3 {
	width:120px;
	background-color:#333639;
	color:#FFFFFF;
	margin-top:20px;
	padding:30px 10px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
}

#links div h3 span {
	font-weight:bold;
	text-transform:none;
	font-size:12px;
}

#links div h3 {
	display:none;
}

#home #links div h3 {
	display:block;
}

#links div ul li {
	list-style-type:none;
	line-height:35px;
	border-bottom:1px dotted #333639;
	width:195px;
}

#links div ul li a:link,
#links div ul li a:visited {
	color:#333333;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	text-decoration:none;
	font-weight:normal;
}

#home #links div ul .link_home a:link,
#home #links div ul .link_home a:visited,
#contact #links div ul .link_contact a:link,
#contact #links div ul .link_contact a:visited,
#payments #links div ul .link_payments a:link,
#payments #links div ul .link_payments a:visited,
#fees #links div ul .link_fees a:link,
#fees #links div ul .link_fees a:visited,
#about_us #links div ul .link_about_us a:link,
#about_us #links div ul .link_about_us a:visited,
#site_map #links div ul .link_site_map a:link,
#site_map #links div ul .link_site_map a:visited,
#resources #links div ul .link_resources a:link,
#resources #links div ul .link_resources a:visited  {
	font-weight:bold;
	color:#000000;
}

#links div ul li a:hover {
	color:#000000;
	font-weight:bold;
}

#content_wrapper {
	background-image:url(../images/content_background.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#FFFFFF;
}

#content {
	width:630px;
	margin-left:250px;
	min-height:350px;
}

#content div {
	padding:40px 50px 40px 30px;
}

#content div h3 {
	font-size:13px;
}

#content div ul {
	margin:0px 0px 0px 30px;
}

#fee_table {
	margin-bottom:20px;
}

#fee_table,
#fees #content div p {
	width: 500px;
}

.fee_type,
.fee_amount {
	border-bottom:1px dotted #CCCCCC;
}

.fee_type {text-align:left;}
.fee_amount {text-align:right;}

#contact #content div iframe {
	border:1px solid #000000;
	width:550px;
	height:480px;
}

#footer {
	clear:both;
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
	height:75px;
	font-size:11px;
	letter-spacing:1px;
	border-top:1px solid #000000;
}

#footer p {
	padding-top:10px;
}

#footer p a {
	color:#000000;
	text-decoration:underline;
}

#footer p a:hover {
	color:#000000;
	text-decoration:none;
}

#footer p img {
	border:0px;
	width:88px;
	height:31px;
	position:relative;
	top:5px;
	padding-right:16px;
}


