/*----- CMS Version 2.0 Compatible -----*/

/*----- CORE ELEMENTS -----*/

html, body, p, .text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #333; }
#main_html { height:100%;}
#main_body { padding: 0px; margin: 0px; background: #fff; height:100%; }
#main_container { width: 741px; margin-right: auto; margin-left: auto; background: #fff; }

.text p { margin:0px 0px 10px 0px; }
.text h1 { font-size: 22px; line-height: 30px; color: #6ea149; font-weight: normal; margin:0px 0px 15px 0px; font-family: Times, Courier; }
.text h2 { font-size: 14px; line-height: 16px; color: #333; font-weight: normal; margin:15px 0px 2px 0px; }

ul { margin-top: 0px; padding-left: 0px; margin-left: 0px; list-style-type: none; }
ul li { background-image: url(../images/theme/bullet.gif); background-repeat: no-repeat; background-position: 2px 6px; margin-top: 6px; padding-left: 10px; }
ul li ul { padding-left: 0px; list-style-type: none; margin-left: 0px; }
ul li ul li { background-image: url(../images/theme/bullet.gif); background-repeat: no-repeat; background-position: 2px 6px; padding-left: 5px; margin-left: 10px; }

a:link, a:visited { color: #0068ac; text-decoration: underline; }
a:hover, a:active{ color: #0068ac; text-decoration: none; }

img { border: 0px; }
form { display:inline }
hr { height:0px; border-top:1px solid #ccc; border-right: 0px; border-bottom: 0px; border-left: 0px; padding-bottom:5px; margin: 18px 0px 13px 0px !important; margin: 0px 0px 13px 0px; }

.formbox { border: 1px solid #ccc; height: 16px; font-size: 11px; color: #666; padding: 0px 5px;}
.formbox2 { border: 1px solid #ccc; height: 16px; font-size: 11px; color: #666; padding: 0px 0px 0px 5px;}

/*----- PRINT ELEMENTS -----*/

.PrintOnly { display:none; }
.DontPrint { display:block; }


/*----- TIER 0 NAVIGATION ELEMENTS (apply these to td) -----*/

.Tier0 { padding:15px 30px 6px 0px;color:#999;font-size:10px;line-height:10px; }
/* OFF */.Tier0 a:link, .Tier0 a:visited { text-decoration:none;color:#333; }
/* ON */.Tier0 a:hover, .Tier0 a:active { text-decoration:none;color:#0068ac }


/*----- TIER 2 NAVIGATION ELEMENTS (apply these to td) -----*/

/* OFF */.Tier2_Inactive a:link, .Tier2_Inactive a:visited { text-decoration:none;color:#fff; line-height: 14px; }
/* OFF HOVER */.Tier2_Inactive a:hover, .Tier2_Inactive a:active { text-decoration:underline;color:#fff; line-height: 14px; }
/* ON */.Tier2_Active a:link, .Tier2_Active a:visited { text-decoration:none;color:#fff; line-height: 14px; }
/* ON HOVER */.Tier2_Active a:hover, .Tier2_Active a:active { text-decoration:none;color:#fff; line-height: 14px; }


/*----- TIER 3 NAVIGATION ELEMENTS (apply these to td) -----*/

/* OFF */.Tier3_Inactive a:link, .Tier3_Inactive a:visited { text-decoration:none;color:#fff; line-height: 14px; }
/* OFF HOVER */.Tier3_Inactive a:hover, .Tier3_Inactive a:active { text-decoration:underline;color:#fff; line-height: 14px; }
/* ON */.Tier3_Active a:link, .Tier3_Active a:visited { text-decoration:none;color:#fff; line-height: 14px; }
/* ON HOVER */.Tier3_Active a:hover, .Tier3_Active a:active { text-decoration:none;color:#fff; line-height: 14px; }


/*----- FOOTER ELEMENTS -----*/

.Footer { color: #ccc; }
.Footer a:link, .Footer a:visited { color: #333; text-decoration:underline; }
.Footer a:hover, .Footer a:active { color: #333; text-decoration:none; }


/*----- CUSTOM ELEMENTS -----*/
/* these are custom definitions needed for templates */

.search { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: #fff; }
.hometitle { font-size: 22px; line-height: 30px; color: #ffffff; font-weight: normal; padding:4px 0px 15px 15px; font-family: Times, Courier; }

.searchbox-head { 
color:#FFFFFF;
font-size:18px;
line-height:18px;
padding:10px 0px;
}
.searchbox-text {
color:#6ea149;
}


.inactive, .inactive span {
	background:url(../images/theme/navigation/side_on_bg.gif) no-repeat;
	display:block;
}
.inactive {
	
	width:137px;
	min-height:21px;
	margin-left: 5px;
	padding:2px 0px 0px 24px;
	background-position:top right;
	position:relative;
}
.inactive span {
	
	background-position:right bottom;
	width:161px;
	height:4px;
	position:absolute;
	bottom:0;left:0;
	cursor:pointer; 
}
.inactive:hover {
	background-position:top left;
	color: #fff;
}
.inactive:hover span {
	background-position:bottom left;
}

/*----- CONTENT AREA ELEMENTS -----*/
/* these are custom definitions needed for content areas throughout site */
.home-highlights-left {
	padding-right:10px;
	border-right: dashed 1px #bfd8ef;
}
.home-highlights-right {
	padding-left:10px;
	text-align:right;
}
.home-events-right {
	padding-left:10px;
}

#photoright {
	border: solid 1px #bfd8ef;
	float:right;
	margin:0px 0px 10px 15px;
}
