@charset "utf-8";
body {
	behavior: url("../csshover3.htc"); 
	background-color: #c3dfbb;
	background-image: url(/Images/Design/body-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



a 
{
	text-decoration: none;
}



h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #fe3230;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}


#main-container
{
	width: 882px;
	display: block;
	margin: 0px auto 0px auto;
	border-top: solid 1px #ed2c23;
}

#header
{
	background-image:url(/Images/Design/header-bg.jpg);
	background-repeat: no-repeat;
	width: 882px;
	height: 303px;
}

#top-nav
{
	
	height: 40px;
	padding-left: 270px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#336799;
	text-align: center;
	padding-top: 10px;
	line-height: 20px;
	z-index:+2;
}

#top-nav a
{
	color:#336799;
	padding: 0px 4px 0px 4px;
}

#top-nav a:hover
{
	text-decoration:underline;
}


#donate-now-box
{
	width: 500px;
	padding-left: 360px;
	height: 30px;
	color: #000000;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	top:20px;
	left:-75px;
	z-index:0;
}

#CARE-full
{
	width: 810px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #326799;
	font-style:italic;
	font-weight: bold;
	font-size: 18px;
	text-align:right;
	padding-top: 5px;
	padding-right: 66px;
}

#sub-nav
{
	color: #7c7b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 780px;
	padding: 26px 0px 0px 0px;
	position: absolute;
	top: 259px;
	z-index:0;
}

#sub-nav a
{
	color: #7c7b7b;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

#sub-nav a:hover
{
	text-decoration: underline;
}

#body-container
{
	background-image: url(/Images/Design/body-container-bg.jpg);
	background-repeat: repeat-y;
	display: block;
	
}

#main-body
{
	background-color: Transparent;
	background-image: url(/Images/Design/main-body-bg.jpg);
	background-repeat: no-repeat;
	width: 802px;
	padding: 0px 20px 0px 60px;
	position:relative;
	min-height: 807px;
}

#footer
{
	width: 762px;
	height: 114px;
	background-image: url(/Images/Design/footer-bg.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 120px;
	padding-top: 50px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-20px;
	font-size:14px;
	font-weight:bold;
	
}

.neon-green-text
{
	color: #6cdf4a;
	position:relative;
}

.form-field
{
	border: solid 1px #c9c7c7;
}

.form-button
{
	border: 0px;
	background: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.red-text
{
	color: #ed2c23;
}

/*   NAV   */
#nav, #nav ul { list-style: none; position:relative;width:600px;z-index:1; } 
#nav a {     display: block; color: #336799; font-family:Arial; font-size:13px; font-weight:bold; margin-left:-6px;  } 
#nav a:hover {     display: block; } 
#nav li {     float: left; margin-right: 15px; }
#nav li ul {     padding: 2px; position: absolute; width: 180px; margin:0px; color:#fff;    left: -999em; filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90; margin-left:-8px; text-align:left;  } 
#nav li ul li {     float: left; width: 170px;  } 
#nav li ul li a {     display:block; width: 170px; color:#ffffff; font-size:11px; padding-bottom:2px; vertical-align:top; margin-left:6px; } 
#nav li ul li a:hover {     display:block; width: 170px; padding-bottom:2px; } 
#nav li:hover ul {     left: auto; filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90;   }
#nav li:hover ul, #nav li.sfhover ul {      background-color: #84BDDE; }
