/* ******************************

Author: Daniel Paquette
Company: LearnShare LLC
Company URI: http://www.learnshare.com/
Version: RC 2.2

There should be plenty of comments to keep well informed.

****************************** */

@import url(reset.css); /* My bread and butter */
@import url(textformatting.css); /* Styles for common text elements for content. */
@import url(homepage.css); /* Specifically for the homepage and its "special" content. */
@import url(lightbox.css); /* For Lightbox. */

html {
	background: #0056a1 url(../images/background.gif) repeat-x;
}

body { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	text-align: center;
}

a {
	color: #005cb0;
	text-decoration: underline;
}

a:hover{
	color: #a8a9ab;
	text-decoration: underline;
}

/* ******************************

STRUCTURAL COMPONENTS

Headers, footers, containers. And yes, each element within the containing
element is responsible for its own margins and padding against each side of the containing
element.

****************************** */

#container {
	position: relative;
	background: #fff url(../images/c_bg.png) repeat-y;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#c_top {
	background: url(../images/c_top.png) no-repeat;
	width: 900px;
	height: 16px;
	margin: 0 auto;
	margin-top: 40px;
}

#c_bot {
	margin: 0 auto;
	background: url(../images/c_bot.png) no-repeat;
	width: 900px;
	height: 16px;
}

.logo {
/* What logo? */
}

#header {
	position: relative;
	background: url(../images/header.png) no-repeat;
	width: 878px;
	height: 99px;
	margin: 0 0 10px 11px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 30px 0;
	text-align: left;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover{
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* ******************************

TOP NAVIGATION BAR

This was actually an interesting challenge.

****************************** */

.quicklinks {
	position: absolute;
	top: 0;
	right: 20px;
	color: #5c5c5c;
}

.quicklinks a {
	color: #003475;
	text-decoration: none;
}

.quicklinks a:hover {
	color: #003475;
	text-decoration: underline;
}

#navbar {
	position: absolute;
	bottom: 0;
	right: 30px;

}

#navigation, #navigation ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

#navigation li {
	list-style:none;
	float:left;
	padding:0;
	margin:0 5px 0 0;
	text-align: center;
}

#navigation a {
	font-family: arial, helvetica, verdana, sans-serif;
	display:block;
	background: url(../images/navbg.gif) no-repeat top left;
	width: 95px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
}

#navigation li .current {
	background: url(../images/navbg.gif) no-repeat -95px top;
}


#navigation a:hover {
	background: url(../images/navbg.gif) no-repeat -190px top;
}

#navigation li .home:hover {
	background: url(../images/navbg.gif) no-repeat -95px top;
}

.sub {
	list-style:none;
	position:absolute;
	z-index: 999;
	display: none;
	background: url(../images/sublevelbg_t.gif) no-repeat top left;
	height:auto;
	width:198px;
	font-weight:normal;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #1b6ac5;
}

#navigation li li a {
	text-align: left;
	font-family: verdana, arial, helvetica, verdana, sans-serif;
	background: url(../images/sublevelbg_h.gif) no-repeat top left;
	width:188px;
	height: 25px;
	color:#fff;
	line-height: 25px;
	font-weight: normal;
	font-size: 1em;
	margin: 4px 0 4px 5px;
}

#navigation li li a span {
	margin: 0 0 0 10px;
}

#navigation li li a:hover {
	background: url(../images/sublevelbg_h.gif) no-repeat top right;
	color: #363636;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	z-index: 999;
	left:auto;
	display: block;
}

/* ******************************

SOME LAYOUT STUFF

Just some things to make my life easier.

****************************** */

.content {
	overflow: hidden;
	height: 1%;
}

.con_r {
	display: inline;
	float: right;
	width: 633px;
	font-size: 1.2em;
	margin: 0 11px 0 0;
}

.con_r {
	line-height: 20px;
}

.sub_l {
	display: inline;
	float: left;
	width: 235px;
	margin: 0 0 0 11px;
}

.margin {
	margin: 0 0 0 11px;
	width: 878px;
}

.policy {
	margin: 0 0 0 11px;
	font-size: 1.2em;
	width: 878px;
}

.topper {
	margin: 0 0 20px 0;
}

.des {
	margin: 0 0 10px 0;
}

.des_div {
	overflow: auto;
	clear: both;
	height: 1%;
	margin-bottom: 20px;
}

.des_a {
	text-decoration: none;
	color: #004c94;
}

.des_a:hover {
	text-decoration: none;
	color: #006cce;
}

/* ******************************

BREADCRUMBS NAVIGATION MENU

Simple, and to the point. Literally.

****************************** */

.breadcrumb {
	background: url(../images/breadcrumb_bg.png) no-repeat top left;
	height: 26px;
	margin: 0 0 10px 11px;
}

.crumbs {
	display: inline;
	float: left;
	width: 700px;
	margin: 6px 0 0 20px;
	padding: 0;
}

.crumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
	color: #888888;
}

.crumbs li a {
	font-size: .9em;
	color: #888888;
	text-decoration: none;
}

.crumbs li a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

.print {
	float: right;
	margin: 6px 20px 0 0;
}

/* ******************************

SUB NAVIGATION MENU

Infinitely more complex than it needs to be...

****************************** */

.subnavigation {
	background: url(../images/submenubg.gif) repeat-y;
	margin: 0;
	padding: 0;
}
.subnavigation .subhead {
	background: url(../images/subhead.png) no-repeat top left;
	width: 235px;
	height: 32px;
	padding: 0 0 0 5px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: 1.8em;
	line-height: 32px;
}

.subnavigation li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.subnavigation li a {
	display: block;
	color: #003e89;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0 0 0 10px;
	width: 214px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d5d5d5;
}

.subnavigation .subfirst {
	border-top: 1px solid #d5d5d5;
	margin-top: 10px;
}

.subnavigation li a:hover {
	background: #eeeeee url(../images/arrow_g.gif) no-repeat 190px center;
	color: #003e89;
	text-decoration: none;
}

.subnavigation li .subcurrent {
	background: #eeeeee url(../images/arrow_g.gif) no-repeat 190px center;
}

.subnavigation li .subcurrent:hover {
	background: #e6e6e6 url(../images/arrow_g.gif) no-repeat 190px center;
	color: #003e89;
	text-decoration: none;
}

.subnavigation li span {
	display: block;
	margin: 0 0 0 15px;
}

.subnav_l2 {
	margin: 0;
	padding: 0;
}

.subnav_l2 li {
	margin: 0;
	padding: 0;
}

.subnav_l2 li a {
	width: 214px;
	height: 25px;
	font-size: 1em;
	line-height: 25px;
	border: none;
}

.subnav_l2 li a:hover {
	background: #fff url(../images/arrow_w.gif) no-repeat 190px center;
	color: #003e89;
	text-decoration: none;
}

.subnav_l2 li .subcurrent {
	background: #fff url(../images/arrow_w.gif) no-repeat 190px center;
}

.subnav_l2 li .subcurrent:hover {
	background: #fff url(../images/arrow_w.gif) no-repeat 190px center;
	color: #003e89;
	text-decoration: none;
}

.subnav_l2 li span {
	margin: 0 0 0 35px;
}

.subnav_l2 .sublast {
	border-bottom: 1px solid #d5d5d5;
}

.subnavigation .subcontact {
	background: #fff url(../images/subcontact.gif) no-repeat 155px 16px;
	color: #0c5598;
	font-weight: bold;
}

.subnavigation .subcontact:hover {
	background: #0c5598 url(../images/subcontact.gif) no-repeat 155px -36px;
	color: #fff;
	font-weight: bold;
}

.sub_bottom {
	background: url(../images/subbot.gif) no-repeat top left;
	width: 235px;
	height: 13px;
}

/* ******************************

CONTACT FORM

Forms are my least favorite...

****************************** */

.contact_form label {
	display: block;
}

.contact_form label span {
	color: #df0c00;
}

.contact_form input {
	font-size: 14px;
	color: #666666;
	padding: 3px;
	width: 250px;
	margin: 0 0 10px 0;
}

.contact_form select {
	font-size: 14px;
	color: #666666;
	width: 260px;
	margin: 0 0 10px 0;
}

#message {
	display: block;
	width: 628px;
	padding: 0;
	color: #666666;
	font-size: 14px;
}

.contact_form .formbutton {
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #000;
	padding: 3px 20px 3px 20px;
	width: auto;
}

/* ******************************

NEWS POSTS

Just for the press and news page...

****************************** */

.news_post {
	position: relative;
	background: url(../images/date_bg.gif) no-repeat top left;
	height: 50px;
	padding: 0 0 0 53px;
	line-height: 43px;
}

.news_post .month {
	display: block;
	width: 42px;
	height: 13px;
	position: absolute;
	top: 1px;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.news_post .day {
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 42px;
	text-align: center;
	color: #c0c0c0;
	font-size: 23px;
	font-weight: bold;
	line-height: 25px;
}

.news_post .title {
	display: block;
	background: #f2f2f2;
	padding: 0 0 0 15px;
	border: 1px solid #e2e2e2;
}

.news_post .year {
	position: absolute;
	bottom: 7px;
	right: 5px;
	color: #c3c3c3;
	font-size: 11px;
	line-height: 11px;
}

.news_text {
	margin: 0 0 40px 0;
}

.file_post {
	position: relative;
}

.file_post a {
	color: #004c94;
	line-height: 50px;
	display: block;
	background: #f2f2f2;
	padding: 0 0 0 15px;
	text-decoration: none;
	border: 1px solid #e2e2e2;
	margin: 0 0 20px 0;
}

.file_post .f_size {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #c3c3c3;
	font-size: 11px;
	line-height: 11px;
}

.file_post .d_pdf {
	background: #f2f2f2 url(../images/d_pdf.gif) no-repeat 535px 22px;
}

.file_post .d_png {
	background: #f2f2f2 url(../images/d_png.gif) no-repeat 535px 22px;
}

.file_post .d_doc {
	background: #f2f2f2 url(../images/d_doc.gif) no-repeat 535px 22px;
}

.file_post .d_html {
	background: #f2f2f2 url(../images/d_html.gif) no-repeat 535px 22px;
}

.file_post a:hover {
	color: #006bcc;
	text-decoration: none;
	background-color: #e8e8e8;
}

/* ******************************

SITEMAP

Just for the sitemap page...

****************************** */

.sitemap {
	margin: 0 0 0 11px;
	font-size: 1.2em;
	line-height: 25px;
}

.sitemap li {
}

.sitemap ul {
	margin: 0 0 10px 0;
	font-size: 1.6em;
}

.sitemap ul ul {
	margin: 0;
	font-size: .9em;
}

.sitemap ul ul ul{
	margin: 0;
	font-size: .8em;
}

/* ******************************

Search

Just for the search page...

****************************** */

.searchpage {
	margin: 0 0 0 11px;
	font-size: 1.2em;
	text-align: center;
}

#cse-search-box {
	width: 580px;
	margin: 0 auto;
	text-align: left;
	margin-top: 50px;
	height: 100px;
}

.searchbar {

	border: 1px solid #7f9db9;
	width: 360px;
	height: 32px;
}

.searchbox {
	width: 340px;
	border: none;
	margin-left: 5px;
	margin-top: 7px;
	font-size: 1.2em;
	color: #666666;
	float: left;
}

.searchbutton {
	margin-top: -32px;
	float: right;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	background: url(../images/search.gif) no-repeat;
	width: 183px;
	height: 32px;
}

#cse-search-results {
	width: 795px;
	text-align: left;
	margin: 0 auto;
}