
/* browser unification */

:link,:visited {text-decoration:none}
ul,ol,li {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
address {font-style:normal}

/* End of browser unification */

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	background:
		repeat-y
		#fbf9ce
	}
	
img
	{
	vertical-align:middle
	}

h1
	{
	font:1.6em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:4px
	}
	
h2
	{
	font:1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#D3EFF5
	}

h3
	{
	float:left;
	padding-right:4px;
	text-align:center
	}

h4	
	{
	color:#006;
	float:left;
	font-size:1.3em
	}

h5
	{
	float:right
	}
h6
	{
	text-align:center;
	font-size:1.2em;
	padding-bottom:4px
	}

.event_name { font-size:10pt; font-weight:bold; }
.datehead { font-size:12pt; font-weight:bold; color:#FFFFFF; }

input, textarea
	{
	width:300px;
	padding:1px;
	font-size:0.9em;
	border:1px solid #000;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif
	}

textarea {
  height:100px
}
input.button {
  width:auto;
  padding:2px
}

input.radio
	{
	/* border:1px solid #999; */
	padding:0px;
	margin-left:1px;
	width:auto;
	background:#FFF right no-repeat
	}



span.error {
  color:#C00;
  margin-left:10px
}

p
	{
	padding-bottom:10px;
	padding-left:4px
	}

table	
	{
	border: 2px #3e607b solid;
	text-align:justify;
	float:left
	}

a
	{
	color:#003366
	}

a:hover	
	{
	color:#0033CC
	text-decoration:underline;
	}

div.GMapEZ
	{
	width:100%;
	height:350px;
	overflow:hidden
}
div.GMapEZ.large
	{
	height:450px
}

/* End of tag styles */

/* Start of universal styles */

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}
	
.center
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}

.clear
	{
	clear:both
	}

.image_left
	{
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	}

.image_right
	{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	}
	
.image_center
	{
	width:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
	}

.float_right
	{
	float:right
	}

.margin-bottom
	{
	margin-bottom:80px;
	}

.highlight
	{
	text-decoration:underline
	}

.enlargepic {
  position: relative;
  z-index: 0;
}

.enlargepic:hover{
  background-color: transparent;
  z-index: 50;
}

.enlargepic span {
  position: absolute;
  background-color:white;
  padding:5px;
  left:-10000px;
  border:1px solid black;
}

.enlargepic span img {
  padding:2px;
}

.enlargepic:hover span {
  visibility:visible;
  top:-180px;
  left:-20px;
}

.weather {
  float:left;
  width:180px;
  padding-left:1px;
  padding:0px
}

.weather h2 {
  font-weight:bold
}

.weather h3 {
  font-weight:bold;
  font-size:16px;
  text-align:left
}

.red {
  color:#C00
}

/* End of universal styles */

/* Start of site structure */

#container
	{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	
	}

#super_container
	{
	float:left;
	width:950px;
	border:1px solid #39758f;
	background:#ffffff;
	}

#header
	{
	width:950px;
	height:180px;
	float:left;
	}

#left_menu
	{
	margin-top:8px;
	margin-left:8px;
	float:left;
	width:160px;
	margin-bottom:8px;
	background:
		#9fd4e4
		url(/images/left_menu_bg.png)
		top
		left
		repeat-x;
	}

.left_menu_section_head
	{
        background-color:#7fb4c4;
	}

#left_menu li
	{
	border-top:1px solid #FFF;
	padding-top:5px;
        padding-left:5px;
	padding-bottom:5px;
	}

#left_menu li.indent
	{
	padding-left:20px;
	}
	
#left_menu li.selected
	{
	background-color:#e0f5fb;
	}

#left_menu input
	{
	border:1px solid #999;
	padding:1px;
	padding-right:18px;
	width:107px;
	background:#FFF right no-repeat
	}

#left_menu input.button
	{
	border:1px solid #999;
	padding:0px;
	margin-left:1px;
	width:auto;
	background:#FFF right no-repeat
	}


#main_content
	{
	float:left;
	margin-left:8px;
	width:770px;
	margin-top:8px;
	}

#main
	{
	float:left;
	width:550px;
	padding:15px;
	color:#000066;
	text-align:justify
	}

#main h1, h2
	{
	text-align:left;
	}

#main h2
	{
	margin-bottom:10px;
	margin-top:5px;
	color:#000066;
	}

#main #sink li
	{
	margin-left:20px;
	margin-bottom:5px;
	list-style:decimal;
	}

#header_about
	{
	float:left;
	width:701px;
	background-color:#FF0000;
	}
	
.business
	{
	float:left;
	width:235px;
	padding:8px;
	height:80px;

	margin-left:4px;
	margin-bottom:8px;
	background:
		url(/images/header/business.jpg)
		top
		repeat-x
		#e0f5fb;
	}

.business_link
	{
	float:left;
	width:235px;
	padding:8px;
	height:80px;
	margin-left:4px;
	margin-bottom:8px;
	background:
		url(/images/header/business.jpg)
		top
		repeat-x
		#e0f5fb;
	}
	
.business img
	{
	float:left;
	}
	
#right_menu
	{
	float:right;
	padding:5px;
	width:165px;
	border: solid #9fd4e4 4px;
	font-size:0.95em
	}

#right_menu li {
  white-space:nowrap
}

.block	
	{
	border: 4px solid #9fd4e4;
	margin-bottom:15px;
	padding:8px;
	width:530px;
	}
	
.block p
	{
	padding:0
	}
	
#directory 	
	{
	border: 4px solid #3e607b;
	margin-bottom:15px;
	text-align:center;
	width:535px;
	padding:8px;
	}
	
#alphabetlist li
	{
	display:inline;
	padding:0 3px;
	}
	
#alphabetlist li.selected
	{
	font-weight:bold
	}

#club
	{
	text-align:justify;
	padding-bottom:4px
	}

.block_club	
	{
	border: 4px solid #9fd4e4;
	margin-bottom:15px;
	padding:8px;
	width:350px
	}

#crest 
	{
	float:left;
	text-align:justify;
	}
	
#crest li
	{
	margin-left:8px;
	text-align:justify;
	list-style:inside square;
	padding:4px
	}

#suggest_container
	{
	background-color:#FFFFDC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	display:none;
	overflow:hidden;
	position:absolute;
	z-index:9999
	}
#suggest_container ul
	{
	margin:0;
	padding:0
	}
#suggest_container li
	{
	padding:5px;
	list-style:none;
	cursor:pointer;
	font-size:0.75em;
	border-bottom:1px solid #CCC
	}
#suggest_container li:hover {
	background-color:#FFFF66
	}
#suggest_container a
	{
	color:#316A36;
	text-decoration:none;
	font-size:1.3em
	}
#suggest_container li:hover a
	{
	color:#000  
	}
	
#footer {
  clear:both;
  width:765px;
  margin:0 auto;
  text-align:center;
  padding-top:4px;
  font-size:0.8em
}
#footer li {
  display:inline;
  margin:0 30px
}


/* End of site structure */

/* End of document */

