/* Global Styles */

body {
	margin: 0 auto;
	background: #359dc6;
	padding: 25px 0 0 0;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 17px;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	width: 923px;
	display: block;
	overflow: visible;
}

#content, #contentSec {
	position: relative;
	left: 30px;
	text-align: left;
	padding: 0 0 20px 0;
	margin-top: 140px;
	width: 860px;
	min-height:300px;
	height:auto !important;
	height:300px;
	display: block;
	overflow: visible;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 1px;
	left: -24px;
	padding: 0;
}

#header {
	float: right;
	display: block;
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	width: 690px;
	height: 40px;
	margin-bottom: 22px;
	border-width: 1px;
	border-style: solid none solid none;
	border-color: #fff;
}

#copyright {
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	height: 69px;
	width: 923px;
	display: block;
	overflow: visible;
	color: #fff;
	text-align: center;
	background: url('../images/bg_copyright.jpg') no-repeat 0 7px;
}

#copyright a {
	color: #f7860d;
	text-decoration: none;
}

#copyright a:hover {
	color: #359dc6;
}

h1 {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #f7860d;
}
h1 span {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

h1.wide {
	font: 18px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #f7860d;
	width: 846px;
	height: 36px;
	background: url('../images/header_bg_wide.jpg') no-repeat right 0;
	padding: 8px 0 0 43px;
	margin: 0px 0 10px -20px;
	text-align: left;
}

h2 {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #359dc6;
	margin-bottom: 0px;
	margin-left: 15px;
}

h2 a {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #f7860d;
	margin: 0px;
}

h3 {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #f7860d;
	margin-bottom: 2px;
}

a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #f7860d;
	line-height: 17px;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color: #359dc6;
	text-decoration: underline;
}

a.contact {
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 22px;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color: #359dc6;
	text-decoration: underline;
}

p {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 17px;
	margin-left: 15px;
}

p span, span {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #f7860d;
	line-height: 17px;
}

p span.blue, span.blue {
	color: #359dc6;
}

#contentSec h1 {
	margin-left: 150px;
}

#contentSec p {
	margin: 15px 100px 0 170px;
}

.first {
	margin-top: 5px;
}

ul {
	list-style-type: square;
	margin-left: 25px;
	padding-left: 4px;
}

ol {
	margin-left: 12px;
	padding-left: 6px;
}

ul li, ol li {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #f7860d;
	line-height: 17px;
	margin-bottom: 2px;
}

ul li span, ol li span {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 17px;
}

/* Promo Box /*
/* set the image to use and establish the lower-right position */ 
.promoBox, .promoBox_body, .promoBox_head, .promoBox_head div{ 
	background: transparent url('../images/promo_box.gif') no-repeat bottom right
}
.promoBox {
/* the gap on the right edge of the image (not content padding) */ 
	padding-right:15px; 
/* use to position the box */ 
	margin: 0 0 20px 0;
}
/* set the top-right image */ 
.promoBox_head {
	background-position:top right;
	margin: 0px;
/* pull the right image over on top of border */ 
	margin-right:-15px; 
/* right-image-gap + right-inside padding */ 
	padding-right:40px;
}
/* set the top-left image */ 
.promoBox_head div { 
	background-position:top left; margin:0; 
/* reset main site styles*/
	border:0; 
/* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
	padding:15px 0 5px 20px; height:auto !important; height:1%;
}
/* IE Holly Hack */ /* set the lower-left corner image */ 
.promoBox_body { 
	background-position:bottom left; margin-right:0px; 
/* interior-padding right */ 
	padding:5px 0 5px 20px;
}
/* mirror .promoBox_head right/left */ 
.promoBox_body ul {
	margin: 0px 0 0 0;
	padding: 0px;
}
.promoBox_body ul li {
	font-size: 13px;
	list-style-type: none;
	list-style-image: none;
	color: #fff;
	margin: 4px 0 0 0;
	padding-left: 20px;
	background: url('../images/interface/arrow_orange_circle.gif') no-repeat 0 2px;
}
html>body .promoBox_body ul li { 
	background: url('../images/interface/arrow_orange_circle.gif') no-repeat 0 1px;
}
.promoBox_body ul li a {
	color: #493b3b;
	text-decoration: none;
}
.promoBox_body ul li a:hover {
	color: #c31f33;
	text-decoration: none;
}
.promoBox_body p {
	line-height: 18px;
	margin-left: 0px;
	color: #fff;
}
.promoBox_body h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin: 0;
}
.promoBox_body a {
	color: #fff;
	text-decoration: underline;
}
.promoBox_body a:hover {
	text-decoration: underline;
	color: #f7860d;
}

/* Secondary Styles */

.q, .a, .qText, .aText {
	float: left;
	display: block;
}
.q, .a {
	width: 30px;
	font-weight: bold;
	color: #359dc6;
	clear: both;
}
.q, .qText, aText {
	margin-top: 12px;
}
.qText, .aText {
	width: 520px;
}
.qText {
	font-weight: bold;
}

.name, .email {
	float: left;
}
.name {
	width: 300px;
}

/* Navigation Styles */

/* Main Nav */

#nav {
	position: relative;
	top: 106px;
	left: 180px;
	width: 708px;
	display: block;
	overflow: hidden;
	z-index: 2;
}

#nav0 a, #nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a {
	float: left;
	height: 24px;
	display: block;
	text-decoration: none;
}

#nav0 a {
	background: url('../images/nav_0.gif') no-repeat 0 0;
	width: 84px;
}

#nav0 a:hover, #nav0 span a  {
	background: url('../images/nav_0.gif') no-repeat 0 -24px;
	color: #359dc6;
}

#nav1 a {
	background: url('../images/nav_1.gif') no-repeat 0 0;
	width: 329px;
}

#nav1 a:hover, #nav1 span a  {
	background: url('../images/nav_1.gif') no-repeat 0 -24px;
}

#nav2 a {
	background: url('../images/nav_2.gif') no-repeat 0 0;
	width: 166px;
}

#nav2 a:hover, #nav2 span a  {
	background: url('../images/nav_2.gif') no-repeat 0 -24px;
	color: #359dc6;
}

#nav3 a {
	background: url('../images/nav_3.gif') no-repeat 0 0;
	width: 58px;
}

#nav3 a:hover, #nav3 span a  {
	background: url('../images/nav_3.gif') no-repeat 0 -24px;
	color: #359dc6;
}

#nav4 a {
	background: url('../images/nav_4.gif') no-repeat 0 0;
	width: 71px;
}

#nav4 a:hover, #nav4 span a  {
	background: url('../images/nav_4.gif') no-repeat 0 -24px;
	color: #359dc6;
}

/* Secondary Nav */

#secNav {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	display: block;
}

a.secNav, a.secNav:hover, a.secNavSelect, a.secNavSelect:hover {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
	background: #fff;
	height: 21px;
	padding: 8px 10px 0 10px;
	margin: 0 0 24px 0;
	text-decoration: none;
	text-align: left;
	display: block;
	overflow: hidden;
	outline: none;
}

a.secNav:hover, a.secNavSelect, a.secNavSelect:hover  {
	color: #359dc6;
}

/* Scrolling Divs */

div#wn { 
	position:relative; 
	width: 250px;
	height:370px;
	overflow:hidden;	
}

#lyr1 div {
	margin: 20px 35px 10px 20px;
}

#scrollLinks {
	position: absolute;
	left: 225px;
	z-index: 2;
	margin: 20px 0 0 0;
}
