/* include body.mceContentBody in each definition so these styles can be displayed withing
the tinymce editor */
body.mceContentBody h2, .cms_html h2, div#center .cms_html h2 {
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.4;
	color: #333;	
}
body.mceContentBody p, .cms_html p {
	line-height: 1.7;
}
body.mceContentBody h3, .cms_html h3, div#center .cms_html h3 { 
	font-size: 14px;
 	color: #000;	
	margin: 0 0 7px;
}
.cms_html h2.title {
    margin: 0 0 14px;
    padding:0;
    color:#802D2D;
    font-size:14px;
    font-weight: 700;
}

.cms_html table{
/*	border-spacing: 3px; */
}

.cms_html table h2{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
/*	font-size: 18px !important; */
}

body.landing-page .cms_html h2.title {
    display:none;
}
.cms_html hr {
border:1px dashed #503915;
width:100%;
}
.cms_html p.intro {
	margin-bottom: 10px;
    padding-top: 0;
	padding-bottom: 20px;
	font-size: 1.13em;
	line-height: 1.4;
	color: #333;	
	background: url(/media/img/bg-dots-gray.gif) repeat-x 0 100%;
}
.home .cms_html p.intro {
    background: none;
}
.cms_html a {

}
.cms_html a:hover {

}

.cms_html ul{
	margin: 12px;
}

.cms_html ul li {
	list-style: disc;
	margin-left: 12px;
}

.cms_html ol{
	margin: 12px 32px;;
}

.cms_html ol li{
	list-style-type: decimal;
}

.cms_html img {
	padding: 0;
}
body.mceContentBody ul, .cms_html ul, body.mceContentBody ul, .cms_html ul ul {
	margin-bottom: 2em;

}
body.mceContentBody ul li, .cms_html ul li, body.mceContentBody ul, .cms_html ul li ul li {
	font-size:1.2em;
	margin-left: 2em;
	margin-bottom: .5em;
	list-style-type: disc;

}


.cms_html img.imgleft {
	margin-right: 15px;
}

.cms_html img.imgright {
	margin-left: 15px;
}

/* CMS-inserted photos in text blocks */
img.cms_photo_left, img.cms_photo_right, img.cms_photo_center {
	float: left;
	display: block;
	margin: 8px 0;
}
/* CMS-inserted photos with captions */
table.cms_photo_table {
	font-size: 0.9em;
}
img.cms_photo_left, table.cms_photo_caption_left {
	float: left;
	display: inline; /* Fix IE float/margin bug */
	margin-right: 15px;
}
img.cms_photo_right, table.cms_photo_caption_right {
	float: right;
	display: inline; /* Fix IE float/margin bug */
	margin-left: 15px;
}
img.cms_photo_center, table.cms_photo_caption_center {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
table.cms_photo_table img {
	border: 0;
}



/***********************
   =BloockUI error confirmation
***********************/
div.blockMsg {
    width:  500px;
    top: 28%;
    left: 30%;
    text-align: center;
    background-color: #333;
    border: 1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    -moz-opacity:.95;
    opacity:.95;
    padding: 15px;
    color: #fff;
}
div.blockMsg  h2, .blockUI  h3 { display: block; font-family: verdana, arial; font-size: 12px; line-height: 20px; text-align: left; color: #fff; }
div.blockMsg p { font-family: verdana, arial; }
div.blockMsg ul { margin: 0 0 20px 0; padding: 0; list-style: none; text-align: left; font-family: verdana, arial; }
div.blockMsg ul li { margin: 0 0 0 40px; padding: 2px; font-size: 12px; font-family: verdana, arial; list-style: disc; }
div.blockMsg a.close { display: block; margin: 0 auto; width: 100px; padding: 5px; text-decoration: none; font-family: verdana, arial; font-size: 13px; font-weight: bold; border: 1px solid #fff; background: #555; color: #fff; }
div.blockMsg a.close:hover { background: #666; }


/* table styles for main content rea */

.generic {
	margin:10px 0; padding:0;
}
.generic td {
	padding:8px 0;
	text-align:center;
	border-right:1px solid #92938D;
	border-bottom:1px solid #92938D;
}
.generic th {
	border-bottom:1px solid #92938D;
}
.alt {
	background:#EBE4B6;
}
.row_title {
	padding:3px 0;
	background:#A7A282;
	color:#fff;
}



/* ---------- generic table just td padding ---------- */

.generic_pad{
	margin-right: auto;
	margin-left: auto;
	border-spacing: 0px !important;
}

.generic_pad td {
	padding:8px 0;
	border-right:1px solid #92938D;
	border-bottom:1px solid #92938D;
	margin: 0;
	text-align: center;
}
.generic_pad th {
	border-bottom:1px solid #92938D;
}
.generic_pad b {
	padding-left:10px;
}
.generic_pad p {
	padding-left:10px;
}

.right { border-right:1px solid #92938D; }
.bottom { border-bottom:1px solid #92938D; }
.top { border-top:1px solid #92938D; }
.left { border-left:1px solid #92938D; }

.generic_pad .left{
	padding: 0 3px;
}

em{
	font-style: italic !important;
}

table.form_bg {
	width:520px !important;
	background:url("/media/img/bg_form.jpg") repeat-y 0 0;
	padding: 24px;
	margin: 0;
	position: relative;
	top: 0;
}

form.reqform{
    padding: 0 !important;
    margin: 0 !important;
}

.formButton { background-color:#091539; font-weight:normal; color:#fff; text-decoration:none; font-size:11px; padding:0 5px 2px 4px; border:0; cursor:pointer; }

/*-----WEEKLY VIEW-----*/
table#weekly_event_items {
    border-collapse: collapse;
    width: 100%;
	color:#333;
}
table#weekly_event_items h3 {
    font-weight:bold;
	font-size:1.2em;
}
table#weekly_event_items tr{
    border-bottom: 1px solid #ebe4b6;
}

.blog_entry{
	border-bottom: 1px dashed #333;
	padding: 12px 0;
	width: 97%;
}

table#weekly_event_items th, table#weekly_event_items td {
    padding: 12px 0px;
}
table#weekly_event_items th {
	font-size:1.3em;
    padding-left: 10px;
    width: 100px;
}
table#weekly_event_items th em {
	display:block;
	font-size:12px;
	font-style:italic;
}

.row_title_summer{
	padding-top: 3px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 0pt;
	background-color: #091539 !important;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #ffffff !important;
}

.row_title_summer h2 {color: #fff;}

.red{ color: #D1292E !important;}
.red-border { border: 3px solid #D1292E; }
.style4 {color: #fff;}

