@charset "utf-8";
/* CSS Document */

body  {
	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-color: #EEBB62;
	background-image: url(../Images/SiteGraphics/Back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #840F0F;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: 28px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #840F0F;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5F7049;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
}


p {
	font-size: 14px;
	color: #383E31;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
a {
	color: #AA1500;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	color: #425E53;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
}

/* ==============  GLOBAL PAGE STYLES ====================================================================*/

#TopMenu  {
	width: 850px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 22px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 54px;
}
#container {
	width: 904px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EBF0D6;
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	background-image: url(../Images/SiteGraphics/Footer-mtnsBack.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 125px;
	text-align: center;
}
#footer p {
	color: #7A905F;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#footer a {
	color: #D4A145;
	text-decoration: none;
}

#footer a:hover {
	color: #F2B751;
	text-decoration: underline;
}
#mainContent ul {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	padding: 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 40px;
}
#HomePageCopy {
	padding-right: 75px;
	padding-left: 90px;
}





/* ==============  HOME PAGE ONLY STYLES ====================================================================*/

.homePage #container {
	width: 904px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EBF0D6;
	background-image: url(../Images/SiteGraphics/HompageContentBack.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.homePage #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-top: 235px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.homePage #sidebar hr{
	border: 0;
	width: 100%;
	color: #840F0F;
	background-color: #840F0F;
	height: 1px;
}

.homePage #sidebar h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #840F0F;
	font-weight: normal;
}
#sidebar h3 {
	color: #ECF0DB;
	font-size: 18px;
	font-weight: normal;
}
#sidebar h3 a {
	color: #ECEFDA;
}

.homePage #sidebar p{
	color: #ECF0DB;
	font-size: 16px;
}
.homePage #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.homePage #PageLogo{
	text-align: center;
	margin-top: 32px;
	margin-bottom: 12px;
}

/* ==============  GENERAL PAGE STYLES ====================================================================*/


.Pages #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.Pages #PageLogo{
	text-align: center;
	margin-top: 85px;
}
.Pages #single-column-content {
	padding-right: 45px;
	padding-left: 45px;
}


.Pages #lft-sidbar-content {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#lft-sidbar-content img {
	margin-bottom: 15px;
	margin-top: 2px;
}

.Pages #wide-rt-column-Content { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}




/* Generall Class Styles =================================================*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#memberMapPageList {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
#memberMapPageList a {
	text-decoration: none;
}
#memberMapPageList a:hover {

	text-decoration: underline;
}
#memberMapPageList strong {
	font-size: 15px;
}
#ZoomMenu    {
	font-size: 12px;
}

#ZoomMenu a  {
	font-size: 12px;
	margin-right: 7px;
	margin-left: 7px;
}
#MemberMapListBlock-1 {
	background-color: #E7EAE1;
	margin: 8px;
	color: #4B4D35;
	border: 1px solid #CDD6AD;
}
#MemberMapListBlock-2 {
	background-color: #F8EDEE;
	margin: 8px;
	color: #6F152E;
}
#MemberMapListBlock-3 {
	background-color: #F0D9BF;
	margin: 8px;
	color: #7A4E1D;
}
