/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#3a3a3a;
	font-size:12px;
	margin:0 auto;
	background-color:#ccc;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_page.jpg);
}

a {
	color:#55308d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:18px; font-weight:normal; color:#50cc02; }

h3 { font-size:15px; color:#55308d; margin:0; }

/* ---- class settings ----------------------- */

#horz-rule {
	position:relative;
	top:0;
	left:0;
	margin:10px;
	height:1px;
	border-bottom:1px solid #e0e0e0;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:362px;
	background:url(images/bg_header.jpg) no-repeat;
}

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:202px;
	background:url(images/bg_header-sub.jpg) no-repeat;
}


/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:366px;
	width:677px;
	height:82px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:auto;
	margin-left:20px;
	background-color:#fff;
	padding-bottom:20px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:603px;
	height:auto;
	margin-left:10px;
}

#content-area {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:563px;
	height:auto;
	padding:10px 20px;
}


#content-area2 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:363px;
	height:auto;
	padding:10px 20px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:287px;
	height:auto;
	margin-right:10px;
}

#countdown {
	position:relative;
	top:0px;
	left:0;
	width:287px;
}

#countdown-holder {
	position:relative;
	
}

#connect {
	position:relative;
	top:0;
	left:0;
	height:55px;
	width:177px;
	background:url(images/bg_connect.jpg) no-repeat;
	margin-bottom:10px;
	padding:15px 0 0 110px;
}

#connect img {
	margin-right:10px;
}

#email {
	position:relative;
	top:0;
	left:0;
	height:90px;
	width:287px;
	background:url(images/bg_email-box.jpg) no-repeat;
	text-align:center;
	padding-top:70px;
}

.newsletter-textbox {
	width:236px;
	height:20px;
	border:3px solid #1ccccc;
	color:#dc00b5;
	padding:0 5px;
	margin-bottom:5px;
}

#cause {
	position:relative;
	top:0;
	left:0;
	height:330px;
	width:287px;
	background:url(images/bg_cause-box.jpg) repeat-y;
}

#cause-top {
	position:relative;
	top:0;
	left:0;
	height:auto;
	width:287px;
	background:url(images/bg_cause-box-top.jpg) no-repeat;
}

#cause-content {
	position:relative;
	top:75px;
	left:15px;
	width:257px;
	height:auto;
	font-weight:bold;
	color:#ab0000;
	background:url(images/bg_cause-box.jpg) repeat-y;
	text-align:justify;
	font-size:10px;
}


/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	clear:both;
	margin:0 0 20px 20px;
	padding:10px 0 20px 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#copy {
	position:relative;
	float:left;
}

#slug {
	position:relative;
	float:right;
	right:40px;
}

#sponsors {
	position:relative;
	top:0;
	left:0;
	width:905px;
	height:auto;
	padding:0 0 0 15px;
	margin-bottom:10px;
	border-bottom:5px solid #fff;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:82px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav.jpg);
}

a#nav_01 {
	width:76px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -82px;
}

.active_01 {
	background-position: 0 -82px !important;
}

a#nav_02 {
	width:82px;
	background-position:-76px 0;
}

a:hover#nav_02{
	background-position:-76px -82px;
}

.active_02 {
	background-position:-76px -82px !important;
}

a#nav_03 {
	width:70px;
	background-position:-158px 0;
}

a:hover#nav_03{
	background-position:-158px -82px;
}

.active_03 {
	background-position:-158px -82px !important;
}


a#nav_04 {
	width:76px;
	background-position:-228px 0;
}

a:hover#nav_04{
	background-position:-228px -82px;
}

.active_04 {
	background-position:-228px -82px !important;
}

a#nav_05 {
	width:84px;
	background-position:-304px 0;
}

a:hover#nav_05{
	background-position:-304px -82px;
}

.active_05 {
	background-position:-304px -82px !important;
}

a#nav_06 {
	width:82px;
	background-position:-388px 0;
}

a:hover#nav_06{
	background-position:-388px -82px;
}

.active_06 {
	background-position:-388px -82px !important;
}

a#nav_07 {
	width:100px;
	background-position:-470px 0;
}

a:hover#nav_07{
	background-position:-470px -82px;
}

.active_07 {
	background-position:-470px -82px !important;
}

a#nav_08 {
	width:107px;
	background-position:-570px 0;
}

a:hover#nav_08{
	background-position:-570px -82px;
}

.active_08 {
	background-position:-570px -82px !important;
}
