/* margin and padding for all elements */
* { 
	margin: 0;
	padding: 0;
}

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: url(../imagefiles/body_bkgrd.gif) repeat-y 50%;
}

.bodyrule {
	border-bottom: 1px solid #000000;
	margin: 3px 0 3px 0;
}

#bkgrdcontain {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}

#pagecontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 200%;
	color: #666666;
	position: relative;
	height: 100%;
	width: 850px;
	padding: 0px;
	margin: 0 auto;
}

#sidepanel {
	height: auto;
	width: 190px;
	left: 20px;
	top: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
}

#sidepanel h1 {
	height: auto;
	width: 190px;
	margin: 10px 0 0 0;
	position: relative;
	text-align: center;
}

#sidepanel h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
	line-height: 180%;
	margin: 55px 15px 0 15px;
	position: relative;
}

#sidepanel h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	line-height: 150%;
	margin: 10px 0 0 0;
	position: relative;
}

#sidepanel h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	margin: 55px 25px 0 25px;
	position: relative;
}

#sidepanel p {
	font-size: 100%;
	line-height: 160%;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	color: #7C6240;
}

#sidepanel p.learnmore {
	text-align: left;
	margin: 28px 0 0 0;
	padding: 0;
	width: 160px;
}

#sidepanel p.devlogo {
	margin:15px 0 0 0;
	display:block;
	text-align:center;
}

#sidepanel p.boldcenter {
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
	color: #666666;
}

#sidepanel ul {
	list-style-type: none;
	text-align: left;
	margin: 0px 0 0 10px;
	padding: 0;
	width: 160px;
	line-height: 150%;
}

#sidepanel ul li {
	list-style-type: none;
	display: inline;
}

#sidepanel ul li p {
	list-style-type: none;
	display: inline;
}

#sidepanel ul li.subheadbold {
	list-style-type: none;
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
	color: #7C6240;
}

#sidepanel ul li a {
	background: url(../imagefiles/chevronoff.gif) no-repeat left center;
	margin: 0;
	padding: 0 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	text-decoration: underline;
	color: #666666;
	display: block;
	width: 160px;
}

#sidepanel ul li a:hover {
	background: url(../imagefiles/chevronon.gif) no-repeat left center;
	color: #999999;
}

#sidepanel ul li a:active {
	background: url(../imagefiles/chevronon.gif) no-repeat left center;
	color: #991217;
}
/*
#selected {
	background: url(../imagefiles/chevronon.gif) no-repeat left center;
	color: #991217;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 15px;
}
*/
#sidepanel ul li.selected a {
	background: url(../imagefiles/chevronon.gif) no-repeat left center;
	margin: 0;
	padding: 0 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	text-decoration: none;
	display: block;
	width: 160px;
	color: #991217;
	font-weight: bold;
}



.spacer {
	position:relative;
	white-space: nowrap;
	display: inline;
	width: 15px;
	height: 70px;
	float: left; 
}







#contentwrapper {
	height: auto;
	width: 625px;
	left: 225px;
	top: 115px;
	margin: 0px;
	text-align: left;
	position: absolute;
	background-color: #FFFFCC;
	text-align: left;
}

#breadtrailbar {
	position: relative;
	height: 25px;
	width: 625px;
	margin: 0px;
	text-align: left;
	background: url(../imagefiles/chevron.gif) #EDE4C6 no-repeat left center;
	padding: 0;
}

#breadtrail {
	position: relative;
	float: left;
	font-size: 105%;
	line-height: 105%;
	color: #666666;
	margin: 6px 0 0 0;
	padding: 0 0 0 25px
}

#modelwrapper {
	position: relative;
	width: 625px;
}

#textcolumnwrapper {
	width: 325px;
	float: left;
}	

#imagecolumnwrapper {
	width: 300px;
	float: left;
}	

#imagecolumnwrapper p {
	color: #329540;
	font-weight: bold;
	margin: 0 0 10px 0;
}	




#headline {
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: 325px;
}

#headline .modelbar {
	background-color: #991217;
	padding: 0 0 20px 0;
	background-image: url(../imagefiles/shadowbit_yel.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
	
#headline .modelbar h2 {
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;      /* white */
	margin: 0 0 0 25px;
}

#headline h1 {
	font-size: 250%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #65756A;      /* ice */
	margin: 15px 0 15px 25px;
}




#textcolumn p {
	font-size: 105%;
	padding: 0 25px 0 0;
	margin: 0 15px 15px 25px;
}

#textcolumn h1 {
	font-size: 125%;
	font-weight: bold;
	color: #991217;      /* red */
	margin: 0 15px 0 25px;
}

#textcolumn h2 {
	font-size: 125%;
	font-weight: bold;
	color: #329540;      /* green */
	margin: 0 15px 0 25px;
}

#textcolumn h3 {
	font-size: 105%;
	font-weight: bold;
	color: #991217;      /* red */
	margin: 0 15px 0 25px;
}

#textcolumn h4 {
	font-size: 105%;
	font-weight: bold;
	color: #7C6240;      /* tan */
	margin: 0 15px 0 25px;
}

#textcolumn ul { 
	margin: 0 15px 0 40px;
}

#footer {
	clear: both;
	float: left;
	width: 625px;
	background-color: #FFFFFF;
	padding: 10px 0 0 0;
}

#footer .billboard {
	float: left;
}

#footer .disclaimer {
	padding: 10px 0 0 0;
	float: left;
	line-height: 12px;
}
#footer .logos {
	float: right;
	text-align: right;
	margin: 0;
	vertical-align: 90%;
}

.green {
	color: #329540;
}

.greenbold {
	color: #329540;
	font-weight: bold;
}

.tan {
	color: #7C6240;
}

.tanbold {
	color: #7C6240;
	font-weight: bold;
}

.red {
	color: #991217;
}

.redbold {
	color: #991217;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.extraspacebefore {
	margin: 10px 0 0 0;
}
.extraspaceafter {
	margin: 0 0 10px 0;
}
.gallerydots {
	position:relative;
	white-space: nowrap;
	display: inline;
	width: 90px;
	height: 70px;
	float: left; 
}
#galleryimage {
	left:0;
	width:300px;
	float:left;
	background-color:#FFFFFF;
	position:relative;
	height:210px;
	top:0;
	overflow:hidden;
}
div.view_all_elevations {
	clear:both;
}
div.view_all_elevations a {
	font-weight:bold;
}

div.leftbarlinks {
 margin: 24px 0 0 0;
 text-align: left;
}

div.leftbarlinks a {
 display: block;
 text-decoration: none;
 line-height: 2.4em;
 width: 180px;
 border: 1px solid #e9e9e9;
 margin-bottom: 6px;
}

div.leftbarlinks a:hover {
 background-color: #ececec;
}

div.leftbarlinks img {
 padding-left: 4px;
 padding-right: 5px;
 padding-bottom: 3px;
 vertical-align: middle;
}