@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #ffffff;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#container {
	margin: 20px auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 880px;
}
	
#header {
	background: url(../images/layout/header-bg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 283px;
	width: 880px;
}
	
#content {
	background: #333333;
	clear: both;
	float: left;
	width: 880px;
}
	
#main-content {
	display: inline;
	float: left;
	margin: 10px;
	width: 845px;
}

#supp-content {
	display: inline;
	float: left;
	width: 205px;
}
	
#footer {
	background: #000000;
	clear: both;
	color: #cccccc;
	float: left;
	font-size: 12px;
	height: 30px;
	width: 880px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 7px auto 6px 50px;
}

h2 {
	font-size: 14px;
	margin: 7px auto 6px 60px;
}

h3 {
	color: #ffffff;
	font-size: 13px;
	font-variant: small-caps;	
	font-weight: bold;
	margin: 5px 0 5px 5px;
}

h4 {
	color: #000000;
	font-size: 14px;
	font-variant: small-caps;	
	font-weight: bold;
	margin-left: 12px;
}

h5 {
	border-bottom: 1px solid #666666;
	color: #ffffff;
	font-size: 16px;
	margin: 10px 0;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}

p {
	margin: 5px auto 10px auto;
	line-height: 130%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 80px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #fa9604;
}
	 
a:hover {
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}

/*-------------------------------------------------------
	Header
-------------------------------------------------------*/

#contact-info {
	height: 70px;
	margin-left: 470px;
}

#contact-info ul {
	display: inline;
	float: left;
	margin: 16px auto 0 auto;
	width: 180px;
}

#contact-info li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.large {
	font-size: 18px;
}

#slogan {
	color: #cccccc;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	margin: 40px 0 0 410px;
	width: 320px;
}

/*-------------------------------------------------------
	Content
-------------------------------------------------------*/
	
#main-nav {
	clear: both;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	width: 880px;
}

#main-nav li {
	display: inline;
	float: left;
	margin: 0;
	padding:0;
}

#main-nav a:link, #main-nav a:visited {
	
}

#main-nav a:hover, #main-nav a:active {
	background: #bb3b00;
}

/* 
	LEVEL ONE
*/

ul.dropdown, ul.dropdown * {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.dropdown {
	margin-left: 100px;
	position: relative;
	font-size: 11pt;
}

ul.dropdown li {
	float: left;
	clear: none;
	zoom: 1;
}

ul.dropdown a {
	background: #666666;
	border: 1px solid #7b7b7b;
	color: #ffffff;
	float: left;
	font-variant: small-caps;	
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-left: 3px;
	text-align: center;
	text-decoration: none;
	width: 170px;
	display: inline;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
}

ul.dropdown a.dd {
}

ul.dropdown a:hover {
}

ul.dropdown a.dd:hover { /* -30px Y-axis for hover effect */
}

ul.dropdown li.first a {
	border-left: none;
}

ul.dropdown li.last a {
	border-right: none;
}

ul.dropdown a.down, ul.dropdown a:active {
	cursor: default;
	color: #fff;
}

/*ul.dropdown a.dd.down, ul.dropdown a.dd:active {
	background: url(../images/layout/nav-a-bg.gif) right -60px;
	cursor: default;
}*/

.no-click {
	cursor: default;
}

/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: auto;
	margin: 0px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}

ul.dropdown ul li {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.dropdown ul li a {
	background: #666666;
	border: 1px solid #7b7b7b;
	color: #ffffff;
	float: left;
	font-variant: small-caps;	
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-left: 3px;
	text-align: center;
	text-decoration: none;
	width: 170px;
	display: block;
}

ul.dropdown ul li a.down, ul.dropdown ul li a:active {
/*This is duplicated for the decendent because IE6 wont 'keep' the higher level call */
	background: url(../images/layout/nav-a-bg.gif) left -60px;
	cursor: default;
	color: #fff;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	display: inline-block;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

/*-------------------------------------------------------
	Main Content
-------------------------------------------------------*/

#main-content p {
	line-height: 18px;
	margin: 5px 60px 10px 60px;
}

#index-page #main-content {
	width: 560px;
}

dl {
	margin: 0 60px;
}

dt {
	font-weight: bold;
	margin: 20px 0 3px 0;
}

dd {
	margin-left: 20px;
}	

.map {
	background: #666666;
	border: 3px solid #000000;
	margin-left: 10px;
	text-align: center;
	padding: 3px;
}

.center {
	text-align: center;
}

#contact-page h1 {
	margin-left: 120px;
}

#contact-page h2, #thank-you-page h2, #bot-error h2, #url-error h2 {
	margin-left: 0;
}

#contact-page #main-content img {
	margin-left: 60px;
}



/*-------------------------------------------------------
	Supp Content
-------------------------------------------------------*/

.box-title {
	background: url(../images/layout/box-title-bg.jpg) no-repeat;
	height: 32px;
	margin-top: 20px;
	overflow: hidden;
	width: 245px;
}

.box-content {
	background: url(../images/layout/box-content-bg.jpg) repeat-y;
	overflow: hidden;
	width: 245px;
}

.box-content p {
	color: #000000;
	margin: 3px 12px;
	clear: both;
}

.box-link {
	background: url(../images/layout/box-link-bg.jpg) no-repeat;
	font-size: 10px;
	overflow: hidden;
	height: 26px;
	width: 245px;
}

.box-link a {
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 160px;
}

/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

.copyright {
	float: left;
	display: inline;
	margin: 5px 0 0 20px;
}
	
#footer-nav {
	display: inline;
	float: right;
	margin: 5px 20px 0 0;
}

#footer-nav li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

#footer-nav a {
	color: #cccccc;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

a.dei-link {
	clear: both;
	color: #000000;
	float: right;
	font-size: 10px;
	margin-top: 4px;
}

.links-list li {
	list-style: none;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	background: #000000;
	border: solid 1px #666666;
	display: inline;
	float: right;
	margin-right: 60px;
	padding: 10px;
	text-align: left;
	width: 280px;
}

#contact-form input, #contact-form textarea {
	border: solid 1px #666666;
	margin-bottom: 8px;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}

.submit {
	cursor: pointer;
	padding: 2px 8px;
}