body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;
    margin-top: 10;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;
}

th {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;
}

ul,li,span{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;
}

a { color:#ED8501; outline:none; }
a:HOVER {text-decoration:none; outline:none; }
a:VISITED {}

p { margin-top:0; margin-bottom:12px; font-size:12px; color:#333333; }
b {  }

H1 { margin-top:0; margin-bottom:12px; font-size:24px; color:#ED8501; font-weight:normal;}
H2 { margin-top:0; margin-bottom:12px; font-size:16px; color:#333333; }
H3 { margin-top:0; margin-bottom:12px; font-size:14px; color:#333333; }
H4 { margin-top:0; margin-bottom:12px; font-size:14px; color:#333333; }
H5 { margin-top:0; margin-bottom:12px; font-size:12px; color:#333333; }
H6 { margin-top:0; margin-bottom:12px; font-size:12px; color:#333333; }

/****** Layout ******/

#container
{
    width:995px;
    margin:0px auto;
    background-image:url(/Images/TemplateImages/Shadow.jpg);
    background-repeat:no-repeat;
    background-position:0px 390px;
}

#contentholder
{
    background-color:#fff;
    width:940px;
    margin-left:8px;
    padding:20px;
    background-image:url(/Images/TemplateImages/ContentBackground.gif);
    background-repeat:repeat-y;
    background-position: top right;
}

#content
{
    width:650px;
    float:left;
}

#rightcolumn
{
    float:right;
    width:262px;
}

#tagline
{
    padding:10px;
    text-align:center;
}

#footerholder
{
    padding-left:8px;
}

#roofing
{
    background-image:url(/Images/TemplateImages/RoofingFooter.jpg);
    background-repeat:no-repeat;
    background-position:0px 0px;
    width:945px;
    height:212px;
    padding:35px 0px 0px 40px;
}

/****** Header Menu ******/

#headermenu
{
	width: 100%;
	display: block;
	float: left;
}

#headermenu ul
{
	list-style: none;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	width: 124px;
}

#headermenu ul li
{
	display: block;
}

#headermenu ul li a
{
	background-color: #999;
	color: #fff;
	display: block;
	font: bold 12px arial, helvetica, sans-serif;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	width: 112px;
}

#headermenu ul li:hover a,
#headermenu ul li:hover
{
    background-color: #ccc;
}

#headermenu ul ul li a,
#headermenu ul ul ul li a
{
	background-color: #ccc;
	display: block;
	font: 12px arial, helvetica, sans-serif;
	padding: 6px;
	text-align: left;
	text-decoration: none;
	width: 114px;
}



.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */

/****** News ******/
 
#home-news { font-size: 12px; padding-bottom: 10px; }
.news-preview { padding-bottom: 5px; }
.news-preview-title { font-weight: bold; }
.news-preview-postdate { font-size: 11px; font-style: italic; }
.news-preview-content { padding: 5px 0; }

.news-item { font-size: 12px; }
.news-item-title { font-weight: bold; }
.news-item-postdate { font-size: 11px; font-style: italic; }
.news-item-content { padding: 10px 0 20px 0; }
.news-item-link { font-size: 12px; }

/****** Events ******/

#home-events { font-size: 12px; padding-bottom: 10px }
.events-preview { padding-bottom: 5px; }
.events-preview-title { font-weight: bold; }
.events-preview-date { font-size: 11px; font-style: italic; }
.events-preview-content { padding: 5px 0; }

.events-item { font-size: 12px; }
.events-item-title { font-weight: bold; }
.events-item-date { font-size: 11px; font-style: italic; }
.events-item-content { padding: 10px 0 20px 0; }
.events-item-link { font-size: 12px; }

/****** Photo ******/

.photo { float: left; padding: 5px; }
.photo-pager { clear: both; font-size: 12px; padding-top: 5px; }

/****** Email Newsletter ******/

.email-newsletter { font-size: 12px; }
.email-newsletter-textbox { color: #666666; }
.email-newsletter-error { color: #cc0000; }

/****** Search ******/

#search { font-size: 12px; }
.search-result { padding-bottom: 5px; }
.search-result-title { }
.search-result-description { line-height: 18px; }
