/* 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.devlogo {
	text-align: center;
	margin: 15px 0 0 0;
}

#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: 45px 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 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/liston.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;
}










#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
}

#headwrapper {
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: 625px;
	margin: 0px;
	text-align:left;
}

#headline {
	position: relative;
	float: left;
	height: 90px;
	width: 325px;
	background-image: url(../imagefiles/shadowbit_yel.gif);
	background-repeat: repeat-x;
}

#headline h1 {
	font-size: 250%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #65756A;      /* ice */
	margin: 10px 0 15px 25px;
}

#headline h2 {
	font-size: 125%;
	font-weight: bold;
	color: #991217;      /* red */
	margin: 25px 0 6px 25px;
}

#headline h3 {
	font-size: 125%;
	font-weight: bold;
	color: #329540;      /* green */
	margin: 3px 25px 0 0;
}
#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;
}
#headerimage {
	position: relative;
	float: right;
	height: 90px;
	width: 300px;
}

#textwrapper {
	position: relative;
	float: left;
	width: 625px;
	margin: 10px 0 0 0;
	text-align:left;
}
#textwrapper_location {
	
	float: left;
	width: 325px;
	margin: 10px 0 0 0;
	text-align:left;
	height:auto;
}

div#textwrapper_location:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
/*  \*/
* html div#textwrapper_location {
	height: 1%;
}
/*  */

#textwrapper p {
	font-size: 105%;
	padding: 0 25px 0 0;
	margin: 0 0 15px 0;
}

#textwrapper p.nospace {
	font-size: 105%;
	padding: 0 25px 0 0;
	margin: 0;
}

#textwrapper h1 {
	font-size: 125%;
	font-weight: bold;
	color: #991217;      /* red */
}

#textwrapper h2 {
	font-size: 125%;
	font-weight: bold;
	color: #329540;      /* green */
}

#textwrapper h3 {
	font-size: 105%;
	font-weight: bold;
	color: #991217;      /* red */
}

#textwrapper h4 {
	font-size: 105%;
	font-weight: bold;
	color: #7C6240;      /* tan */
}

#minheight {
	width: 25px;
	height: 300px;
	float: left;
}

#widecolumn {
	width: 580px;
	float: left;
}	

#column1 {
	width: 280px;
	float: left;
	margin: 0 20px 0 0;
}	

#column2 {
	width: 280px;
	float: left;
}	
#column1fix {
	width: 280px;
	float: left;
	margin: 0 20px 0 0;
}	

#column2fix {
	width: 300px;
	float: left;
}	

#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;
}
.bold_black {
	font-weight:bold;
	color:#000;
}
.extraspacebefore {
	margin: 10px 0 0 0;
}
.extraspacebefore a:link {
	margin: 10px 0 0 0;
	font-size: 105%;
	font-weight: bold;
	color: #991217;      /* red */
}

.extraspacebefore a:visited {
	margin: 10px 0 0 0;
	color: #991217;      /* red */
}
.extraspaceafter {
	margin: 0 0 10px 0;
}
td.field input, td.field textarea, td.field select {
	border:1px solid #999999;
}
form#home_search input, form#home_search select {
	border:1px solid #666666;
	font-size:11px;
}
form#home_search select {
	width:200px;
	background:#EFEFEF;
}
form#home_search input.submit_btn {
	background:#666666;
	color:#FFF;
	text-transform:uppercase;
	padding:0 18px 0 18px;
	font-size:10px;
}
#headline2 h1 {
	font-size: 250%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #65756A;      /* ice */
	margin: 10px 0 15px 25px;
}
div.shadow {
	display:none;
}
table#models {
	margin:0 0 0 0px;
	clear:right;
	width:inherit;
	font-weight:bold;
	color:#000;
	background:#FFF;
}
table#models tr.title {
	background:#003366;
	color:#FFF;
}
table#models tr.title td {
	padding:0 4px 0 4px;
}
table#models tr.column_head td {
	color:#003366;
}
table#models td {
	border-bottom:1px solid black;
	padding:2px;
}
table#models tr.column_head {

}
table#models td a {
	color:#000;
	text-decoration:none;
}
table#staff_contact td {
	padding:5px 15px 5px 0;
}

div.sold {
	background-image: url(/filebin/imagefiles/sold-watermark.gif);
	background-position: center center;
	background-repeat: no-repeat;
}