@charset "utf-8";
/* CSS Document */

/**{font-family: Verdana, Arial, sans-serif;color:#1a1a1a;}*/
body{font-size:11px;line-height:1.8em;}
ul, ol, p{
font-family: Verdana, Arial, sans-serif;
color:#1a1a1a;
font-size:1em;
margin:10px 0;
font-family: Verdana, Arial, sans-serif;
}
.new_application {
font-family: Verdana, Arial, sans-serif;
font-size:1em;
}
.locations_table {
font-family: Verdana, Arial, sans-serif;
font-size:1em;
}
.mainContent {
font-family: Verdana, Arial, sans-serif;
font-size:1em;
}
/*strong,b{font-weight:bold;}*/
em,i{font-style:italic;}
.topbuttons {
	float: right;
	width: 160px;
	margin-right: 20px;
	text-align: right;
	height: auto;
}
.superscript {
	font-size: 8px;
	vertical-align: super;
}
/* SPECIAL TEXT STYLES */
.caps{text-transform:uppercase;}
.normalcase{text-transform:none;}

/* LINK STYLES */
#content a{text-decoration:underline;color:#4c4912;}
#content a:hover{color:#000;}
#righttext {
	padding: 0;
	margin-top: -15px;
	width:730px;
	height:20px;
	text-align: right;
}
#righttext a{
	text-decoration: none;
}
/* HEADER STYLES */
/*h1, h2, h3, h4, h5, h6 {
padding:0 0 5px 0;
color:#4c4912;
margin:0 0 10px 0;
font-family:Georgia, "Times New Roman", Times, serif !important;}*/

h1{
	font-size: 2em;
	line-height: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4c4912;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2{
	font-size:1.8em; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4c4912;
	}
h3{
	font-size: 1.6em; 
	font-weight:normal;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4c4912;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
h4{
	font-size: 1.4em; 
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	color:#4c4912;
	}
h5{
	margin-top: 15px;
	font-size: 1.4em;
	font-weight:bold;
	font-family:Verdana, Arial, serif;
	color:#000000;
	}
h6{
	margin-top: 15px;
	font-size: 1em;
	font-weight:bold;
	font-family:Verdana, Arial, serif;
	color:#000000;
	}

/* BLOCKQUOTE */
blockquote{width:60%;font-size:2em;line-height:1.9em;text-align:right;padding:0 10px;background:#f6f6f6;border-left:10px solid #eaeaea;}
blockquote p{font-family:Georgia, "Times New Roman", Times, serif !important;color:#4c4912;}
blockquote em{color:#007dff;}
blockquote h3{color:#777;}

/* IMAGE STYLING */
.img_border{padding:5px;border:1px solid #007dff;background:#FFF;}
.right{float:right;margin: 0 0 5px 15px;position:relative;left:-15px;top:-32px;}
.left{float:left;margin: 5px 15px 5px 0;}
.center{margin: 0 auto !important;text-align:center;}
#content ul li{margin: 2px 0 2px 25px;list-style-type:disc;line-height:2em}
#content ol li{margin: 2px 0 2px 25px;list-style-type:decimal;line-height:2em}
#content ul{margin: 0 0 20px}
#content ol{margin: 0 0 20px}

/* TABLE STYLES */
.row1{background:#1a1a1a;}
.row2{background:#272727;}
table{margin:15px 0;}
th{color:#fff;font-weight:bold;text-align:center;padding:0 10px;vertical-align:bottom;border-bottom:1px solid #777;}
td{padding:5px 10px;vertical-align:middle;}

/* FORM STYLING */
#content label{display:block;width:150px;float:left;margin:0 10px 0 0;text-align:right;}
#content input, #content select, #content textarea{display:block;float:left;clear:both;border:none;border-left:1px solid #777;border:1px solid #777;margin:0 0 10px;background:#fff;color:#000;font-size:12px;padding:3px}
#content textarea{height:100px}
#content input.qty{width:40px !important}
.short{width:230px !important;margin-bottom:50px}
#content label.error{position:absolute;left:-10000em}
#content input.error,#content textarea.error, #content select.error {border-left:1px solid #ff0000;border-bottom:1px solid #ff0000;background:#543d3d}
#support input{width:175px !important}
#login input{clear:none}
#login input.loginButton{margin-left:160px}