@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	font-size: 13px;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #C90303;
}
a:hover {
	color: #8C0303;
}


#container {
	width: 970px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#masthead {
	color: #CCCCCC;
	background-color: #231F20;
	background-image: url(../images/masthead.gif);
	height: 86px;
	width: 970px;
	font-weight: bold;
	display: block;
}
#masthead a {
	color: #CCCCCC;
	text-decoration:none;
	height: 33px;
	width: 692px;
	padding-top: 53px;
	padding-left: 278px;
	display: block;
}
#flasharea {
	height: 248px;
	width: 970px;
	margin-bottom: 8px;
}
#nav {
	background-image: url(../images/bg_navarea.gif);
	display: block;
	height: 27px;
	width: 885px;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-left: 85px;
}
#guts {
	background-image: url(../images/bg_guts.gif);
	background-repeat: no-repeat;
	width: 910px;
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
	background-color: #EEEFEF;
	background-position: left bottom;
}
#leftcol {
	width: 496px;
	float: left;
	margin-right: 34px;
}
#tab_area {
	background-image: url(../images/bg_left_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 496px;
	padding-bottom: 30px;
	color: #5b473b;
}
#tab_content {
	background-image: url(../images/bg_left_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DBD9D9;
	width: 450px;
	padding-top: 16px;
	padding-right: 23px;
	padding-left: 23px;
}
#leftcol h2 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #8C0303;
}
#rightcol {
	float: left;
	width: 380px;
}


#footer {
	font-size: 10px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	width: 970px;
	padding-top: 10px;
	text-align: center;
}
#footer  a  {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
}
#footer  a:hover   {
	color: #FFFFFF;
}

#buildingpicker {
	text-align: left;
	float: left;
	height: 292px;
	width: 575px;
}
#detailbox {
	font-size: 13px;
	color: #333333;
	background-image: url(../images/bg_textswap.gif);
	padding: 25px;
	float: none;
	height: 350px;
	width: 210px;
	margin: auto;
}
#detailbox     h3 {
	font-size: 15px;
	color: #8c0303;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h4 {
	font-size: 14px;
	color: #8C0303;
	margin-bottom: 2px;
}

#detailbox ul {
	margin-bottom: 16px;
}
#detailbox ul li {
	margin-bottom: 2px;
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
.contactform {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	background-color: #EAEAEA;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-bottom: 12px;
}

.formfields {
	font-size: 13px;
	color: #BAADA7;
	width: 250px;
}
