﻿body 
{
    margin:0;
    padding:0;
    font-family: arial, verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
}

h4
{
	color:#A32706;
}

.events
{
    color: #A32706;
    background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
	font-size: 90%;
}
.eventsCorner
{
	height:7px;
	width: 200px;
    background: url(images/temp.jpg) no-repeat left; /*custom bullet list image*/
}
.eventsCornerGradiant
{
	height:11px;
	width: 200px;
    background: url(images/temp6.jpg) no-repeat left; /*custom bullet list image*/
}
        
.shortcut a 
{
	font-size:11px;
	color:#2C733E;
	float:right;
	padding-bottom:2px;
}

.goButton
{
	vertical-align:bottom;
	padding-bottom:1px;
}

.footer
{
	border: solid 1px #2C733E;
	height:18px;
	background-color:#2C733E;
}
#EventsListing
{
	float:left;
	width:183px;
	height:520px;	
	padding:0px 3px 0px 3px;
}

#HomePageHeader
{
	float:left;
	width:635px;
	margin-top: -5px;
}

#HomeFirst
{
	width:206px;
	border:solid 1px;
	float:left;
	margin:0px 0px 0px 2px;
	height:345px; 
}
#HomeSecond
{
	width:206px;
	border:solid 1px;
	float:left;
	margin:0px 4px 0px 4px;
	height:345px;
}
#HomeThird
{
	width:206px;
	border:solid 1px;
	float:left;
	height:345px;
}
.HomeSection
{
	height:150px;
}
.HomeSection .HomeSectionHeader
{
	width:100%;
	background-color:#2C733E;
	height:17px;
	text-align:center;
}
.HomeSectionHeader a
{
	color: White;
}
.HomeSectionContent
{
	padding:7px 5px 0px 5px;
}

.HomeSectionContent p
{
	margin-top: 0px;
}

.ContentPlacement
{
	float:left;
	width:620px;
	margin-top:-10px;	
}

.PageSubMenus
{
	float:left;
	width:200px;	
	margin-top:10px
}

.searchBox
{
	float:right;
	width:230px;
	vertical-align:bottom;
}
