/* CSS Document */

body{
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Geneva;
	margin: 0;
	background-color: #e7e9e9;
	}

#wrapper{
	text-align: left;
	margin: 0 auto;
	width: 800px;
	}
	
#header{
	float: left;
	width: 800px;
	}

#logo{
	float:left;
	}

#quicknav{
	margin: 10px 0;
	float: right;
	font-size:10px;}
	
ul#quicknavlist, ul#quicknavlist li, ul#quicknavlist ul{
	list-style:none;}


#topnav{
	font: geneva;
	color:#FFFFFF;
	clear: both;
	float: left;
	text-align: center;
	width: 800px;
	font-size:14px;
	margin: 2px;
	}
	
html > body #topnav{
	margin: -2px;
	}
	
#headerpics{
	width: 800px;
	text-align: center;
	margin: 0 0;
	float: left;}
	
html > body #headerpics{
	width: 800px;
	text-align: center;
	margin: 2px 0;
	float: left;}
	
.style1 a{
		text-decoration:none;
		color:#000000;
		font-weight: 600; 
		}
		
.style1 a:hover{text-decoration:underline}

.style2 a{
		text-decoration:none;
		color:#000000;
		font-weight: 600; 
		}
.style2 a:hover{text-decoration:underline}

.style3 a{text-decoration:none; color:#000000;
		font-weight: 600; }
.style3 a:hover{text-decoration:underline}
.style4 {color: #000000}

.borderit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 1;
	}

.borderit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.6;
	}

table.contact td{
	cellpadding:5px;
 	font-size:10px;
	border-bottom:1px solid #000;
	color: #000000;}

tr.bold td{font-weight:bold;}

.borderit:hover{
	color:red;}
	
#footer{
	clear:both;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 15px 0;
	background-color: #999999;
	font-size:10px;
	font-family:arial;
	}
#footer a{text-decoration:none; color:#000000}
#footer a:hover{text-decoration: underline}
#leftnav{
	float: left;
	width: 175px;
	padding: 0 10px 0 0;
	margin: 4px 35px 0 5px;
	border-right: 2px dashed; border-color: #949393;
	background-color: #e7e9e9;
	}

h4{color:#000000;}
p{color:#000000;}

#contentholder{
	clear: both;
	float: left;
	width: 800px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#content{
	margin: 4px 0;
	float: left;
	color: #949393;
	width: 550px;
	}

ol#goals{color:#000000;}
ul#minitabs{
	list-style: none;
	margin: 0; 
	padding: 5px 0;
	font-weight: bold;
	text-align: center; white-space: nowrap;}
	
ul#minitabs li{
	display: inline; margin: 0 20px;}

ul#minitabs a{text-decoration: none; padding: 0 0 3px;
color: #fff}

ul#minitabs a:hover{border-bottom: 3px solid; border-color: #F60; color: #999}
	

