@import url('reset.css');
@import url('grid.css');


body {
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.8em;
	color: #333;
	background: #093751;
	margin: 0 0 0 0;
}

p {
	margin-bottom: 20px;
	text-align: left;
}

a { color:#b14949; text-decoration: underline; }
a:hover { color: #4981b1; text-decoration: none; }

h1, h2, h3, h4, h5 { margin-bottom: 20px; font-weight: normal; font-style: italic; font-family: Times, Times New Roman, Georgia; color: #0d537b; }

h1 { font-size: 2.1em; }

h2 { font-size: 1.8em; }

h3 { font-size: 1.6em; }

h4 { font-size: 1.4em; }

h5 { font-size: 1.2em; }

blockquote {
	color: #666;
	border-left: 2px solid #999;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}


/* DIV ids -----------------------------------------------------------------------------------------------------------*/

#header {
	background: #0b486b url('../images/headerbg.gif') repeat-y 50% 0;
}

#headerbg {
	background: #0d537b;
	padding: 50px 0 10px 0;
}

.nestled_header {
	color: #fff;
	font-size: 10px;
}

.nestled_header a {
	color: #fff;
	text-decoration: none;
}

.nestled_header a:hover {
	color: #fff;
	text-decoration: underline;
}

.right {
	text-align: right;
}

#navigation {
	background: #992727 url('../images/navigationbg.gif') repeat-y 50% 0;
	color: #fff;
}

#navigation a { text-decoration: none; }

#nestled_navigation {
	background: #ab2c2c;
	margin: 0;
	padding: 0;
	width: 960px;
}

#nestled_navigation a {
	padding: 14px 10px 14px 10px;
	margin-right: 10px;
	color: #fff;
	background: transprent;
	float: left;
}

#nestled_navigation a:hover { background: #992727; }

#subheader {
	background: #323232;
	height: 400px;
	
	width: 100%;
	display: table;
}

#subheader_image {
	height: 450px;
	margin: 0;
}

#content {
	background: #dadada url('../images/contentbg.gif') repeat-y 50% 0;
	color: #333;
}

#nestled_content {
	background: #fff;
}

#footer {
	background: #0b486b;
	color: #fff;
	padding: 25px 0 25px 0;
}

/* TAG SPECIFIC-----------------------------------------------------------------------------------------------------------*/

.page_item { float: left; margin-right: 10px; list-style: none; }

.classbox {
	float: left;
}

.bump-out {
	margin-left: -10px;
}