@charset "utf-8";
body {
	margin:0;
	padding:0;
	width:100%;
	background-image:url(../images/design/contentbg.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align:justify;
}
html { padding:0; margin:0;}

.clear {clear:both;}

div.hr {display: none;}
/*/*/a{}
div.hr {
  display: block;
  height: 1px;
  background-color:#666;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top:15px;
  margin-bottom:15px;
}
#headerLeftFloat {
	float:left;
	background-color:#F00;
	width:25%;
	height:301px;
	}
#headerRightFloat {
	float:right;
	background-color:#00F;
}
#headerWrapper {
	background-image:url(../images/design/widthbg.gif);
	background-position:center;
}
#headerContentWrapper {
	background-image:url(../images/design/newerback.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px auto; 
	width: 800px;
	height:100px
}
#headerLeft {
	float:left;
	margin-top:27px;
	width:370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
#headerRight {
	float:right;
	margin-top:27px;
	width:259px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
#headerFlash {
	background-color:#FFF;
	margin: 0px auto; 
	width: 800px;
	height:190px;
}
#contentWrapper {
	background-color:#FFF;
	background-image:url(../images/design/content_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0px auto; 
	width: 800px;
	padding-bottom:10px;	
}
#content {
	padding-top:30px;
	margin: 0px auto; 
	width: 780px;
	overflow:hidden;
}
#leftText {
	float:left;
	text-align:justify;
}
#footerWrapper {
	background-color:#CCC;
	height:307px;
	}
#footerContentWrapper {
	background-image:url(../images/design/footer_bg.gif);
	background-repeat:repeat;
	margin: 0px auto; 
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
	width: 780px;
	overflow:hidden;
	
}
#footerLeft {
	padding-top:30px;
	padding-bottom:30px;
	background-image:url(../images/design/footer_bg.gif);
	background-repeat:repeat;
	float:left;
	width:388px;
	text-align:center;
}
#footerRight {
	padding-top:40px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	background-image:url(../images/design/footer_bg.gif);
	background-repeat:repeat;
	float:right;
	width:330px;
}
#footerTestimontals {
	padding-top:30px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/design/footer_bg.gif);
	background-repeat:repeat;
	float:left;
	width:348px;
	text-align:center;
}
#footerText {
	margin: 0px auto; 
	width: 800px;
}
#contactBoxLeft {
	float:left;
	width:430px;
	padding-right:10px;
}
#contactBoxRight {
	float:right;
	width:320px;
	padding-left:10px;
}
.textField {
	background-color:#CCC;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	
}
.textButton {
	padding:1px;
	background-color:#CCC;
	border: 1px solid #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;	
}
form div {
	position:relative;
	margin-bottom:10px;
}
form div input {
	margin-left:32%;
	border: 1px solid #fff;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}
form div textarea {
	margin-top:20px;
	margin-left:0px;
	border: 1px solid #fff;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	padding-bottom:17px;
}
form div select {
	margin-left:32%;
	border: 1px solid #fff;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}
form div label {
    position: absolute;
}
#whatwedo {
	float:right;
	width:140px;
	margin-right:50px;
	margin-left:50px;
	padding-left:10px;
	border-left: 1px solid #333;
}