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

html, body {
	font-family: arial;
	font-size: 12px;
	background: #3b8da3;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #77736a;
}

a {
	color: #ff780a;
	text-decoration: none;
}

a:hover {
	color: #3b8da3;
	text-decoration: underline;
}

p {
	
}	

h1 {
	color: #3b8da3;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 3px;
	width: 100%;
	border-bottom: 2px dotted #3b8da3;
}

h2 {
	color: #3b8da3;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h5 {
	color: #3b8da3;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

img {
	border: 0;
}

.wrapper {
	background: #ffffff url(../images/content_bg.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.index_left {
	width: 260px;
	padding-left: 10px;
	float: left;
}

.index_right {
	padding: 0;
	margin-top: 0px;
	float: right;
	width: 690px;
	padding-right: 10px;
}

.left_column {
	width: 255px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 205px;
	padding-right: 5px;
	margin-left: 10px;
	float: left;
	background: #e5e1d9 url(../images/left_bar_bottom.jpg) 0 100% no-repeat;
	text-align: center;
	color: #74726f;
	font-weight: bold;
	font-size: 11px;
}

.left_column a {
	color: #3b8da3;
	text-decoration: none;
}

.left_column a:visited {
	color: #3b8da3;
	text-decoration: none;
}

.left_column a:hover {
	color: #ff780a;
	text-decoration: underline;
}

.left_column a:visited:hover {
	color: #ff780a;
	text-decoration: underline;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .left_column {
	width: 250px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 205px;
	padding-right: 5px;
	margin-left: 5px;
  }
   
* html .index_line_separator {
	background: #3b8da3;
	height: 1px;
	max-height: 1px;
	padding: -3px;
	margin: -3px;
	line-height: 1px;
}

* html .index_nav #nav {
	padding-left: 9px;
	height: 51px;
	padding-top: 28px;
	float: right;
}

* html .footer {
	background: #3b8da3 url(../images/footer_bg.jpg) no-repeat;
	height: 90px;
	clear: both;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 155px;
	padding-top: 37px;
	padding-bottom: 0;
	text-align: right;
	color: #b9b3a6;
	font-size: 11px;
}

* html .navigation {
	color: #3b8da3;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	height: 24px;
	padding-top: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #f2f0eb url(../images/nav_bg.jpg) repeat-x;
	line-height: 43px;
}

* html .navigation #nav {
	text-align: left;
	float: right;
}


 
/* End hide from IE5/mac */

.right_column {
	width: 640px;
	padding-right: 35px;
	padding-left: 25px;
	padding-bottom: 25px;
	float: right;
	line-height: 17px;
}

.right_column p {
	padding-top: 0px;
	margin-top: 0px;
}

.index_nav {
	color: #3b8da3;
	font-size: 11px;
	font-weight: bold;
	height: 8px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #fff url(../images/index_nav_bg.jpg) repeat-x;
	display: inline;
	line-height: 14px;
}

.index_nav #nav {
	height: 51px;
	padding-top: 28px;
	margin-bottom: 0px;
	float: right;
	width: 680px;
}

.index_nav li {
	list-style: none;
}

.index_nav a {
	color: #3b8da3;
	text-decoration: none;
}

.index_nav a:hover {
	color: #ff780a;
	text-decoration: none;
}

.navigation {
	color: #3b8da3;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	height: 28px;
	padding-top: 10px;
	padding-right: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background: #f2f0eb url(../images/nav_bg.jpg) repeat-x;
}

.navigation #nav {
	text-align: left;
	float: right;
	padding-left: 25px;
	margin-right: 0px;
}

.navigation a {
	color: #3b8da3;
	text-decoration: none;
}

.navigation a:hover {
	color: #ff780a;
	text-decoration: none;
}

.index_line_separator {
	background: #3b8da3;
	height: 1px;
	max-height: 1px;
	padding: 0;
	margin: 0;
	line-height: 1px;
}

.index_content {
	border-left: 1px solid #e5e1d9;
	float: left;
	width: 431px;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 20px;
	padding-left: 17px;
	padding-right: 17px;
}

.index_content p {
	padding-bottom: 17px;
	border-bottom: 1px solid #e5e1d9;
}

.index_left h2 {
	margin-bottom: -10px;
}

.index_right h2 {
	margin-bottom: -10px;
}

.index_content_right {
	float: left;
	width: 215px;
	height: 218px;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 0;
	margin-bottom: 0px;
	background: #fff url(../images/index_kids.jpg) 15px 100% no-repeat;
}

.index_content_left {
	float: left;
	width: 224px;
	padding: 17px;
	margin: 0;
	line-height: 17px;
}

.index_content_left ul {
	padding-left: 97px;	
}

.index_thumbs {
	left: auto;
	padding-right: 17px;
	margin-bottom: 25px;
}

.top_bar {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 950px;
}

.breadcrumbs {
	font-size: 11px;
	color: #cbc3b2;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 12px;
}

.breadcrumbs a {
	color: #cbc3b2;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #74726f;
	text-decoration: none;
}

.left_contact_info {
	color: #b4afa4;
	text-align: left;
	width: 160px;
	line-height: 16px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-top: 5px;
	margin-top: 20px;
	margin-left: 15px;
	background: url(../images/contact_icon.jpg) no-repeat;
	border-top: 1px solid #dad5cb;
}

.left_contact_info2 {
	color: #b4afa4;
	text-align: left;
	width: 160px;
	padding-top: 0px;
	margin-left: 15px;
	padding-left: 60px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 16px;
	background: url(../images/phone_icon.jpg) no-repeat;
	border-bottom: 1px solid #dad5cb;
}

.left_contact_info2 a {
	color: #3b8da3;
}

.left_contact_info2 a:hover {
	color: #ff780a;
}

.footer {
	background: #3b8da3 url(../images/footer_bg.jpg) no-repeat;
	height: 90px;
	clear: both;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 155px;
	padding-top: 25px;
	padding-bottom: 0;
	text-align: right;
	color: #b9b3a6;
	font-size: 11px;
}

.footer a {
	color: #b9b3a6;
}

.footer a:hover {
	color: #b9b3a6;
}

.dark_br {
	color: #74726f;
}

.subpages a {
	color: #cbc3b2;
}

.subpages a:hover {
	color: #74726f;
	text-decoration: none;
}

ul {
	color: #74726f;
}

.survey_row1 {
	padding: 15px;
	background: #fff;
}

.survey_row2 {
	padding: 15px;
	background: #f3f1ed;
}

.post h2 a {
	color: #3b8da3;
}

.post h2 a:hover {
	color: #ff780a;
}

#comment {
	width: 640px;
}


/*
* html #nav li li { padding-top: 5px; padding-left: 9px; padding-bottom: 3px; width: 160px; margin-left: 0px; background: #e5e1d9; }
*/

/* --------- DROPDOWN MENU CSS ------------ */
/*
#nav, #nav ul { list-style: none; font-size: 11px; background: transparent; float: right; border: 0; margin-bottom: -1px; padding-top: 0px; width: 650px; display: inline;}
#nav a { display: block; color: #transparent; text-decoration: none; padding-right: 18px; }
#nav a.daddy { background: #transparent; padding: 0; }
#nav a:hover.daddy { background: #transparent; }
#nav li { float: left; width: auto; background: #transparent; padding-right: 19px; }
#nav li ul { position: absolute; left: -999em; height: auto; width: 160px; w\idth: 160px; margin: 0; border-left: 1px solid #3b8da3; filter:alpha(opacity=85); opacity: 0.85; -moz-opacity:0.85; text-align: left; }
#nav li li { padding-top: 5px; padding-left: 9px; padding-bottom: 3px; width: 160px; margin-left: -40px; background: #e5e1d9; }
#nav li ul a { width: 160px; w\idth: 160px; }
#nav li ul ul { margin: -19px 0 0 140px; border-left: 1px solid #64A08A;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.sfhover { }
#nav a:hover { color: #ff780a; text-decoration: none; }
#nav a:visited:hover { color: #ff780a; text-decoration: none; }
*/


#nav, #nav ul { float: right; list-style: none; background: transparent; font-size: 11px; padding: 0; margin: 0; }
#nav a { display: block; text-decoration: none; padding: 4px 10px 4px 10px; }
#nav a.daddy { padding: 3px 8px 2px; }
#nav li { float: left; padding-left: 0px; padding-right: 9px; padding-top: 0; padiding-bottom: 0; width: auto; }
#nav li ul { position: absolute; left: -999em; height: auto; width: 180px; w\idth: 180px; margin-left: 7px; background-color: #e2edea; border-left: 1px solid #3b8da3; }
#nav li li { padding-right: 0; width: 180px; background: #e5e1d9; }
#nav li ul a { width: 180px; w\idth: 160px; }
#nav li ul ul { margin: -19px 0 0 140px; border-left: 1px solid #64A08A;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.sfhover { }
#nav a:hover { color: #ff780a; text-decoration: none; }
#nav a:visited:hover { color: #ff780a; text-decoration: none; }


/* --------- CALENDAR CSS ------------ */

#calendar-wrapper { margin: 0; }
#calHdr { background-color: #4674b5 }
#calThumbs   { float: left; margin-top: 7px; margin-right: 20px; margin-left: 0; padding-right: 20px; border-right: 1px dotted #dedede; width: 425px }
#calThumbs h2 { font-size: 13px; line-height: 15px; margin: 0px; padding: 0px; border: none }
#calThumbs p  { font-size: 12px; line-height: 15px; margin: 0px 0px 10px; padding-top: 0px; padding-bottom: 10px; border-bottom: 1px dotted #dedede }
#calThumbs em { font-size: 12px; line-height: 15px }
#eventDetail   { float: left; margin-top: 7px; margin-right: 20px; margin-left: 10px; padding-right: 20px; border-right: 1px dotted #dedede; width: 425px }
#calNav { float: left; margin-top: 10px; width: 170px }
.calContent { 	line-height: 18px;	text-align: left;	padding-left: 10px 	}
.calContent a:link {	font-weight: normal; 	text-decoration: none 	}
.calContent a:visited { 	font-weight: normal 	}
.calContent div#crumbs { 	margin-right: 20px 	}
li.greyed-out { 	color: #ccc; 	font-size: 11px 	}
div#events p {	line-height:1.4	}
div#categories input { 	font-size: 11px 	}
div#categories li { 	margin-left: -22px 	}
.calendar-prev a  { color: white; font-size: 14px; line-height: 14px }
.calendar-next a  { color: white; font-size: 14px; line-height: 14px }
#calbox { 	margin: 0; 	padding: 0 }
#calbox th, #calbox td { 	font-size: 12px; 	text-align: center; 	vertical-align: middle; 	padding: 0px 1px; 	border-left: 1px solid #ddd 	}
#calbox td  { color: #999; border-right: none; border-bottom: 1px solid #ddd }
#calbox th  { padding-right: 2px; padding-left: 2px; border-top: 1px solid #ddd; border-right: none }
#calbox a  { font-weight: bold; text-decoration: none; border: none }
#calbox td.currentDay { background-color: #7cc5de; color: #09546d; }
#calbox a:hover { 	color: #fff; 	background-color: #00623f 	}
#calbox td.calmonth  { color: white; font-weight: bold; font-size: 11px; background-color: #3b8da3; text-align: center; padding: 0px 0px 2px; border: none }
#calbox .calweekdays  { color: #fff; background-color: #aaa }
#calbox th.calweekbtn  { background-color: #fff; border-top: medium none; width: 35px }
#calbox td.calweekbtn  { text-align: left; padding-left: 2px; border-bottom: medium none; width: 35px }
#calbox td.noborder { border: none }
table.event-section { 	width: 100% 	}
table.event-section td {	font-size: 12px;	}
table.event-section tr:hover {	background: #ffa;	}
table.event-section .row-alt {	background: #eef;	}
table.event-section h4 {	margin: 0;	padding: 0;	font: normal 15px Arial;	}
table.event-section p {	margin: 0;	padding: 0;	}
table.event-section a {	margin: 0;	padding: 0;	text-decoration: none;	}
#calSearch { 	font-size: 11px; 	background-color: #fff; 	margin-left: 3px; 	border: solid 1px #4674b5; 	width: 100px; 	height: 17px 	}
#calBtn { 	color: #fff; 	font-weight: bold; 	font-size: 12px; 	background-color: #4674b5 	}
.ie-pad-fix { padding-top: -18px; }
