/* Global CSS */

*{ margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a{ text-decoration:none;
	outline:none;
	/*color:#b68550;*/
}

element {
	cursor: pointer;
	cursor: hand;
}

img{ border:0px;
		
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body{ margin:0px auto;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	background:#fff;
	color:#fff;
}


/* Div Elements */
div.container { margin:0px auto;
	width:763px;
	padding:0px 0px 0px 0px;
}

div.first_layer { margin: 0px auto;
	background:url(../images/1st_layer.jpg);
	width:763px;
	height:188px;
}

div.second_layer { margin:0px auto;
	background:url(../images/2nd_layer.jpg);
	width:763px;
	height:287px;
}

div.third_layer { margin:0px auto;
	background:url(../images/3rd_layer.jpg);
	width:763px;
	height:187px;
}

div.footerlink { margin:0px auto;
	width:763px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.7em;
}

div.footerlink-bg { text-align:center; color:#000;
}

div.footerlink-bg ul { list-style:none; 
}

div.footerlink-bg ul li { display:inline;
}

div.footerlink-bg ul li a { color:#000;
}

div.footerlink-bg ul li a:hover { color:#fe0d02;
}

div.footer_copy { color:#000; text-align:center;
}

div.footer_copy a { color:#000; font-family:Trebuchet MS; font-size:13px;
	text-decoration:underline;
}

div.footer_copy a:hover { text-decoration:none; color:#fe0d02;
}




/* ID Elements */
#logo-landing { margin-top:90px;
}

#arrow { margin-top:130px; margin-left:100px;
}

#volunteer-programs {
	margin-top:20px;
	position:absolute;
	margin-left:470px;
	width:70px;
	height:95px;
	cursor:hand;
}

#galing {
	margin-top:60px;
	position:absolute;
	margin-left:542px;
	width:63px;
	height:80px;
	cursor:hand;
}

#servathon {
	margin-top:80px;
	position:absolute;
	margin-left:606px;
	width:63px;
	height:75px;
	cursor:hand;
}

#volunteer-vacation{
	margin-top:110px;
	position:absolute;
	margin-left:670px;
	width:60px;
	height:80px;
	cursor:hand;
}

#enter-main-site {
	margin-top:0px;
	position:absolute;
	margin-left:380px;
	width:270px;
	height:287px;
	cursor:hand;
}


