@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#8e96a3;
	background-image:url(../images/wrapper.gif);
	background-repeat:repeat-y;
	background-position:top center;
	}
a, a:link, a:active, a:visited {
  color: #003366;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h4, h5, h6 {
	color:#00a0e2;
	}

h3 
{
    font-size:26px;
	color:red;
	line-height:normal;
	padding: 0 0 0 0;
	
	}
#wrapper {
	width:768px;
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

#wrapper #header {
	width:743px;
	height:80px;
	margin:10px auto 0px auto;
	background-image:url(../images/header.gif);
	background-position:top center;
	background-repeat:no-repeat;
	}

#wrapper #navigation {
	width:752px;
	height:231px;
	margin:10px auto 0px auto;
	}

#wrapper #navigation #menubar {
	width:752px;
	height:45px;
	background-image:url(../images/menubar.gif);
	background-position:top center;
	background-repeat:no-repeat;
	}

#wrapper #navigation #menubar a {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	line-height:45px;
	display:block;
	float:left;
	width:150px;
	}

#wrapper #navigation #menubar a:hover {
	color:#e9e9e9;
	}

#wrapper #content {
	width:703px;
	min-height:400px;
	margin:10px auto 0px auto;
	background-image:url(../images/content.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding:30px;
	overflow:auto;
	}

#wrapper #content #leftcolumn {
	float:left;
	width:460px;
	min-height: 530px;
	display: table-cell;
	vertical-align: top;
	}

#wrapper #content #rightcolumn{
	float:right;
	width:213px;
	background-color:#ebebeb;
	padding:2px;
}
#rightcolumn input {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
#rightcol img {
  /*border: 1px dashed #999999;*/
}
#rightcol select {
  width: 200px;
}
#rightcol {
  float: right;
  width: 217px;
  text-align: center;
  margin-top: 10px;
}
#wrapper #footer {
	width:700px;
	margin:0px auto;
	background-color:#1777cb;
	color:#ffffff;
	padding:10px;
	text-align:center;
	height: 18px;
	}
#wrapper #footer a {
  color: #C6E0F4;
}
div.service_areas {
  text-align: center;
}
table.contact_form td.col1 {
  padding-right: 6px;
  text-align: right;
  height: 27px;
}
#leftcolumn img {
  /*border: 1px dashed #999999;*/
}

.xtxtfontlabel{
	text-align: justify;
	top:inherit;
	outline-style: none;
	border-bottom:  none;
	border-right:  none;
	border-top:  none;
	border-left:  none;
	background-color: #ebebeb;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;

}