﻿/* CSS Document */
#nav-container {
	margin:0 auto;
	width:850px;
	list-style-type:none;
	padding-left:0px;
	top:10px;
	left:-1px;
	position:relative;
        z-index:10;
        height: 35px;
        background:url(../../images/menu_bkgnd.png) no-repeat;
        text-align:left
}
a:link {text-decoration: none;letter-spacing: .02em;}
a:active {color: #FFF;text-decoration: none;letter-spacing: .02em;}
a:hover {text-decoration: underline; color:#300;}
#log-in {
	width:815px;
	top:-5px;
        z-index:10;
	margin:auto;
	height:15px;
	color:#FFFFFF;
	letter-spacing: .08em;
	position:relative;
	}	
#log-in li{
	font-size:10px;
	list-style:none;
	display: inline;
	list-style-type: none;
	padding-left: 10px;
        color:#fff;}
#log-in li a{color:#fff; text-decoration:none;}		
#log-in li a:hover{color:#FFFF99; text-decoration:underline;}	
#header {
	top:6px;
	height:112px;
	width:850px;
	margin:auto;
	position:relative;}
#main-container{
	width:800px;
	color:#036;
	height:auto;
	margin:auto;
	top: 22px;
	left:-2px;
	position:relative;
	background:url(../../images/page-background.png) repeat-y;
	padding:20px 20px 10px 20px;
}
#main-containerNEW{
	width:800px;
	color:#036;
	height:auto;
	margin:auto;
	top: 22px;
	left:-2px;
	position:relative;
	background:url(../../images/page-background.png) repeat-y;
	padding:20px 20px 10px 20px;
}
#main-container2{
	width:800px;
	color:#036;
	height:auto;
	margin:auto;
	top: 22px;
	left:-2px;
	position:relative;
	background:#fff;
	padding:20px 20px 10px 20px;	
}
#text {padding-top: 5px; padding-left: 40px; padding-right: 40px; padding-bottom:0px; color:#000;}
#text a{color:#660000; text-decoration:underline;}
#text a:hover{color:#330000; text-decoration:underline;}
#text a.bluelink{color:#003366;}
/********* HOME-LOGO BUTTON ************/
#logo .link{
	width:232px;
	height:147px;
	top: 0px;
	left:0px;
	background:url(../../images/logo.png);
    z-index:1;
}
#logo .link span{
	width:232px;
	height:147px;
	top:0;
	left:0;
	background:url(../../images/logo-over.png);
}
#logo span {display: none;position: relative;}
#logo a {position: absolute;outline: none;}
#logo a p {display:none;}
#logo a:hover span{display: block;}
/********* SLOGAN IMAGE ************/
#slogan {
	font-family:Geneva, sans-serif; font-size:36px; line-height:40px; color:#9fcbed; letter-spacing:1px; font-weight:lighter; 	width:374px;
	height:90px;
	top:20px;
	left:270px;
	position:relative;
	width:374px;
	height:90px;
	top:20px;
	left:250px;
	position:relative;
}
/********* DONATE BUTTON without EMAIL BOX ************/
#donate-btn .link{
	width:173px;
	height:43px;
	top: 60px;
	left:675px;
	background:url(../../images/btn-donate.png);
}
#donate-btn .link span{
	width:173px;
	height:43px;
	top:0;
	left:0;
	background:url(../../images/btn-donate-over.png);
}
#donate-btn span {
	display: none;
	position: relative;
}
#donate-btn a {
	display: block;
	position: absolute;
	outline: none;
}
#donate-btn a p {
    display:none;
	}
#donate-btn a:hover span{
	display: block;
}
/********* DONATE BUTTON with EMAIL BOX ************/
#donate-btn-email .link{
	width:173px;
	height:43px;
	top: 63px;
	left:675px;
	background:url(../../images/btn-donate.png);
}
#donate-btn-email .link span{
	position:absolute;
	width:173px;
	height:43px;
	top:0;
	left:0;
	background:url(../../images/btn-donate-over.png);
}
#donate-btn-email span {
	display: none;
	position: relative;
}
#donate-btn-email a {
	display: block;
	position: absolute;
	outline: none;
}
#donate-btn-email a p {
    display:none;
	}
#donate-btn-email a:hover span{
	display: block;
}
/***** EMAIL BOX *****/
#email-signup{
	
}
#email-text {
	position:absolute;
	top: 16px;
	left:668px;
	color: #ffffff;
	}
#email-box {
	position:absolute;
	float:right;
	left:601px;
	top:36px;
	width:252px
}
input.rounded_white { background:  url('../../assets/images/text_box.png') no-repeat; border: 0px none; font-weight: bold; width: 180px; float: left; height: 16px; padding-left: 4px; padding-top: 4px; }
input.button_rounded { background:  url('../../assets/images/text_box.png') no-repeat 100% 0px; padding: 0px 1px; float: left; font-weight: bold; border-width: 0px 0px 0px 1px; border-color: #aaaaaa; cursor: pointer; height: 21px; }
input.button_rounded:active { border: 0 none; }
#email_input {
[height:16px;
height:21px;]
}
/***** FOOTER *****/
#footerMain {
	padding-top:20px;
	color:#06C;
	margin:auto;
	bottom: 10px;
        width: 800px;
        font-size: 12px;
}
#footerMain a{
	color:#06C;
text-decoration:underline;
}
#footerMain a:hover{
	color:#600;
text-decoration:underline;
}
#footer-home {
	padding:5px;
	color:#fff;
	margin:auto;
        width: 850px;
height:40px;
}
#footer-home a{
	color:#fff;
text-decoration:underline;
}