/* Start of CMSMS style sheet 'modules' */
/* cms module styles */

/* start calendar module */

/* calendar */
table#cal-calendar {
	margin:auto;
}
table#cal-calendar td {
	width:72px;
	height:80px;
	background:#e2ddca;
	border:3px #FFFFFF solid;
	padding:2px 6px;
}
table#cal-calendar td ul,
table#cal-calendar td ul li {
	list-style:none;
	padding:0;
	margin:0;
	font-size:9px;
	line-height:14px;
}
table#cal-calendar td a {
	color:#853f02;
}
table#cal-calendar td li {
	border-bottom:solid 3px #fff;
	margin:5px 0 !important;
	padding:5px 0 !important;
}
table#cal-calendar td li:last-child {
	border-bottom:none;
}

/* list */
div.calendar-list h1 {
	text-align:center;
	border:none;
}
div.calendar-list h2 {
	border:none;
	font-size:14px;
}
/* end calendar module */

/* start latest news */
.latest-news li a {
	display: block;
	padding: 0 !important;
}

.latest-news, .latest-news li {
	list-style: none !important;
	padding: 0 0 0 10px !important;
}

/* end latest news */
/*start featured articles*/
div.featuredarticles {
	background:url(/cms/uploads/images/banners/minpicture.jpg) no-repeat;
	width: 183px;
	height: 239px;
	padding:0 10px 0 300px;
	margin:auto;
	overflow:hidden;
	
}
#content div.featuredarticles ul,
#content div.featuredarticles ul li {
	list-style:none;
	padding:0;
}
#content div.featuredarticles ul li {
	font:normal 12px/14px Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	color:#806812;
}
#content div.featuredarticles ul li a {
	color:#806812;
}
#content div.featuredarticles ul li a:hover {
	color:#52430a;
	text-decoration:none;
}
#content div.featuredarticles h3 {
	color:#800000;
	white-space:nowrap;
}
/*end featured articles*/

/*start banners*/
a.newsletters-link {
	background:url(/cms/uploads/images/banners/weeklynewsletter.jpg) no-repeat;
	width:237px;
	height:87px;
	display:block;
	float:left;
	text-indent:-10000px;
}
a.newsletters-link:hover {
	background:url(/cms/uploads/images/banners/weeklynewsletterhover.jpg) no-repeat;
}
a.contact-link {
	background:url(/cms/uploads/images/banners/email.jpg) no-repeat;
	width:237px;
	height:87px;
	display:block;
	float:right;
	text-indent:-10000px;
}
a.contact-link:hover {
	background:url(/cms/uploads/images/banners/emailhover.jpg) no-repeat;
}
	
/*end banners*/
/*start google maps*/
#content .gmnoprint {
	line-height:14px;
}
/*end google maps*/


/*start contact form*/

form {

}

fieldset {
	margin: 10px 0 10px 0;
}

textarea {
	overflow: auto;
	width: 90%;
}

label {
	display: block;
	clear: both;
	padding: 5px 0 0 0;
}

form p {
	padding: 0 !important;
	line-height: normal;
}

.input-text input, .captcha input, textarea {
	width: 90%;
	border: 1px solid #465862;
	padding: 5px;
	color: #7e6812;
}

.captcha img { 
	margin: 5px 0 5px 0;
	display:block;
}

.submit {
	width: auto;
	font-weight: bold;
	margin: 3px 0 0 0;
}

.captcha {
	padding: 5px 0 0 0;
	line-height: normal;
}

.captcha p {
	padding: 0;
}

.error-message {
	font-weight: bold;
	color: red;
}

.form-error {
	clear: both;
	color: red;
	font-weight: bold;
	padding: 3px 0 0 0;
}

.hr {
	width: 100%;
	clear: both;
	padding: 20px 0 20px 0;
}

/*end contact form*/
/* End of 'modules' */

