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

body {
	margin: 0px;
	background-color: #F5F6F0;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
	}

#divWrapper {
	width: 970px;
/*	margin: 0 auto 0 0; */
	padding-top: 0px;
	background-color:#F5F6F0;
	overflow: hidden;
	}







/*     Left Navigation area      */







#divLeft {
	width: 151px;
	height: 1050px;
	float: left;
	background-image: url(../images/leftmenu20080512.jpg);
	background-repeat: no-repeat;
	}

#divNavSpace {
	height: 245px;
	}

#divNav {
	width: 149px;
	height: 200px;
	}






/*     Navigation Functions      */






ul.nav, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 149px;
	}
	
ul.nav li a {
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 7px 3px 7px 9px;
	}

ul.nav li a:hover {
 	background-color: #FFFFFF;
	color: #222222;
	}

ul.nav li a.current {
	color: #444444;
	font-weight: 700;
	}

ul.nav li a.current:hover {
	background-color: transparent;
	/*display: none;*/
	}






/*     Right area      */






#divRight {
	float:left;
	width: 819px;
	background-image: url(../images/right20080514.jpg);
	background-repeat: no-repeat;
	}

#divHeader {
	height: 88px;
	padding: 12px 0 0 550px;
	}

#divBody {
	position: relative;
	}

#divCopy {
	width: 400px;
	float: left;
	}

#divMap {
	margin: 0 auto 45px auto;
	width: 300px;
	border: #666666 thin solid;
	background-color:#FFFFFF;
	}
	
#divForm {
	margin: 0 auto 0 50px;
	}

#divLogo {
	/*     Keeps footer from encroaching on logo area    */
	height: 450px;
	float: left;
	}

#divFooter {
	height: 100px;
	clear: both;
	padding-top: 50px;
	line-height: 1.25em;
	}

.divLocation01 {
	float: left;
	margin-left: 50px;
	}

.divLocationN {
	float: left;
	margin-left: 30px;
	}

#divfoot {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	}






/*     Main Copy      */



h1	{margin-left:50px; padding-bottom:0; color:#333333; font-size: 12px; line-height: 2em; text-align:left; font-weight:bold;}

h1.newsrelease	{margin: 0 0 0 50px; color:#333333; font-size: 12px; line-height: 2em; text-align:center; font-weight:bold; text-transform:uppercase;}

h2.newsrelease	{margin-left:50px; color:#333333; font-size: 12px; line-height: 2em; text-align:center; font-weight:bold;}



p {
	margin-left: 50px;  
	font-size: 12px;
	line-height: 2em;

	}
	
p.address {
	line-height:1.2em;
	}

p.scheduling {text-align:center; margin-top:2em;}

img {
	margin: 0 0 20px 20px;
	}
	
#divCopy ul li {
	margin-left: 67px;
	list-style: disc;
	width: 400px;
	}

/* no underline styles

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

*/

