/*Amended by Ian West, 03/12/2004 */



body			{	margin: 0px; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; 

	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #A3C8A8;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #94BDB5;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;


}
h1				{	font-size: 1.4em; margin-bottom: 0px; }
a				{
	color: #59846F;
	text-decoration: none;
	font-weight: bold;
}
a:hover			{	text-decoration: underline; }
a:focus			{	text-decoration: underline; }
a.navigation:hover {
	border-left: 4px solid white;
	text-decoration: none;
}
p {
	}
ul {
	}
li{
margin-bottom:1em;
}
input			{	background-color: #CDE0DC; border: 1px solid white; color:#656565;  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; }
textarea		{	background-color: #CDE0DC; border: 1px solid white; color: #656565; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; }
label {
	color: #656565;
}
td.nav{
	background-color: #A3C8A8;
	width: 100%;
	margin-bottom: 2px;
	border: 1px solid gray;
	}
td.navactive{
	background-color: #A3C8A8;
	width: 100%;
	margin-bottom: 2px;
	border: 1px solid gray;
	background-color: Gray;
	}	
td.location{
	
}
	
/*System*/	


/*classes*/
.main			{	position: relative; left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
.home	{background-image: url('../images/back1.jpg'); background-repeat: no-repeat; }
.what {background-image: url('../images/back2.jpg'); background-repeat: no-repeat; }
.how {background-image: url('../images/back3.jpg'); background-repeat: no-repeat; }
.test {background-image: url('../images/media_back.jpg'); background-repeat: no-repeat; }
.copyright		{	position: relative; width: 532px; text-align: left; background-color: #FFFFFF; color: #94BDB5; font-size: 0.7em; }
.introright {
	text-align:right;
}
.message		{	position: absolute; left: 180px; top: 350px; width: 300px; font-weight: bold; color: red; }
.form			{	position: absolute; left: 180px; top: 190px; width: 350px; }
.tinytext		{	font-size: 0.7em; color: #656565;}
.navigation {
	font-size: 0.9em;
	color:white;
	padding-left: 8px;
	border-left: 4px solid #A3C8A8;
}
.tabbed {
	margin-left: 5em;
}



/* IDs */
#content{
position: relative; width: 532px; height: 532px; margin-top: 5px; text-align: left; vertical-align: top; color: #FFFFFF; background-color: #CDE0DC;
}
#mainnav{
	position: absolute; left: 10px; top: 190px; width: 145px;
}
#maintext{
	position: absolute;
	left: 180px;
	top: 190px;
	width: 330px;
	height: 300px;
	overflow: auto;
	color: #656565;
}
#address{
	position: absolute;
	left: 180px;
	top: 400px;
	width: 330px;
	height: 150px;
	overflow: auto;
	color: #656565;
}
#intro			{	position: absolute; left: 10px; top: 90px; width: 500px; }
#maps{
	width: 90%;
}