/*

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

*/



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

* {
	margin: 0;
	padding: 0;
	}

body {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height:  1.3em;
	background: #335e81 url(images/bodybkg.jpg) top repeat-x;
	}

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 0;
	font-weight: bold;
	margin-bottom: 4px;
	color: #000;
	}

h3 {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000;
	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;
	}

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

#header {
	height: 58px;
	padding: 0;
	overflow: hidden;
	background: url(images/header.jpg) top no-repeat;
	}
	
#header h1 {
	float: left;
	display: none;
	}

#headerphone {
	display: none;
	float: right;
	}

/*----- NAV -----*/

#nav {
	padding: 0 15px;
	background-color: #e4e8cd;
	text-align: center;
	height: 38px;
	color: #42553f;
	font-weight: bold;
	font-size: 12px;
	}


#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 12px 0;
	}

#nav ul li {
	display: inline;
	padding: 0 10px;
	}

#nav ul li a {
	color: #42553f;
	}

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

li.active {
	}


li.active a {
	color: #0b3c7b !important;
	}
	
/*----- BANNER IMAGE -----*/

#banner {
	height: 177px;
	border-bottom: 2px solid #e4e8cd;
	}

#banner img {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	border-right: 0;	
}

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

#content {
	padding: 16px 20px;
	}

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

#footer {
	width: 760px;
	margin: 0 auto 16px auto;
	text-align: right;
	color: #fff;
	font-size: 11px;
	padding-right: 20px;
	}

#footer span {
	font-size: 12px;
	font-weight: bold;
	}


#footer a {color: #fff;}

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

.standout {
	border: 1px solid #ccc;
	border-left: 8px solid #5c97c9;
	padding: 1em 15px;
	background-color: #f4f5f1;
	font-weight: bold;
	color: #44433C;
	margin: 0 auto;
	width: 80%;
	}

ul.nobullets, ol.nobullets {
	margin-left: 0;
	}

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

ul.space li, ol.space li  {
	padding-bottom: .5em;
	}

ul.extraspace li, ol.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 #e4e8cd;
	padding: 15px 15px 11px 15px;
	background-color: #f4f5f1;
	}
	
.homeproduct {
	border-bottom: 1px solid #e4e8cd;
	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: 110px;
	float: left;
	}

.homeproduct_image img {
	width: 88px;
	height: 60px;
	}

.homeproduct_info {
	margin-left: 110px;
	}

/*----- 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;
	}

