body {
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#335267 url(/images/BG.jpg) repeat-x;
font-size:0.8em;
color:#000000;
}
img {
border:none;
}
blockquote {
float:left;
margin:0px;
text-align:center;
width:220px;
}
a {
color:#21436d;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.clearBoth {
clear:both;
}
#mainContainer {
width:925px;
padding:0px;
margin:0px auto;
background:#f4f4f4;
}
#navigationContainer {
width:925px;
background:url(/images/navBG.jpg) repeat-x left;
height:31px;
}
#searchContainer {
width:254px;
float:right;
background:url(/images/search.jpg) no-repeat;
height:31px;
}
#searchInput {
position:relative;
top:6px;
width:108px;
left:82px;
background:none !important;
border:none;
}
#searchSubmit {
margin:-14px 34px 0px 0px;
float:right;
}
#contentContainer {
width:712px;
float:left;
min-height:462px;
background:url(/images/contentBG.png) repeat;
}
#contentHolder {
padding:15px 25px 15px 25px;
}
#homeContainer {
}
#homeContent {
padding:15px 25px 25px 25px;
}
#homeNewsContainer {
width:360px;
float:left;
}
#homeNewsHeadline {
width:340px;
background:#a0be56;
padding:10px;
}
#homeMemberContainer {
width:260px;
float:right;
}
#homeMemberHeadline {
width:240px;
background:#a0be56;
padding:10px;
}
#sidebarContainer {
width:213px;
float:left;
margin:10px 0px 0px 0px;
}
#sidebar {
width:213px;
float:left;
}
#sidebarContainer {
background:url(/images/sideNavMid.jpg) repeat-y;
}
#sidebarContent {
padding:0px 0px 0px 22px;
}
#footerContainer {
width:925px;
padding:0px;
margin:0px auto;
}
#footer {
padding:10px;
text-align:center;
color:#ffffff;
}
#footer a {
color:#ffffff;
}

/* Begin Images / Captions */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End Images / Captions */

/*dropdown*/
#links {
font-size: 1em;
float:left;
}
#links li:hover ul, #links li.over ul {
display: block;
}
#links ul {
margin: 0;
padding: 0;
height: 31px;
list-style: none !important;
}
#links ul li {
position: relative;
list-style: none !important;
float:left;
background:url(/images/navSep.jpg) no-repeat right;
}
#links ul li ul li {
background:#A0BE56;
/*position: relative;
z-index: 2;*/
}
#links li ul {
position: absolute;
top: 19px;
width: 100px;
display: none;
}
#links ul li a {
display: block;
text-decoration: none;
color:#001942;
padding: 7px;
margin:0px 2px 0px 0px;
}
#links ul li a:hover {
padding: 7px;
background:#cfdea9;
margin:0px 2px 0px 0px;
}
#links ul li ul {
background:#A0BE56;
margin:11px 0px 0px 0px;
}
#links ul li ul li a {
padding: 7px;
width:150px;
}
/*dropdown*/

/* calendar */
table.calendar {
	border-left:1px solid #999;
	font-size: .6em;
}
tr.calendar-row	{
}
td.calendar-day	{
	min-height:20px;
	font-size:11px;
	position:relative;
}
* html div.calendar-day {
	height:80px;
}
td.calendar-day:hover {
	background:#eceff5;
}
td.calendar-day-np {
	background:#eee;
	min-height:20px;
}
* html div.calendar-day-np {
	height:80px;
}
td.calendar-day-head {
	background:#ccc;
	text-align:center;
	width:20px;
	padding:2px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
div.day-number {
	padding:0px;
	color:#333;
	float:right;
	margin:0px auto;
	width:20px;
	text-align:center;
}
/* shared */
td.calendar-day, td.calendar-day-np {
	width:20px;
	padding:2px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.eventDay {
	background: #cce6c8;
}
.eventDay a {
	color: #485880;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.marginCenter {
	margin: 0px auto;
}
.pgi_events_clearBoth {
	clear: both;
}
#dateLinks {
	text-align: center;
}
#dateLinks #monthYear {
	font-weight: bold;
	font-size: 1.1em;
	color: #387C2C;
}
/* calendar */