@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
}
/* links */
a, a:visited {
	color: #b8e027;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #7EA00A;
	background: inherit;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: normal;
	color: #858585;
	text-decoration: none;
	font-weight: normal;
}
.navtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #b8e027;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #06F;
	text-decoration: none;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3d7599;
	text-decoration: none;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #666;
	line-height: 1.7em;
	text-align: left;
}
.list_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E92FF;
	text-decoration: none;
}


#container  {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 

#header  {
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 


#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	float: left;
	height: 50px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#headerNav {
	padding: 0;
	margin-top: 30px;
	float: right;
	width: 600px;
}


#headerNav ul {
	float: right;
	list-style: none;
	width: 600px;
	padding: 0;
	display: inline;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#headerNav ul li{
	display: inline;
	margin: 0; padding: 0;
}
#headerNav ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-variant: normal;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #3d7599;
}
#headerNav ul li#current a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b8e027;
}

#headerNav ul li a:hover, #headerNav ul li a:active {
	color: #b8e027;
	font-size: 14px;
	font-weight: normal;
}

#topPic {
	height: 200px;
	width: 860px;
	float: left;
	clear: left;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: relative;
	background-repeat: no-repeat;
}
#topBox {
	height: 150px;
	width: 860px;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	background-position: left;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
	
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#sidebar1 p {
	margin: 0px;
	padding: 0px;

}
#sidebar1 ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
}
#sidebar1 ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #8F8F8F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
* html body #sidebar1 ul.sidemenu li {
	height: 1%;
}
#sidebar1 ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar1 ul.sidemenu li a:hover {
	color: #000;
}
#sidebar1 ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar1 ul.sidemenu ul li { background: none; }

#footer-wrap {
	height: 
	margin: 0px;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
}
#footer-wrap a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#footer-wrap a:hover {
	color: #AEDA0D;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer-wrap p {
	padding:10px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}
#footer-wrap h3 {
	color: #666;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

#footer-columns {
	color: #CCC;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
#mainContent_left_column {
	float: left;
	width: 470px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 400px;
	text-align: justify;
}
#content_left_column {
	float: left;
	width: 570px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:
	text-align: justify;
}
#port_left_column {
	float: left;
	width:840px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto;
	text-align: justify;
}
#port_right_column {
	float: left;
	width: 120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 400px;
}
#mainContent_box {
	width: 850px;
	clear: left;
	float: left;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

#mainContent_right_column {
	float: right;
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 300px;
	background-image: url(images/panel_bg.jpg);
	background-repeat: no-repeat;
}
#contact_right_column {
	float: right;
	width: 330px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 300px;
	
	background-repeat: no-repeat;
}
#content_right_column {
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFF;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;

	height: 
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #D6D6D6;
	border-left-width: 1px;
}
#service_right_column {
	float: right;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 400px;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #E8E8E8;
}
#contact_left_column {
	float: left;
	width:460px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto;
	text-align: justify;
}

#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#footer-columns li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}
#footer-wrap nav {
	padding: 0px;
	height: 100px;
	width: 400px;
	margin-top: 20px;
}

#footer  {
	padding-right: 200px;
	padding-left: 200px;
	clear: both;
	position: relative;
	top: 0px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
/* images */
img{border:none;}
.image_me {
	padding-right: 10px;
}

img.float-right {
	border: 1px solid #CCC;
	padding: 6px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.noborder {
	margin: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{
	width:860px;
	height:250px;
	overflow:hidden;
	}	
#service_box1 {
	margin: 0px;
	height: 400px;
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#service_box2 {
	height: 400px;
	width: 180px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 37px;
}
#service_box3 {
	height: 400px;
	width: 180px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 37px;
}
#service_head {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 800px;
	clear: left;
}

#service_box4 {
	margin: 0px;
	height: 400px;
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 37px;
}
.service_txt {
	text-align: justify;
}
.prices {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}


label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
	color: #666;
}
.about_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
#prices_box {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	text-align: right;
	padding: 0px;
}
#terms_left_column {
	margin: 0px;
	padding: 0px;
	width: 750px;
}
