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

/* The Regular HTML Tags ----------------- */
body {
	background-color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-top: 30px;
	margin-left: 0px;
}

form {
	margin: 0px;
}

ul, li {
	margin-left: 0px;
	margin-top: 0px;
}

a img,
a:link img,
a:visited img,
a:active img,
a:hover img {
	text-decoration: none;
	color: transparent;
}

/* The Cell with the Google Search -------- */
td.googleSearchCell {
	padding-bottom: 10px;
	padding-right: 10px;
	height: 60px;
}

/* Setting the Absolute Height of the Main Content Cell ---------------- */

/* --------- The General Table For the Site ----------- */
td#topBar {
	background-image: url(graphic/top-bar.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	padding-right: 15px;
	padding-top: 15px;
}

td#mainContent {
	background-image: url(graphic/mainBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 503px;
}

/* -------------- Bottom Cell with Buy/Contact Links --- */
td#bottomCell {
        height: 38px;
        background-color: #add038;
}

/* The "Greeting Area" or where the actual content of the About Page is located ------ */
div#greetingArea {
	position: absolute;
	left: 600px;
	top: 220px;
	
	width: 460px;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
		
		/* The Links in the Greeting Area */
div#greetingArea a,
div#greetingArea a:link,
div#greetingArea a:visited,
div#greetingArea a:active {
	color: #0c3e5b;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #0c3e5b;
	text-decoration: none;
}

div#greetingArea a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}

	/* The main content on the index page --------- */
div#greetingArea div#mainindexArea {
	font-size: 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}


div#greetingArea div#mainindexArea a,
div#greetingArea div#mainindexArea a:link,
div#greetingArea div#mainindexArea a:visited,
div#greetingArea div#mainindexArea a:active {
	color: #0c3e5b;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #0c3e5b;
	text-decoration: none;
}

div#greetingArea div#mainindexArea a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}

/* The Navigation Bar Lists -------------------- */

div#navigationBar ul#navigationList li {
	display: inline;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

/* ------------- The Transparent Images for index Link ---- */
div#transparentPlace {
	position: absolute;
	top: 90px;
	width: 248px;
}

div#transparentPlace a img,
div#transparentPlace a:link img,
div#transparentPlace a:active img,
div#transparentPlace a:visited img {
	border: 0px;
	background-color: transparent;
	color: trasnparent;
}

div#transparentPlace2 {
	position: absolute;
	top: 123px;
	width: 248px;
}

div#transparentPlace2 a img,
div#transparentPlace2 a:link img,
div#transparentPlace2 a:active img,
div#transparentPlace2 a:visited img {
	border: 0px;
	background-color: transparent;
	color: trasnparent;
}

/* The Hover List Class for About ---------------------- */
ul#aboutList {
	background-color: #add038;
	text-align: left;
	padding: 2px;
	display: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	width: 175px;
	position: absolute;
	top: 117px;
	left: 570px;
}

ul#aboutList li {
	display: inline;
	list-style-type: none;
}

ul#aboutList li a,
ul#aboutList li a:link,
ul#aboutList li a:visited,
ul#aboutList li a:active {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

ul#aboutList li a:hover {
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}



ul#contactList {
	background-color: #add038;
	text-align: left;
	padding: 2px;
	display: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	width: 175px;
	position: absolute;
	top: 117px;
	left: 846px;
}

ul#contactList li {
	display: inline;
	list-style-type: none;
}

ul#contactList li a,
ul#contactList li a:link,
ul#contactList li a:visited,
ul#contactList li a:active {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

ul#contactList li a:hover {
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

/* The Hover List Classes for the Features Menu ---------- */
ul#featureList {
	background-color: #add038;
	text-align: left;
	padding: 2px;
	display: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	width: 175px;
	position: absolute;
	top: 117px;
	left: 637px;
}

ul#featureList li {
	display: inline;
	list-style-type: none;
}

ul#featureList li a,
ul#featureList li a:link,
ul#featureList li a:visited,
ul#featureList li a:active {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

ul#featureList li a:hover {
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

/* The Hover List Classes for the Volunteers Menu ---------- */
ul#volunteerList {
	background-color: #add038;
	text-align: left;
	padding: 2px;
	display: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	width: 160px;
	position: absolute;
	top: 117px;
	left: 932px;
}

ul#volunteerList li {
	display: inline;
	list-style-type: none;
}

ul#volunteerList li a,
ul#volunteerList li a:link,
ul#volunteerList li a:visited,
ul#volunteerList li a:active {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

ul#volunteerList li a:hover {
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

ul#faqList {
	background-color: #add038;
	text-align: left;
	padding: 2px;
	display: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	width: 160px;
	position: absolute;
	top: 117px;
	left: 800px;
}

ul#faqList li {
	display: inline;
	list-style-type: none;
}

ul#faqList li a,
ul#faqList li a:link,
ul#faqList li a:visited,
ul#faqList li a:active {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

ul#faqList li a:hover {
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

ul#buyList {
	background-color: #add038;
	text-align: left;
	padding: 2px;
	display: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	width: 140px;
	position: absolute;
	top: 117px;
	left: 979px;
}

ul#buyList li {
	display: inline;
	list-style-type: none;
}

ul#buyList li a,
ul#buyList li a:link,
ul#buyList li a:visited,
ul#buyList li a:active {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}

ul#buyList li a:hover {
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 2px;
	text-decoration: none;
}
