/***************************************************
   HTML Element Styles
 ***************************************************/
body {
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	padding: 0;
}
h1 {
	clear: both;
	padding: 5px 0 12px 10px;
	margin: 0;  
	font-size: 1.5em; 
	font-weight: normal; 
	letter-spacing: 1px;
}
h2 {
	clear: both; 
	padding: 0 0 0 5px; 
	margin: 0 0 -10px 0; 
	font-size: 1.1em; 
	font-weight: normal; 
	text-transform: uppercase; 
	color: #3367CD;
}
h3 {
	clear: both; 
	padding: 5px 0 5px 0; 
	margin: 0; 
	font-size: 1.3em; 
	font-weight: bold;
	text-align:center;
	color: #3367CD;	
	letter-spacing: 1px;
	font-style:italic;
}
p {
	line-height: 20px;
	padding: 8px 0 8px 5px;
	margin: 5px 0 5px 0;
}

a {
	color: #3367CD;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
ul, ol {  
	padding-bottom: 8px;
	line-height: 20px;
}
ul {
	list-style-image: url(../images/li_bullet.gif);
}
/***************************************************
   Site Layout Container:
 ***************************************************/
#siteBox {
	width: 941px;
	margin: 0px auto;
	text-align: left;
}
/***************************************************
   Header Styles
 ***************************************************/

#logo {
	background: url(../images/logo.gif) left top no-repeat;
	height: 73px;
	color: #fff; 
}
#header {
	height: 200px;
	background: url(../images/head.jpg) no-repeat top center;
}
#header .title {
	padding: 10px 0 0 10px;
	font-size: 2.5em;
	line-height: 0.9em;
	letter-spacing: -1.5px;
	color: #EEE;
}
#header .subTitle {
	margin-left: 603px;
	padding: 40px 20px 20px 20px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	text-align:center;
}
#header .subTitle a {
	text-decoration: none;
	color: #fff;
}
#header .subTitle a:hover {
	color: #fff;
	background-color: transparent;
}
#headerBtm {
	background:url(../images/head_btm.gif) left no-repeat;
	height: 14px;
}
/***************************************************
   Menu Styles
 ***************************************************/
#nav { 
	width: 941px; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 	
	background-image: url(../images/nav_bg.gif);
	height: 32px;
	background-position: left top;
	background-repeat: no-repeat;
}
#nav li { 
	display:inline; 
	margin: 0; 
	padding: 0; 
}
#nav li a { 
	display: block; 
	float:left; 
	background: transparent; 
	text-align:center; 
	text-decoration:none; 
	color:#fff;
	font: 14px/32px "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
#nav li a:hover, #nav li a#current { 
	color: #000;
}
#navHome a { 
	width: 137px;
}
#navAbout a { 
	width: 150px; 
}
#navServices a { 
	width: 166px; 
}
#navProducts a { 
	width: 150px;
}
#navServiceArea a { 
	width: 188px; 
}
#navContact a { 
	width: 150px;
}

.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/***************************************************
   Left Column
 ***************************************************/

#left {
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
	color: #fff;
}
#left .block {
	margin-bottom: 40px;
	background: #4190E0 url(../images/block_top.gif) no-repeat top center;
}
#left .block .bottom {
	height: 10px;
	background: #4190E0 url(../images/block_bottom.gif) no-repeat bottom center;
}
#left .links {
	margin: 10px 0 10px 0;
}
#left .links a {
	display: block;
	padding: 6px 0 6px 10px;
	text-transform: uppercase;
	text-decoration: none; 
	color: #fff; 
}
#left .links a:hover, #left .active a  {
	background: #4190E0 url(../images/link_left.gif) no-repeat center center;
	color: #333;
	text-decoration:none;
}
#left a img {
	border: 0px;
}
#left a {
	color: #fff;
	text-decoration:none;
}
#left a:hover {
	text-decoration:underline;
}
#left .divider {
	border-top: 1px #fff dotted;
	height: 1px;
	margin: 5px;
	padding: 0;
	}
#left h2 {
	color: #efefef;
	padding-top: 10px;
}
/***************************************************
   Right Content Column
 ***************************************************/

#text {
	float: left;
	width: 710px;
}
/***************************************************
   Footer Styles
 ***************************************************/

#footer {
	clear: both;
	height: 50px;
	padding: 28px 0 0 0;
	margin: 20px 0 20px 0;
	background: url(../images/footer.gif) no-repeat top left;
	width: 941px;
}
#footer .left {
	text-align:left;
	width: 400px;
	float: left;
}
#footer .right {
	text-align:right;
	width: 400px;
	float: right;
}
#footer .right a{
	font-size:10px;
	text-decoration:none;
	color: #666;
	}
#footer .right a:hover {
	color:#3367CD;
	background:none;
}
/***************************************************
   Display Classes
 ***************************************************/

img.right {
	float: right;
	padding: 3px;
}

img.left {
	float: left;
	padding: 3px;
}

.grey {
	color: #AAA;
}
/*-------------------------------------------------
FORM STYLES
-------------------------------------------------*/
input {
	color: #3367CD;
	border:1px solid #3367CD;
	background-color: #F4F9FD;
	padding: 2px;
}
input:focus {
	color: #666666;
	background-color: #FFFFFF;
}
textarea {
	color: #3367CD;
	border:1px solid #3367CD;
	background-color: #F4F9FD;
	padding: 2px;}
textarea:focus {
	color: #666666;
	background-color: #FFFFFF;
}

select {
	color: #3367CD;
	border:1px solid #3367CD;
	background-color: #F4F9FD;
}
select:focus {
	color: #666666;
	background-color: #FFFFFF;
}
.form {text-align: right; }
.form_input {text-align:left; padding:2px;}
form {font-size: 12px;}

