@charset "utf-8";
/* CSS Document */

body {
	background-color: #a4997d;
	/* Font size of 62.5% allows 1em to equal 10pt (so 1.4em = 14pt, etc.) */
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #716358;
	padding: 0.5em 0em;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0.5em 0em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.5em 0em;
}


p {
	font-size: 1.4em;
	padding: 0.5em 0;
}

strong {
	font-weight: bold;
}

div#wrapper {
	margin: auto;
	margin-top: 2em;
	width: 945px;
	background-color: #fff;
}

div#banner {
	background: #716358;
	height: 305px;
}

div#bannerPhotos {
	float: left;
}

div#bannerMission {
	background: url(../images/layout/mission_bg.png) no-repeat #94001f;
	float: left;
	width: 469px;
	height: 153px;
}

p.mission {
	color: #fff;
	font-size: 1.3em;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	margin: auto;
	width: 350px;
	padding-top: 2.3em;
	line-height: 1.5em;
}

div#redLine {
	background: #94001f; 
	width: auto; 
	height:2px;
}

p#pageHeader {
	width: 200px; 
	background-color: #fff; 
	margin-left: 500px; 
	margin-top: -35px; 
	text-align:center; 
	color: #64584f;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.5em;
}



div#left_col {
	width: 400px;
	float: left;
}

div#right_col {
	width: 400px;
	float: right;
}

div.buttons {
	width: 400px;
	background: #beb6a2;
	margin-bottom: 2em;
	height: 102px;
	color: #716358;
}

div.buttons:hover {
	background: #716358;
	color: #beb6a2;
}

div.buttons img {
	float: left;
	padding-right: 0.6em;
}

div.buttons p {
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	font-weight: bold;
	font-size: 2.2em;
	text-align: center;
	color: inherit;
}

div#right_col a {
	color: inherit;
	text-decoration: none;
}

div#contentArea {
	padding: 1em 1em;
	background: url(../images/layout/grain_bg.gif) center no-repeat;
}


div#nav {
	width:945px;
	height: 30px;
}

div#nav ul {
	margin: 0;
	width: 940px;
	padding-top: 7px;
	padding-bottom: 7px;
}
div#nav ul li {
	padding: 0 1.8em;
	float: left;
}
div#nav ul li a {
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
	color: #d4d4d4;
}
div#nav ul li a:hover {
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
}

ul.normal_list {
	font-size: 1.4em;
	list-style: disc;
	margin: 10px 0px 10px 35px;
	line-height: 1.3em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
