/* --------------------------------------------------------------------------

LAST UPDATED:	20.6.10
AUTHOR:			Aaron Pitts

CONTENTS:
				1. Base Reset
				2. Custom Fonts
				3. Layout Fundamentals
				4. Global Header
				5. Global Footer
				6. Headings
				7. Images
				8. Misc
					
-------------------------------------------------------------------------- */

/* 1. BASE RESET
-------------------------------------------------------------------------- */

/* Based on Eric Meyer's CSS Reset http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
    position: relative;
    background: #003e6e;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5; /* Baseline grid of 21px */

}

p {
	padding: 0 0 20px 0;
}

ol {
	margin: 0 0 20px 23px;
	list-style: decimal;
}

ul {
	margin: 0 0 20px 23px; 
	list-style-image: url('../images/li.png');
}

hr {
	border: 0 #000 solid;
	border-top-width: 2px;
	clear: both;
	height: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { 
	color: #003b7d; 
	text-decoration: underline; 
}

a:hover { 
	color: #980000;
}

fieldset { 
	margin: 10px 0; 
}

legend { 
	margin-bottom: 10px; 
}

input[type="text"] {
	width: 300px;
	padding: 2px;
}

textarea {
	width: 500px;
	min-height: 200px;
	padding: 5px;
}

/* 2. CUSTOM FONTS
-------------------------------------------------------------------------- */

@font-face {
	font-family: 'BodoniRecutFSDemiBold';
	src: url('bodonirecut-demi-webfont.eot');
	src: local('☺'), url('bodonirecut-demi-webfont.woff') format('woff'), url('bodonirecut-demi-webfont.ttf') format('truetype'), url('bodonirecut-demi-webfont.svg#webfontvyRAIzQv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BodoniRecutFSDemiBoldItalic';
	src: url('bodonirecut-demiitalic-webfont.eot');
	src: local('☺'), url('bodonirecut-demiitalic-webfont.woff') format('woff'), url('bodonirecut-demiitalic-webfont.ttf') format('truetype'), url('bodonirecut-demiitalic-webfont.svg#webfontNqTwmhWx') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 3. LAYOUT FUNDAMENTALS
-------------------------------------------------------------------------- */

div.container-960 { 
	width: 960px; 
	margin: 0 auto; 
	z-index: 50; 
}

div.column-left-60 { 
	float: left;
	width: 564px;
	margin-right: 20px;
}

div.column-right-40 { 
	float: left; 
	width: 376px;
}

div.main-box { 
	background: #FFF; 
	margin: 10px 0; 
	padding: 20px; 
	min-height: 37em; /* 518px */ 
	position: relative; 
}

div.home-page {
	min-height: 58.5em; /* 819px */
}

/* Used to clear floats */
.clear { 
	clear: both; 
	display: block; 
	overflow: hidden; 
	visibility: hidden; 
	width: 0; 
	height: 0;
}

/* Used for jQuery background image */
.fullBg { 
	position: fixed; 
	top: 0; 
	left: 0; 
	overflow: hidden; 
	width: 100%; 
	height: 100%;
}

/* 4. GLOBAL HEADER
-------------------------------------------------------------------------- */

div#header {
	background: #002844;
	margin-bottom: 10px; 
	width: 100%; 
	height: 80px; 
	position: relative; 
}

img#logo { 
	position: absolute; 
	left: 70px; 
}

ul#nav-menu { 
	color: #FFF; 
	position: absolute; 
	right: 70px; 
	bottom: 15px; 
	list-style: none; 
	font-family: 'BodoniRecutFSDemiBold', 'Times New Roman', Times, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 1.4285em; /* 20px */
	margin: 0;
}

ul#nav-menu li { 
	margin: 0 6px; 
	display: inline; 
}

ul#nav-menu a { 
	text-decoration: none; 
	color: #FFF;
	background: #004171;
	padding: 5px;
	line-height: 1;
}

ul#nav-menu a:hover { 
	text-decoration: underline;
	background: #00508c;
}

/* 5. GLOBAL FOOTER
-------------------------------------------------------------------------- */

div#footer { 
	background: #000; 
	color: #FFF; 
	width: 100%; 
	margin-top: 10px; 
	position: relative;
}

div#copyright-bar { 
	background: url("../images/copyright-bg.gif") repeat-x; 
	margin: 0; 
	width: 100%; 
	height: 30px; 
	line-height: 2; 
	color: #FFF; 
	font-weight: bold; 
	text-align: center; 
}

div#footer ul { 
	margin: 5px 0; 
	list-style: none;
	list-style-image: none;
}

div.footer-column1 { 
	width: 125px; 
	padding: 20px; 
	margin-right: 20px; 
	float: left;
}

div.footer-column { 
	width: 205px; 
	padding: 20px; 
	margin-right: 20px; 
	float: left;
}

div.last { 
	margin-right: 0;
}

div#footer a { 
	color: #FFF; 
}

div#footer a:hover { 
	color: #3594ff;
}

/* 6. HEADINGS
-------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { 
	font-family: 'BodoniRecutFSDemiBold', 'Times New Roman', Times, serif; 
	font-weight: normal; 
	font-style: normal; 
	margin: 5px 0;
}

h3 a { 
	color: #000; 
}

h3 a:hover { 
	color: #980000;
}

h1, h2 { 
	font-size: 2em; /* 28px */
}

h3, h4, h5, h6 { 
	font-size: 1.4285em; /* 20px */
	margin: 0; 
}

/* 7. IMAGES
-------------------------------------------------------------------------- */
.single-attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin:0;
}
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

div#intro-img img,
p img { 
	border: 3px solid #FFF; 
}

div#intro-img { 
	text-align: center; 
	margin-top: 15px;
}

/* 8. MISC
-------------------------------------------------------------------------- */

#contact-page ul { 
	margin: 5px 0;
	list-style: none;
	list-style-image: none;
}

.no-link a {
	text-decoration: none; 
	color: #000; 
}

hr.sub-hr {
	border: 0 #000 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

hr.sub-hr:last-child {
	border: 0 #FFF solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

div.navigation {
	overflow: hidden;
}

div.navigation {
	background: #bfbfbf;
	padding: 5px 10px;
	border: 1px solid #FFF;
}

div.nav-previous {
	float: left;
	width: 50%;
}

div.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}

div#nav-above {
	margin: 10px 0;
}

/*div#nav-above {
	display: none;
}*/

div.paged #nav-above,
.single #nav-above {
	display: block;
}

div#nav-below {
	margin-bottom: 10px;
}

p#news-link {
	float: right;
	text-align: right;
}


div#cta-button a { 
	color: #FFF;
	background: #004171;
	padding: 7px;
	border: 1px solid #FFF;
	font-family: 'BodoniRecutFSDemiBoldItalic', 'Times New Roman', Times, serif; 
	font-size: 1.4285em; /* 20px */
	line-height: 1.2;
	margin: 20px 0;
	text-align: center;
	position: absolute;
	bottom: 250px;
	left: 130px;
}

div#cta-button a:hover { 
	background: #00508c;
}
