@charset "UTF-8";

/*	==================================================================
							BASIC TAGS
	==================================================================	*/
	
body {
	background: #082a55 url(../images/bg.gif) repeat-y top center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #777;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 125%;
	margin: 15px 0px 0px 15px;
}
h1 a {
	font-weight: 100;
}
h2 {
	font-size: 125%;
	margin: 15px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	border-left: 15px solid #082a55;
}
h3 {
	font-size: 100%;
	margin: 15px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	border-left: 15px solid #082a55;
}
a {
	color: #104b94;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*	==================================================================
							LAYOUT ELEMENTS
	==================================================================	*/
	


#holder {
	background: url(../images/bg.jpg) no-repeat top center;
}
#header {
	position: absolute;
	left: 50%;
	top: 70px;
	width: 800px;
	margin: 0px 0px 0px -400px;
}
#content {
	position: absolute;
	left: 50%;
	top: 360px;
	width: 800px;
	margin: 0px 0px 0px -400px;
}
#leftCol {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 550px;
}
#rightCol {
	float: left;
	width: 250px;
}
#base {
	float: left;
	width: 100%;
	margin: 0px 0px 0px -10px;
	padding: 25px;
	text-align: center;
	background: #082a55;
	/*border-top: 10px solid #061d3b;*/
}

/*	==================================================================
							MAIN MENU
	==================================================================	*/
	

#menu {
	display: block;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
	background-position: left;
}
#menu ul li a:hover {
	text-decoration: none;
	background-position: right;
}
.menuItem {
	height: 40px;
	float: left;
}
#menu_home {
	background-image: url(../images/menu_home.jpg);
	width: 56px;
}
#menu_platform {
	background-image: url(../images/menu_platform.jpg);
	width: 171px;
}
#menu_about {
	background-image: url(../images/menu_about.jpg);
	width: 124px;
}
#menu_volunteer {
	background-image: url(../images/menu_volunteer.jpg);
	width: 193px;
}
#menu_news {
	background-image: url(../images/menu_news.jpg);
	width: 110px;
}
#menu_donate {
	background-image: url(../images/menu_donate.jpg);
	width: 141px;
}

/*	==================================================================
							VOLUNTEER MINI FORM
	==================================================================	*/
	

#volunteer {
}
#volunteerForm {
	background-image: url(../images/volunteer_bg.jpg);
	position: relative;
	width: 250px;
	height: 275px;
	padding: 0px;
	margin: 0px;
}
#nameInput {
	background-image: url(../images/nameInput_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 24px;
	bottom: 83px;
	width: 202px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#nameLabel {
	color: #082a55;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 35px;
	bottom: 116px;
}
#emailInput {
	background-image: url(../images/emailInput_bg.jpg);
	position: absolute;
	left: 24px;
	bottom: 32px;
	width: 202px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#emailLabel {
	color: #082a55;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 35px;
	bottom: 65px;
}
#next {
	position: absolute;
	right: 25px;
	bottom: 8px;
}

/*	==================================================================
							VOLUNTEER LARGE FORM
	==================================================================	*/
	

#volunteerForm_v {
	margin: 25px;
}
#nameInput_v {
}
#emailInput_v {
}
#zipInput_v {
}
#phoneInput_v {
}
#timeInput_v {
}
#textInput_v {
	width: 400px;
	height: 175px;
	padding: 5px;
}
#textInputLabel_v {
	margin-left: 25px;
}

/*	==================================================================
							OTHER
	==================================================================	*/
	

#banner {
}
.contentBlock {
	margin: 0px 0px 35px 0px;
}
#contribute {
}
.date {
	font-size: 8pt;
	margin: 5px 0px 0px 15px;
}
#findBaugh {
	margin: 0px;
	padding: 5px;
}
#flashRotator {
	background: #082a55;
	height: 275px;
	width: 100%;
}
.list {
	margin: 15px 35px 50px 35px !important;
}
.listRight {
	margin: 15px 10px 35px 0px !important;
}
.listRight li {
	font-size: 8pt;
	margin: 10px 0px;
}
.para {
	text-align: justify;
	padding: 15px 15px 15px 30px;
	margin: 0px;
}
.required {
	color: red;
	font-size: 9pt;
}
