/*
Copyright 2007 - Seminary of the Rockies
CSS by Brandon Ratzlaff for New Boston Creative Group
*/

/* COLORS
--------------------------
light grey (text): #c7c7c7;
grey (logo): #2c2e32;
dark grey (text): #333;
light blue: #6cadde;
dark blue: #002d56;
--------------------------*/

body {
	background: #fff url(../images/bodybg.jpg) top center repeat-x;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1em;
	margin: 0;
	}
	
h1 {
	color: #002d56;
	font-size: 140%;
	margin: 0 0 1em 0;
	}
	
h1 + h2 {
	margin: 1em 0 0 0;
	}
	
h2 {
	color: #002d56;
	font-size: 120%;
	margin: 1.7em 0 0 0;
	}
	
	h2.lthead {
		color: #fff;
		margin: 0;
		}
	
p {
	margin: 1em 0;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
a {
	color: #6cadde;
	}
	
a:hover {
	text-decoration: none;
	}
	
#inner-wrap {
	background: transparent;
	margin: 0 auto;
	position: relative;
	width: 760px;
	}
	
#header {
	width: 760px;
	height: 330px;
	position: relative;
	}
	
img.header {
	bottom: 0px;
	margin: 0;
	position: absolute;
	z-index: 50;
	}
	
#logo {
	margin: 14px 0 0 20px;
	position: absolute;
	width: 168px;
	z-index: 100;
	}

#logo h1 {
	overflow: hidden;
	position: relative;
	height: 85px;
	width: 168px;
	}
	
	#logo h1 a:hover {
		cursor: pointer;
		}
	
	#logo h1 span {
		background: #fff url(../images/logo.gif) top left no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		}
	
#primary-nav {
	background: #002d56 url(../images/navbg.gif) bottom left repeat-x;
	bottom: 216px;
	right: 20px;
	font-size: 80%;
	max-width: 600px;
	position: absolute;
	width: auto;
	height: auto;
	z-index: 99;
	}
	
#primary-menu {
	margin: 8px 8px 7px 8px;
	}
	
#primary-menu li {
	display: inline;
	line-height: 1em;
	}
	
#primary-menu li a {
	color: #c7c7c7;
	padding: 8px;
	text-decoration: none;
	}
	
	#primary-menu li a:hover {
		background: #002d56 url(../images/nav-hoverbg.gif) bottom left repeat-x;
		color: #fff;
		}
		
#home li a.home,
#prospective li a.prospective,
#benefactors li a.benefactors,
#mission li a.mission,
#contact li a.contact {
	background: #002d56 url(../images/nav-hoverbg.gif) bottom left repeat-x;
	color: #fff;
	}
	
#content {
	background: transparent;
	clear: both;
	font-size: 90%;
	line-height: 1.3em;
	position: relative;
	width: 760px;
	height: auto;
	}
		
#primary-wrap {
	float: left;
	padding: 0 0 40px 0;
	width: 500px;
	height: auto;
	}
	
#primary-content {
	height: auto;
	padding: 20px;
	position: relative;
	}
	
#primary-content ul {
	list-style: square;
	padding: 0 0 0 30px;
	}
	
	#primary-content ul li {
		line-height: 1.3em;
		padding: 1em 0 0;
		}
		
blockquote p.author {
	color: #6cadde; 
	font-style: normal;
	}
	
#secondary-wrap {
	background: #002d56 url(../images/sidebarbg.gif) top left repeat-x;
	border-top: 2px solid #002d56;
	border-right: 2px solid #1f2e3c;
	border-bottom: 2px solid #1f2e3c;
	border-left: 2px solid #1f2e3c;
	float: left;
	margin: 0 0 40px 0;
	width: 236px;
	height: auto;
	}
	
#secondary-content {
	color: #c7c7c7;
	padding: 20px;
	position: relative;
	}
	
#secondary-content ul {
	padding: 0 0 1em;
	}
		
#secondary-content li.document {
	background: transparent url(../images/document.gif) top left no-repeat;
	padding: 0 0 0 20px;
	}
	
#footer-wrap {
	background: transparent url(../images/footerbg.jpg) top left repeat-x;
	clear: both;
	color: #002d56;
	margin: 40px 0 0 0;
	position: relative;
	height: auto;
	}

#footer {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 760px;
	}
	
	#footer-content {
		font-size: 75%;
		line-height: 1.3em;
		padding: 20px 20px 30px;
		}