﻿@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: url(../images/body-bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* resets
---------------------- */
p, ul, lil, h1, h2, h3, h4, h5, h6, form, input, blockquote {
	margin: 0;
	padding: 0;
}

img { border: none; }

p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	color: #006b42;
}

.uppercase { text-transform: uppercase; }

ul { margin-bottom: 1em; }

li {
	margin-left: 15px;
	padding-left: 20px;
	line-height: 1.4em;
	list-style: none;
}

ul.child{ margin-bottom: 1em; }
ul.child li {
	margin-left: 30px;
	padding-left: 20px;
	line-height: 1.4em;
	list-style: none;
}

ul.child-child { margin-bottom: 1em; }
ul.child-child li {
	margin-left: 45px;
	padding-left: 20px;
	line-height: 1.4em;
	list-style: none;
}

ul li ul li { margin-bottom: 0; }
ul li ul li ul { margin-bottom: 0; }


input { margin-bottom: 2px; }
#google-btn { margin-top: 2px; }

a {
	color: #1e78c1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

.clearfix { clear: both; }

/* wrap
---------------------- */
#wrap {
	margin: 0 auto;
	padding: 2px 0;
	background: #fff;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	width: 765px;
}

#inner {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #006b42;
	width: 759px;
}

#header {
	margin: 0;
	padding: 0;
	background: url(../images/header-bg.gif) repeat-y;
	height: 100%;
}

#aces-logo {
	margin: 15px 0;
}

#middle {
	padding: 15px 0;
}

h1.title {
	margin: 0;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	text-align: center;
}

#fourh-logo {
	margin: 15px 0;
}

#content {
	margin: 0;
	padding: 0;
	border-top: 1px solid #006b42;
}

.container { padding: 15px; }

/* template styles 
---------------------- */
.a { 
	background: url(../images/a.gif) repeat-y;
	height: 100%; 
}

.b { 
	background: url(../images/b.gif) repeat-y;
	height: 100%; 
}

.c { background: #fff; }

.col {
	margin: 0;
	padding: 0;
	float: left;
}

.span-1 { width: 135px; }
.span-2 { width: 624px; }
.span-3 { width: 489px; }
.span-4 { width: 759px; }

#sidebar-left, #sidebar-right {
	color: #fff;
}

.sidebar-block {
	margin: 15px 0 30px 0;
	padding: 0 15px;
	text-align: center;
}

.sidebar-block a {
	color: #fff;
	text-decoration: none;
}

.sidebar-block a:hover {
	color: #ff0000;
	text-decoration: underline;
}

ul#navigation {
	margin: 0;
	padding: 0;
}

ul#navigation li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 2em;
}

#main-content {}

#main-content ul li {
	background: url(../images/bullet_green.png) no-repeat scroll 0 4px;
}

#main-content ul li.none { background: none; }

#footer {
	margin: 0;
	padding-top: 15px;
	border-top: 1px solid #006b42;
	text-align: center;
}

#footer p { font-size: 10px; }

/* Volunteer Leaders Association */

/* borad
---------------------- */
.odd {
	background: #f1f1f1;
}

.even {
	background: #fff;
}
.bhover {}
.bselect {}	
