@charset "UTF-8";
#headerdiv {
	position:relative;
	overflow:hidden;
}
#container  {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEECE7;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 
#topheader {
	background: #FFF url(../images/fluid-logo.gif) no-repeat 80px 0px;
	padding: 0px 10px 0px 395px;  /* 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. */
	height: 114px;
	position: relative;
	margin: 0px;
}
#headercontact {
	width: 475px;
	position: absolute;
	left: 551px;
	top: 25px;
	margin: 0px;
	padding: 0px;
	height: 41px;
}
#headercontact h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 23px;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#headercontact .boldblue {
	font-weight: bold;
	color: #066BAE;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #666;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 240px;
	height: 160px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #106EAC;
	margin: 0px;
	padding: 0px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #106EAC;
	margin: 0px;
	padding: 0px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #B8B7AF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#mainContent  {
	width: 940px;
	top: 506px;
	background-color: #FFF;
	left: 64px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
} 
#mainContent a {
	color: #3F8BBC;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent #midcont {
	width: 250px;
	margin-right: auto;
	margin-left: 270px;
	padding-top: 10px;
	background-color: #FFF;
}
#mainContent #midcont2 {
	margin-right: auto;
	margin-left: 270px;
	padding-top: 10px;
	background-color: #FFF;
	padding-right: 20px;
}
#mainContent #midcont h3 {
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	margin: 0px;
	padding: 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E3DD;
	font-size: 13px;
	font-weight: bold;
	color: #F60;
}
#topheader ul li {
	float: left;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topheader ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 2px;
	padding-top: 14px;
	padding-bottom: 22px;
	width: 127px;
	background-color: #066BAE;
}
.selected      {
	background-color: #F90;
	height: 26px;
	width: 127px;
	display: block;
	color: #FFF;
	padding-top: 12px;
}
#topheader ul li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #F90;
}
#topheader ul {
	list-style-type: none;
	padding: 76px 0px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#header #slogan {
	position: absolute;
	left: 19px;
	top: 11px;
}
#header #slogan h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #666;
}
#header  {
	background: #DDDDDD url(../images/topheader.jpg) no-repeat;
	padding: 80px 570px 0 20px;  /* 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. */
	height: 269px;
	position: relative;
} 
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
#header p a {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}
#header p a:hover {
	text-decoration: underline;
}
#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 */
}
#sidebar1  {
	background: #FFF url(../images/sidebar-bg.jpg) no-repeat;
	margin: 0px 20px 0px 0px;
	float: left;
	width: 240px;
	padding: 10px 0px 0px 12px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 p a {
	color: #066BAE;
	text-decoration: none;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 16px 0px 10px 24px;
	color: #333;
	margin: 0px;
}
#sidebar1 #news {
	height: 180px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBEB9;
	margin-right: 15px;
	margin-left: 15px;
	overflow: auto;
}
#sidebar1 #testimonials {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBEB9;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../images/testimonials-text.png);
	background-repeat: no-repeat;
	padding-top: 35px;
}
#sidebar1 #testimonials p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 22px;
	color: #666;
}
#sidebar1 #testimonials h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	color: #F7A03D;
	font-weight: normal;
}
#sidebarright {
	background: #FFF;
	margin: 0px 20px 0px 0px;
	float: right;
	width: 370px;
	padding: 20px 0px 0px 12px;
}
.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;
}
.headerbutselected {
	color: #333;
	text-decoration: none;
	display: block;
	height: 43px;
	width: 127px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.services-cont {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 15px;
}
#content   {
	margin-left: 250px;
}
.services-cont img {
	padding-right: 20px;
	padding-bottom: 10px;
}
.footer {
	padding: 0px 0;
	background: #DDDBD3 url(../images/foot-bg.jpg) repeat-x;
	height: 172px;
	margin: 10px 0px 0px;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
.footer a {
	color: #77A6D5;
	text-decoration: none;
}
.footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #106EAC;
	margin: 0px;
	padding: 0px 0px 6px;
}
.footer #foot-cont {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 195px;
}
#foot-cont .footleft {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 20px;
	margin-bottom: 10px;
	padding-top: 100px;
	background-image: url(../images/logo-footer.gif);
	background-repeat: no-repeat;
}
#foot-cont .footmid {
	float: left;
	width: 350px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#foot-cont .logos {
	float: left;
	width: 590px;
	padding-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#foot-cont .footright {
	float: right;
	width: 330px;
	padding-top: 10px;
}
.footright .tel {
	background-image: url(../images/tel.gif);
	background-repeat: no-repeat;
	padding-left: 48px;
	background-position: 0px 2px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 8px;
}
.footright .email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	padding-left: 48px;
	background-position: 0px 2px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#sidebarright #portfolio {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BFBEB9;
	padding-top: 15px;
}
#portfolio #portfolioimg {
	float: left;
	padding-right: 20px;
}
#midcont form p input {
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
	background-image: url(../images/form-bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
#midcont form #select  {
	background-image: url(../images/button.jpg);
	height: 32px;
	width: 150px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#midcont form p textarea {
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/text-bg.jpg);
	background-repeat: no-repeat;
	height: 210px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}
#sidebarright p iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
