/* ***********************************************************************
 * Resets
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

BODY {
    background-color: #001324;
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 13px;
    color: #636466;
	line-height:21px;
}

TABLE, IMG { border: 0; }

ol,ul {
    margin-top: 0;
    margin-left: 1.5em;
    padding-left: 0;
}

li {
    margin: 0;
    padding: 0 0 5px 0;
}

H1 {
    font-size: 21px;
    font-weight: normal;
	color:#003768;
}

H2 {
    font-size: 13px;
    font-weight: bold;
	color:#ffffff;
	background-color:#003768;
	text-transform:uppercase;
	padding:6px 22px;
	width:656px;
	margin-left:-22px;	
}

H3.donate {
	height:24px;
	border-bottom:5px solid #66682c;
	font-weight:normal;
	color:#66682c;
	font-size:32px;
	padding:25px;
	margin-bottom:0;
}

A:link, A:visited, A:active {
	color:#1c3664;
    text-decoration: underline;
}
A:hover { text-decoration:none; }

DIV#navWrapper, 
DIV#bodyWrapper,
DIV#footerWrapper {
    background-color: white;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, LABEL, UL, OL, DL, FIELDSET, ADDRESS, HR {
    margin-bottom: 16px;
}

DIV#navWrapper {
    width: 924px;
	height:220px;
	position:relative;
	padding:0 12px;
    margin-left: auto;
    margin-right: auto;
}

DIV#navWrapper IMG { float:left; }

DIV#our_programs_menu {
	position:absolute;
	top:190px;
	left:85px;
	visibility:hidden;
}

DIV#locations_menu {
	position:absolute;
	top:190px;
	left:236px;
	visibility:hidden;
}

DIV#donate_menu {
	position:absolute;
	top:190px;
	left:352px;
	visibility:hidden;
}

DIV#about_us_menu {
	position:absolute;
	top:190px;
	left:450px;
	visibility:hidden;
}

DIV#bodyWrapper {
    width: 924px;
	padding:15px 12px 10px;
    margin-left: auto;
    margin-right: auto;
}

#footerWrapper {
    width:924px;
	padding:0px 12px 10px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
	border-top:6px solid #003768;
	padding:10px 0 0 0;
}

#leftColumn {
	width:700px;
	float:left;
	padding-right:12px;
}

#leftColumnLabelContent {
	padding:16px 0px 0px 22px; height:28px;}


#leftColumnLabelContent H1 {margin-top:6px;}

#leftColumnContent {
	padding:16px 26px 25px 22px
}

#rightColumn {
	width:212px;
	float:left;
}

#rightColumn IMG {
	padding-bottom:15px;
}

IMG.homepagephoto {
	padding-bottom:12px;
}

.rule {
	height:5px;
	border-bottom:2px solid #a7a9ac;
	margin-bottom:5px;
}
