@charset "utf-8";
/* CSS Document */

/* created May 10, 2009: Jenna Hannum
modifications:
									 */

/*basic document template: background images and main divs */
body {
	background-color:#000000;
	font-size: 62.5%; /*sets all fonts to 10px, for easy em resizing*/
	margin: 0px 0px	0px 0px /*zeros out all margins*/
	}
h2, h3, p, ul, ol, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:1.1em;
	}	

a:link {
	color:#e9ee0a;
	text-decoration:none;
	border-bottom-style:#e9ee0a thin dotted;
	}
a:visited {
	color:#e9ee0a;
	text-decoration:none;
	border-bottom-style:#e9ee0a thin dotted;
	}
a:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom:thin dotted #e9ee0a;
	}
	
	
#allcontent {
	width:787px;
	padding:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	font-size:1.1em;
	}
/* begin header style rules */

#header {
	width:auto;
	height:205px;
	}
/* ****mainfront div contains all main content, down the center**** */

#mainfront p, h1, h2, h3{
	margin-bottom:0px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:10px;
	color:#ffffff;
	}
#mainfront h1 {
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	font-size:1.5em;
	}	
#mainfront img {
	margin-left:35px;
	margin-right:35px;
	}	
#mainfront {
	width:753px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:10px;
	background-image:url(../images/centerBG.jpg);
	background-repeat:repeat-y;
	}

#mainfront p {
	padding-bottom:20px;
	}
#mainfront form {
	padding-left:35px;
	}
.leftcol {
	float:left;
	min-height:100px;
	margin-left:0px;
	}
.rightcol {
	float:right;
	min-height:100px;
	}
img.leftcol {
	border:1px solid #ffffff;
	}	
img.rightcol {
	border:1px solid #ffffff;
	}
li.bulletedlist {
	color:#ffffff;
	display:list-item;
	padding-right:35px;
	padding-left:200px;
	}
p.form {
	padding-left:0px;
	}

/* navigation div has AP in order to play with IE6-7, since Microsoft still ignores the very simple and basic rule of floating a div*/
#navigation {
	background-image:url(../images/centerBG.jpg);
	width:753px;
	height:72px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
#nav li {
	background-image:none;
	display:inline;
	color:#e9ee0a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:bold;
	}
a:link.embellish {
	text-decoration:none;
	color:#e9ee0a;
	}
a:visited.embellish {
	text-decoration:none;
	color:#e9ee0a;
	}
a:hover.embellish {
	text-decoration:none;
	color:#ffffff;
	}

/*WHAT WE DO PAGE: twisty reveals*/
.reveal {
	color: #e9ee0a;
	}

/*begin footer style */
#footer {
	width:787px;
	height:78px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	color:#999999;
	text-align:center;
	margin-top:0px;
	padding-top:45px;
	font-size:0.8em;
	clear:both;
	}
	
ul, li, p.footer {
	display:inline;
	color:#999999;
	}
	
#footer a:link{
	color:#999999;
	text-decoration:none;
	}
#footer a:visited {
	color:#999999;
	text-decoration:none;
	}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
	}
