@charset "UTF-8";
/* CSS Document */

body {
	background-color:#7c2602;
}


div#container {
	width: 950px;
	height: 870px;
	background-color:#671a02;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}
div#header {
	width: 950px;
	height: 156px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url(Images/images_volunteers/volunteers_header_bg.jpg);
}

#logo{
	position:absolute;
	left:15px;
	top:9px;
	width:82px;
	height:143px;
	
}

img.loading {
	display: none;
}

/*NEW NAVIGATION */
#navigation_MCCLA{
	position:absolute;
	left:0px;
	top:156px;
	width:150px;
	height:703px;
	background-image:url(Images/navigation/nav_bg.png);

	
}

/*This is where the top sub-continer starts*/
div#topcontainer {
	position: absolute;
	top: 156px;
	left: 150px;
	width: 715px;
	height:703px;
	overflow:auto;
	background-color:#631701;
}

div#volunteerheader{ 
	position:absolute;
	top:100px;
	left:0px;
	width:695px;
	height:100px;
	background-image:url(Images/images_volunteers/volunteers.png);
}
div#volunteerinfo{
	position:absolute;
	top:288px;
	left:440px;
	width:259px;
	height:100px;
}

div#volunteerbody{
	position:absolute;
	top:205px;
	left:0px;
	width:700px;
	height:auto;
}

div#download{
	position:absolute;
	top:280px;
	left:478px;
	width:203px;
	height:auto;
}

div#photodownload{
	padding-left:75px;
	padding-top:5px;
	
}
	



h1 {
font-family:"Times New Roman", Times, serif;
color:#fdce90;
font-size:18px;
padding-left:10px;
padding-right:5px;
}
p{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:10px;
padding-right:5px;
color:#d3914b;
}

p.small {
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:14px;
top:0px;
padding-left:10px;
padding-right:5px;
color:#f7eac8;
}

p.tiny{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:10px;
padding-right:5px;
color:#d3914b;
text-align:center;
}


img.left{
	float:left;
	margin-left:5px;
	border-style:solid;
	border-color:#090;
	border-width:0px;
	padding:8px;
}
a:link, a:visited {
	color:#d3914b;
}
a:hover {
	color: #51230e;
}
a:active {
	color: #ae0000;
}

email{
margin-left:40px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
padding-left:10px;
padding-right:5px;
color:#d3914b;
}


div#background1{
position:absolute;
top:859px;
left:140px;
width:735px;
height:30px;
background-image:url(Images/images_index/lower_shadow.png);
background-repeat:no-repeat;
}
div#background2{
position:absolute;
top:156px;
left:865px;
width:85px;
height:734px;
background-image:url(Images/contact_us/left_bg.png);
}
	

div#footer {
	width: 950px;
	height: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color:#441203;
	text-align:center;
	color: #fdce90;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}


	

