/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #DBD594;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0px;
	color: #990000;	
	padding-top: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: 10px;
	color: #000066;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
	color: #000066;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 0px;
	color: #000066;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0px;
	color: #000066;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
ul {
	list-style-type:circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
	color: #000066;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	list-style-type: circle;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
}
ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	list-style-type: circle;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
}
ul p {
	font-weight: normal;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
	color: #000066;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
}
ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
}
ol p {
	font-weight: normal;
}

#container {
	background-color: #DBD594;
	position: relative;
	width: 850px;
	top: 0px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
#Heading {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
}

#footer {
	background-color: #DBD594;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 5px;
	position: absolute;
	width: 840px;
	bottom: 0px;
}

/* -------- main menu section ------------- */
#mainMenu  {
	background-color: #E3BA7A;
	right: 0px;
	position: absolute;
	top: 117px;
	width: 190px;
	height: 420px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 9;
	overflow: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
#mainMenu ul {
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
	}
#mainMenu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#mainMenu ul li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#mainMenu a:link {
	text-decoration: none;
	}
#mainMenu a:visited {	
	text-decoration: none;
	}
#mainMenu a:hover {
	text-decoration: underline;
	background-color: #D1B2BB;
	}
.indentSpan {
	color: #333333;
	margin-left: 15px;
	}
.strong {
	font-weight: bolder;
	}
.strongBlack {
	font-weight: bolder;
	color: #000000;
	}
.center {
	text-align: center;	
	}
	
/* ------------- end of main menu section ----------- */

#title {
	position: absolute;
	left: 0px;
	background-color: #FFFFFF;
	top: 117px;
	padding: 10px;
	width: 726px;
}
#mainContent {
	left: 0px;
	top: 117px;
	width: 620px;
	position: absolute;
	background-color: #FFF8DF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#pageTitle {
	top: 0px;
	left: 0px;
	width: 190px;
	height: 102px;
	position: absolute;
	text-align: center;
	overflow: auto;
	padding: 5px;
	background-color: #FFFFDF;
	z-index: 10;
}
#box1 {
	position: absolute;
	overflow: auto;
	background-color: #FFF8DF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#box2 {
	position: absolute;
	overflow: auto;
	padding: 5px;
	background-color: #FFF8DF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#box3 {
	position: absolute;
	overflow: auto;
	padding: 5px;
	background-color: #FFF8DF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.insideBox {
	background-color: #FFFFDF;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.boxTitle {
	left: 0px;
	top: 0px;
	position: absolute;	
	height: 20px;
	background-color: #FFF8DF;
	padding: 5px;
}
#rightSidebarImage {
	right: 0px;
	position: absolute;
	top: 565px;
	width: 200px;
	height: 235px;
	z-index: 1;
}
#donateBtn {
	right: 75px;
	position: absolute;
	top: 565px;
	width: 125px;
	height: 60px;
	z-index: 4;
}
#donatePlea {
	right: 0px;
	position: absolute;
	top: 565px;
	width: 74px;
	height: 55px;
	background-color: #FFF8DF;
	z-index: 4;
}
#map {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 440px;
	height: 270px;
	border: 1px solid black;
	overflow: visible;
	z-index: 4;
}
#mapSideBar {
	left: 442px;
	top: 50px;
	position: absolute;
	width: 175px;
	height: 250px;
	background-color: #FFF8DF;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 10px;
	z-index: 5;
	white-space:nowrap;
	overflow: auto;
}
#mapSideBar ul {
	list-style-type:none;
	margin-left: 0px;
	font-size: 10px;
	padding-left: 0px;
}
#mapSideBar ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
