/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0px;
	margin:0px;
	line-height: 1.5em;
}
div#flash {
	height: 163px;
	width: 800px;
	background-image: url(images/header2_g.jpg);
	background-repeat: no-repeat;
}

h1 {
	text-align: left;
	color: #BD5B1B;
	padding:5px 0px 2px;
	margin:0px 55px 10px 20px;
	font:  1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECD9F;
}

div#top {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 18px;
}

h2 {
	font-size:15px;
	color: #26598E;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}


/* This sets a default font for all of our  selectors. We set the text align back to left so it won't center (based on the body  to compensate for IE.) */




div#address {
	font-style: normal;
	margin: 0;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 18px;
	padding: 0px;
	text-align: center;
	position: absolute;
	left: 38px;
	top: 402px;
	width: 167px;
	height: 61px;
	font-family: Garamond;
	text-decoration: none;
	visibility: visible;
}

div#address a:link, a:visited {
	color: #FFFFFF;
	font-family: Garamond;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
}

div#bottom {
	height: 25px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/

div#container {
	position:relative;
	width: 980px;
	margin: 0px auto;
	background-color: #0033FF;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat;
	visibility: visible;
}

div#contenttop {
	height: 16px;
	width: 748px;
	background-image: url(images/containertop_g.jpg);
	background-repeat: no-repeat;
	float: left;
}

div#content {
	margin: 0px;
	padding: 0px;
	width:725px;
	height: auto;
	float: left;
} 

div#sidebarleft {
	float: left;
	width: 232px;
	height: 240px;
}

div#content li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #D0BF5A;
	line-height: 12px;
}

div#content a {
	color:#BD5B1B;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
} 

	#content p, h2{
	margin: 0px;
	padding: 10px 55px 5px 20px;
	line-height:18px;
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
strong {
	color: #000000;
	font-size: 12px;
}
div#leftlist {
	float: left;
	width: 325px;
}


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#header {
	position: relative;
	width: 980px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_g.jpg);
	background-repeat: no-repeat;
	visibility: visible;
}


.headerlogo{
	background-image:url(images/nav_g.gif);
	height: 45px;
	width: 820px;
	background-repeat: no-repeat;
}

div#navcontainer{
	width: 980px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	visibility: visible;
}

div#flashheader {
	float: left;
	height: 179px;
	width: 692px;
}

div#mainnav {
	height: 50px;
	width: 481px;
	position: absolute;
	left: 443px;
	visibility: visible;
}
	
	#rightcol p{
		font-size: 10px;
		line-height:15px;
		margin: 5px 20px 5px 20px;
}

#rightcol2 {
	position: absolute;
	right: 0px;
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	left: -1px;
	top: 383px;
	font-size: 9px;
	line-height:15px;
}


#leftcol {
	position: absolute;
	left: 10px;
	width: 809px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	top: 174px;
	height: 45px;
	}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */





/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 20px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
div#right {
	float: right;
	height: auto;
	width: 300px;
	margin-top: 25px;
	padding-left: 10px;
	margin-right: 20px;
	padding-bottom: 20px;
}
img.normal {
	margin: 3px;
	border: 1px solid #000;
}



/* DIV UTILITY NAV */
	div#utilnav {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	height: 35px;
	line-height: 35px;
	background-color: #000000;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
		#utilnav a {
	text-decoration: none;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
			}
		#utilnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px 3px 2px;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	margin: 0px auto 10px;
	width: 800px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
}

div#footerright {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #F57600;
	text-align: right;
}

div#footer p{color: #FFFFFF; font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;}

div#footer a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.copyright  {
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 10px;
}



/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
	width:820px;
	height:45px;
	padding:0;

}

.iframe{
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
}
div#footercontact {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	height: 55px;
	line-height: 35px;
	background-image: url(images/footer_g.jpg);
	background-repeat: no-repeat;
	width: 980px;
	position: relative;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	visibility: visible;
}

div#footercontact a:link {
	color: #FFFFFF;
}

div#locationinfo {
	float: left;
	width: 183px;
	padding-top: 10px;
	position: absolute;
	left: 621px;
	top: 431px;
	height: 193px;
	color: #FFFFFF;
}

img.border {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
div#left {
	width: 149px;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px;
	position: absolute;
	left: 196px;
	top: 2px;
	height: 53px;
}
div#clearboth {
	clear: both;
}
div#currentprojects {
	height: 198px;
	width: 222px;
	position: absolute;
	left: 10px;
	top: 467px;
	visibility: visible;
}

div.imagesleft {
	float: left;
	width: 176px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


div.imagesleft img {
	border: 0px;
}




div.homesinfo {
	float: left;
	height: 136px;
	width: 649px;
	background-color: #F1ECE6;
	padding: 0px;
	margin-left: 20px;
	border: 1px solid #CECD9F;
	margin-bottom: 15px;
}
div.homestext {
	padding: 10px 5px 0px 0px;
	float: right;
	width: 450px;
}

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.5; 
opacity: 1.5;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: .65;   
opacity: .65;
}
