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

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


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

body {
	background: #fff url(../images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}	

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}

#spotlight{
	background: url(../images/spotlight.png) no-repeat;
	clear: both;
	float: right;
	height: 150px;
	margin-right: 100px;
	width: 300px;  	
}
	
#header {
	clear: both;
	float: left;
	height: 170px;
	margin-top: -115px;
	width: 900px;
}

#logo {
	height:170px;
	width:160px;
	float: left;
}

#call-to-action  {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:100;
	height: 110px;
	margin-top: 55px;
	text-align:right;
	margin-right: 35px;
}

#call-to-action a, a:visited, a:active {
	color:#b1b0b0;
}

#call-to-action a:hover {
	color:white;
}
	
#wrapper {
}
	
#main-nav {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	float: left;
	width: 830px;
	height: 247px;
	margin: -30px 0 0 35px;
}

#nav-sections {
	background-color: #161616;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	color: #FFFFFF;
	width: 240px;
	height: 48px;
	float:left;
	margin: 3px 2px 0 3px;
	padding: 5px;
}
	
#main-content {
	float: left;
	margin-top: 10px;
	width: 845px;
	margin-left: 35px;
	margin-bottom: 20px;
}

.left-column {
	width: 385px;
	float: left;
	margin-left: 75px;
}

.right-column {
	width: 385px;
	float: left;
}
	
#footer {
	background-color:#000000;
	color: #ffcc33;
	font-size: .75em;
	text-align:center;
	padding:1px;
	clear: both;
	margin-top: 25px;
}

#footer-credits {
	background-color:#ffffff;
	color: #000000;
	font-size: .75em;
	text-align:center;
	padding:8px;
	clear: both;
}	
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color:#00000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:100;
	margin: 7px auto 6px auto;
}

h2 {
	color:#b1b0b0;
	font-family: "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:100;
	margin: 7px auto 6px auto;
}

h3 {
	color:#ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:100;
	margin: 7px auto 6px auto;
}

p {
	margin-top: 10px;
}

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

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

li {
	margin: 0 0 7px 0;
}

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

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


/*-------------------------------------------------------
	Dropdown Menu
-------------------------------------------------------*/
#dropdown{
list-style: none;
display: block;
margin: 0;
padding: 0;
width: 275px; /* width of menu */
height: 60px;
float: left;
}

#dropdown li{
border-bottom: 0px solid white; /* white border beneath each menu item */
list-style:none;
}

#dropdown li a{
background: #161616; /*color of menu by default*/
font-family: "Times New Roman", Times, serif;
display: block;
color: white;
width: auto;
padding: 5px; 
padding-left: 12px;
padding-right: 12px;
margin-left: -22px;
margin-top: -7px;
text-decoration: none;
border-bottom: 1px solid white;
height: 51px;
}

#dropdown li a:visited{
color: white;
}

#down{
background-color:white;
}

#dropdown li a:hover, #dropdown .down, #dropdown a:hover.down{
background-color: #fe0000; 
color: white;
border-bottom: 1px solid white;
}


<!--[if IE]>
#dropdown li a{
width: 100%;
}

		
		
/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/
.picture {
	padding: 5px;
}

.faq-a {
	margin-left:40px;
	font-size:.9em;
	margin-bottom:10px;
}

.faq-a:first-letter {
	font-size:1.3em;
}

.faq-q {
	font-size:1em;
	color:#ff0000;
	color:#990000;
}

.faq-q:first-letter {
	font-size:2em;
	font-weight:bold;
	color:#990000;
}

.contactform-headers {
	font-weight:bold;
}

.check-mark {
	list-style-image: url(../images/check.jpg);
}

#footer ul{
		
}

#footer li{
	display: inline;

}

#footer a:link,
#footer a:visited{
	color: #ffcc33;
	text-decoration: none;

}

#footer a:hover{
	color: #ffdf7f;

}

.menu-description {
	font-size:12px;
}

.license{
	font-size: 15px;	
}
/*-------------------------------------------------------
	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 h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

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