/* general page specifications */
body {
	margin-top: 0px;
	margin-left: 60px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
}
body a:link, body a:visited {
	text-decoration: none;
	color: green;
}
body a:hover, body a:active {
	text-decoration: none;
	color: #00FF00;
}
#topnav {
	width: 750px;
	margin: 0;
	padding: 0;
	background: #fff none;
	white-space: nowrap;
  
}
#topnav ul {
	margin: 0;
	padding: 0;
	height: 17px;
	list-style-type: none;
	white-space: nowrap;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

#topnav li {
	width: 89px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0;
	background: white none;
	font-size: 11px;
	color: black;
	text-align: center;
	padding: 0;
	float: left;
}

#topnav a {
	display: block;
	width: 100%;
	color: green;
	text-decoration: none;
	border-top: 5px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
}

#topnav br {
	margin: 0px;
	height: 400px;
	border: 1px solid black;
}
#clients a:hover {
	border-top: 5px solid #00FF00;
	color: black;
}
#clientson a {
	border-top: 0px solid #00FF00;
	color: black;}
	
#clientson {
	border-top: 5px solid #00FF00;
}

#about a:hover {
	border-top: 5px solid #33FFCC;
	color: black;
}
#abouton a {
	border-top: 0px solid #33FFCC;
	color: black;
}
#abouton  {
	border-top: 5px solid #33FFCC;
}

#recordpool a:hover {
	border-top: 5px solid #CCFF33;
	color: black;
}
	
#recordpoolon a {
	border-top: 0px solid #CCFF33;
	color: black;
}

#recordpoolon {
	border-top: 5px solid #CCFF33;
}

#search a:hover {
	border-top: 5px solid #FF99FF;
	color: black;
}

#searchon a {
	border-top: 0px solid #FF99FF;
	color: black;	
}

#searchon {
	border-top: 5px solid #FF99FF;
}

#services a:hover {
	border-top: 5px solid #00FFFF;
	color: black;
}

#serviceson a {
	border-top: 0px solid #00FFFF;
	color: black;
}

#serviceson {
	border-top: 5px solid #00FFFF;

}

#events a:hover {
	border-top: 5px solid #CC99FF;
}










/* promo box */
#promo {
	width: 208px;
	height: 120px;
	overflow: hidden;
	clip:    rect(0px 209px 120px 0px);
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 1px solid black;
}
#promotext {
	width: 206px;
	overflow: hidden;
	position: relative;
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-left: 2px;
}

#sidebar {
	border-top: 0px solid black;
	border-right: 1px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	width: 209px;
	//height: 100%;
	float: left;
	font-size: 11px;
}

.otherlinks b, .otherlinks a {
	display: block;
	clear: both;
	text-decoration: none;
}
.otherlinks a:link {
	color: #00FF00;
	font-weight: normal;
}
.otherlinks a:visited {
	color: #00FF00;
	font-weight: normal;
}
.otherlinks a:hover {
	color: #000000;
}
.otherlinks a:active {
	color: #000000;
}
.otherlinks b {
	margin-top: 20px;
}
.otherlinks a img {
	border: 2px solid #00ff00;
	/*width: 72px;
	height: 72px;*/
	margin: 5px 0px 5px 0px;
}
.otherlinks dl dd {
	margin-left: 92px;
	/*
	width: 95px;
	height: 72px;
	border: 1px solid yellow;
	*/
}
.otherlinks li {
	font-size: 10px; /*for track listings*/
}

#nav_clients {
	margin-left: 210px;
	padding-left: 20px;
	background-image: url(../images/m-green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
}

#nav_clients h4 {
	margin: 0px;
	width: 400px;
	font-size: 11px;
	color: black;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#nav_clients h4 a:link {
	text-decoration: none;
	color: #004400;
	font-weight: normal;
}
#nav_clients h4 a:visited {
	color: #004400;
}
#nav_clients h4 a:hover {
	color: #ffffff;
}
#nav_clients h4 a:active {
	color: #ffffff;
}




#nav_about {
	margin-left: 210px;
	padding-left: 20px;
	background-image: url(../images/m-lime.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
}

#nav_about h4 {
	margin: 0px;
	width: 400px;
	font-size: 11px;
	color: black;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#nav_about h4 a:link {
	text-decoration: none;
	color: #004400;
	font-weight: normal;
}
#nav_about h4 a:visited {
	color: #004400;
}
#nav_about h4 a:hover {
	color: #ffffff;
}
#nav_about h4 a:active {
	color: #ffffff;
}

#nav_pool {
	margin-left: 210px;
	padding-left: 20px;
	background-image: url(../images/m-yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
}

#nav_pool h4 {
	margin: 0px;
	width: 400px;
	font-size: 11px;
	color: black;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#nav_pool h4 a:link {
	text-decoration: none;
	color: #004400;
	font-weight: normal;
}
#nav_pool h4 a:visited {
	color: #004400;
}
#nav_pool h4 a:hover {
	color: #ffffff;
}
#nav_pool h4 a:active {
	color: #ffffff;
}



#nav_search {
	margin-left: 210px;
	padding-left: 20px;
	background-image: url(../images/m-violet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
}

#nav_search h4 {
	margin: 0px;
	width: 400px;
	font-size: 11px;
	color: black;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#nav_search h4 a:link {
	text-decoration: none;
	color: #004400;
	font-weight: normal;
}
#nav_search h4 a:visited {
	color: #004400;
}
#nav_search h4 a:hover {
	color: #ffffff;
}
#nav_search h4 a:active {
	color: #ffffff;
}


#nav_services {
	margin-left: 210px;
	padding-left: 20px;
	background-image: url(../images/m-blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
}

#nav_services h4 {
	margin: 0px;
	width: 400px;
	font-size: 11px;
	color: black;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#nav_services h4 a:link {
	text-decoration: none;
	color: #004400;
	font-weight: normal;
}
#nav_services h4 a:visited {
	color: #004400;
}
#nav_services h4 a:hover {
	color: #ffffff;
}
#nav_services h4 a:active {
	color: #ffffff;
}


#main {
    position:absolute;
	/*margin-left: 210px;*/
	left: 270px;
	top: 135px;
	padding-left: 20px;
	font-size: 12px;
	text-align: justify;
	width: 410px;
}

#main h1 {
	font-size: 18px;
	margin-bottom: 10px;
	text-align:center;
}

#main h2 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#main h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}



#blurb
{
	width: 189px;
	text-align: justify;
	margin-top: 20px;
}
#blurb a
{
	float: none;
	clear: both;
	display: block;
	margin-left: 56px;
	margin-top: 20px;
}
#main h5 {
	font-size: 11px;
	margin: 0px;
	text-align: justify;
	width: 410px;
	font-weight: normal;
}
#main p {
	font-size: 12px;
	text-align: justify;
	width: 410px;
}
