

/* ----------------------------------------------- [ * ] */

@import url(../css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 63.5%;
	color: #03466C;
}


hr {
	display: none;
}

img {
	vertical-align: left;
	border: 0;
}

h1, h2, h3, h4 {
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	font-weight: normal
	padding-left: 8px;
	padding-right: 8px;
	color: #A84D10;
}

h1 {
	font-weight: normal
	margin-bottom: .3em;
	font-size: 2.8em;
	font-style: none
	line-height: .95em;
}

h2 {
	font-weight: normal
	font-style: italic;
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1;
}

h3 {
	margin-bottom: 1em;
	font-size: 2.2em;
	font-weight: normal
	line-height: 1.1;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	font-weight: none;
	color: #03466C;
}

a:link {
	color: #A84D10;
	text-decoration: none;
}

a:hover {
	color: #C6A68D;
}


/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 90em;
	margin: 0 auto;
	margin-top: 0em;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 3em 0 2em 14em;
	overflow: hidden;
}

#main-nav ul {
	list-style-type: none;

}

#main-nav li a {
	font-size: 1.4em;
	line-height: 1.4;
	padding-left: 12px;
}


/* ------------------------------------------ [ Header ] */

#header {
	background:#DBE8E9 none repeat scroll 0 0;
	height: 15em;
	min-width:100%;
	margin: 0 auto;
}

#header h1 {
	margin-top: -.42em;
	font-weight: normal;
}

#header h2 {
	font-style: italic;
	font-weight: normal;
}

#header h3 {
	font-weight: normal;
}



/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 1em;
	overflow: hidden;
}

#content p {
	font-size: 1.2em;
	color: #03466C;
	padding: 0 0 0 0em;
}
	

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #C6A68D;
}


/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
}

#sidebar p {
	font-size: 1.2em;
	color: #DBE8E9;
	padding: .75em 0 0 0;

}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}


.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}


/* --------------------------------------- [ Footnotes ] */

#footnotes {
	padding: 2em 0 0 14.125em;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}


/* --------------------------------- [ General Classes ] */


.small {
	font-size: 1em;
	line-height: 1.6;
}


/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}




