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


/*
***************************************************************
	Main Body Layout Elements
***************************************************************
*/

body {
  text-align: center;
  background: #B4E9F5 url('/images/main_bg.jpg') top center repeat-x;
  margin-top: 0px;
  top: 0px;
  color: #000000;
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size: 10pt;
}

#boxTop {
  background: url('/images/content_top.png') top center no-repeat;
  height: 4px;
}

#mainWrapper{
  background: url('/images/content_body.png') top center repeat-y;
}

#pageBody{
	margin: 0 auto;
	width: 720px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
***************************************************************
	Header
***************************************************************
*/

#headerGroup{
	margin: auto;
	width: 760px;
	padding: 0;
}

#menuHeader{
	width: 762px;
	clear: both;
	margin: 0;
	padding: 0;
}

#logoHeader{
	float: left;
	width: 310px;
}

#logoHeader img{
	border: 0;
	margin: 0px;
}

#imageHeader{
	float: left;
	width: 450px;
}

#imageHeader img{
	border: 0;
	margin-top: 6px;
	margin-bottom: 0px;
}

#catchPhrase{
  	background: url('/images/catchphrase_bg.jpg') center no-repeat;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	color: #000000;
	width: 761px;
	clear: both;
	margin: 0;
	padding: 0;
}

/*
***************************************************************
	Footer
***************************************************************
*/

#footer {
  background: url('/images/content_footer.png') top center no-repeat;
  height: 80px;
  line-height: 42px;
  font-size: 11px;
  color: #FFFFFF;
}

#footerContent{
	margin: auto;
	width: 750px;
}

#footerContent .menu {
	float: left;
	text-align: left;
	width: 340px;
}

#footerContent .legal {
	float: left;
	text-align: right;
	width: 410px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	letter-spacing: 1.5px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#missionstatement {
	background: url('/images/mission_picture.jpg') 0px 10px no-repeat;
	padding-top: 10px;
	clear: both;
}

#missionstatement .missiontext {
	margin-left: 500px;
	margin-top: -5px;
}

/*
***************************************************************
	Content Styles
***************************************************************
*/

h1{
	font-size: 18px;
}

h2{
	font-size: 16px;
}

#oneCol_column{
	clear: both;
	width: 100%;
}

#twoCol_column1{
	float: left;
	width: 360px;
	padding-right: 7px;
}

#twoCol_column2{
	float:left;
	width: 350px;
}

#whichregion{
	background: url('/images/whichregion.jpg') top left no-repeat;
	width: 350px;
	height: 221px;
}

#whichregion h1{
	font-size: 24px;
	text-align: center;
	color: #9abf69;
	padding-top: 20px;
	margin-left: 200px;
	width: 140px;
}

#whichregion p{
	margin-left: 200px;
	width: 140px;
}

.AccordionPanelContent p{
	padding-left: 7px;	
}

.AccordionPanelContent p.eventTitle{
	font-size: 18px;
	font-weight: bold;
	color: #360;
	margin-top: 7px;	
}

.AccordionPanelContent p.eventDate{
	color: #666;
	font-style: italic;
	margin-top: -15px;
}

.AccordionPanelContent p.eventDescription{
	margin-top: -15px;
	border-bottom: 2px dotted #DEDEDE;
}

.AccordionPanelContent p.last{
	border-bottom: 0px;
}