html {
 	margin: 0px;
 	padding: 0px 0px 0px 0px;
 	background:#d4eaf9 url('../images/bg.gif') no-repeat top center;
}
body {
 	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
#container {
 	width: 100%;
 	height: auto;
}
#site_cont {
 	margin: auto;
 	width: 812px;
}
#top_number {
	margin-top: 40px;
	margin-left: 340px;
	color: #efefef;
	width: 450px;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.tel {
	font-weight: bolder;
	text-decoration: none;
	text-align: right;
	font-size: 18px;
}
#top_cont{
	float: left;
	width: 812px;
	height: 141px;
	margin-top: 0px;
	background: url('../images/logonav.png') no-repeat;
}
/* NAVIGATION */
#nav {
	margin-left:330px;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	top:100px;
	left:2px;
}
#nav a {
	color: #0A96F5;
	text-decoration: none;
}
#nav a:hover {
	color: #666;
	text-decoration: none;
}
#nav ul,li{
list-style-type: none;
}
/* 
	LEVEL ONE
*/
ul.dropdown                         {font-size: 13px; position: relative; bottom: 140px; list-style-type: none; z-index: 3000; text-decoration: none;}
ul.dropdown li { 
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	background: transparent; 
}
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #666; }
ul.dropdown li a                    { display: block; padding: 4px 5px; text-decoration: none; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #fff; position: relative; }
ul.dropdown li.hover a              { color: #fff; }
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; list-style: none;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul li a:hover {color: #fff;}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

#nav .home {
	padding:6px 6px 0px 0px;
}
#nav .services {
	padding:6px 0px 0px 60px;
}
#nav .service2 {
	padding:6px 0px 0px 60px;
}
#nav .contact {
	padding:6px 0px 0px 50px;
}
#content_cont {
 	width: 812px;
 	height: auto;
	float: left;
 	margin-top: -39px;
 	background: url('../images/middle.png') repeat-y;
}
#content ul {
	margin-left:20px;
}
#content li {
	font-size: 13px;
	color: #666;
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:14px;
}
#content {
	float: left;
	width: 350px;
	height: auto;
}
#content img {
	border: none;
	padding-left: 25px;
}
#content p {
	padding-left: 35px;
	font-size: 13px;
	color: #666;
}
#content h1 {
	padding-left: 35px;
	color:#2F5BE0;
	font-size: 18px;
}
#content h2 {
	padding-left: 35px;
	color:#6788EB;
	font-size: 16px;
}
#content h3 {
	padding-left: 35px;
	color:#6788EB;
	font-size: 16px;
}
#content h4 {
	padding-left: 35px;
	color:#6788EB;
	font-size: 14px;
}
#content a {
	color: #333;
}
#content a:hover {
	color: #0A96F5;
	text-decoration: none;

}
#rgt {
	float: right;
	margin-top: 180px;
	margin-right: 30px;
	
}
#rgt_other {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
	
}
#bottom_cont{
	float: left;
	width: 812px;
	height: 64px;
	margin-top: 0px;
	background: url('../images/bottom.png') no-repeat;
}
#footer {
	float: right;
	margin-right: 15px;
	width: 140px;
}
#footer p{
	font-size: 11px;
	text-decoration: none;
	color: #333;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #333;
}
#footer a:hover{
	text-decoration: underline;
	color:#595455;
}
#bot_links {
	float: left;
	margin-left: 15px;
	width: 350px;
}
#bot_links p{
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#bot_links a{
	text-decoration: none;
	color: #333;
}
#bot_links a:hover{
	text-decoration: underline;
	color:#595455;
}
/**
Form Styles
**/
#cForm {
	padding-left: 35px;
}
#cForm ul,li {
	list-style-image: none;
}
#otherForm {
	padding-left: 5px;
}
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0; 
border: 0px;
}  
legend {  
margin-left: 1em;  
color: #333;
font-size: inherit;
font-family: inherit;   
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style-type: none; 
list-style-image: none;
}  
fieldset li {  
padding-bottom: 1em;  
list-style-type: none;
list-style-image: none;
}  
fieldset.submit {  
border-style: none;  
}
label {    
float: left;    
width: 10em;    
margin-right: 1em; 
color: #333;
font-size: 12px;
font-family: inherit;    
}
input {
width: auto;
color: #666;
padding: 2px;
}
textarea {
width: 76%;
color: #333;
font-size: inherit;
font-family: inherit;   
}
.btn {
width: auto;
}
.success {
	padding: 5px;
	margin-left: 35px;
	width: 450px;
	height: auto;
	background: #a3cce5;
	border: 1px solid #127cbb;
	font-family: arial;
	font-size: 12px;
	color: #3272bc;
	font-weight: bolder;
	clear: both;
}
.callback_success {
	position: relative;
	top: 5px;
	padding: 5px;
	right: 0px;
	width: 340px;
	height: auto;
	background: #a3cce5;
	border: 1px solid #127cbb;
	font-family: arial;
	font-size: 12px;
	color: #3272bc;
	font-weight: bolder;
	clear: both;
}
.clear {
	clear: both;
}
.simg {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	padding-right: 3px;
}
.slideshow {
	float: left;
	margin-top: 10px;
	width: 763px;
	height: 160px;
}
