/*

Page-specifc styles can be found at the end of this document

*/



/*----- BODY AND GENERAL CSS -----*/

* {
	margin: 0;
	padding: 0;
	}

body {
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:  1.4em;
	background: #ebe7e0;
	}

p {margin: 1em 0;}



a:link {color: #0b3c7b; text-decoration: none;}
a:visited {color: #2d4f7b; text-decoration: none;}
a:hover {text-decoration: underline;}

a img {border: 1px solid #222;}

h1 {
	color: #0b3c7b;
	font-size: 18px;
	line-height: 1.4em;
	}

h2 {
	font-size: 18px;
	line-height: 1.4em;
	padding: 3px 10px;
	color: #fff;
	background-color: #0b3c7b;
	font-weight: bold;
	margin-bottom: 4px;
	}

h3 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	color: #111;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px 0;
	margin: 1.5em 0 1em 0;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
	margin: 1.5em 0 1em 0;
	}

blockquote, form, label, ol, dl, fieldset, address {}

ul {
	margin: 1em 0 1em 2em;
	}

ul ul {
	margin: 0 0 0 2em;
	}

ol {
	margin: 1em 0 1em 2em;
	}


img {border: 1px solid #222;}

table {
	border-collapse: collapse;
	width: 95%;
	margin: 1em auto;
	}
	
td {
	border: 1px solid #E0E0E0;
	padding: 8px 10px;
	}
	
option {padding: 0 1em 0 0;}
	
.small {
	font-size: 0.85em;
	line-height: 1.2em;
	}

/*----- PAGE -----*/

#page {
	width: 780px;
	margin: 20px auto 0 auto;
	background: #fff;
	border: 1px solid #b6b3af;
	}

/*----- HEADER -----*/

#header {
	height: 65px;
	padding: 0 15px;
	overflow: hidden;
	margin-top: 35px;
	}
	
#header h1 {
	float: left;
	}

#headerphone {
	display: inline;
	float: right;
	color: #505050;
	font-weight: bold;
	font-size: 12px;
	}

/*----- CONTENT WRAP -----*/

#contentwrap {
	padding-bottom: 25px;
	}


.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin-top: 1px;
	}

/*----- MAIN CONTENT -----*/

#maincontent {
	width: 623px;
	float: right;
	margin-right: 15px;
	}

/*----- SIDEBAR -----*/

#sidebar {
	width: 102px;
	margin-left: 15px;
	float: left;
	}

#sidebar ul {
	list-style-type: none;
	border-top: 1px solid #DEDEDE;
	margin: 0;
	}

#sidebar ul li {
	border-bottom: 1px solid #DEDEDE;
	padding: 4px 0;
	}

#sidebar ul li a {
	color: #888;
	}

#sidebar ul li a:hover {
	color: #0b3c7b;
	text-decoration: none;
	}

li.active {
	}


li.active a {
	color: #0b3c7b !important;
	}

/*----- FOOTER -----*/

#footer {
	width: 780px;
	margin: 0 auto 16px auto;
	text-align: center;
	color: #979490;
	}

#footer img {border: none;}

#footer a {color: #979490;}

#footernav {
	font-size: 10px;
	margin-bottom: 2em;
	}

#footernav a {
	margin: 0 7px;
	}

#footer table {
	margin: 0 auto;
	width: auto;
	}

#footer td {
	padding: 5px 24px;
	background: #f3f1ec;
	font-weight: bold;
	line-height: 16px;
	}
	
#footer td img {
	margin-right: 5px;
	}

/*----- PAGE SPECIFIC STYLES -----*/

.standout {color: #ca0000; font-weight: bold;}
.standout a {color: #ca0000; text-decoration: underline;}
.standout a:hover {text-decoration: none;}


.standout_block {
	text-align: center;
	border: 1px solid #d0d0d0;
	background-color: #f9f9f9;
	padding: 0 15px;
	font-size: 13px;
	line-height: 1.4em;
	margin: 1em auto;
	width: 70%;
	}

ul.nobullets {
	margin-left: 0;
	}

ul.nobullets li {
	list-style-type: none;
	}

ul.extraspace li {
	padding-bottom: 1em;
	}

.state_nav {
	margin-top: 2em;
	margin-right: 120px;
	font-weight: bold;
	text-align: center;
	}

/*----- HOME PRODUCTS (AND OTHER PAGES THAT DISPLAY PRODUCT LIST) -----*/

	
.homeproductcontainer {
	border: 1px solid #e0e0e0;
	padding: 15px 15px 11px 15px;
	}
	
.homeproduct {
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 9px;
	}
	
.lasthomeproduct {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	}
	
.homeproduct p {
	margin: 0 0 1em 0;
	}

.homeproduct_image {
	width: 120px;
	float: left;
	}

.homeproduct_info {
	margin-left: 120px;
	}

/*----- QUOTE -----*/

table#quotetable {
	border-collapse: collapse;
	width: 500px;
	margin: 1em auto;
	}

table#quotetable tr {
	height: 32px;
	}
	

table#quotetable input, table#quotetable textarea {
	padding: 2px 5px;
	margin: 0;
	width: 293px;
	background-color: #f6f6f6;
	}
	
table#quotetable td#quotetable_submit {
	border: none;
	text-align: center;
	padding-top: 1em;
	}
	
table#quotetable td#quotetable_submit input {
	width: auto;
	padding: 5px 20px;
	}

