/* CSS Document */
body {
	margin: 0;
	padding: 0; 
	background:url(images/body_bg.gif) top repeat-x #233035;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #31434b; 
}
.mainsitelink a { 
	font-size: 15px; 
	font-weight: bold; 
} 
.gallery { 
	text-align: center; 
}
.gallery img {
	border: 1px solid #00b3e3;
	margin: 5px;  
} 
a { 
	color: #00b3e3; 
	text-decoration: underline; 
} 
a:hover { 
	text-decoration: none; 
} 
h1 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #00b3e3; 
	font-weight: bold;
	font-size: 30px;
	margin: 36px 0 30px 0; 
	padding: 0;
	line-height: 25px; 
}
h2 { 
	text-align: center; 
	font-weight: normal;
	color: #fff; 
	font-size: 10px;
	width: 752px; 
	margin: 0 auto 0 auto; 
}	  
img, div {
	behavior: url(iepngfix.htc);
}
p { 
	line-height: 20px; 
	margin: 0 0 15px 0; 
}
ul { 
	line-height: 20px; 
} 
#container { 
	width: 752px;
	margin: 5px auto 0 auto;
}
#main_body_top { 
	background:url(images/main_top.png) bottom no-repeat;
	height: 5px;
	font-size: 0; 
} 
#main_body_btm { 
	background:url(images/main_bottom.png) bottom no-repeat;
	height: 5px;
	clear: both;
	font-size: 0; 
}
#main_body {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: hidden; 
	background: #fff;
}
* html #main_body {
   height: 600px;
   overflow: visible;
}


#main_body_services {
	height: 1570px; 
	background: #fff;
}
#main_body_contact { 
	height: 651px; 
	background: #fff;
} 
#header {
	height: 92px;
	background: url(images/logo.gif) no-repeat left;
	margin-left: 20px; 
}
#main_nav { 
	margin: 0 0 0 20px; 
	padding: 0;
	list-style: none;
	display: block;
	width: 711px; 
	height: 64px;
	background:url(images/nav_right.gif) no-repeat right #239ec7;
}
#main_nav  li { 
	display: inline;
}
#main_nav a {
	display: block; 
	width: 101px; 
	height: 40px; 
	text-align: center; 
	color: #fff;
	float: left;
	text-decoration:none;
	padding-top: 24px; 
} 
#main_nav .home_btn { 
	background:url(images/nav_left.gif) left no-repeat; 
}
#main_nav .home_btn:hover { 
	background:url(images/nav_left_over.gif) left no-repeat #31434b; 
}
#main_nav a:hover { 
	background: #31434b; 
} 
#main_1 {
	width: 272px; 
	float: left;
	margin: 39px 0 20px 45px;
	display: inline; 
}
#main_2 {
	width: 385px; 
	float: left;
	padding: 0 25px 0 25px; 
	margin: 0 0 0 0; 
}
#contact_box_top {
	width: 272px;
	height: 4px; 
	background:url(images/contact_top.gif);
	font-size: 0; 
}
#contact_box_bottom { 
	width: 272px;
	height: 4px; 
	background:url(images/contact_btm.gif);
	font-size: 0; 
}
#contact_box_main { 
	width: 249px;
	height: 348px;
	background:url(images/contact_bg.gif); 
	color: #acb8bd; 
	font-size: 11px;
	padding: 0 0 0 23px; 
}
#contact_box_main p { 
	line-height: 17px; 
	margin: 0 0 15px 0; 
} 
#contact_box_main h4{
	color: #9cc500; 
	margin: 0 0 18px 0; 
	padding: 20px 0 0 0;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px; 
}
#footer { 
	height: 72px;
	color: #97a3a6; 
	font-size: 11px;
	padding: 19px 0 0 20px; 
}
#footer a{ 
	color: #97a3a6;
	clear: both; 
}

/*Forms defaults*/
input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #31434b; 
}
label {

	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}



  




