/*-- General Styles --*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #505050;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 0;
	background-color:#FFFFFF;
	line-height: 14px;
}
a:link	{	
	color: #41696b;
	text-decoration: none;
	}
a:visited {	
	color: #41696b;
	text-decoration: none;
}
a:hover {
	color: #41696b;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
p { 
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	color: #41696b;
	font-size: 16px;
	font-family: 'lucida Grande', Lucida Grande, Lucida Sans Unicode, Lucida Sans;
	text-transform: uppercase;
}
h2 {
	color: #862729;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	color: #a87c4f;
	font-size: 12px;
	font-family: 'lucida Grande', Lucida Grande, Lucida Sans Unicode, Lucida Sans;
	text-transform: uppercase;
}
h4 {
	color: #a87c4f;
	font-size: 12px;
	font-family: 'lucida Grande', Lucida Grande, Lucida Sans Unicode, Lucida Sans;
	text-transform: uppercase;
	padding-top: 15px;
}
img {
	border: 0;
}
/*-- Top Navigation --*/

#topnav {
	background-image:url('../images/graybar.gif');
	height: 30px;
	text-align: center;
	margin: auto;
	font-size: 11px;
	width: 557px;
	padding: 0px;
}
#topnav a:hover {
	color: #A87C4F;
	text-decoration: none;
}
input#navdonate {
	color: #41696b;
	font-size: 11px;
	background: none;
	border: 0;
	letter-spacing: normal;
}
input#navdonate:hover {
	color: #A87C4F;
}

/* side nav */
ul.navbar {
	padding: 0;
	margin: 0;
	width: 173px;
}
ul.navbar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 173px;
	line-height: 0;
	vertical-align: top;
}
ul.navbar li a {
	display: block;
	height: 45px;
	width: 173px;
	padding: 0;
	margin: 0;
	line-height: 0;
	vertical-align: top;
}
ul.navbar li a span {
	display: none;
	line-height: 0;
}
a#navschools {
	background: url(../images/nav.gif) no-repeat 0 0;
}
a#navschools:hover {
	background: url(../images/nav.gif) no-repeat -173px 0;
}
body#schools-page a#navschools {
	background: url(../images/nav.gif) no-repeat -346px 0;
}
body#schools-page a#navschools img {
	visibility: visible;
	cursor: default;
}
a#navfamily {
	background: url(../images/nav.gif) no-repeat 0 -45px;
}
a#navfamily:hover {
	background: url(../images/nav.gif) no-repeat -173px -45px;
}
body#family-page a#navfamily {
	background: url(../images/nav.gif) no-repeat -346px -45px;
}
body#family-page a#navfamily img {
	visibility: visible;
	cursor: default;
}
a#navcommunities {
	background: url(../images/nav.gif) no-repeat 0 -90px;
}
a#navcommunities:hover {
	background: url(../images/nav.gif) no-repeat -173px -90px;
}
body#communities-page a#navcommunities {
	background: url(../images/nav.gif) no-repeat -346px -90px;
}
body#communities-page a#navcommunities img  {
	visibility: visible;
	cursor: default;
}
a#navfacts {
	background: url(../images/nav.gif) no-repeat 0 -135px;
}
a#navfacts:hover {
	background: url(../images/nav.gif) no-repeat -173px -135px;
}
body#facts-page a#navfacts {
	background: url(../images/nav.gif) no-repeat -346px -135px;
}
body#facts-page a#navfacts img {
	visibility: visible;
	cursor: default;
}

ul.navbar li a img {
	position: absolute;
	top: 212px;
	margin-left: 176px;
	visibility: hidden;
	padding: 0;
	line-height: 0;
	vertical-align: top;
	display: block;
}

ul.navbar li a:hover img {
	visibility: visible;
	z-index: 10;
}


/*-- Home Page--*/

.RedBold {
	color: #fff;
	font-weight: bold;
}
.Red {
	color: #fff;
}

/*-- Left Bar --*/
#announcements {
	font-size: 11px;
	padding-top: 14px;
	padding-right: 10px;
	line-height: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.leftdate {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

html > body .subheadergraphic { 
	padding-bottom: 4px;
	padding-top: 5px; 
	margin-bottom: 5px;
}

.subheadergraphic {
	padding-bottom: 1px;
}


/*-- Home page Content --*/

#content {
	padding-right: 20px;
	padding-top: 10px;
	line-height: 24px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#factbox {
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 11px;
	background-color: #a87c4f;
	color: white;
}

/*-- Right Bar --*/

#rightbar {
	font-size: 11px;
	padding-top: 15px;
	line-height: 16px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#rightbar label {
	font-weight: bold;
	padding-bottom: 2px;
}
#rightbar #ea {
	width: 150px;
	border: 1px solid #999999;
}
#rightbar .submit {
	margin-top: 3px;
	position: relative;
	left: -4px;
	margin-bottom: 10px;
}

/*-- Subpages --*/

.subpage
{
	width: 525px;
	line-height: 16px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#main-content {
	padding: 10px 20px 10px 20px;
	line-height: 20px;
}
#main-content ol li {
	padding-bottom: 7px;
	line-height: 20px;
}
#main-content ol li ul li {
	list-style-image: url(../images/list-dot.gif);
	color: #505050;
	padding-bottom: 0;
}
ul.subnav {
	list-style-type: none;
	padding-left: 13px;
	padding-right: 20px;
	font-size: 14px;
}
ul.subnav li {
	border-bottom: 1px solid #c4ad88;
	padding-left: 0;
	padding: 7px;
}
ul.subnav li.last-row {
	border-bottom: 0;
}
ul.subnav li a {
}

/*-- Footer --*/
.copyright
{
	font-size: 10px;
	color: #999999;
}
.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}
td.enewsletter {
	padding-bottom: 2px;
	padding-top: 2px;
}

/* donate button */
input.donate-callout {
	padding-left: 15px;
	padding-top: 5px;
}

body#facts-page #main-content table {
	padding: 10px;
	background: #f5f1e8;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}

body#facts-page #main-content td {
	padding: 5px;
	background: #f5f1e8;
}

body#facts-page #main-content small {
	color: #999;
	display: block;
	padding-left: 15px;
}

iframe {
	border: 0 !important;
}
html {
	background: none !important;
	border: 0 !important;
}
body {
	border: 0 !important;
}

/* training page */
body#training-page hr {
	border-bottom: 1px solid #CFDFAF;
	background: none;
}









