﻿body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    background: url('images/bg.jpg');
    margin: 0;
    _background-color: #fffcfd;
}

img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

h1
{
    
}

h2
{
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #3399cc;
}

h2 a
{
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #3399cc;
}

h3.postDate
{
    font-size:12px;
}

a
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
}

/* Containers */

#cmsWrapper
{
    margin: 0 auto;
    width: 900px;
    background-color: #ffffff;
}

#container
{
    width: 900px;
    float: left;
}

#header
{
    width: 898px;
    background: #ffcc66 url('images/header-bg.jpg') no-repeat;
    float: left;
    height: 373px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;    
}

#menu
{
    margin: 40px 50px 17px 64px;
    width: 163px;
    height: 170px;
}

.headleft
{
    float: left;
    width: 277px;
    height: 373px;
    padding-right: 281px;
}

.headright
{
    float: right;
    width: 340px;
    height: 288px;
    margin-top: 85px;
}

#subNav
{
    clear: both;
    float: left;
    width: 878px;
    height: 25px;
    background-color: #ffcc66;
    border: 1px solid #ffffff;
    border-top: 0;
    padding-left: 20px;
    padding-top: 0;
    margin-top: 0;
}

#main
{
    width: 875px;
    min-height: 200px;
    clear: both;
    float: left;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background-color: #fde4b2;
    padding: 10px 10px 10px 13px;
    border-bottom: 8px solid #ffcc66;
}

.mainSidebar
{
	width: 262px;
    float: left;
	
}

#sidebar
{
    width: 222px;
    height: 170px;
    background: url('images/sidebar-bg.gif') no-repeat;
    margin-top: 25px;
    margin-right: 13px;
    padding: 70px 15px 15px 25px;
	float: left;
}

#sideBarFeatured
{
    width: 222px;
    height: 160px;
    background: url('images/featEvents.gif') no-repeat;
    margin-top: 25px;
    margin-right: 4px;
    float: left;
    padding: 70px 15px 15px 25px;
}

#content
{
    width: 600px;
    float: right;
    background-color: #ffffff;
}

.contentPadding
{
    margin: 10px 22px 0 30px;
    padding-bottom: 25px;
}

.innerLeft
{
    float: left;
    width: 250px;
    padding: 20px 10px 20px 30px;    
}

.innerRight
{
    float: right;
    width: 250px;
    padding: 20px 30px 20px 10px;
}

#footer
{
    width: 871px;
    clear: both;
    float: left;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background-color: #86b73e;
    line-height: 20px;
    font-size: 13px;
    color: #ffffff;
    padding: 18px 0 10px 27px;
}    

/* Blog Styles */
#content .commentsList ol
{
    list-style:none;
}

#content .commentsList li
{
    clear:both;
    float:left;
    padding-bottom:15px;
    width:100%;
}

#content .commentsList label
{
    float:left;
    width:80px;
}

p.commentMessage
{
    color:#3399CC;
    font-size:15px;
}

#content .commentsList input, 
#content .commentsList textarea
{
    float:left;
}
