@charset "utf-8";
/* FOH */

body {
	background:#fff;
	/*background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position:top;*/
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/pagebg.jpg);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;	
}

#header {
	margin:0 auto;
	padding: 0;
	background-image: url(../images/header.png);
	background-position:top center;
	width: 100%;
	height: 145px;
	overflow:hidden;
	}

#page {
	margin: 0 auto;
	width: 800px;
}

#IEroot #page {
	margin: 30px auto;
	}

img {
	border-color:#615B69;
	}
	

	
/*------------------------MENU------------------------------*/

#menu{
	margin: 110px 0 0 60px;
		}


#menu ul li {
	list-style:none;
	display:inline;
	width: 200px;
	font-size: 1em;
	padding: 6px;
	font-weight:bold;
	}
	
#menu ul li a {
	color: #FFF09B;
	text-decoration:none;
	width:auto;
	}
	
#menu ul li a:hover {
	text-decoration: underline;
}

/*--------------------CONTENT------------------------------*/

#content #top {
	background-repeat:no-repeat;
	background-position:top;

	}

#content #bottom {
	background-repeat:no-repeat;
	background-position:top;

	}

#content{
	margin: 0 auto;
	background-repeat:repeat-y;
	}

#content p {
	text-align:justify;
	margin:20px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#333333;
	width: 700px;
	}
#content a {
	color:#333;
	text-decoration:none;
	}
#content a:hover {
	text-decoration:underline;
	}

#content h3 {
	color: #333;
	}

#content ol {
	margin: 25px 0 0 160px;
	}
#IEroot #content ol {
	margin-left: 210px;
	}
	
	
	
/*--------------------------------FOOTER-----------------------------*/

#footer {
	margin:0 auto;
	width: auto;
	height: auto;
	}

#footer p {
	text-align: center;
	font-weight: bold;
	color: #333;
	vertical-align:center;
	}


/*---------------------------------PHOTOS-----------------------------*/

#fadeshow1 {
	margin:0 auto;
	border: 0px;
	}
	
#content img.headshot {
	border:solid;
	float:right;
	margin: 0 -30px 5px 15px;
	}
#IEroot #content img.headshot {
	margin: 0 0 5px 15px;
	}

/*---------------------ACCORDION-----------------------------*/

#accordion {
	width: 755px;
	margin: 0 auto;
	display: block;
	overflow:hidden;
	}

#accordion a h3:hover {
	text-decoration: underline;
	}

#accordion a,
#accordion a h3 {
	color: #597EB4;
	outline: none;
	}


#accordion p {
	padding:10px;
	font-size: 1em;
	width: 650px;

	}
