@charset "utf-8";
/* CSS Document by Chris Sellers Design, copyright 2009*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;	/* a hack to center the initial div box */
	background-color:#FFFFFF;
}

body * {
	text-align: left; /* allows the initial div box to be centered, but not the inherited elements */
}

body#index {
	background-color:#b2b3bf;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-top: 0px;
	color:#000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top: 0px;
	color:#000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 4px;
	color:#000000;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 2px;
	color:#000000;
}

.style5 {font-size: small; }
.style6 {font-size: medium; }
.style7 {font-size: x-small; }
.style8 {font-weight: bold; }
.style9 {color: #ECECEC; font-weight: bold; font-style:italic; font: Verdana, Arial, Helvetica, sans-serif; text-align:center; }

a:link {
	color:#304a6b;
}

a:active {
	color: #003366;
}

a:visited {
	color: #336699;
}

p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align:left;
}

img {
	border: 0px;
}

#extents {
	clear: both;
	margin: auto;
	position: relative;
	width: 850px;
	height: 600px;
	border: none;
	background-image: url(../assets/bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFF;
	}

.stroke {
	background-color: black;
}

#header {
	position: relative;
	clear: both;
	left: 0 px;
	top: 0 px;
	height: 120px;
	width: 850px;
	}

#logo {
	clear: left;
	float: left;
	margin: 14px 0px 0px 20px;
	}
	
#navPanel {
	position: absolute;
	left: 265px;
	top: 40px;
	height: 28px;
	width: 401px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.navItem {
	float: left;
}

#contactIcon {
	clear: right;
	float: right;
	margin: 30px 20px 0px 0px;
	}

#mainContent {
	clear: both;
	width: 850px;
	height: 480px;
	padding: 20px 20px;
	}
	
html > body #mainContent {
	width: 810px;
	height: 440px;
}

#frontPageSidebar {
	clear: right;
	float: right;
	width: 384px;
	padding: 10px 18px 30px 18px;
	background-color: #fdf7eb;
	}
	
html > body #frontPageSidebar {
	width: 348px;
}

.frontPageText {
	clear: left;
	width: 405px;
	/* height: 440px; */
	padding: 0px 10px;
	margin: 10px 0px;
	}
	
html > body .frontPageText {
	width: 385px;
}
	
.centeredImage {
	text-align: center;
}

#rightText {
	clear: right;
	float: right;
	width: 220px;
	height: 300px; 
	padding: 10px 10px;
}

html > body #rightText {
	width: 200px;
	height: 280px;
}

#legend {
	float: right;
	clear: right;
	margin-top: 10px;
}

.footnote {
	font-size: 10px;
	width: 580px;
	height: 25px;
	padding: 5px 10px;
}

html > body .footnote {
	width: 560px;
	height: 15px;
}

.textBox {
	position: relative;
	width: 810px;
	height: 60px;
	margin-top: 10px;
}

.heading {
	color: #FFFFFF;
	font-weight: bold;
	/* font-style: italic; */
	/* background-color: #324081; */
	background-color: #7495e5; 
	width: 405px;
	padding: 10px;
}

html > body .heading {
	width: 385px;
}

#video {

}

#footer {
	width: 800px;
	height: 18px;
	/* padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border: 1px solid #000;
	border-top-width: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
