/* 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: 44px;
}
#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: 40px;
	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: 10px;
}
#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: #1B3679;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1B3679;
	margin-top: 20px;
	margin-bottom: 8px;
	line-height: 22px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1B3679;
	margin-top: 20px;
	margin-bottom: 8px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	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: #BF7000;
	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: 485px;
		height: 40px;
		margin-left: 96px;
	}
	#nav{
		width: 425px;
		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: 485px;
		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: 0; width: 76px;}
	#nav li#link-About { left: 76px; width: 164px;}
	#nav li#link-Resources { left: 240px; width: 91px;}
	#nav li#link-Contact { left: 331px; width: 94px;}
	#sub-nav li#link-Listings { left: 0; width: 76px;}
	#sub-nav li#link-About { left: 76px; width: 164px;}
	#sub-nav li#link-Resources { left: 240px; width: 91px;}
	#sub-nav li#link-Contact { left: 331px; width: 94px;}
	#sub-nav li#link-Home { left: 425px; width: 60px;}
	
	#nav li#link-Listings a:hover { background: url(images/main-nav.jpg) 0 -40px no-repeat; left: 0; width: 76px;}
	#nav li#link-About a:hover { background: url(images/main-nav.jpg) -76px -40px no-repeat; left: 76px; width: 164px;}
	#nav li#link-Resources a:hover { background: url(images/main-nav.jpg) -240px -40px no-repeat; left: 240px; width: 91px;}
	#nav li#link-Contact a:hover { background: url(images/main-nav.jpg) -331px -40px no-repeat; left: 331px; width: 94px;}
	#sub-nav li#link-Listings a:hover { background: url(images/sub-nav.jpg) 0 -40px no-repeat; left: 0; width: 76px;}
	#sub-nav li#link-About a:hover { background: url(images/sub-nav.jpg) -76px -40px no-repeat; left: 76px; width: 164px;}
	#sub-nav li#link-Resources a:hover { background: url(images/sub-nav.jpg) -240px -40px no-repeat; left: 240px; width: 91px;}
	#sub-nav li#link-Contact a:hover { background: url(images/sub-nav.jpg) -331px -40px no-repeat; left: 331px; width: 94px;}
	#sub-nav li#link-Home a:hover { background: url(images/sub-nav.jpg) -425px -40px no-repeat; left: 425px; width: 60px;}
	
	#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------------*/