/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#d1dde9;
}

div#container {
	position:relative; 
	width:906px;
	margin-top:30px;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto; 
	text-align:left;
	background:#fff;
	background-image:url("/img/bg-container.gif");
	background-position:top left;
	background-repeat:repeat-y;
	border:0px solid black;
}

div#branding_nav {
	height:253px;
	background-image:url("/img/photo-home.jpg");
	background-position:89px 8px;
	background-repeat:no-repeat;
}

#branding_nav img#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#branding_nav ul {
	position:absolute;
	top:212px;
	left:177px;
	width:715px;
	height:40px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	background-color:#34699b;
	border:0px solid black;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

/* +++ */
#branding_nav ul a{
	display:block;
	height:41px;
	border:0px solid black;
}

/* +++ */
#visitors, #residents, #businesses, #about, #contact {
	float:left;
	height:41px;
}

#visitors {width:128px;}

#visitors a, #visitors a:visited {background:url("/img/btn-visitors.gif") top left no-repeat;}

#visitors a:hover {background:url("/img/btn-visitors.gif") top right no-repeat;}

#residents  {width:143px;}

#residents a, #residents a:visited {background:url("/img/btn-residents.gif") top left no-repeat;}

#residents a:hover {background:url("/img/btn-residents.gif") top right no-repeat;}

#businesses {width:147px;}

#businesses a, #businesses a:visited {background:url("/img/btn-businesses.gif") top left no-repeat;}

#businesses a:hover {background:url("/img/btn-businesses.gif") top right no-repeat;}

#about {width:145px;}

#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}

#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

#contact {width:151px;}

#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}

#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

div#content {
	overflow:hidden; /*clears the floated inner columns */
	padding:0px;
}

div#nav_sub {
	float:left;
	width:177px;
	min-height:250px;
	background-image:url("/img/bg-sidebar.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:20px;
}

div#nav_sub ul {
	margin:0px;
	margin-right:11px;
	margin-left:15px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	text-align:right;
}

div#nav_sub ul li {
	display:inline; /*removes extra padding from around list items in IE*/
}

div#nav_sub li a {	
	font:14px georgia, palatino, serif;
	font-weight:bold;
	color:#336699;
	margin:0px;
	display:block;
	padding-top:4px;
	padding-right:8px;
	padding-bottom:8px;
	padding-left:8px;
	text-decoration:none;	
	background-image:url("/img/bg-sub-nav.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}

div#nav_sub a:visited {}

div#nav_sub a:hover {
	background:#ebebeb;
}

/* +++ */
div#content_main {
	float:left;
	width:512px;
	margin-right:20px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	border:0px solid black;
}

div#content_sub {
	float:left;
	width:145px;
	min-height:250px;
	
	padding-top:25px;
	padding-bottom:20px;
	padding-left:15px;

	border:0px solid black;
}

div#site_info {
	width:905px;
	height:120px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto; 
	padding:0px;
	background-image:url("/img/bg-site-info.gif");
	background-position:top left;
	background-repeat:no-repeat;
	color:#a7a7a7;
	text-align:center;
}

#site_info ul {
	padding:0 0 0 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
}

#site_info li {display:inline;}

#site_info p {
	padding:0 0 0 0px;
}

#site_info a {
	color:#a7a7a7;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:"trebuchet ms",arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:georgia, "palatino", serif;
	color:#336699;
	margin:0px 0px 4px 0px;
}

p, ul, ol {font-size:1.2em;}

h1 {font-size:2.2em;font-weight:normal;} 

h2 {font-size:1.8em;margin-top:10px;margin-bottom:0px;font-weight:normal;}

h3 {font-size:1.6em;}

h4 {font-size:1.4em;}

p {margin:0px 0px 10px 0px;}

a {
	font-size:1em;
	color:#0086d3;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding-bottom:10px;
	padding-left:40px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
	line-height:1.4em;
}

ol {
	margin:0;
	padding-bottom:10px;
	padding-left:40px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.even {background:#efefef;}

.basic_list {
	margin:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:12px;
}

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#edf5fd;
}

.tableDark {
	background-color:#dce9f5;
}

.tableHighlight {
	background-color:#214376;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#d9dae4;
	color:#302907;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */
ul#board {
	margin-top:10px;
}

#board li {
	float:left;
	width:170px;
	margin-bottom:15px;
	border:0px solid black;
}

#adminNavMenu{
	position:absolute;
	right:10px;
	top:-25px;
	z-index:5;
}

.header td {
	background-color:#335485;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}

ul.super_style {
	margin:0px;
	margin-right:13px;
	margin-left:15px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	text-align:left;
}

ul.super_style li {
	display:inline; /*removes extra padding from around list items in IE*/
}

ul.super_style li a {	
	font:14px georgia, palatino, serif;
	font-weight:bold;
	color:.336699;
	margin:0px;
	display:block;
	padding-top:4px;
	padding-right:15px;
	padding-bottom:8px;
	padding-left:8px;
	text-decoration:none;	
	background-image:url("/img/bg-sub-nav.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}

ul.super_style a:visited {}

ul.super_style a:hover {
	background:.ebebeb;
}

.calendarfeatured {
	font-weight:bold;
}

.daynames {color:#fff;}

span.calendar {}

a.calendar, a.calendarfeatured {font-size:11px;text-decoration:none;}
a.calendar:hover, a.calendarfeatured:hover {color:#000;}
a.calendarfeatured {font-weight:bold;}