body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
#container {
	width: 758px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 438px;
	float: left;
	margin-top: 23px;
}
#mainContentFull {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 23px;
}
#mainContentTreasure {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 23px;
	float: right;
	width: 605px;
}
#contactInfo {
	float: right;
	position: relative;
	top: 10px;
	color: #bfd7b5;
	text-align: right;
	font-size: 12px;
}
#mailingList {
	position: absolute;
	top: 65px;
	left: 628px;
}
.largePhone {
	font-size: 22px;
	font-weight: bold;
}
#contactInfo a:link {
	text-decoration: none;
	color: #bfd7b5;
}
#contactInfo a:visited {
	text-decoration: none;
	color: #bfd7b5;
}
#contactInfo a:hover {
	color: #005980;
	text-decoration: underline;
}
#contactInfo a:active {
	text-decoration: none;
	color: #bfd7b5;
}
#header {
	height: 126px;
}
#navigation {
	height: 42px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #bd0f14;
	margin-bottom: 10px;
	margin-top: 0px;
}
#mainConentRight {
	margin-left: 477px;
	margin-top: 23px;
	width: 280px;
}
#mainConentRightSmall {
	margin-left: 625px;
	margin-top: 23px;
	width: 131px;
}
#footer {
	margin-top: 20px;
	background-color: #e6e7e9;
	font-size: 10px;
}
#footer a:link {
	text-decoration: underline;
	color: #7a7a7a;
}
#footer a:visited {
	text-decoration: underline;
	color: #7a7a7a;
}
#footer a:hover {
	color: #006699;
	text-decoration: underline;
}
#footer a:active {
	text-decoration: underline;
	color: #7a7a7a;
}
p {
	margin-top: 0px;
}
#footer p {
	margin-bottom: 10px;
}
#footerLinks {
	padding: 10px;
}
#footerImage {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footerImageSpace {
	margin-top: 5px;
	margin-right: 5px;
}

#basic-accordian{
	width:755px;
	z-index:2;
}

.accordion_headings{
	padding:10px;
	background:#99c08c;
	color:#005a84;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#c9dec1;
}

.accordion_child{
	padding:15px;
	background:#c9dec1;
	width: 725px;
	color: #000000;
}

.header_highlight{
	background:#c9dec1;
}

.tab_container *{
	float:left;
	width:129px;
}


ul.simple, ul.simple li{
	list-style:  none outside;
	padding: 0;
	margin-left: 0px;
}
ul.simple li p, ul.simple li h4{ /*padding: 5px 20px; */ }

div.collapse{
	width: 280px;
	margin: 0;
	background: #99c08c;
	color: #fff;
}	
div.collapse-container{
	width: 240px;
	height: 100%;
	padding: 15px 20px;
}
#panels {
	width: 280px;
	position: relative;
}
#panels a, a:visited {
	color: #005a84;
	outline: invert;
	text-decoration: none;
}
#panels a img, img a {border: none; text-decoration: none;}
#panels a:hover { text-decoration: none; }
#panels h3 {
	background: #99c08c;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin: 5px 0 0 0;
	cursor: pointer;
	font-size: 14px;
}
#panels h3 a{ text-decoration: none; }	
#panels h3 span { position: absolute; top: 0; right: 25px;  font-size: 0.8em; font-weight: bold;}
a:link {
	color: #005a84;
	text-decoration: underline;
}
a:visited {
	color: #005a84;
	text-decoration: underline;
}
a:hover {
	color: #419639;
	text-decoration: underline;
}
a:active {
	color: #005a84;
	text-decoration: underline;
}
.red {
	color: #BD0F14;
}
#treasureChestNav {
	float: left;
	margin-right: 20px;
	margin-top: 23px;
}
.smallText {
	font-size: 10px;
}
