/* CSS Document */

/* Web site */

* { margin: 0; padding: 0; }
a img { border: 0; background: transparent; }
fieldset { border: 0; }

/* body styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 11pt;
	background-image: none;
	background-color: #9C0031;
}

td {
	vertical-align: top;
	/*padding: 0.5em 0.5em 0.5em 0;*/
}

/* wrap*/

#mainWrap {
	margin: 0 auto;
	padding: 0;
	width: 986px;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-image: url(../Images/mainBKG.jpg);
	background-position: 0 0;
}
#subWrap {
	margin: 0 auto;
	padding: 0;
	width: 964px;
	background-repeat: repeat-y;
	background-image: url(../Images/vertMenu_BKG.jpg);
}



/* header */

#header_print { display: none; }

#header {
	text-align: left;
	padding: 0;
	margin: 0;
	height: 150px;
	background-color: #9C0031;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(../Images/AddressBKG.jpg);
}
#header h1 {
	height: 150px;
	letter-spacing: -99999em;
	margin:0;
	padding:0;
	background-image: url(../Images/banner03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 768px;
	float: left;
}
#header p {
	line-height: 16px;
	width: 176px;
	font-size: 12px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header .email {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

#header a:link, #header a:visited, #header a:active { 
	color: #FFFFFF;
}
#header a:hover{
	color: #FFFFFF;
}

/* navbar */

#menuHor {
	text-align: left;
	height: 22px;
	width: 964px;
	border: thin solid #FFCC00;
	background-color: #9C0031;
}
#menuHor li {
	list-style-type: none;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	line-height: 20px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	padding-left: 8px;
	margin-left: 15px;
}
#menuHor a:link, #menuHor a:visited, #menuHor a:active {
	color: #FFCC00; text-decoration: none;
}
#menuHor a:hover {
	color: #C9A821; text-decoration: none;
}
#menuHor a:link.active, #menuHor a:visited.active, #menuHor a:hover.active #menuHor a:active.active {
	color: #C9A821; text-decoration: none;
}

/* content */

#page {
	width: 964px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
#pageCont {
	float: none;
	width: 548px;
	margin-left: 210px;
	padding-bottom: 15;
	margin-right: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
h2 {
	margin: 18px 0 12px 0; color: #FFCC00; font-size: 19px;
}
h3 {
	font-size: 14px;
	margin: 0 0 7px 0;
	color: #FFCC00;
	font-weight: bold;
}
#pageCont p {
	line-height: 1.7;
	margin: 0 0 1.5em 0;
}
#pageCont table {
	margin: 0 0 1em 0;
	line-height: 24px;
}
.formTable {
	line-height: 35px;
}
#pageCont ul, #mainCol ol {
	margin: 0 0 1.5em 2em;
}
#pageCont li {
	line-height: 1.7;
}
#pageCont a:link, #pageCont a:visited {
	color: #FFCC00; text-decoration: underline;
}
#pageCont a:hover {
	color: #C9A821;
	text-decoration: underline;
	background-color: #5E58A0;
	font-style: italic;
}
#pageCont a:active {
	color: #FFCC00; text-decoration: underline;
}
#pageCont ol li {
	margin-left: 30px;
	font-size: 12px;
	height: 50px;
}
#pageCont .nav {
	text-align: center;
	list-style-type: none;
	margin: 25px;
	padding-top: 25px;
}
#pageCont .nav a {
	line-height: 35px;
}
#pageCont img {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 8px;
	border: 6px double #FFCC00;
}


/* dropdowns */

#dropdowns {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-top: 16px;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 20px;
	color: #FFFFFF;
}
#dropdowns, #dropdowns ul { /* all lists */
	list-style: none;
}
#dropdowns a {
	display: block;
	width: 187px;
	text-align: right;
}
#dropdowns li { /* all list items */
	width: 192px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	z-index: 99;
}
#dropdowns li ul { /* second-level lists */
	position: absolute;
	width: 192px;
	margin: 0 0 0 192px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-attachment: scroll;
	background-color: #2C2960;
	background-repeat: repeat-y;
	background-position: 0 0;
	z-index: 99;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
}
#dropdowns li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 192px;
	z-index: 100;
}
#dropdowns li:hover ul ul, #dropdowns li:hover ul ul ul, #dropdowns li.sfhover ul ul, #dropdowns li.sfhover ul ul ul {
	left: -999em;
}
#dropdowns li:hover ul, #dropdowns li li:hover ul, #dropdowns li li li:hover ul, #dropdowns li.sfhover ul, #dropdowns li li.sfhover ul, #dropdowns li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; margin-top: -19px;
}
#dropdowns a:link, #dropdowns a:visited, #dropdowns a:active {
	color: #D7D7D7; text-decoration: none;
}
#dropdowns a:hover {
	color: #F4EA91;
	text-decoration: none;
	background-color: #312C8B;
	z-index: 98;
}
#dropdowns li:hover, #dropdowns li.sfhover {
	background: #312C8B;
}


/* left-side -ads */

#ad1LT {
	padding: 25px;
	margin: 0; 
	width: 140px;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 80px;
}
#ad2LT {
	padding: 25px;
	margin: 0px; 
	width: 140px;
	height: 55px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* datatable */

.datatable td, .datatable th {
	background-color: #FFF9CF; 
	padding: 0.5em 1em 0.5em 0.5em; 
	border-bottom: 1px solid #FFF; 
	border-right: 1px solid #FFF;
}

/* breadcrumbs */

#breadcrumbs { 
	color: #CCC; font-size: 11px; margin: 2px 0 7px 0; font-family: Arial, Helvetica, sans-serif;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #CCC; text-decoration: none;
}
#breadcrumbs a:hover {
	color: #A0A0A0; text-decoration: none;
}
#breadcrumbs a:active {
	color: #CCC; text-decoration: none;
}
#breadcrumbs a:link.active, #breadcrumbs a:visited.active, #breadcrumbs a:hover.active #breadcrumbs a:active.active {
	color: #A0A0A0; text-decoration: none;
}

/* right-column */

#quickCol {
	float: right;
	width: 186px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: repeat-y;
	background-position: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}
#quickCol h2 {
	font-size: 24px;
	text-align: center;
	height: 35px;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 186px;
	float: none;
	background-image: url(../Images/ql_label.png);
	color: #0C0942;
	line-height: 30px;
	font-weight: bolder;
}
#quickCol ul {
	list-style-type: none;
}
#quickCol ul p {
	font-size: 18px;
	color: 000000;
	text-align: center;
}

#quickCol ul li {
	background-image: url(../Images/ql_list_BKG.png);
	background-repeat: no-repeat;
	height: 35px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #2C2960;
	padding: 2px;
	vertical-align: bottom;
	margin: 5px;
}
#quickCol a {
	vertical-align: middle;
	line-height: 45px;
	margin-left: 30px;
}


#quickCol a:link, #right-column a:visited, #quickCol a:active {
	color: #0C0942;
}
#quickCol a:hover {
	color: #808080;
}

/* floatnav */

#floatnav {
	margin: 34px 0 0 0;
}
#floatnav li {
	list-style-type: none; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000; 
	margin: 0 0 15px 0;
	background: url(/template_assets//images/chrome.jpg) no-repeat scroll 0 0;
	height: 36px;
	line-height: 36px;
}
#floatnav a {
	padding: 0 0 0 11px; height: 36px; line-height: 36px; display: block;
}
#floatnav a:link, #floatnav a:visited, #floatnav a:active {
	color: #000; text-decoration: none;
}
#floatnav a:hover {
	color: #666; text-decoration: none;
}

/* contact */

.form {
	padding-top: 1em;
	font-size:0.9em;
}
.form p {
	height: .75em;
}

.label{
	position:relative;
	float:left;
	width: 15em;
	text-align:right;
	margin-right: 2em;
	font-weight: bold;
}

input#name, input#email, input#email01, input#email02, input#company, input#cat, input#referred, input#contact, 
input#address, input#how, input#web, input#contactAlt {
	width:20em;
}
input#city{
	width: 18.2em;
}

input#year, input#numYears {
	width: 3em;
}

input#zip {
	width: 4em;
}

input#name:focus, input#email:focus, input#email01:focus, input#email02:focus, input#company:focus, input#cat:focus, input#referred:focus, input#contact:focus, input#contactAlt:focus, input#address:focus, input#city:focus, input#zip:focus, input#phone:focus, input#phone01:focus, input#phone02:focus, input#phoneAlt01:focus, input#phoneAlt02:focus, input#fax:focus, input#fax01:focus, input#fax02:focus, input#web:focus, input#how:focus, input#year:focus, input#numYears:focus, #state:focus {
	background-color:#FFCC00;
	font-weight: bold;
}

input#phone, input#phone01, input#phone02, input#phoneAlt, input#phoneAlt01, input#phoneAlt02, input#fax, input#fax01, input#fax02 {
	width:7em;
}

input#radioEmail, input#radioPhone, input#radioDaily, input#radio24hrs, input#radioMonFri, input#radioYes, input#radioNo, input#radioDivYes, input#radioDivNo, input#radioContYes, input#radioContNo {
	margin:0 1em 0 1em;
	outline:none;
}

textarea#message, textarea#describe, textarea#info {
	width: 20.6em;
	height: 8em;
}
textarea#message:focus, textarea#describe:focus, textarea#info:focus {
	background-color:#FC0;
	font-weight: bold;
}

input#send {
	margin-left: 16.75em;
}

#desc, #inform, #msg {
	height: 7.25em;
}
#divProg, #subCont {
	height: 2.25em;
}
.noLab{
	text-indent: 17em;
}

#openTimes {
	list-style-type: none;
}

#openTimes li {
	text-align: right;	
}
/* footer */

#footer {
	clear: both;
	padding: 0;
	height: 24px;
	color: #FFCC00;
	font-size: 10px;
	line-height: 25px;
	width: 964px;
	background-color: #9C0031;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border: 1px solid #FFCC00;
}
#footNav ul {
	margin-left: 202px;
}


/* footernav */

#footNav {
	float: left;
}
#footNav li {
	list-style-type: none;
	display: inline;
	font-size: 11px;
	color: #FFCC00;
	line-height: 17px;
	margin: 0 3px 0 0;
}
#footNav a:link, #footNav a:visited, #footNav a:active {
	color: #FFCC00; text-decoration: none;
}
#footNav a:hover {
	color: #C9A821; text-decoration: underline;
}

/* copyright */

#copyright h6 {
	float: right;
	font-size: 10px;
}
/* misc styles */

.img-style-lt {
	float: left;
	padding-right: 5px;
}
.img-style-rt {
	float:right;
	padding-left: 5px;
}
.clearfix {
	clear:both;
	}
.wireframe {
	border: 1px solid black;
}
.fill {
	background-color: #F00;
}

#print-page {
	float:right;
	padding: 5px;
}#introssp {
	float: right;
}
#pageCont #board {
	font-size: 12px;
}
#pageCont object {
	z-index: 1;
}
.smallIt {
	font-style: italic;
	font-size: 12px;
}
#footNav img {
	float: left;
	margin-left: 10px;
}

