body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #FFF;
	
}

.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;
}
*
{
	line-height:1.3em;
}
p
{
	font-size: 14px;
	color:#006666;
}
p.dropcap:first-letter {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 33px;
	float: left;
	padding-right: 2px;
	padding-bottom:4px;
	color: #ffffff;
	}

a
{
	color: #006666;
	text-decoration:none;
}
a:hover {
text-decoration: underline;
} 

/* Content */

#text1  {
	position:relative;
	text-align:left;
	float:left;
	/*left:-16em;top:1em; */
	
	color:#000;
	width:460px;
	padding-top:.75em;
	padding-left:.5em;
	}
#text1 h1 {
	color:#000;
	font-size: .9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:.5em;
	}
#text1 p {
	color:#FFF;
	font-size: 0.7em;
	}


#contact_form {
	position:relative;
	width:100%;text-align:center;
	left:24em;_left:24em;top:10em;
	float:right;
}

#menu_back_inner {
	position:relative;
	text-align:left;
	top:1.8em; 
	
}
	
.oneColLiqCtrHdr #container {
	width:980px;  
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid red; 
	/*text-align: right; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #000; 
	padding: 1em 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../graphics/body/header.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:110px;
	border:0px solid orange;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding-left: 3.6em; */
	background: #000;
	background-image:url('../graphics/body/body_home.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:487px;
	text-align:left;margin:auto;
	top:0;position:relative;
	border: 1px solid black;
	
}

.oneColLiqCtrHdr #leftContent {
	position:relative;
	width:268px;
	float:left;
		
	border:0px dotted green;
	}
.oneColLiqCtrHdr #rightContent {
	position:relative;
	float:left;
	/*border:1px dotted blue;*/
	padding-left:7em;
	
	}
.oneColLiqCtrHdr #rightContentHome {
	position:relative;
	float:left;
	border:0px dotted blue;
	padding-left:6em;
	
	}
.oneColLiqCtrHdr #rightContentContact {
	position:relative;
	float:left;
	/*border:1px dotted blue;*/
	margin-left:23.5em;
	margin-top:-4em;
	
	
	}

.oneColLiqCtrHdr #mainContentAbout {
	
	background: #000;
	background-image:url('../graphics/body/body_about_us.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:487px;
	text-align:left;
	top:0;position:relative;
	border: 1px solid black;
	padding-left: 3.6em;
	
}
.oneColLiqCtrHdr #mainContentContact {
     
	background: #000;
	background-image:url('../graphics/body/body_contact_us.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:487px;
	text-align:left;
	top:0;position:relative;
	border: 1px solid black;
	padding-left: 3.6em;
	
	/*border: 1px solid yellow; */
	
}
.oneColLiqCtrHdr #mainContentServices {
	 
	background: #000;
	background-image:url('../graphics/body/body_services.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:487px;
	text-align:left;
	top:0;position:relative;
	padding-left: 3.6em;
	border: 1px solid black;
	
}
.oneColLiqCtrHdr #mainContentTestimonials {
	 
	background: #000;
	background-image:url('../graphics/body/body_testimonials.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:487px;
	text-align:left;
	top:0;position:relative;
	border: 1px solid black;
	padding-left: 3.6em;
	
		
}
.oneColLiqCtrHdr #mainContentAdmin {
     
	background: #000;
	background-image:url('../graphics/body/body_admin.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:487px;
	text-align:left;
	top:0;position:relative;
	border: 1px solid black;
	padding-left: 3.6em;
	
	/*border: 1px solid yellow; */
	
}
.oneColLiqCtrHdr #mainContentAdminLogin {
     
	background: #000;
	background-image:url('../graphics/body/body_admin_login.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:487px;
	text-align:left;
	top:0;position:relative;
	border: 1px solid black;
	
	
	/*border: 1px solid yellow; */
	
}
.oneColLiqCtrHdr #footer { 
	/*padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	background-image:url(../graphics/body/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:60px;
	align:center;
	border: 1px solid black;
	
}
#footerContent {
	padding-top:.5em;
}
.oneColLiqCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#form {
 
  font-size: 100%;
  
  /* max-width: 450px; */
  width: 600px;
  padding-left:2.5em;
  padding-top:9em;
  
  float:right;
  
}
#form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}
#content_contact {
	
	margin-top: 9.4em;
	/*border: 1px solid red;*/
}

.style1 {color: #FFFFFF; margin-left:1em;}
.style2 {text-align:right;color: #FFF; padding-top:.25em;margin-right:3em}
.style4 {font-size: small; color:#009999}
 
.style5 {text-align:right;color: #FFF; font-family:Verdana, Arial, Helvetica, sans-serif;}

.about #text1 {
	margin-right:2.5em; 
	padding-top:9.5em;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
