body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 76%; 
	margin: 0; 
	padding: 0;
	color: #666;
	text-align: center;
	background: #66CCFF;
	}
a { text-decoration: none; border-bottom: #666666 1px solid; color: #738143; }
a:hover { border: none; }	
a:visited { text-decoration: none; border-bottom: #666666 1px solid; color: #2EC71D; }

h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
	
#header { border-top: 5px solid #000; margin-bottom: 0px;
		 }	
#header div {
	margin: 0 auto;
	width: 950px;
	height:100px;
	text-align: left;
	padding-left: 0px;
	background-color:#FFFFFF;
	border-left:solid 1px #000; 
	border-right:solid 1px #000;
	margin-bottom: -12px;
	}

#header h1 { 
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 3.2em;
	padding: 36px 0 12px 70px;
	margin: 0;
	}			
#header h1 span { color: #999; }	
#header h1 a {
	border: none;
	color: #000;	
	font-weight: normal;	
	}	
		
#pic { margin-bottom: 0px;}

#pic img {border:solid 1px #000; margin-bottom:0px;}

#contact {
	margin: 0 auto;
	width: 950px;
	height:35px;
	align: center;
	color: #CCCCCC;
	padding-left: 0px;
	padding-bottom:0px;
	background-color:#000;
	border-left:solid 1px #000; 
	border-right:solid 1px #000;
}


#contact ul { height: 20px; text-align:center; padding-top: 4px; padding-bottom: 3px;}
#contact li {display:inline; margin-left: 5px; margin-right: 5px; margin-bottom: 0px;}
#contact li.phone {display:inline; margin-left: 5px; margin-right: 5px; margin-bottom: 0px; font-size: 1.3em;}

#contact a {color:#92a355; text-decoration:none; border: none; font-size: 1.2em;}
#contact a:hover {color: #CCCCCC; text-decoration:none;}


#nav {
	float: right;
	margin-right: 30px;
	padding: 0;
	margin-top:0px;
	}
#nav li {
	list-style-type: none;
	display: inline;		
	float: left;	
	}	
#nav li a {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 5px;		
	display: block;	
	margin: 0 15px;		
	}		
#nav li.on a { 
	background: url(images/nav_hover.gif) no-repeat 50%;
	background-position: 0px -2px;
	padding: 1px 45px 6px 45px;
	margin: 0;
	color: #fff;
	}
#nav li a:hover { color: #999999; }
#nav li a:visited { color: #999999; }


	

#body { 
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 15px;
	margin-top:-6px;
	border:solid 1px #000;	
	}

* html #body { height: 1%; }

#r, 
#r {
	width: 640px;
	padding-right: 20px;
	float: right;
	margin-right: 20px;
	}
#r p,
#l p {
	margin-top: 10px;
	}
#r img {border: 1px #000000 solid; margin: 12px; }
#pictures {float: right; margin-right: 12px; margin-top: 10px; width: 191px;}

#l {
	width: 210px;
	float: left;
	margin-right:15px;
	padding-left:20px;
	}
#l p span {
	color: #009900;
	font-weight: bold;
	}
#l p {
	margin: 1em 0;
	padding: 0;
}	
#l hr {
	border-top: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			

div.block {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	color: #999;
	margin-top: 10px;
	}	
	
#footer {
	margin-top: 0px;
	color: #fff;
	padding-top: 0px;
	width: 100%;
	position:relative;
	margin: 0 auto;	
	background: #66CCFF;
	}
#footer div {
	margin: 0 auto;	
	width: 948px;
	background-color:#000000;
	border-left:solid 1px #000000; 
	border-right:solid 1px #000000;

	}	
#footer div div {	
	padding-top: 10px;	
	padding-bottom: 2px;
	font-size: 10px;
	}
#footer a { color: #fff; font-weight: bold; }

.menu {
font-size:90%;
height:285px;
margin:25px 0 10px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:190px;
position:relative;
border-left:2px solid #fff;
margin-bottom: 20px;
}

.menu li {
background: #92a355;
height:26px;
font-size:1em
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:190px;
color:#000;
text-indent:5px;
border-top:3px solid #fff;
border-bottom:3px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
background:#92a355;
font-size:1em
}
/* style the link hover */
* html .menu a:hover {color:#fff; 
background: #a2a83c; 
border-top:3px solid #fff;
border-bottom:3px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

.menu :hover > a {
color:#fff; 
background:#a2a83c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:190px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
height:190px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
height:190px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:190px;
}	

#container {position:relative; width:600px; height:600px; background:#888; border:1px solid #000; margin:10px auto;}
#container b {font-weight:normal; width:600px; text-align:center; position:absolute; bottom:250px; left:0; color:#fff; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; line-height:1.7em; z-index:1;}

a.gallery, a.gallery:visited {display:inline; color:#000; text-decoration:none; border:1px solid #000; width:30px; height:30px; float:left; margin:7px 6px; position:relative; cursor:default;}

a.gallery span {visibility:hidden; display:block; position:absolute; width:580px; height:500px; top:189px; left:9px; color:#000; background:#ccc; text-align:center; border:1px solid #fff; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; cursor:default;}

a.slidea span {left: 0px; top:60px;}
a.slideb span {left:-44px; top:60px;}
a.slidec span {left:-88px; top:60px;}
a.slided span {left:-132px; top:60px;}
a.slidee span {left:-176px; top:60px;}
a.slidef span {left:-220px; top:60px;}
a.slideg span {left:-264px; top:60px;}
a.slideh span {left:-308px; top:60px;}
a.slidei span {left:-352px; top:60px;}
a.slidej span {left:-396px; top:60px;}
a.slidek span {left:-440px; top:60px;}
a.slidel span {left:-484px; top:60px;}

a.gallery:hover {white-space:normal; border:1px solid #fff; z-index:100;}

a.gallery:hover span {visibility:visible; z-index:100;}

a.gallery:hover span img {margin:10px; border:1px solid #000; position:relative; z-index:100;}

a.gallery:active, a.gallery:focus {border:1px solid #66CCFF; z-index:10;}

a.gallery:active span, a.gallery:focus span {visibility:visible; z-index:10;}

a.gallery:active span img, a.gallery:focus span img {border:1px solid #000; position:relative; margin:10px; z-index:10;}
	
