/* css for the Basic Style */

/* basic elements */
body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #000;
	FONT-SIZE: 13px;
	width: 90%;
	margin: 0px;
	padding: 0;
	background: #008d7a;
	
}

P, TD {
	font-style: normal;
	FONT-SIZE: 13px;
}
H1 {
	FONT-SIZE: 20px;
	padding: 0;
	color: #009d8a;
	font-weight: bold;
}
H2 {
	FONT-SIZE: 14px;
	font-weight: bold;
	color: #009d8a;
	border-bottom: solid 6px #006d5a;
}
H3 {
	FONT-SIZE: 12px;
	font-style: italic;
	font-weight: bold;
	color: #009d8a;
}
a:link {
	text-decoration: underline;
	color: #008d7a;
}
a:visited {
	color: #008d7a;
}
a:hover {
	color: #008800;
}


/* specific divs */
#pageheader {
	font-family: "Times New Roman", Times, serif;
	background: #ffffff;
	border-top: solid 3px #00ad9a;
	border-right: solid 3px #006d5a;
	border-left: solid 3px #00ad9a;
	border-bottom: solid 3px #006d5a;
	left: 0px;
	text-align: left;
	padding: 0 0 0 6px;
	margin: 0;
	height: 200px;
	position: relative;
}
#pageheadergraphic {
	position: absolute;
	FONT-SIZE: 16px;
	top: 10px;
	left: 10px;
	width: 280px;
	margin: 0;
	text-align: center;
}
#pageheadergraphic h1{
	FONT-SIZE: 24px;
	line-height: 30px;
	margin: 0px;
	padding: 0 0 0 6px;
}
#pageheadergraphic p{
	font-style: italic;
	line-height: 12px;
	padding-left: 6px;
}
#pageheaderright {
	color: #008d7a;
	FONT-SIZE: 14px;
	text-align: right;
	float: right;
	width: 250px;
	margin: 0;
	padding: .5em;
	font-weight: bold;
	letter-spacing: .1em;
}

#maincontainer {
	background: #ffffff;
	border-top: solid 3px #00ad9a;
	border-right: solid 3px #006d5a;
	border-left: solid 3px #00ad9a;
	border-bottom: solid 3px #006d5a;
	left: 0px;
	margin: 0;
	padding: 0;
}
#mainlogo {
	margin: 0;
	padding: 0;
}
#maintext {
	padding: 1em;
	line-height: 20px;
}


#footercontainer {
	text-align: center;
	color: #008d7a;
	FONT-SIZE: 9px;
	padding: 0;
	background: #ffffff;
	border-top: solid 3px #00ad9a;
	border-right: solid 3px #006d5a;
	border-left: solid 3px #00ad9a;
	border-bottom: solid 3px #006d5a;
	margin: 0;
	line-height: 9px;
}

#footercontainer LI {
	display: inline;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006d5a;
	padding: 0 0 0 6px;
}


#footercontainer a:link {color: #900;}
#footercontainer a:visited {color: #900;}
#footercontainer a:hover {color: #f00;}
#footercontainer a:active {color: #f00;}



/* Navigation Menu Start*/

#navcontainer {
	position: absolute;
	float: left;
	bottom: 0px;
	left: 170px;
	margin-left: 1px;
	font: bold 10px Verdana, sans-serif;
}

#navcontainer h1 {
}

#navcontainer ul {
	margin: 0px;
	padding: 3px;
	list-style: none;
}

#navcontainer li {
	float: left;
	background: #008d7a;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#navcontainer  a {
	float: left;
	display: block;
	width: .1em;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #bfb;
	background: none;
	border: 2px solid;
	border-color: #339966 #003300 #003300 #339966;
	white-space: nowrap;
}
#navcontainer  a:visited { color: #fcc; }
#navcontainer > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a {float:left;}
/* End IE5-Mac hack */
#navcontainer  a:hover { 
	color: #cfc;
	text-decoration: underline; 
	}
#home #nav-home, #directions #nav-directions,
#about #nav-about, #gallery #nav-gallery,
#contact #nav-contact, #links #nav-links {
}
#home #nav-home a, #directions #nav-directions a,
#about #nav-about a, #gallery #nav-gallery a,
#contact #nav-contact a, #query #nav-query a {
	color: #dfc;
}
#navcontainer li:hover  {
}

#navcontainer li:hover a {	
}	

#sidepanel {
	position: absolute;
	left: 11px;
	top: 129px;
	width: 118px;
	font: 12px Arial, sans-serif;
	color: black;
}
#sidepanel ul{ padding:0; margin: 0;}
#sidepanel li{
	list-style-type: none;
	padding: 2px 24px 2px 2px;
	text-align: right;
}
#sidepanel p{
	margin: 2px;
	text-align: center;
	font-weight: normal;
}
#sidepanel h1{
	padding: 12px 6px;
	margin: 0px;
	color: red;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#sidepanel  a:link { color: blue; }
#sidepanel  a:visited { color: purple; }
#sidepanel  a:hover { color: red;  text-decoration: underline; }

/* Navigation Menu End*/

.sectiontableentry1 {
  background:#d0FFFA;
  vertical-align:top;
}

.sectiontableentry2 {
  background:#ffffff;
  vertical-align:top;
}
.clr{clear:both;}
