﻿/* 

URL: 
Author: Matt Green   
Title: Web Developer/Flaxen Design 
Company: Flaxen Design

*/

@import url(reset.css);

/* Major global elements
----------------------------------------- */

body { position: relative; font-family: Verdana, Arial, sans-serif; }
.hide { display: none; }
p, li, ul, label, input, a, td, th { font-size: 12px; color:#888; }
.clear { clear: both; }
.divider {  border-bottom: 1px solid #ccc; clear: both; margin-bottom: 15px; }
h1, h2, h3, h4, h5 { margin-bottom: 15px; }
h3 { color: #133880; line-height: 20px; font-size: 14px; }
h4 { color: #133880; font-size: 18p0x; margin-bottom: 10px;}
input[type="text"] { width:160px; }
#body_content h3.body_headline { 
	color: #64B32B; 
	font-size: 29px; 
	font-family: 'Droid Sans', arial, sans-serif; 
}
.success { color: #64B32B; }
.warning { color: red; }

table tr th { font-size: 13px; font-weight: bold; color:#222; }
table td, table th { padding:10px; border: #ccc 1px solid; }
table.capabilities { width: 66%; }
table tr td { width:33%; }
table { float: left; }
table.cap2 { width:33%; }
table.cap2 td, table.cap2 th { border-left: none; }
td { line-height: 16px; }
p.image_slogan { color: #133880; font-style: italic; margin: 15px 0px; }
.no_border { border:none; }
ul.home_list li { font-size:10px; font-style: italic; }
em { font-style: italic; }

#body_content ul.bullets_home { 
	margin-left:15px; 
	margin-top:15px; 
	text-align:center; 
	border-right:2px solid #ccc;
	border-left:2px solid #ccc;
}
#body_content ul.bullets_home li h3 { 
	font-family: 'Droid Sans', arial, sans-serif; 
	font-size:18px; 
	line-height:18px; 
	margin-bottom:5px; 
}
#body_content ul.bullets_home li { list-style:none; margin-bottom:0px; }

/* Header
----------------------------------------- */

#header_container {
	background: url(../images/honeycomb.jpg);
	position: relative;
}

#header_top { 
	width:988px;
	height:392px;
	margin:0px auto;
	background: url(../images/header_bg.jpg) no-repeat top left;
	position: relative;
	z-index: 5;
}

form.search { position: absolute; right:40px; top:6px; }
form input, form input[type="file"] { border: #9c9c9c 1px solid; padding:3px 5px; color:#333333; display: block; }
form.search input { float: left; }
form.search input.submit { 
	border: none;
	background: url(../images/search_icon.jpg);
	width: 13px;
	height: 13px;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
}

.btn a { 
	text-indent: -9999px; 
	display: block;
	width: 250px;
	height: 40px;
	margin-bottom: 5px;
	position: absolute;
	right:0px;
}

.quick_quote a { top: 100px; }
.inquiries a { top: 145px; }

#header_bottom { 
	width: 100%;
	background: white;
	padding:1px 0px 3px;
	height:195px;
	position: absolute;
	top:195px;
	-webkit-box-shadow: 0px 0px 10px  #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc; 
	z-index: 60;
}

#header_bottom_contents {
	width:988px;
	margin:0px auto;
	height:195px;
	position: relative;
}
#blue_header { width:100%; background: #143373; left:-105%; position: absolute; height: 197px; z-index: 35; }
.header_img { float: left; margin-right: 15px; margin-left: -55px; z-index: 30; }

form.login {
	width: 245px;
	float: left;
}

p.customer_login, .sidebar_headline { 
	text-transform: uppercase;
	font-size: 11px;
	color: #3459a1;
	font-weight: bold;
	padding-top: 20px;
	border-bottom: 1px #ccc solid;
	padding-bottom:  8px;
	margin-bottom: 25px;
}

form.login label {
	display: block;
	width:67px;
	float: left; 
	padding-top: 3px; 	
}

form.login input {
	display: block;
	margin-bottom: 10px;
}

form.login input.submit {
	text-transform: uppercase;
	font-size: 11px;
	color: #3459a1;
	font-weight: bold;
	border:none; 
	background: none;
	cursor: pointer;
	float: right;
}

p.forgot {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	text-align: right
}

/* Navigation
----------------------------------------- */

div#nav_container {
	position: absolute;
	background: url(../images/nav_bg.png) repeat-x;
	width: 100%;
	height: 53px;
	top:48px;
	z-index: 10;
	z-index: 997;
}

div#nav { width:988px; margin:0px auto; position: relative; }
div#nav ul li { float: left; position: relative; }
div#nav ul li a {
	display: block;
	float: left;
	color: #133880;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 12px;
}

div#nav ul li:hover {
	-webkit-box-shadow: 0px 0px 10px  #888;
	-moz-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888; 
}

div#nav ul li .nav_cover { 
	height:8px;
	width: 100%;
	background: #fafaf8;
	position: absolute;
	bottom: -5px;
	z-index: 50;
}

div#nav ul li p {
	display: none;
	width:200px;
	padding:7px 15px;
	position: absolute;
	background: rgba(255,255,255,.95);
	background: white\9;
	_background: white;
	*background: white;
	top:38px;
	line-height: 16px;
	font-size: 11px;
	z-index: 40;
	-webkit-box-shadow: 0px 0px 10px  #888;
	-moz-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888; 
	color:#777;
}

/* Content Container
----------------------------------------- */

#content_container {
	background: url(../images/body_content_bg.jpg) repeat-x white;
	width:100%;
	float: right;
}

#content {
	width:988px;
	margin:0px auto;
}

#content p { margin-bottom: 12px; line-height: 20px; }

#body_content_top { 
	background: url(../images/body_bg_top.png) no-repeat; 
	width:714px;
	height:17px;
	position: absolute;
	top:-17px;
	left:0px;
}

#body_content {
	background: url(../images/content_bg.png);
	width:645px;
	padding:25px;
	position: relative;
	float: left;
	padding-bottom: 30px;
	margin-left: -15px;
	margin-top: -10px;
	z-index: 60;
	padding-right: 40px;
	min-height:500px;
}

#body_content h3 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
}

#body_content a {
	color: #133880;
}

#body_content strong {
	color: #222;
	font-weight: bold;
	font-size: 12px;
}

#body_content img.staff {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	width: 65px;
}

#body_content img.staff_circle {
	float: left;
	margin-bottom: 50px;
	margin-right: 18px;
	clear: both;
}

#body_content ul {
	list-style: disc;
	line-height: 18px;
	margin-bottom: 12px;
	margin-left: 25px;
}

#staff_members {
	overflow: hidden;
}

#staff_members p, #staff_members a {
	font-size: 11px;
	line-height: 16px;
}

#staff_members a:hover { 
	text-decoration: none;
}

#staff_members h4 {
	margin-bottom: 5px;
}

#staff_members h4 span.title {
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
}

.column {
	float: left;
	width: 45%;
}

#staff_members a { font-size: 8px; }

.left { padding-right: 4%; border-right: 1px solid #ddd; }
.right { padding-left: 4%; }

.staff { border:none; padding-right:1%; width:48%; padding-left:0; }

ul.about_ul {
	line-height: 16px;
}

ul.about_ul li ul {
	margin-left: 25px;
	list-style: disc;
}

#staff_members .staff p {
	margin-top:25px;
}

/* Sidebar
----------------------------------------- */

#sidebar { 
	float: left;
	width: 220px;
	margin-left: 28px;
	padding:15px;
	background: rgba(255,255,255,.8);
	position: relative;
	z-index: 99;
}

#sidebar p { 
	color: #133880; 
	color: #777;
}

#sidebar h3 {
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 14px;
} 

#sidebar h3.sidebar_headline {
	font-size: 11px;
}

#sidebar img { 
	border: 2px solid #133880; 
	width: 160%; 
	margin-left: -30%; 
	position: relative; 
	z-index: 100; 
	margin-top: 25px; 
}

ul#submenu a {
	text-decoration: none;
	color: #64B32B; 
	font-size: 16px;
	padding:8px;
	border-bottom: 1px #ccc solid;
	display: block;
	font-family: 'Droid Sans', arial, sans-serif;
}

ul#submenu a:hover {
	background: rgba(100,100,100,.10);
}

/* Sidebar logo
----------------------------------------- */

#sidebar_logo {
	float: left;
	width: 220px;
	margin-left: 28px;
	padding:15px;
	background: rgba(255,255,255,.8);
	position: relative;
	z-index: 99;
}

#sidebar_logo img {
	width: 60%; 
	margin-left: 20%; 
	position: relative; 
	z-index: 100; 
	margin-top: 25px; 
}

/* Inquiry form
----------------------------------------- */

form#inquiry label {
	float: none;
	display: block;
	margin-bottom: 2px;
}

form#inquiry input[type="text"], form#inquiry textarea {
	width: 225px;
	color:#999;
	padding:5px;
	border: 1px solid #ccc;
}

form#inquiry textarea {
	height:100px;
}

form#inquiry input[type="submit"], form#inquiry input[type="button"] {
	color:#222;
}
 

/* Footer
----------------------------------------- */

#footer_container { 
	clear: both;
	background: url(../images/footer_bg.jpg) #cecdcb repeat-x;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px  #999;
	-moz-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999; 
	border-top:1px solid #ccc;
}

#footer_timeline {
	width: 100%;
	height: 27px;
	background: url(../images/footer_timeline.jpg) repeat-x;
	position: absolute;
	top:-27px;
}

#footer {
	width:988px;
	margin:0px auto;
	padding: 0px 0px;
	position: relative;
}

.col { 
	float: left;
	width: 21%;
	margin-right: 4%;
	padding: 25px 0px;
}

.col ul li a {
	text-decoration: none;
	border-bottom: #dbdcd9 1px solid;
	display: block;
	padding:8px 0px 5px;
}

.col ul li a:hover {
	background: #efefef;
}

.col ul li ul li a {
	padding-left: 25px;
}

#footer .contact {
	background: rgba(0,0,0,.070);
	float: left;
	width:200px;
	padding: 15px;
	line-height: 20px;
	height: 260px;
}

.wbenc { float: right; margin-top: 13px; width:100px;}
.aclass { float: right; width:100px; }

.affiliations ul {
	margin-top:-10px;
}

/* forms
----------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error p, label span { color: #8a1f11; margin-bottom: 0; }
.notice p   { color: #514721; margin-bottom: 0; }
.success p  { color: #264409; margin-bottom: 0; }
