@import url('blueprint/screen.css');
@import url('forms.css');
@import url('mainmenu.css');
@import url('stylesheet.css');
@import url('navigation.css');

/*
 
-------------------
===================
BaCSS v0.1
===================
-------------------
 
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
 
Some base styling from Paul Irish's HTML5 Boilerplate: http://github.com/paulirish/html5-boilerplate/blob/master/css/style.css
Table styling from SenCSS: http://sencss.kilianvalkhof.com/
 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline; 
}

/* Base Elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
 
html {
	-webkit-font-smoothing: anti-aliased;
	overflow-y: scroll; 
}
 
table {
	font-size: inherit;
	font: 100%; 
}
 
body, select, input, textarea { color: #444; }
 
body {
	background:#FFF url(/Images/template/body-bg.png) repeat-x scroll top center;
	font:16px/1.25 Helvetica, Arial, sans-serif;
	margin:0 auto;
}

/* Block elements */
h1, h2, h3, h4, h5, h6 {
	color: #104a81;
	font-family:"HelveticaNeueRoman", Helvetica, Arial, sans-serif;
	margin:0 0 1em;
}
 
h1 { font-size:3em; margin:0; }

h2 { font-size: 1em; text-transform:uppercase; }
 
h3 { font-size: 1em; }
 
h4 { font-size: 1.4em; margin:0; }
 
h5 { font-size: 1.25em; }
 
h6 { font-size: 1.1em; }

p {
	color: #231f20;
	font-size:12px;
	margin-bottom: 0.8em; 
}

pre {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	margin-bottom: 0.8em;
	padding: 15px;
	white-space: pre;
	word-wrap: break-word; 
}

ul {
	list-style-type: disc;
	margin: 0 0 0.8em 2.5em; 
}
 
ol {
	list-style-type: decimal;
	margin: 0 0 0.8em 2.5em; 
}
 
blockquote {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	font-style: italic;
	margin: 0.8em 0;
	padding: 10px; 
}
 
	blockquote p { margin-bottom: 0; }
	
dl {
	background: #F4F5F1;
	padding: 10px; 
}

dt { font-weight: bold; }
 
dd {
	font-size: 13px;
	margin-bottom: 1em; 
}

hr {
	background: #DDD;
	background: -moz-linear-gradient(left center, rgb(255,255,255) 0%, rgb(187, 187, 187) 25%, rgb(187, 187, 187) 75%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255,255,255)), color-stop(0.25, rgb(187, 187, 187)), color-stop(0.75, rgb(187, 187, 187)), color-stop(1, rgb(255,255,255)));
	border: 0;
	height: 1px;
	margin:1em;
}

/* Inline elements */
b, strong, th { font-weight: bold; }
 
i, em { font-style: italic; }
 
a { color: #104a81; }
 
	a:hover, a:active {
		color: #6d6f71;
		outline: none;
		text-decoration: none; 
	}
 
	a:link { -webkit-tap-highlight-color: #FF5E99; }
 
small { font-size: 85%; }
 
sub {
	font-size: smaller;
	vertical-align: sub; 
}
 
sup {
	font-size: smaller;
	vertical-align: super; 
}
 
cite {
	color: #666;
	font-size: 13px;
	font-style: normal;
	font-weight: normal; 
}
 
pre, code, kbd, samp, tt, var { font: 12px "Monaco", "Inconsolata", "Courier New", Courier, monospace; }
 
code, kbd, samp, tt, var { background: rgba(0, 0, 0, 0.15); }
 
abbr, time {
	color: #ed6617;
	cursor: help; 
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
 
caption {
	font-style: italic;
	text-align: left; 
}
 
tr.alt td { background: #eee; }
 
td {
	font-size:12px;
	padding: 0.333em;
	vertical-align: top; 
}
 
th {
	font-weight: 700;
	padding: 0.333em;
	vertical-align: middle; 
}

.left { float: left !important; }
 
img {
	border:0 none;
}

img.left { margin: 0 1em 1em 0; }
 
.right { float: right !important; }
 
img.right { margin: 0 0 1em 1em !important; }
 
.clear { clear: both; }
 
.clearfix {
	overflow: hidden;
	zoom: 1; 
}

/* CUSTOM SITE OVERRIDES */

#header {
	background:#104a81;
	margin:0 auto;
	padding:0;
}
#menu {
	height:42px;
	margin:10px 0;
}
#logo {
	margin:10px 0 0 10px;
}
#contentarea {
	margin:-140px auto 10px;
	position:relative;
	z-index:200;
}
#internalcontentarea {
	margin:20px auto;
}
#hero-wrapper {
	background:url(/images/template/hero-bg-tile.png) 0 0 repeat scroll;
	position:relative;
	width:100%;
}
#hero-top {
	background:url(/images/template/header.png) center top no-repeat scroll;
	height:27px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}
#hero {
	height:414px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:900px;
}
#internal-hero {
	height:214px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:900px;
}
#hero-home {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	height:414px;
}
#hero-lines {
	background:url(/images/template/lines.png) repeat scroll 0 0 transparent;
	border:4px ridge #CCCCCC;
	border-width:0 4px;
	height:414px;
	left:0;
	position:absolute;
	top:0;
	width:892px;
	z-index:50;
}
#internal-hero #hero-lines {
	height:214px;
}

#hero-lines h1 {
	color:#FFFFFF;
	left:50px;
	position:absolute;
	text-align:left;
	text-transform:none;
	top:80px;
	width:400px;
	z-index:55;
}
#hero-bottom {
	background:url(/images/template/hero-bottom.png) no-repeat scroll center bottom transparent;
	bottom:0;
	height:165px;
	left:0;
	position:absolute;
	width:100%;
	z-index:100;
}
#internal-hero-bottom {
	background:url(/images/template/internal-bottom.png) no-repeat scroll center bottom transparent;
	bottom:0;
	height:35px;
	left:0;
	position:absolute;
	width:100%;
	z-index:100;
}
#breadcrumb {
	margin-bottom:0;
}
.home-panels {
	margin:20px 0;
}
.home-panels div {
	position:relative;
	height:200px;
}
.home-panels div a.button {
	position:absolute;
	bottom:30px;
	left:160px;
}
.home-panels img {
	float:left;
	margin-right:20px;
}
.button {
	background:url(/Images/template/button.png) no-repeat scroll 0 0;
	color:#FFF;
	padding:4px 16px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#titleimage {
	float:left;
	clear:both;
	height:102px;
	width:900px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#navbar {
	min-height:28px;
	height:28px;
	width:900px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#000000;
	background-image: url(../images/template/menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	clear: both; 
}

#nav {
	float:left;
	/* clear:both */
}

#search {
	float:right;
	margin:10px 25px;
	padding:0px;
}

#search form {
	display: inline;
	text-align: center;
}

#search .input
{
	font-size: 10pt;
	color: #333333;
	background: #ffffff;
	border: 1px solid #333333;
	vertical-align:middle;
	margin-top:4px;
	width:120px;
	height: 16px;
} 

#search .go
{
	vertical-align:top;
	margin-top:2px;
	
} 

#spotlightwrapper {
	width:680px;
	margin:0;
	padding:0;
}

#spotlightwrapper .spotlight {
	padding: 0px 5px 0px 5px;
}

#footer {
	height:14px;
	background-color:#104A81;
	clear: both;
	border-bottom:4px ridge #CCC;
}
.footer {
	padding-top:30px;
}
#footer em, #footer a {
	color: #6e6f72;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
