﻿*
{
	margin: 0; 
	padding: 0;
}

html, form 
{  
    height: 101%;
}

body 
{  
	background-color: #fff;
	margin: 0; 
	padding: 0;
	font-size: 74%;
	color: #666666;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.8em;
}

#container
{
    
}

#header
{
    background: url(../../images/banner_bg.jpg) repeat-x; 
    height: 242px; 
}

#header #banner
{ 
    clear:both;
    width: 960px;
    margin: 0 auto; 
    height: 295px; 
}

#banner #logo
{ 
    clear: both;
    float: left;
}

/*---------- Navigation -----------*/
#menu
{ 
    text-align: center; 
    height: 62px;
}

#navmenu
{ 
    width: 960px;
    height: 62px;
    padding: 0px;
    margin: 0 auto; 
    font-size: 1.4em; 
}

#navmenu ul
{
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
    text-align: left; 
}

#navmenu ul li
{
    width: 110px; 
    height: 62px; 
    float: left; 
    
}

#navmenu ul li a
{ 
    font-family: Verdana, Arial; color: #C0C7A8; 
    background: url(../../images/nav.jpg) no-repeat; 
    height: 61px; 
    line-height: 61px;
    text-decoration: none;
    display: block;
    width: 130px;
}

#navmenu ul li a:hover
{
    font-family: Verdana, Arial; color: #F4B12D;  
    /*background: url(../../images/nav_hover.jpg) no-repeat;*/   
    height: 61px; 
    line-height: 61px;
    text-decoration: none;
    display: block;
    width: 130px;
}

#content
{ 
    padding-top: 16px;
    margin: 0px auto;
    width: 960px; 
    min-height: 670px;
    font-size: 1.2em;
}

#content p 
{
	line-height: 23px;
	display: block;
	text-align: left;
	padding-bottom: 8px;
}

#content_left
{
    position: relative; 
    float: left; 
    width: 570px;
}

#content_right
{
    position: relative; 
    float: right; 
    width: 320px;
}

#content_left .item_left
{
    float: left; 
    width: 138px;
}

#content_left .item_right
{
    float: left; 
    width: 402px;
}

.clear_both
{
    clear: both;
}

h1 
{ 
    /*color: #1b3041;*/
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 2.2em;
	font-weight: bold; 
	margin: 16px 0px 20px 0px;
}

h2
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1.6em;
	font-weight: bold; 
	margin: 16px 0px 20px 0px;
}

#footer_wrap
{
    float:left;
    width:100%; 
    background: url(../../images/footer_bg.jpg) repeat-x;
    height: 385px;
}

#footer
{
    position: relative;
    margin: 0px auto;
    width: 960px; 
}

/*--------- Contact Form -------------*/
#contact
{
	margin: 1em 0;
	padding-top: 10px;
	position: relative; 
    float: left; 
    width: 570px;
}

#contact fieldset
{
	margin: 0;
	padding-top: .5em;
	border: none;	
	border-top: 1px solid #f1f1f1;
}		

#contact legend
{
	background: #fff;
	padding: 0 5px;
	font-weight: bold;
}	

#contact p
{
	clear: both;
    /*margin: 1em 0;*/
	overflow: hidden;
}	

#contact .label
{
	float: left; 
	width: 65px;
	display: block;
	text-align: right; 
	margin-right: 10px;
}	

#contact .name, .email, .website, .message, #contact .textarea
{	
	margin: 0;	
	width: 250px;
	border: 1px solid #ddd;		
	padding: 3px 5px 3px 25px;
}		

#contact .name {background:#fff url(../../images/form_name.gif) no-repeat 5px 50%;}
#contact .email {background:#fff url(../../images/form_email.gif) no-repeat 5px 50%;}
#contact .website {background:#fff url(../../images/form_url.gif) no-repeat 5px 50%;}
#contact .message {background:#fff url(../../images/form_note.gif) no-repeat 5px 6px;}

		
#contact .textarea
{
	height: 125px;
	overflow: auto;
}					

#contact p.submit
{
	clear: both;
	margin: 2em 0;
	padding: .5em 75px;
	border-top: 1px solid #f1f1f1;			
}	

#contact .submitButton
{
	height: 28px;
	line-height: 28px;		
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url(../../images/submit_button.gif) no-repeat;
	padding: 0 10px 2px 25px;
	color: #333;
	cursor: pointer;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}	

#contact .resetButton
{
	height: 28px;
	line-height: 28px;		
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url(../../images/reset_button.gif) no-repeat;
	padding: 0 10px 2px 25px;
	color: #333;
	cursor: pointer;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}		

.captchaLabel
{
    padding-left: 75px;   
}




