/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
pre {
	font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom:1em;
	margin-left:40px;
}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

/*div {border: solid 1px;}*/

form { color: #000; text-align: left; }

#wrapper {
	position: relative;
/*	width: 773px;*/
	min-height: 600px;
	max-width: 1024px;
	min-width: 800px;
/*	margin: 0px auto;*/
	overflow: hidden;
}

img {
	padding: 5px;
	border: 0px;
}

img.nopad {
	padding: 0px;
}

img.lesspad {
	padding-right: -5px;
}

.graphicalButtonWhite, .graphicalButtonGreen, .graphicalButtonBlue {
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	color: #000;
	overflow: hidden;
}

.graphicalButtonWhite {
	background-color: white;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #eee;
	border-top: 2px solid #eee;
}

.graphicalButtonGreen {
	background-color: #AEC523;
	border-right: 2px solid #475329;
	border-bottom: 2px solid #475329;
	border-left: 2px solid #BFE339;
	border-top: 2px solid #BFE339;
}

.graphicalButtonBlue {
	background-color: #83B4D8;
	border-right: 2px solid #244472;
	border-bottom: 2px solid #244472;
	border-left: 2px solid #ACE0FD;
	border-top: 2px solid #ACE0FD;
}

* html #wrapper {
	width: 1024px;
	width: expression(Math.max(Math.min((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 0, 1024), 800)+'px');
}

#outer{
	margin-left:165px;
	margin-right:170px;
	background: #FFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	min-height:100%
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background: #809900;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:165px;
	float:left;
	margin-left:-164px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	background-image: url(../images/leftBar.gif);
	background-repeat: no-repeat;
	margin-bottom: -19850px;
	padding-bottom: 20000px;
	background-color: #E9DB82;
	border-right: 0px solid #005A00;
}

#leftBuffer {
	padding-left: 5px;
	padding-right: 5px;
}

#leftSep {
	position:relative;/*ie needs this to show float */
	width:8px;
	float:left;
	z-index:100;
	left:-1px;
	margin-bottom: -19850px;
	padding-bottom: 20000px;
	background-color: #005A00;
}

#left p, 
#right p {padding:3px}
#right {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:right;
	margin-right:-169px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #fff;
	z-index:100;
	background-image: url(../images/right-bar-new.gif);
	background-repeat: repeat-y;
	margin-bottom: -19850px;
	padding-bottom: 20000px;
}

#rightBuffer {
	padding-left: 18px;
	padding-right: 5px;
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #406700;
	text-align:center;
	position:relative;
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	min-height: 400px;
	background-image: url(../images/topHeaderLeft.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
}
/*
* html #pageSlogan {
	width: 1024px;
	width: expression(Math.max(Math.min((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 0, 1024), 800)+'px');
}
*/
#centrecontent #pageSlogan {
	margin: 10px 0 0 0;
	font-size:2.2em;
	width: 380px;
/*	min-width: 380px;*/
}

#centreBuffer {
	padding-left: 18px;
	padding-right: 5px;
}

.heightBuffer {
	height: 6px;
}

#centrecontent p { padding: 0 20px; }
h1 {font-weight: lighter; font-size: 16px;}

label
{
/*	text-align: center;*/
/*	display: block;*/
	font-weight: bold;
}

input
{
	font-size: 12px;
	color: #000000;
	background: #eae0af;
	border: 1px solid #781351;
}

textarea
{
	width: 100%;
	font-size: 12px;
	color: #000000;
	background: #eae0af;
	border: 1px solid #781351;
}

.submit input
{
	color: #000000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
}

a:link, :visited { color: #fff; text-decoration: none; }
a:link:hover, :visited:hover { color: #fff; text-decoration: underline; }
a:active { color: #fff; text-decoration: none; }

#centrecontent a:link, :visited { color: #0B74C5; text-decoration: none; }
#centrecontent a:link:hover, :visited:hover { color: #0B74C5; text-decoration: underline; }
#centrecontent a:active { color: #0B74C5; text-decoration: none; }

a.rightMenu:link {color: white; text-decoration: none; }
a.rightMenu:visited {color: white; text-decoration: none; }
a.rightMenu:hover {color: white; text-decoration: underline; }
a.rightMenu:active {color: white; }

a.leftMenu:link {color: black; text-decoration: none; font-size: 14px; }
a.leftMenu:visited {color: black; text-decoration: none; font-size: 14px; }
a.leftMenu:hover {color: black; text-decoration: underline; font-size: 14px; }
a.leftMenu:active {color: black; }

a.adminLink:link {color: white; text-decoration: none; font-size: 10px; }
a.adminLink:visited {color: white; text-decoration: none; font-size: 10px; }
a.adminLink:hover {color: white; text-decoration: underline; font-size: 10px; }
a.adminLink:active {color: white; }

a.adminLink2:link {color: black; text-decoration: none; font-size: 12px; }
a.adminLink2:visited {color: black; text-decoration: none; font-size: 12px; }
a.adminLink2:hover {color: black; text-decoration: underline; font-size: 12px; }
a.adminLink2:active {color: black; }

a.listingsLink:link {color: black; text-decoration: none; }
a.listingsLink:visited {color: black; text-decoration: none; }
a.listingsLink:hover {color: black; text-decoration: underline; }
a.listingsLink:active {color: black; }

#rightCategories {
	text-align: left;
	color: #000;
}

#rightCategories ul {
	margin: 0px;
	padding: 0px;
}

#rightCategories li {
	list-style-type: none;
}

.alt {
	background-color: #eeeeee;
}

li.current-cat a:link {color: white; text-decoration: none; }
li.current-cat a:visited {color: white; text-decoration: none; }
li.current-cat a:hover {color: white; text-decoration: underline; }
li.current-cat a:active {color: white; }

#rightCategories li a:link {color: white; text-decoration: none; }
#rightCategories li a:visited {color: white; text-decoration: none; }
#rightCategories li a:hover {color: white; text-decoration: underline; }
#rightCategories li a:active {color: white; }


#contentImage, .contentImageAnySize
{
	border: 4px solid #000C57;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
	margin-left: 10px;
	padding-bottom: 0px;
}

#contentImage
{
	width: 105px;
	height: 150px;
}

#categoryListingWrapper, #BIAListingWrapper
{
	margin: auto;
	text-align: left;
	width: 75%;
}

#BIAListingWrapper
{
	font-size: 10px;
	width: 85%;
}

#BIAListingWrapper p
{
	padding: 0px;
	margin: auto;
}

#subTitleBar, #recentSubTitleBar {
	width: 100%;
	background-image: url(../images/subTitleBar.gif);
	background-repeat: no-repeat;
	background-position: top center;
/*	float: left;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: -20px;
	margin-top: 30px;
	margin-right: -20px;
	padding-right: 20px;
	background-color: #BFE339;
}

#subTitleBar {
	margin-bottom: 30px;
	padding-left: 30px;
}

#indentText {
	padding-left: 20px;
}

#recentSubTitleBar {
	margin-bottom: 10px;
}

#greenLineSideBar, #greenLine {
	position: relative;
	height: 2px;
	width: 100%;
	line-height: 2px;
	background-color: #AADA16;
}

#greenLine {
	margin-left: -5px;
}

#addressName {
	font-weight: bold;
	font-size: 12px;
}

#indentAddress {
	padding-left: 60px;
}

#articleName {
	font-weight: bold;
	font-size: 14px;
}

.rightAlign { text-align: right }
.leftAlign { text-align: left }
.centreAlign { margin: auto; text-align: center }
.clearBoth { clear: both; }
.floatLeft{ float: left; }
.floatRight{ float: right; }
.boardLeft { float: left; }
.boardRight { float: right; }

div.floatRight p {
	text-align: center;
	clear: both;
	font-size: 9px;
	width: 140px;
}

div.floatLeft p {
	text-align: center;
	clear: both;
	font-size: 10px;
	font-size: 9px;
	width: 257px;
}

#bizListing {
	margin: auto;
	text-align: left;
	width: 100%;
}

ol, ul {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.smallDate {
	font-size: 10px;
}

.current-cat {
	color: #fff;
}

.header {
	margin-top: 20px;
	margin-left: -6px;
	margin-right: -5px;
	font-size: 12px;
	background-color: #BFE339;
	color: #000;
}

.imgNoBuffer, .buttonNoBuffer {
	position: relative;
	margin-top: 10px;
	margin-left: -11px;
}

.buttonNoBuffer {
	margin-left: -6px;
}

.topBuffer {
	padding-top: 90px;
}

.postDate {
	text-align: left;
	font-size: 11px;
	color: #666;
}

hr {
	color: #eee;
	border: 1px solid;
}

div.shape_wrap div { float: right; clear: right; height: 14px; }

/*
#left span {
	display:none;	
}	
#left a:hover {
	text-decoration: none;
	text-decoration: none;
	color:#222;
	background: #000;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#000;
}
*/
@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}
#footer a, #left a { color:#000; }
#footer span {
	display:none;	
}	
#footer a:hover {
	text-decoration: none;
	color:#222;
	background: #000;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#000;
	left:50%;
}

/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 222 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar table {
 width:100%;
}
#wp-calendar #prev {
  text-align:left;
}
#wp-calendar #next {
  text-align:right;
}

/* Fix a bug in the default style. */
#wp-calendar #prev a {
  font-size:100%;
}

.ec3_eventday a {
 color:#a00 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:1px;
 border:none;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #999;
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}
.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}
#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}
#ec3_shadow2 div { width:8px; height:32px; }
#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#800;
}

.ec3_list ul {
list-style: none;
list-style-type: none;
margin-left: 0;
padding-left: 0;
text-indent: 0;
}

.ec3_list li {
list-style: none;
list-style-type: none;
margin-left: 0;
padding-left: 0;
text-indent: 0;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
}
.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 1px #800;
 float:left;
}
table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#800;
}
td.ec3_start { text-align:right }
td.ec3_to    { text-align:center }

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

