@charset "UTF-8";
body, h1, h2, h3, ol, p, ul, li   {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 150%;
	color: #666666;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px auto;
	width: 840px;
}
#leftCol {
	width: 210px;
	float: left;
	padding-top: 0px;
	background-image: url(images/leftCol_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}	
#leftCol a {
	text-decoration: none;
}

#rightCol {
	width: 630px;
	float: left;
}
#header {
	background-image: url(images/header_bg.jpg);
	height: 123px;
	background-repeat: no-repeat;
	background-position: right top;
}
#ContentWrapper {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/content_bg.jpg);
	clear: left;
	padding-top: 0px;
	margin-top: 0px;
}
#colWrapper {
}
#content {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 40px;
	
}
#content a {
	text-decoration: none;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 50px;
	clear: left;
}
#footerContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	width: 630px;
	padding-top: 27px;
	margin: 0px auto;
	padding-left: 210px;
}
ol {
	padding-top: 5px;
	padding-left: 20px;
}
p {
	padding-bottom: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF7800;
	padding-bottom: 10px;
	font-weight: normal;
	padding-top: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	text-indent: 180px;
	padding-bottom: 20px;
	font-weight: normal;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
}
#menuh-container
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 17px;
	height: 28px;
	}
		
#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:28px;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
}
#nav li.top {display:block; float:left;}
#nav li a.top_link {
	display:block;
	float:left;
	height:28px;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	padding:0 0 0 5px;
	cursor:pointer;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height:25px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:26px;
}

#nav li:hover a.top_link,
#nav a.top_link:hover
{
}
#nav li:hover a.top_link span, 
#nav a.top_link:hover span
{
}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{
	padding-bottom:3px;
}

#nav table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:0;
}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
}

#nav :hover ul.sub
{
	left:18px;
	top:28px;
	background: #FF7900;
	padding:0px;
	white-space:nowrap;
	width:115px;
	height:auto;
	z-index:300;
}
#nav :hover ul.sub li
{
	display:block;
	height:28px;
	position:relative;
	float:left;
	font-weight:normal;
	color: #FEF4EA;
	width: 115px;
}
#nav :hover ul.sub li a
{
	display:block;
	font-size:12px;
	width:115px;
	line-height:28px;
	color:#FEF4EA;
	text-decoration:none;
	padding-left: 5px;
	background-color: #FF7900;
}
#nav :hover ul.sub li a:hover 
{
	background:#FEF4EA;
	color:#FF7900;
	display: block;
	height: 28px;
	width: 115px;
}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

.footerLinks /* End CSS Drop Down Menu */
 {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	padding-top: 10px;
	line-height: 18px;
}
.footerLinks a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.pullquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FF7900;
	text-align: center;
	line-height: 180%;
}
.contentPic {
	padding-top: 10px;
	padding-left: 100px;
}
.pictext {
	font-size: 0.9em;
}
.floatRight {
	float: right;
	padding-left: 5px;
}
.indent {
	padding-left: 20px;
}
hr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF7900;
}
.floatleft {
	float: left;
	padding-right: 5px;
}
