﻿.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


body{
	margin: 0;
	background-color: #222;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p{
	font-size: 9pt;
	margin: 10px 0 8px 0;
}

p.title{
	font-size: 10pt;
	font-weight: bold;
	color: #a31125;
	padding-bottom: 0;
	margin-bottom: 0;
}

p.caption{
	font-size: 8pt;
	color: #444;
}

table{
	margin: 10px 0 8px 0;
	/* border: 1px #222 solid; */
}

table thead{
	
}

table th{
	padding: 3px;
	background-color: #444;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
}

table th.num, table th.date{
	text-align: right;	
}

table td{
	padding: 3px;
	text-align: left;
}

table td.num, table td.date{
	text-align: right;
}


a{
	color: #a31125;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

ul{
	
}

h1, h2, h3, h4{
	position: relative;
}

h1{
	padding: 10px 0 0 5px;
	margin: 0 0 8px 0px;
	border-bottom: 2px #a31125 solid;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	height: 20px;
	background: #fff url("../../images/h1_bg.gif") repeat-x scroll left bottom;
}

h2{
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #a31125;	
}

h3{
	font-size: 10pt;
	color: #a31125;	
}

h1 a.rss, h2 a.rss, h3 a.rss, h4 a.rss{
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	right: 4px;
	top: 4px;
	text-indent: -10000px;
	background: transparent url("../../images/rss.gif") no-repeat left center;
	border: 0;
	
}

label{
	margin-right: 5px;
}

.error{
	padding-left: 22px;
	line-height: 16px;
	font-weight: bold;
	color: #a31125;
	background: transparent url("../../images/error_icon.gif") no-repeat scroll left center;
}

.errbox
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px #a00000 dotted;
	background-color: #fff0f0;
}

.errbox h1, .errbox h2, .errbox h3, .errbox h4
{
	margin: 7px 0 7px 0;
	font-size: 12pt;
	color: #a00000;
}

.success{
	color: #008000;
}

.alert{
	padding-left: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 10pt;
	background: #ffffe8 url("../../images/alert_icon.gif") no-repeat scroll left center;
	border-top: 1px #efee9d solid;
	border-bottom: 1px #efee9d solid;
}

.required
{
	color: #a31125;
}

/* BEGIN MAIN LAYOUT STYLES */

form#aspnetForm{
	margin: 0;
	padding: 0;
	width: 822px;
	background: url("../../images/cont_shadow2.gif") repeat-y scroll right top;
}

#header, #headerflash{
	position: relative;
	margin: 0 0 0 50px;
	padding: 0;
	background: #000 url("../../images/header_bg.jpg") no-repeat scroll left top;
	height: 142px;
	width: 760px;
	border: 1px #000 solid;
}

#headerflash{
	background: #000;
}

#container{
	width: 760px;
	margin: 0 0 0 50px;
	padding: 0;
	background-color: #fff;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

#content, #content2{
	float: left;
	width: 584px;
	position: relative;
	padding: 10px 0 15px 0;
	
	background: #fff  url("../../images/shadow_white.jpg") repeat-x scroll left top;
}

#maincontent{
	padding-right: 5px;
	padding-left: 5px;
}

#content2 #maincontent{
	margin-right: 198px;
	border-right: 1px #e0e0e0 solid;
}

#menubar{
	float: left;
	margin: 0;
	padding: 0;
	width: 175px;
	border-right: #000 1px solid;
	background: #bdbdbd url("../../images/shadow_grey.jpg") repeat-x scroll left top;
	
}

#sidebar{
	float: right;
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	width: 190px;
	_width: 188px;
}

#footer{

	clear: both;
	width: 758px;
	margin: 0 0 0 50px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	font-size: 8pt;
	
}


/* END MAIN LAYOUT STYLES */


ul.simplelist{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul.simplelist li{
	margin: 0;
	padding: 0;
}

img.border{
	border: 1px #000 solid;
}

.button{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#444;
	padding: 1px 2px;
	background: url("../../images/btn_bg.gif") repeat-x left top;
}

/* BEGIN HEADER */


div#header ul.nav{
	position: absolute;
	right: 0;
	bottom: 20px;
	margin: 0;
	padding: 0;	
	list-style: none;
}

div#header ul.nav li{
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 2px #fff solid;
}

div#header ul.nav li.last{
	border-right: none;
}

div#header ul.nav li a{
	font-family: Impact;
	font-size: 11pt;
	text-decoration: none;
	color: #fff;
}


/* END HEADER */





#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul li{
	float: left;
	margin: 0;
	border-right: 1px #fff solid;
	padding: 0 5px 0 5px;
}

#footer ul li.last{
	border-right: 0px;
}

#footer ul li a{
	color: #fff;
	font-size: 8pt;
}

.examp{
	font-size: 8pt;
	color: #808080
}

sup{
	font-size: 8pt;
}


img.page_title{
	display: block;
	text-align: center;
	margin: 0 auto 20px auto;	
	border: 0;
}


/* BEGIN SIDEBAR STYLES */

div#sidebar div.section *{
	font-size: 8pt;
}

div#sidebar div.section{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 4px 4px 4px;
	
}

div.section span.tl{
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: -1px;
	top: -1px;
	background: transparent url("../../images/sec_lt.gif") scroll no-repeat left top;
}

div.section span.tr{
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: transparent url("../../images/sec_rt.gif") scroll no-repeat left top;
}

div.section span.bl{
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: -1px;
	bottom: -1px;
	background: transparent url("../../images/sec_lb.gif") scroll no-repeat left top;
}

div.section span.br{
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: transparent url("../../images/sec_rb.gif") scroll no-repeat right bottom;
}


div#sidebar div.section h1, div#sidebar div.section h2, div#sidebar div.section h3{
	margin: 0 -4px 5px -4px;
	padding: 0 3px 0 3px;
	height: 20px;
	line-height: 20px;
	border: 1px #666 solid;
	background: #000 url(../../images/sec_hdr_bg.gif) repeat-x left top;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	
}

div#sidebar div#admin{
	background-color: #f6e7d4;	
}

div#sidebar div#admin h3{
	border: 1px #db9d54 solid;
	background: #d3872d url(../../images/sec_hdr_bg_orge.gif) repeat-x left top;
}


div#sidebar div#quicklogin h3{
	border: 1px #c06060 solid;
	background: #a00000 url(../../images/sec_hdr_bg_red.gif) repeat-x left top;
}

div#sidebar div.section h1 a, div#sidebar div.section h2 a, div#sidebar div.section h3 a{
	color: #fff;
	text-decoration: none;
}

div#sidebar div#savedsearches ul li{
	position: relative;
	
}

div#sidebar div#savedsearches ul li a.delete{
	position: absolute;
	z-index: 1;
	right: 1px;
	width: 14px;
	height: 14px;
	background: transparent url("../../images/delete_icon.gif") no-repeat right center;
}


div.section ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

div.section ul li{
	margin: 2px 0 2px 0;
	padding: 0 0 0 8px;
	background: url("../../images/bullet_arrow.gif") no-repeat left center;
}

/* END SIDEBAR STYLES */

/* BEGIN HOME STYLES */

div#home{
	
}

div#home h2{
	font-size: 14pt;
	border-bottom: 2px #666 solid;
	margin: 0;
	padding-right: 0;
}

div#home div#latestinv{
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
	width: 100%;
	
}

div#quicklogin {
	margin: 0;
	padding: 0;
}

div#quicklogin p{
	margin-top: 3px;
	margin-bottom: 3px;
}

div#quicklogin label{
	float: none;
	display: block;
}

div#quicklogin input{
	
}

/* END HOME STYLES */


/* MENU STYLES */


#menubar img.logo{
	border: 0;
	margin: 10px 0 10px 40px;
}

ul.menu, ul.menu2{
	list-style: none;
	list-style-image: none;
	margin: 10px 0 0 0;
	padding: 0 0 6px ;
	
	background-image: url("../../images/shadow_grey.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
}

ul.menu li{
	margin: 0;
	padding: 0;
	border-top: 1px #000 solid;
}

ul.menu li.last{
	border-bottom: 1px #000 solid;
}

ul.menu li a{
	display: block;	
	margin: 0;
	padding: 0 0 0 17px;
	height: 25px;
	line-height: 25px;
	
	background: #a31125 url("../../images/menu_arrow.gif") no-repeat scroll left center;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}


ul.menu li a:hover{
	background: #111 url("../../images/menu_arrow_ovr.gif") no-repeat scroll left center;
}


/* MENU2 STYLES  */

.menushadow{
	background: url("../../images/shadow_grey.jpg") repeat-x left top;
	height: 5px;

}

ul.menu2{
	background: #a31125 url("../../images/menu_bg.jpg") repeat-x left bottom;

}

ul.menu2 li{
	margin: 0;
	padding: 0;
}

ul.menu2 li a{
	display: block;	
	margin: 0;
	padding: 0 0 0 17px;
	height: 25px;
	line-height: 25px;

	background: transparent url("../../images/menu_arrow.gif") no-repeat scroll left center;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

ul.menu2 li a:hover{
	background: transparent url("../../images/menu_arrow_ovr.gif") no-repeat scroll left center;
	
}


/* END MENU STYLES */


/* BEGIN BREADCRUMBS STYLES */

.breadcrumbs{
	display: block;
	font-size: 8pt;
	margin: -4px 0 10px 5px;
}

.breadcrumbs a{
	color: #3a3b72;
}

.breadcrumbs span.current{
	color: #333;
}

/* END BREADCRUMBS STYLES */


/* FORMS STYLES */

.form{
	font-size: 9pt;
	/* margin: 0 35px 0 15px; */
	margin: 5px 0 5px 0;
}

.form h2{
	margin: 15px 0 0 0;
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px #b0b0b0 solid;
	border-bottom: 1px #b0b0b0 solid;
	color: #a31125;
	background: #fff url("../../images/h2_bg.jpg") repeat-x scroll left bottom;
	
}

.form label{
	width: 130px;
	float: left;
	clear: left;
	
	/* IE 6+7 Only
	*float: none; 
	*clear: none;
	*/
	
	font-size: 9pt;
}

.form p{
	margin: 8px 0 8px 0;
	font-size: 9pt;
}

.form p.formbuttons{
	margin-top: 20px;
}

.form p.formbuttons input{
	margin-right: 5px;
}

.form div.notes {
	float: right;
	width: 168px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background: #fff url("../../images/notes_bg.jpg") repeat-x scroll left top;
	color: #666666;
	font-size: 88%;
}

.form div.notes h4 {
	margin: 0 0 5px 0;
	padding: 2px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 10pt;
	background: transparent url("../../images/icon_info.gif") no-repeat top left;
}

.form div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}

.form div.notes p.last {
	margin: 0em;
}


/* END FORMS STYLES */



/* BEGIN QUICK SEARCH */

.quicksearch{
	margin: 15px 0 10px 0;
	padding: 0 0 15px 3px;
	background: #fff url("../../images/shadow_grey.jpg") repeat-x scroll left bottom;
	font-size: 8pt;
}

.quicksearch h3{
	background: #000 url("../../images/hdr_bg.gif") repeat-x scroll left bottom;
	margin: 0 0 0 -3px;
	padding: 0 0 0 6px;
	height: 20px;
	line-height: 20px;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
}

.quicksearch input{
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

.quicksearch select{
	font-size: 9pt;
	margin: 0;
	padding: 0;

}


.quicksearch p{
	margin: 4px 0 1px 0;
	font-size: 8pt;
}

.quicksearch label{
	display: block;
	float: none;
	font-weight: bold;
	background-color: #fff;
	padding: 0;
	margin: 0 0 2px 0;
	width: auto;
}


.quicksearch p.formbuttons{
	margin-top: 10px;
}

.quicksearch p.formbuttons input{
	margin-right: 7px;
}

/* END QUICK SEARCH */



/* BEGIN SEARCH FORM */


form.invsearch{
	margin: 0;

}

form.invsearch label{
	width: 80px;
}


/* END SEARCH FORM */



/* BEGIN UNIT INQUIRY FORM */

form.unit_inquiry{
	position: relative;
	
}

form.unit_inquiry div.unitinfo{
	position: absolute;
	right: 5px;
	top: 0;
	padding: 0;
	border: 1px #000 solid;
	background-color: #fff;
}


/* END UNIT INQUIRY FORM */

div.unitinfo {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.unitinfo p.caption{
	font-weight: bold;
	font-size: 9pt;
	display: none;
}

.checklist{
	
}

.checklist input{
	clear: left;
	float: none;
	
}
.checklist label{
	clear: none;
	float: none;
	
}

ul.vertchecks{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.vertchecks li{

}


/* BEGIN UNIT INQUIRY FORM */

div.unitinfo img{
	width: 150px;
	height: 113px;
	border: 1px #000 solid;
	margin: 3px;
}

div.unitinfo dl{
	margin: 0;
	padding: 0;
	text-align: left;
	width: 150px;
}

div.unitinfo dl dt{
	float: left;
	margin: 0 4px 0 0;
	padding: 2px;
	font-weight: bold;
	width: 32%;
	white-space: nowrap;
	background-color: #dddddd;
}

div.unitinfo dl dd{
	float: left;
	margin: 0;
	padding: 2px;
	width: 60%;
}

/* END UNIT INQUIRY FORM */


/* BEGIN CONTACT US */

div#contactus{
	
}

div#contactus div.locinfo{
	width: 250px;
	float: left;
	margin: 0 80px 25px 0;
}

div#contactus div.mainhq{
	margin-right: 450px;
	margin-bottom: 40px;

}

div#contactus div.locinfo h2{
	margin: 5px 0 5px 0;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px #000 solid;
}

div#contactus div.locinfo p{
	margin: 0;
	padding: 1px 0 1px 0;
}


/* END CONTACT US */


/* BEGIN LOCATIONS PAGE */

ul.locations{
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

ul.locations li{
	position: relative;
	padding: 3px;
	margin: 0;
	
	border-bottom: 1px #d0d0d0 solid;
}

ul.locations li h3{
	margin: 0 0 5px 0;
}

ul.locations li dl{
	margin: 5px 0 5px 0;
	padding: 0;
	height: 15px;
}

ul.locations li dl dt{
	float: left;
	margin: 0 5px 0 0;
	font-weight: bold;
}

ul.locations li dl dd{
	float: left;
	margin: 0 10px 0 0;
}

ul.locations li address a{
	margin-left: 5px;
}

/* END LOCATIONS PAGE */


/* BEGIN LOCATION INFORMATION PAGE */

div#locinfo{
	
}

div#locinfo div#map{
	height: 450px;
	border: 1px #000 solid;
}

dl#contactnums{
	margin: 4px 0 10px 0;
	padding: 4px 0 8px 0;
}

dl#contactnums dt{
	margin: 0;
	font-weight: bold;
	float: left;
	width: 50px;
}

dl#contactnums dd{
	margin: 0;
	float: left;
	width: 100px;
	
}


/* END LOCATION INFORMATION PAGE */


div#duraplate img{
	clear: right;
}


table#users{
	border: 1px #222 solid;
}

table#users tr.alt{
	background: #f0f0f0;
}



#sidespecials{
	
}

#sidespecials .unit{
	text-align: center;
	border-bottom: 1px #666 solid;
	padding-bottom: 0;
}

#sidespecials .unit .title{
	margin: 0 0 8px 0;	
}

#sidespecials .unit .title a{
	display: block;
	background: none;
	font-size: 10pt;
	text-decoration: none;
}

#sidespecials .unit img.thumb{
	display: block;
	border: 1px #000 solid;
	margin-left: auto;
	margin-right: auto;
}

#sidespecials .unit div.specs{
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px #000 solid;
}

#sidespecials .unit div.specs dl
{
	width: 200px;
	margin: 5px 0 0 0;
	padding: 0;
}

#sidespecials .unit .specs dt
{
	float: left;
	text-align: left;
	width: 30%;
	margin: 0 0 0 15px;
	font-weight: bold;
	white-space: nowrap;
}

#sidespecials .unit .specs dd
{
	float: left;
	text-align: left;
	width: 60%;
	margin: 0;
	white-space: nowrap;
}
