br.both { clear: both; }
br.left { clear: left; }
br.right { clear: right; }

a, a:link {
	color: #2F516D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #F4F6F8;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times;
	color: #2F516D;
}

#container {
	position:absolute;	
	left:50%;
	width:710px;
	margin-left:-355px; /* width/2 */
	background-color:#eee;
	background-image: url(../images/background.gif);
}

div#content {
	padding: 15px;
	padding-top: 10px;
}

div#header {
	float: left;
	width: 680px;
	height: 87px;
	background: url(../images/header.jpg) no-repeat;
	border-bottom: 1px solid #2F516D;
	margin-bottom: 10px;
}

div#welcome {
	float: left;
	width: 680px;
	height: 29px;
	background: url(../images/welcome.gif) no-repeat;
	border-bottom: 1px solid #2F516D;
	margin-bottom: 10px;
}

div#header h1, div#welcome h2 {
	display: none;
	padding: 0;
	margin: 0;
}

h4.headline  { font-size: 18px; font-family: Georgia, "Times New Roman", Times; margin: 5px 0 0px; padding: 0 }

div#nav {
	float: left;
	padding: 10px;
	font-size: 11px;
	width: 165px;
	margin-right: 10px;
	padding-bottom: 0;
	background: url(../images/nav_fadeout.gif) bottom repeat-x #EAEDF0;
	border-bottom: 1px solid;
}

div#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;;
}

div#nav ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

div#associations {
	padding-bottom: 0;
	background: url(../images/member.gif) no-repeat;
	width: 165px;
	height: 200px;
}

div#associations span {
	display: none;
	padding: 0;
	margin: 0;
}

div#weather   { background-color: #fff; margin-bottom: 10px; border-style: solid; border-width: 1px; border-color: black white white black; width: 165px }

div#weather div#content  { font-family: Georgia, "Times New Roman", Times; padding: 5px }
div#weather div#content h2   { font-size: 16px; margin: 0px; padding: 0px }
div#main {
	float: left;
}
div#footer {
	font-size: 11px;
	float: left;
	width: 710px;
	height: 50px;
	background: url(../images/footer.gif) no-repeat;
}
div#footer div#content {
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 0;
	padding-right: 0;
}
img.left   { margin-top: 5px; margin-right: 5px; margin-bottom: 5px; border: solid 1px gray }
img.right   { margin-top: 5px; margin-bottom: 5px; margin-left: 5px; border: solid 1px gray }
img  { border: 0px }
h4   { font-size: 14px; font-family: Georgia, "Times New Roman", Times; text-decoration: underline }
div.photos  { background-color: #f4f6f8; text-align: center; padding: 10px 0px 10px 10px; border: solid 1px #dcdcdc }
div.photos img { margin-right: 10px; border: solid 1px black }
div.photos p.small_note   { font-size: 9px !important; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular !important; margin-bottom: 0px; padding-bottom: 0px }

div.photos-index  { 
	background-color: #f4f6f8; 
	text-align: center; 
	padding: 5px; 
	margin: 2px 0 3px 0px;
	border: solid 1px #dcdcdc }

div.photos-index img { 
	margin-right: 0px; 
	border: solid 1px black }

div.photos-index p.small_note   { font-size: 9px !important; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular !important; margin-bottom: 0px; padding-bottom: 0px }


img.enlarged_photo { border: solid 1px black }
