/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #666;
	}

a { text-decoration: none; color:#009999;  }
a:hover { color: #49515C; }

/*  Image properties */
.imgfloatr {
	float: right;
	padding: 10px;
}

.imgfloatl {
	float: left;
	padding: 10px;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 800px;
	background: #fff;	
	border: 1px solid #7F8C95;
	padding: 0 0px;
	text-align: left;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background-color: #05173D;
	background-image: url(/images/banners/rotate_header.php);
	background-repeat: no-repeat;
	height: 130px;
	background-position: 320px;	
	border-bottom: 0px solid #fff;
	border-top: 20px solid #7F8C95;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #7F8C95; 
	border-bottom: 0px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color:#FFFFFF;
	background-color:#7F8C95;
	border-right: 0px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color:#666666; }
#nav li a.on { background-color: : #858F9E; color:fff; }

/*------------------------------------------------------------*
**  curve
**------------------------------------------------------------*/

#tcurve {
	background-image: url(/images/top_curve.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 0;
	margin: 0; 
	padding: 0;
	height: 20px;
	}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	position: relative;
	width: 760px;
	padding: 10px 0px;
	margin-left: 20px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 0px;	
	}
	
/** Contact Form Layout **/
#contactForm fieldset
{
	display: block;
	width: 30em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

/**
#contactForm input
{
	display: block;
	width: 20em;
} **/
#contactForm label
{
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

#contactForm label.first
{
	padding-top: 1em;
}

#contactForm select
{
	display: block;
}

#contactForm input.tbox {
	width: 20em;
}

#contactForm input.stbox {
	width: 5em;
}
#contactForm .error {
  font-family: Tahoma;
  font-size: 10pt;
  color: red;
  margin-left: 20px;
  font-weight: normal;
  clear: both;
  display:none;
}


/*------------------------------------------------------------*
**  curve
**------------------------------------------------------------*/

#bcurve {
	background-image: url(/images/bot_curve.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 0;
	margin: 0; 
	padding: 0;
	height: 20px;
	clear: both;
	}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	
	background-color:#05173D;  
	text-align: center;	
	color: #7F8C95;
	font-size: 0.8em;
	padding: 0 10px 10px 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color:#FFFFFF; border-bottom: 0px; }
#footer a:hover { border-bottom:0px ; color:#7F8C95; }

