@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#efefe6;
}
#wrapper {
	width:700px;
	position:relative;
	left:50%;
	margin-left:-350px;
	background-color:#ffffff;
}
#header {
	width:700px;
	height:150px;
}
#images {
	width:700px;
	height:245px;
	padding-top:5px;
	background-color:#efefe6;
}
#main {
	width:700px;
	background-color:#ffffff;
}
#main .top {
	width:700px;
	height:25px;
	background-color:#b48358;
	/*color:#0f361c;*/
	color:#ffffff;
	text-align:center;
	padding-top:5px;
	margin-top:0px;
}
#main .top a {
	color:#ffffff;
	text-decoration:none;
}
#main .top a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/********** leftSide **********/
#leftSide {
	width:150px;
	float:left;
	background-color:#ffffff;
}
#navigation {
	margin-top:10px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;
}
#navigation .navButton {
	width:150px;
	height:25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#5d0323;
	text-decoration:none;
	text-transform:lowercase;
	display:block;
	/*background-color:#e2eee8;*/
	background-color:#ffffff;
}
#navigation .navButton .home {
	color:#5d0323;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#navigation .navButton a {
	color:#5d0323;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#navigation .navButton a:hover {
	color:#5d0323;
	text-decoration:none;
	font-style:normal;
	display:block;
	background-image:url(images/NavHover.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#navigation .navButton .active {
	color:#5d0323;
	text-decoration:none;
	font-style:normal;
	display:block;
	background-image:url(images/NavHover.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
/*delete these*/
#navButton {
	width:150px;
	height:25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#5d0323;
	text-decoration:none;
	text-transform:lowercase;
	display:block;
	/*background-color:#e2eee8;*/
	background-color:#ffffff;
}
#navButton .home {
	color:#5d0323;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#navButton a {
	color:#5d0323;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#navButton a:hover {
	color:#5d0323;
	text-decoration:none;
	font-style:normal;
	display:block;
	background-image:url(images/NavHover.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#navButton .active {
	color:#5d0323;
	text-decoration:none;
	font-style:normal;
	display:block;
	background-image:url(images/NavHover.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#leftFeature {
	width:130px;
	margin-left:10px;
	text-align:center;
	border:thin solid #5d0323;
	background-color:#efefe6;
	margin-bottom:10px;
}
#leftFeature p {
	padding:10px;
	text-align:center;
	font-size:12px;
}
#leftFeature2 {
	width:130px;
	margin-left:10px;
	text-align:center;
	border:thin solid #5d0323;
	background-color:#e2eee8;
	margin-bottom:15px;
	margin-top:10px;
}
#leftFeature2 a {
	color:#598166;
	text-decoration:none;
	font-weight:bold;
}
.header {
	color:#598166;
	text-decoration:none;
	font-weight:bold;
}
#leftFeature2 a:hover {
 color:#;
598166;
	text-decoration:underline;
	font-weight:bold;
}
#leftFeature2 p {
	padding:10px 5px 10px 5px;
	text-align:center;
	font-size:12px;
}
/********** rightSide **********/
#rightSide {
	width:545px;
	float:right;
	background-color:#ffffff;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: cccccc;
}
#rightSide p {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	text-align:justify;
}
#rightSide ul {
	padding-left:60px;
	padding-top:10px;
}
/********** bottom **********/
#footer {
	clear:both;
	width:700px;
	height:25px;
	background-color:#507667;
	color:#ffffff;
	text-align:center;
	padding-top:5px;
	margin-top:10px;
}
#copy {
	width:700px;
	position:relative;
	left:50%;
	margin-left:-350px;
	background-color:#efefe6;
	font-size:10px;
	padding-top:5px;
	padding-bottom:20px;
}
/********** text styles **********/
h1 {
	font-size:18px;
	color:#5d0323;
	font-weight:bold;
	font-style:italic;
	padding-left:20px;
	padding-top:10px;
}
h2 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	margin-left:20px;
	margin-right:20px;
	padding-top:30px;
	padding-bottom:0px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #b48358;
}
h3 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	margin-left:20px;
	margin-right:20px;
	padding-top:30px;
	padding-bottom:0px;
}
.red {
	color:#FF0000;
}
.special {
	color:#5d0323;
	font-weight:bold;
}
.redBold {
	color:#ff0000;
	font-weight:bold;
}
.small {
	font-size:80%;
}
.greenBold {
	color:#598166;
	font-weight:bold;
}
/************************************************
*	Tool tip styles 							*
************************************************/	
#Tooltip {
	margin:0 10px 1em 0;
	width:250px;
	padding:8px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	line-height:130%;
}
#Tooltip h3 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	margin-left:0px;
	margin-right:0px;
	padding-top:5px;
	padding-bottom:10px;
}
#Tooltip p {
	margin:0 0 .5em 0;
}
#Tooltip img {
	background:#fff;
	padding:1px;
	border:1px solid #e1e1e1;
	float:left;
	margin-right:10px;
}
#item1, #item2, #item3, #item4, #item5, #item6, #item7, #item8, #item9, #item10, #item11 {
	display:none;
}

