@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E6E7E8;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#quick_links a
{
	color:#FFFFFF;
	font-size:11px;
	padding-bottom:10px;
	padding-top:10px;
}

#menu td
{
	text-align:center;
	background-color:#656E75;
	vertical-align:middle;
	width:155px;
	height:30px;
	border-left:solid black 1px;
}

#menu a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	/*background: #DDDDDD; */
	padding: 0;
	margin:0;
	width:780px;
	overflow:hidden;
} 
.twoColFixLtHdr #header table {
	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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent { 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
} 

.info_cell {
	text-align:justify; 
	padding-top:10px; 
	padding-left:15px; 
	padding-right:15px; 
	line-height:20px;
}

.info_cell h3
{
	font-size:14px;
	margin-top:5px;
	margin-bottom:0;
}

.info_cell h4
{
	font-size:11px;
	margin-top:5px;
	margin-bottom:0;
	background-color:#E6E7E8;
	color:#656E75;
	padding-left:5px;
}

.info_cell ul
{
	margin-top:0;
}

.info_cell li
{
	font-size:11px;
}

.img_cell
{
	vertical-align:top;
	text-align:right;
	padding-right:15px;
	padding-top:0px;
}

.img_cell img
{
	margin:0;
	padding:0;
}

.au_img_cell
{
	padding-left:15px;
}

.au_info_cell
{
	padding:5px 15px 10px 40px;
	line-height:18px;
}

.serv_title
{
	background-color:#F1921A;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

.compinfo_title
{
	background-color:#A0A0A0;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
}

.serv_text
{
	text-align:justify;
	vertical-align:text-top;
	color:#656E75;
	font-size:10px;
}

.company_info
{
	margin-top:0;
	padding:0 5px 10px 5px;
/*	padding-left:5px;
	padding-right:5px;*/
	margin-bottom:10px;
	border-bottom:dashed  1px #CCCCFF;
	vertical-align:top;
	width:450px;
}

.company_info td
{
	vertical-align:top;
}

#contact_form
{
	margin-top:15px;
	margin-bottom:15px;
}

.cont_label
{
	width:119px;
	padding-left:20px;
}

.cont_input
{
	width:660px;
}

.cont_input input
{
	width:300px;
}


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#679EC9;
	color:#E6E7E8;
	font-size:10px;
	border-top:double 1px #656E75;
	text-align:center;
} 
.twoColFixLtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.left_boxes
{
	width:280px; 
	height:150px; 
	background:url(../img/box_back.png) no-repeat; 
	margin-top:15px;
	color:#656E75; 
}

.left_boxes_title
{
	width:100%; 
	text-align:center; 
	padding-top:10px;
}

.service_box h3
{
	margin:0px;
	width:100%;
	background-color:#FF9900;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}

.service_box ul
{
	line-height:20px;
}

.sub_service
{
	margin-top:0px;
	line-height:20px;
}

h5
{
	color:#FFFFFF;
}
