@charset "utf-8";
/* CSS Document */

#guardian-logo {
	position: fixed;
	width: 120px;
	height: 56px;
	top: 30px;
	right: 10px;
	background-image: url(../images/sm_logo_green.gif);
	background-repeat: no-repeat;
	z-index: 1;
}

#menubar {
	position: static;
	position: fixed;
	width: 100%;
	z-index: 1;
}

/****************************************************************/

#trackbar {
	position: fixed;
	top: 30px;
	left: 0;
	height: 40px;
	width: 100%;
	background-color: #009966;
	color #000000;
	z-index: 1;
}

#trackposition {
	position: relative;
	left: 10px;
	top: 20px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
}

#trackposition a {
	color: #FFFFFF;
	text-decoration: none;
}

#trackposition a:hover {
	text-decoration: underline;
}

#tagline {
	position: absolute;
	left: 10px;
	top: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
/****************************************************************/

.sectionparagraph {
	margin: 20px;
	margin-top: 20px;
}

p {
	margin-bottom: 10px;
}

/****************************************************************/

#contentbox {
	width: 460px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -10px;
	background-color: #FFCC33;
	color: #000000;
	text-align: justify;
}

#contentbox .sectionparagraph {
	margin-top: 30px;
	margin-left: 30px;
}

#contentbox .sectionparagraph a:hover {
	background-color: #DEA558
}

#contentbox h2{
	color: #000000;
	padding: 2px;
	border-bottom: 2px solid #000000;
}

#blockquote_container {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -470px;
	width: 380px;
	height: 150px;
	background-color: #009966;
	opacity: .15;
	filter: alpha(opacity=15);
}

#blockquote {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -470px;
	width: 340px;
	height: 110px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #0066CC;
	background-image: url(../images/blockquote_blue.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 20px;
}

#blockquote div.quote {
	margin-bottom: 20px;
}

#blockquote div.credit {
	text-align: right;
}

#titlebar {
	position: absolute;
	width: 340px;
	height: 60px;
	top: 100px;
	left: 50%;
	margin-left: 130px;
	background-color: #009966;
	background-image: url(../images/Titles/MakeADifferenceVolunteer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#subtitlebar {
	display: none;
}

#pageimage {
	position: absolute;
	top: 340px;
	left: 50%;
	margin-left: -390px;
	width: 400px;
	height: 200px;
	background-color: #9966CC;
	background-repeat: no-repeat;	
}

#sidebarnavigator_container,
#sidebarnavigator {
	display: none;
}

#copyrightnotice {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 0px;
	left: 0;
	padding: 4px;
}