/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	background-color: #EEEEDD;
}
#background {
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#container {
	width: 807px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
#page-content {
	background-color: #EEEEDD;
	height: 21px;
}
#page-content h1 {
	font-size: 10px;
	color: #9B9B90;
	margin: 0px;
	line-height: 21px;
	margin-left: 71px;
	font-weight: normal;
}
#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	height: 140px;
	width: 807px;
	margin-top: 41px;
	padding-top:20px;
	position: relative;
}
#body {
	margin-left: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:510px;
}
#body p {
	margin-top: 2px;
	margin-bottom: 8px;
}
#footer-container {
	width: auto;
	height:60px;
	background-color: #EEEEDD;
}
#footer {
	height: 90px;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEDD;
	position: relative;
}
#footer img {
	margin: 0px;
	left: 35px;
	top: 0px;
	position: absolute;
}
#footer-text {
	left: 244px;
	top: 0px;
	position: absolute;
}
#footer-text p {
	margin: 6px 0px;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}
#footer a {
	color: #133C63;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #133C63;
	margin-top: 10px;
	margin-bottom: 8px;
	line-height: 22px;
}
h1.seo {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 0px;
	font-style: italic;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #133C63;
	margin-top: 20px;
	margin-bottom: 8px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #133C63;
	margin-top: 20px;
	margin-bottom: 8px;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 8px;
}

a {
	color: #B90101;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#body ul {
	margin: 0px 0px 2ex;
	padding: 0px;
}
#body ul li {
	margin: 0px 0px 1ex;
	padding: 0px 0px 0px 20px;
	list-style: none;
	display: block;
	background: url(images/bullet.gif) no-repeat 6px 5px;
}
	/*------------Nav------------*/
	#nav-container, #sub-nav-container {
		width: 482px;
		height: 40px;
		margin-left: 96px;
	}
	#nav{
		width: 482px;
		height: 40px;
		background-image: url(images/main-nav.jpg);
		background-position:left top;
		margin:0px;
		position: relative;
		padding:0;
		list-style-type: none;
		float:left;
	}
	#sub-nav{
		width: 482px;
		height: 40px;
		background-image: url(images/sub-nav.jpg);
		background-position:left top;
		margin:0px;
		position: relative;
		padding:0;
		list-style-type: none;
		float:left;
	}
	
	#nav li, #nav li a, #sub-nav li, #sub-nav li a{
		height: 40px;
		display: block;
	}
	#nav a span, #sub-nav a span {display: none;}
	#nav li#link-listings { left: 0px; width: 75px;}
	#nav li#link-about { left: 75px; width: 166px;}
	#nav li#link-resources { left: 241px; width: 91px;}
	#nav li#link-contact { left: 332px; width: 92px;}
	#sub-nav li#link-listings { left: 0px; width: 75px;}
	#sub-nav li#link-about { left: 75px; width: 166px;}
	#sub-nav li#link-resources { left: 241px; width: 91px;}
	#sub-nav li#link-contact { left: 332px; width: 92px;}
	#sub-nav li#link-home { left: 424px; width: 58px;}
	
	#nav li#link-listings a:hover { background: url(images/main-nav.jpg) 0 -40px no-repeat; left: 0px; width: 75px;}
	#nav li#link-about a:hover { background: url(images/main-nav.jpg) -75px -40px no-repeat; left: 75px; width: 166px;}
	#nav li#link-resources a:hover { background: url(images/main-nav.jpg) -241px -40px no-repeat; left: 241px; width: 91px}
	#nav li#link-contact a:hover { background: url(images/main-nav.jpg) -332px -40px no-repeat; left: 332px; width: 92px;}
	#sub-nav li#link-listings a:hover { background: url(images/sub-nav.jpg) 0 -40px no-repeat; left: 0px; width: 75px;}
	#sub-nav li#link-about a:hover { background: url(images/sub-nav.jpg) -75px -40px no-repeat; left: 75px; width: 166px;}
	#sub-nav li#link-resources a:hover { background: url(images/sub-nav.jpg) -241px -40px no-repeat; left: 241px; width: 91px;}
	#sub-nav li#link-contact a:hover { background: url(images/sub-nav.jpg) -332px -40px no-repeat; left: 332px; width: 92px;}
	#sub-nav li#link-home a:hover { background: url(images/sub-nav.jpg) -424px -40px no-repeat; left: 424px; width: 58px;}
	
	#nav a, #sub-nav a{
		display: block;
		background-image:none;
		text-decoration: none;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		color: #ffffff;
		font-weight: bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 40px;
		top:0px;
	}
	#nav li a:hover, #sub-nav li a:hover{
		display: block;
		text-decoration: none;
		background-image: none;
	}
	#nav li, #sub-nav li{
		float: left;
		padding: 0;
	}
	
	/*------------Nav------------*/

/*

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 20px 0px 20px 0px;
}
#container {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 124px;
}
#body {
	clear: both;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2D75B8;
	margin-top: 25px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2D75B8;
	margin-top: 20px;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #2D75B8;
	margin-top: 20px;
	margin-bottom: 0px;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
}
#navcontainer {
	float: left;
	width: 728px;
}
#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #2D75B8;
	color: #ffffff;
	float: left;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 4px 10px 4px 10px;
	background-color: #2D75B8;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #666666;
	color: #ffffff;
}
#body ul {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 25px;
}
#body li {
	margin: 0px 0px 6px;
	padding: 0px 20px;
	background: url(images/bullet.gif) no-repeat 3px 3px;
	list-style-type: none;
}
.message-box {
	background-color: #dddddd;
	text-align: center;
	padding: 2px 10px;
	width: 300px;
	border: 1px dashed #666666;
	margin-right: auto;
	margin-left: auto;
}
div {
	border: 1px solid #FFFFFF;
}
a {
	color: #2D75B8;
	text-decoration: underline;
}
a:hover {
	color: #73AADE;
	text-decoration: none;
}

