/*  Aubice - Coded by Bruce Clark of Imulus
	print.css - Printer Friendly Styling */ 

/* ----------| =Initial Page Structure |---------- */ 

/*  Aubice - Coded by Bruce Clark of Imulus
	main.css - Layout and Functionality */ 

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html>body {
	font-size: 16px;
}

html {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	color: #555;
	background: #fff;
}

body { 
	background: #284762 url(/images/layout/bg.jpg) repeat-x left top;
}

#container { 
	position: relative;
	width: 902px;
	margin: 0 auto;
	font-size: .65em;
	background: url(/images/layout/content/header-bg.gif) no-repeat 50% 140px;
}

#sub #container { 
	background: url(/images/layout/content/header-sub-bg.gif) no-repeat 50% 140px;	
}

#header { 
	position: relative;
	height: 140px;
	font-size: 1.1em;
}

#content { 
	position: relative;
	font-size: 1.2em;
	line-height: 1.7em;
}

#footer { 
	position: relative;
	width: 100%;
	background: #fff;
	margin-top: 40px;
	padding: 0 0 15px 0;
	font-size: .85em;
	font-family: arial;
	border-top: 1px solid #13344f;
}

/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	background: transparent;
	color: #;
}

h1, h2, h3 { 
	font-size: 1.6em;
}

h4, h5, h6 { 
	font-size: 1.4em;
}

p { 
	padding-bottom: 1em;
}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

input[type="image"], 
input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
} 

a { 
	color: #5585ae;
}

a:visited { 
	color: #1d74be;
}

a:hover { 
	color: #2e6391;
	text-decoration: none;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ----------| =Colors |---------- */ 

/* 
	
*/ 

/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

/* ----------| =Layout and Function |---------- */ 

	/* ----------| =Header |---------- */ 

#header h1 {
	float: left;
	position: relative;
	width: 184px;
	height: 69px;
	background: url(/images/layout/title.gif) no-repeat left top;
	margin: 32px 0 0 0;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#header h2 {
	float: left;
	background: url(/images/layout/slogan.gif) no-repeat right top;
	width: 157px;
	height: 15px;
	text-indent: -9999px;
	margin: 65px 0 0 0;
	padding: 0 0 0 20px;
}

		/* ----------| =Navigation |---------- */ 

#header #navigation { 
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 0 10px;
}

#header #navigation ul li { 
	position: relative;
	float: left;
}

#header #navigation ul li a { 
	display: block;
	background: url(/images/layout/navigation/mid-left.gif) no-repeat left top;
	text-decoration: none;
	color: #4e8abe;
	float: left;
}

#header #navigation ul li a span { 
	position: relative;
	display: block;
	padding: 11px 8px 5px 16px;
	background: url(/images/layout/navigation/mid-right.gif) no-repeat right top;
	text-transform: uppercase;
	font-size: .9em;
	cursor: pointer;
	white-space: nowrap;
}

#header #navigation ul li.last a span { 
	padding: 11px 25px 5px 16px;
	background: url(/images/layout/navigation/last-right.gif) no-repeat right top;
}

#header #navigation ul li.first a { 
	background: url(/images/layout/navigation/first-left.gif) no-repeat left top;
}

#header #navigation ul li.first a span { 
	padding-left: 12px;
}

#header #navigation ul li a:hover { 
	background: url(/images/layout/navigation/hover/mid-left.gif) no-repeat left top;
}

#header #navigation ul li.first a:hover { 
	background: url(/images/layout/navigation/hover/first-left.gif) no-repeat left top;
}

#header #navigation ul li#active a { 
	background: url(/images/layout/navigation/hover/mid-left-active.gif) no-repeat left top;
}

#header #navigation ul li#active-next a { 
	background: url(/images/layout/navigation/hover/mid-left-active-next.gif) no-repeat left top;
}

#header #navigation ul li#active-next a:hover { 
	background: url(/images/layout/navigation/hover/mid-left-active-next-hover.gif) no-repeat left top;
}

#header #navigation ul li#active a span { 
	color: #fff;
	background: url(/images/layout/navigation/hover/mid-right-active.gif) no-repeat right top;
}

#header #navigation ul li#active.first a { 
	background: url(/images/layout/navigation/hover/first-left-active.gif) no-repeat left top;
}

#header #navigation ul li#active.last a span { 
	background: url(/images/layout/navigation/hover/last-right-active.gif) no-repeat right top;
}
	
	/* ----------| =Sub Navigation |---------- */ 

#sub-navigation { 
	position: relative;
	height: 42px;
}

#sub-navigation ul { 
	position: absolute;
	float: left;
	left: 22px;
	bottom: 0;
}

#sub-navigation ul li { 
	float: left;
	padding: 0 10px 0 0;
}

#sub-navigation ul li a { 
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 10px 12px 10px;
	font-size: 1.2em;
	color: #eee;
}

#sub-navigation ul li#sub-active a, 
#sub-navigation ul li a:hover { 
	color: #fff;
	padding-bottom: 7px;
	border-bottom: 5px solid #fff;
}

	/* ----------| =Content |---------- */ 

#content { 
	margin: 43px 0 0 0;
	background: url(/images/layout/content/tile.gif) repeat-y left top;
	padding: 17px 22px 0 22px;
}

#sub #content { 
	margin-top: 1px;
}
	
#cover { 
	background: url(/images/layout/content/bottom.gif) no-repeat left top;
	height: 11px;
}

#intro { 
	margin: -57px 0 10px -21px;
	width: 900px;
	height: 255px;
	background: #f0f;
	text-align: center;
	background: url(/images/layout/content/intro-bottom.gif) no-repeat left bottom;
	vertical-align: baseline;
	float: left;
}

#intro div { 
	position: absolute; left: 4px; 
}

#content h1 { 
	color: #df7a1c;
	font-size: 1.4em;
	padding: 0 0 5px 0;
}

#content .grid { 
	float: left;
	width: 580px;
}

#sub #content .grid.side { 
	float: right;
	width: 225px;
	background: #e7f2fa;
	color: #777;
	padding: 10px 15px;
}

#content .grid.side h2 { 
	font-size: 1.3em;
	color: #7ca3c4;
	padding-bottom: 5px;
}

#home #content .grid { 
	width: 460px;
}

#home #content .grid.side { 
	float: right;
	width: 370px;
}

#content ul { 
	padding: 0 0 15px 15px;
}

#content ul li { 
	background: url(/images/icons/bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 15px;
}

	/* ----------| =Content |---------- */ 

#footer div { 
	margin: 0 auto;
	border-bottom: 1px solid #ccdae6;
	padding: 0 10px;
	line-height: 1em;
	background: #f0f6fb;
	font-size: .9em;
}

#footer div p, 
#footer div ul { 
	width: 882px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: right;
}

#footer div span { 
	float: left;
}

#footer div span b { 
	float: left;
	display: block;
	color: #888;
	font-weight: normal;
	border-right: 1px solid #ccdae6;
	padding: 9px 15px 8px 0;
	margin: 0 15px 0 0;
}

#footer div span b.call { 
	background: url(/images/icons/call.gif) no-repeat 0 50%;
	padding-left: 20px;
	text-transform: uppercase;
}

#footer div span b.email { 
	background: url(/images/icons/mail.gif) no-repeat 0 50%;
	padding-left: 23px;
	text-transform: uppercase;
}

#footer div span b a { 
	display: inline;
	padding-left: 0;
	float: none;
}

#footer div p a { 
	display: block;
	float: right;
	padding: 9px 0 8px 20px;
	text-decoration: none;
	color: #333;
}

#footer div p a:hover { 
	text-decoration: underline;
	color: #5f87aa;
}

#footer div ul li {
	float: left;
}

#footer div ul li a {
	display: block;
	text-decoration: none;
	padding: 7px 25px 5px 0;
	color: #666;
}

#footer div ul li a:hover {
	color: #000;
}





















