﻿*
{
	font-family: Verdana;
}

html,
body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	background-color: #f7f9f9;
	color: #2e313e;
	font-size: 12px;
}

h1
{
	display: none;
	text-indent: -1000px;
}

h2
{
	color: #5a6079;
	font-size: 20px;
	margin: 0;
	padding-top: 5px;
}

a
{
	color: #ad4040;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	color: #c67777;
}

a img
{
	border-width: 0;
}

/*** TEMPLATE ***/
div.ContentWrapper
{
	/* background: White url(Images/ContentWrapperBG.jpg) repeat-x; */
	background-color: White;
}

div.ContentContainer
{	
	background: url(Images/ContentBG.jpg) no-repeat;
	min-height: 633px;
	height: auto !important;
	height: 633px;
	width: 1000px;
}

div.ContentContainer div.Tagline
{
	left: 200px;
	padding: 15px 40px;
	position: absolute;
	top: 100px;
	width: 670px
}

div.ContentContainer div.ContentArea
{
	left: 200px;
	line-height: 18px;
	padding: 25px 40px;
	position: relative;
	top: 172px;
	width: 670px;
}

div.FooterWrapper
{
	background: White url(Images/FooterWrapperBG.jpg) repeat-x;
	clear: both;
}

div.Footer
{	
	background: url(Images/FooterBG.jpg) no-repeat;
	height: 80px;
	width: 1000px;
}

div.Footer div.ContentArea
{
	left: 200px;
	padding: 15px 40px;
	position: relative;
	top: 30px;
	width: 670px;
}

a.BoxLink
{
	color: #5a6079 !important;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	width: 163px;
}
a.BoxLink:hover
{
	color: Black !important;
}

a.DonateBox
{
	background-image: url(Images/DonateBox.png);
	background-position: center 0;
	background-repeat: no-repeat;
	height: 100px;
}
a.DonateBox:hover
{
	background-position: center -100px;
}

div.ContactInfo
{
	color: #666;
	font-size: 11px;
	line-height: 16px;
	margin-top: 15px;
}

/*** END TEMPLATE ***/

/*** Menu ***/
div.Menu
{
	left: 45px;
	position: absolute;
	top: 200px;
	width: 155px;
}

div.Menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.Menu ul li
{
	margin: 0;
	padding: 0;
}

div.Menu ul li a
{
	background-image: url(Images/MenuSet.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #5a6079;
	display: block;
	font-size: 14px;
	height: 25px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-top: 8px;
	text-decoration: none;
}
div.Menu ul li a:hover
{
	background-position: 0 -33px;
}
div.Menu ul li a:active
{
	color: White;
}
div.Menu ul li a.Selected
{
	background-position: 0 -66px !important;
	color: #5a6079 !important;
}

div.Menu ul li.Double a
{
	background-position: 0 -99px;
	height: 42px;
	padding-top: 10px;
}
div.Menu ul li.Double a:hover
{
	background-position: 0 -151px;
}
div.Menu ul li.Double a.Selected
{
	background-position: 0 -203px !important;
	color: #5a6079 !important;
}

div.Menu ul li.Red a
{
	background-position: 0 -255px;
	color: White;
}
div.Menu ul li.Red a:hover
{
	background-position: 0 -288px;
}
div.Menu ul li.Red a:active
{
	color: #ad4040;
}
div.Menu ul li.Red a.Selected
{
	background-position: 0 -321px !important;
	color: #ad4040 !important;
}
/*** End Menu ***/

/*** Classes ***/
.RedText
{
	color: #ad4040 !important;
}
.GrayText
{
	color: #666 !important;
}

.Center
{
	margin: 0 auto;
}

div.Video
{
	float: right;
	margin: 0 0 20px 40px;
}
div.Video.Border
{
	background-color: White;
	border: solid 1px #5a6079;
	padding: 5px;
}