/* 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: 818px;
	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: 22px;
}
#page-content h1 {
	font-size: 10px;
	color: #9B9B90;
	margin: 0px;
	line-height: 21px;
	margin-left: 90px;
	font-weight: normal;
}
#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	height: 200px;
	width: 818px;
	margin-top: 0;
	padding-top:0;
	position: relative;
}
#body {
	margin-left: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:728px;
}
#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: #CC6600;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666600;
	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: #666600;
	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: #CC6600;
	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;
}
#you-tube {
	float: right;
	width: 340px;
	height: 285px;
	margin: 0 0 10px 15px;
}

/*------------Nav------------*/

#nav-container {
	width: 728px;
	height: 40px;
	margin-left: 90px;
	background-image: url(images/nav-bg.gif);
	background-position:left top;
}
#nav{
	width: 728px;
	height: 40px;
	margin:0px;
	position: relative;
	padding:0;
	list-style-type: none;
	float:left;
}

#nav li, #nav li a {
	height: 40px;
	display: block;
}
#nav a span, #sub-nav a span {display: none;}

#nav li#link-listings { background: url(images/nav.gif) 0 0 no-repeat; left: 0px; width: 81px;}
#nav li#link-about { background: url(images/nav.gif) -81px 0 no-repeat; left: 81px; width: 181px;}
#nav li#link-resources { background: url(images/nav.gif) -262px 0 no-repeat; left: 262px; width: 97px;}
#nav li#link-contact { background: url(images/nav.gif) -359px 0 no-repeat; left: 359px; width: 97px;}
#nav li#link-home { background: url(images/nav.gif) -456px 0 no-repeat; left: 456px; width: 69px;}

#nav li#link-listings a:hover { background: url(images/nav.gif) 0 -40px no-repeat; left: 0px; width: 81px;}
#nav li#link-about a:hover { background: url(images/nav.gif) -81px -40px no-repeat; left: 81px; width: 181px;}
#nav li#link-resources a:hover { background: url(images/nav.gif) -262px -40px no-repeat; left: 262px; width: 97px}
#nav li#link-contact a:hover { background: url(images/nav.gif) -359px -40px no-repeat; left: 359px; width: 97px;}
#nav li#link-home a:hover { background: url(images/nav.gif) -456px -40px no-repeat; left: 456px; width: 69px;}

#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 {
	display: block;
	text-decoration: none;
	background-image: none;
}
#nav li {
	float: left;
	padding: 0;
}
	

