@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #3f3f3f;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	background-image: url('/assets/images/bg.jpg');
	background-position: top;
	line-height: 1.5;
	text-align: center;
}
#wrapper {
	background-image: url('/assets/images/main-bg.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 1020px;
	position: relative;
}
#top {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: 260px;
}
#mid {
	width: 940px;
	padding: 0;
	margin: 0 auto;
}
#mid-left {
	float: left;
	width: 630px;
	height: 190px;
}
#mid-right {
	float: right;
	width: 301px;
	height: 190px;
	background-image: url('/assets/images/mid-right-pic.jpg');
	background-repeat: no-repeat;
}
#content {
	clear: both;
	position: relative;
	width: 938px;
	margin: 10px auto;
	padding: 0px;
	background-color: #efefef;
	text-align: left; /* this overrides the text-align: center on the body element. */
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
#main-content {
	float: left;
	width: 540px;
	padding: 20px 40px;
}
#right-col {
	width: 310px;
	float: right;
}
#newsletter {
	background-image: url('/assets/images/newsletter-bg.jpg');
	background-repeat: no-repeat;
	width: 310px;
	height: 102px;
	text-align: right;
}
#events {
	width: 310px;
}
#event-header {
	padding: 0;
	margin: 0;
	height: 69px;
}
#quote-bg {
	width: 290px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	background-color: #FFF;
}
#quote {
	background-image: url('/assets/images/quote-bg.jpg');
	background-repeat: repeat-y;
	width: 290px;
}
#quote-top {
	background-image: url('/assets/images/quote-top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height: 38px;
}
#quote-bottom {
	background-image: url('/assets/images/quote-bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	background-image: url('/images/footer-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	height: 50px;
	color: #ebebeb;
}
.clear {
	clear: both;
}
/* Navigation Styling */

#nav {
	margin: -47px auto 23px;
	padding: 0;
	text-align: center;
	list-style-type: none;
	width: 940px;
	font-size: 1.1em;
	font-weight: normal;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	height: 50px;
}
#nav li a:hover {
	background-color: #333333;
}
#nav li.active {
	background-color: #666633;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

/* Footer Navigation Styling */

#footer-nav {
	margin: 10px auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	width: 880px;
}
#footer-nav li {
	display: inline;
	font-size: .9em;
	padding: 0px;
}
#footer-nav li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin: 5px 10px 5px 10px;
}
#footer-nav li a:hover {
	text-decoration: underline;
	color: #F60;
}

/* General Content Styling */

h1 {
	font-weight: normal;
	font-size: 160%;
}
h2 {
	font-weight: normal;
	font-size: 130%;
	text-decoration: underline;
}
.event-item {
	background-color: #fff;
	width: 270px;
	margin: 0px auto;
	padding: 5px 10px;
	background-image: url('/assets/images/event-divider.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
.event-heading {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.event-content {
	line-height: 1.4;
	font-size: 80%;
	margin: 0 0 25px;
}
.quote-content {
	margin-top: -15px;
	margin-bottom: -20px;
	padding: 0 35px;
	color: #FFF;
	font-size: 90%;
}
.more-info a {
	font-size: 80%;
	color: #999;
	float: right;
	margin-top: -25px;
}
.more-info a:hover {
	color: #666;
}
#web {
	margin-left: 100px;
	font-size: 80%;
	color: #666;
}
#web a {
    color: #666;
}
#newsletter-signup {
	color: #FFF;
	font-weight: bold;
	font-size: 87%;
	margin: 0 17px 0 0;
	padding: 17px 0 0 0;
}
#newsletter-free {
	color: #990000;
	font-weight: bold;
	font-size: 87%;
	margin: 0 17px 0 0;
	padding: 5px 0 0 0;
}

/* Blog Styling */
#blogCats ul {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}
#blogCats li {
display: inline;
padding: 0 10px;
font-size: .9em;
}
#blogCats a:link, a:visited {
text-decoration: none;
color: #444;
border-bottom: 1px dotted #AE855C;
}
.post-info {
font-size: .9em;
padding-top: 0px;
color: #B0B0B0;
}
.post h2 {
font: normal 2.2em;
color: #444;
margin-left: 0px;
padding-left: 0px;
padding-bottom: 3px;
border-bottom: 1px solid #D0D0D0;
text-decoration: none;
}
.postmeta {
padding: 5px;
margin: 20px 0px 15px 0px;
border: 1px solid #D0D0D0;
background: #F8F8F8;
}
.postmeta a.readmore {
margin: 0 10px 0 5px;
}
.postmeta a.comments {
margin: 0 10px 0 5px;
}
.postmeta .date {
margin: 0 10px 0 5px;
color: #B0B0B0;
}
.post a:hover {
border-bottom: 1px dotted #AE855C;
}
.post a:link, a:visited {
text-decoration: none;
color: #444;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
    width: 360px;
    text-align: left;
    padding-bottom: 20px;
    border: none;
}
#EmailForm.full { width: 100%; }

#EmailForm fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#EmailForm legend {
    display: none;
}
#EmailForm h3 {
    clear: both;
    padding: 15px 0 5px;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: bold;
}

#EmailForm label,
#EmailForm p {
    display: block;
    clear: both;
    width: 310px;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 0 9px;
}

#EmailForm input {
    display: block;
    margin-top: 3px;
}

#EmailForm select {
    float: left;
    display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
    float: left;
    clear: none;
    margin: 0 10px 0 0;
    width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
    float: left;
    width: 150px;
    padding: 0;
}

#EmailForm label.state select {
    width: 60px;
    float: left;
    margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
    float: left;
    width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
    float: left;
    clear: left;
    width: 310px;
    margin: 0;
    line-height: 1.5em;
}

#EmailForm label input {
    float: left;
    width: 310px;
    padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
    clear: left;
    float: left;
    padding: 0;
    margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
    clear: none;
    margin: 0 0 0 25px;
    padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
    clear: both;
    float: left;
    padding: 0;
    margin: 0;
}

#EmailForm label.checkbox {
    clear: none;
    margin: 0 0 0 25px;
    padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(../images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
    margin-top: 3px;
    width: 383px;
    height: auto;
    display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #EBE9ED;
}

#EmailForm label input {
    position: inherit;
    left: auto;
}

.error {
color: red;
display: block;
}
