*
{
	margin:0px;
	padding:0px;
}

body
{
	background-color:#6A8399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
}

img
{
	border:0px;
}

h1
{
	color:#333333;
}

#bodyBG
{
	background-image:url(../images/BG.jpg);
	background-position:center;
	background-repeat:repeat-y;
}


#mainBody
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	height:194px;
	width:1000px;
}

#topHeader
{
	height:104px;
	width:1000px;
	background-image:url(../images/header.jpg);
}

#logo
{
	height:104px;
	width:235px;
	float:left;
}

#headerMenu
{
	height:104px;
	width:765px;
	text-align:right;
	float:left;
}

#headerText
{
	padding-top:40px;
	padding-right:30px;
}

#headerText a
{
	font-size:12px;
	color:#4B4B4B;
	text-decoration:none;
}

#flashHeader
{
	height:90px;
	width:1000px;
}

#breadCrumbContainer
{
	height:27px;
	width:1000px;
}

#breadCrumbs
{
	padding-left:22px;
	padding-top:10px;
	color:#5FA9D3;
}

#breadCrumbs a
{
	color:#5FA9D3;
	text-decoration:underline;
	font-size:12px;
}

#content
{
	padding-left:22px;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:30px;
}

#leftContent
{
	width:230px;
	float:left;
}

#rightContent
{
	width:726px;
	float:left;
}

#rightContentText
{
	font-size:12px;
	color:#333333;
	padding-left:15px;
	padding-right:15px;
}

#concreteContent
{
	width:530px;
	float:left;
}

#contactContent
{
	width:530px;
	float:left;
}

#contactRight
{
	width:426px;
	float:left;
}

#concreteContentText
{
	font-size:12px;
	color:#333333;
	padding-left:15px;
	padding-right:15px;
}

#concretePhotos
{
	width:426px;
	float:left;
}





#footer
{	
	width:1000px;
	height:74px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

#footerText
{
	text-align:right;
	padding-right:30px;
	padding-top:20px;
	font-size:12px;
	color:#FFFFFF;
}

#footerText a
{
	font-size:12px;
	color:#FFFFFF;
}

.clearDivs
{
	clear:both;
}

h2
{
	color:#666666;
	font-size:18px;
	font-weight:bold;
}