/* CSS Document */



/*///// HTML ///// */

body {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0;
	background-color: #6a719f;
	font-size: 1.05em;
	line-height: 1.45em;
	font-weight: normal;
}

p {
	font-weight: normal;	
}

h1 {
	font-size: 1.25em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}

h2 {
}

h3 {
}


/*///// LAYOUT ///// */

#wrapper {
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
}

#masthead {
	height: 80px;
	width: 800px;
	border: 0px;
	font-size: 0.7em;
	background-color: #ffffff;
	background-image: url(images/eagleQuestLogo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#mastheadHome {
	height: 60px;
	width: 800px;
	border: 0px;
	font-size: 0.7em;
	background-color: #ffffff;
}
#nav {
	text-align: center;
	font-weight: bold;
	width: 800px;
	height: 20px;
	background-color: #ffffff;
}
#shadow {
	background-image: url(images/shadBkgd.jpg);
	height: 10px;
	width: 800px;
	text-align: left;
}

#container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background-color: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: left;
	overflow: visible;
	font-style: normal;
	visibility: visible;
	padding: 20px;
	margin: auto;
}
#containerContact {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 400px;
	background-color: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: left;
	overflow: visible;
	font-style: normal;
	visibility: visible;
	padding: 20px;
	margin: auto;
}
#containerHome {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-position: center;
	overflow: visible;
	font-style: normal;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	.35em;
	height: 100%;
	background-color: #FFFFFF;
	overflow: visible;
}
#mainContentHome {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	.35em;
}
#mainContentLeft {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 250px;
}
#mainContentFullPg {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 700px;
}
#mainContentRight {
	float: right;
	width: 350px;
}
#mainContentRightPhoto {
	float: right;
	width: 450px;
}
#footer {
	width: 800px;
	height: 25px;
	background-color: #232f84;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*///// CLASSES ///// */

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.center {
text-align: center;
}

.floatleft {
float: left;
margin: 0px 1em 1em 0;
padding: 2px;
}

.floatright {
float: right;
margin: 0px 0px 1em 1em;
}

.bodyCopy {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
line-height: 1.0em;
}
.copyright {
	font-size: .55em;
	color: #ffffff;
}
.nav {
	font-size: 0.7em;
}
.sampleCopy {
	padding: 8px;
	font-weight: normal;
}
.coptionCopy {
	font-size: 85%;
	line-height: 1.15em;
	font-weight: normal;
}
