/* 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: #328F9D;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #328F9D;
	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: #000;
	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: #FF6600;
	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: 0 0 0 2px;
	position: relative;
	padding:0;
	list-style-type: none;
	float:left;
	z-index: 100;
}
#nav a {
	display: block;
	background-image: url(images/nav-list-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	margin: 0px;
	padding: 18px 18px 4px 16px;
	color: #ffffff;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/nav-list-bg2.gif);
	background-repeat: no-repeat;
}

/*--------------------- Drop Downs ---------------------*/

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 121px;
	font-weight: normal;
	margin: 0 0 0 -42px;
	*margin: 0; /* IE 6 & 7 fix */
	list-style-type: none;
}

#nav li ul a {
	width: 115px;
	margin: 0;
	padding: 6px 20px 6px 20px;
	font-size: 10px;
	color: #328F9D;
	font-weight: bold;
	background-image: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #328F9D;
	border-top: none;
}
#nav li ul a:hover {
	background-color: #8B3C5D;
	background-image: none;
	padding: 6px 20px 6px 20px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #328F9D;
	border-top: none;
}

#nav li ul ul {
	margin: -25px 0 0 149px !important;
	margin: -25px 0 0 149px; /* IE6 fix */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6698C6;
	width: 150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-image: none;
}

/*--------------------- End Drop Downs ---------------------*/
		