/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }

/*
blockquote, q {
	quotes: '“' '„' '‘' '‚';
}
blockquote:before, q:before {
	content: open-quote;
}
blockquote:after, q:after {
	content: close-quote;
}*/

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding: 1px 5px;
}
table#admin td {
	border: 1px solid #000000;
}
html {
	overflow: auto;
	background-color: #EFEFEF;
}

body { text-align: center; }
div#page {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	border-width: 3px;
	border-color: #3c492e;
	border-style: none double;
	background-color: #F8F7DC;
	padding: 1ex 0;
	position:relative;
}
em { font-weight: bolder; }

div#flash_top {
	float: right;
	position: absolute;
	top: 55px;
	right: 60px;
}

/******************/
/*   Navigation   */
/* Top level tabs */
#nav_top, #nav_top ul {
	padding-left: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
}
#nav_top a {
	display: block;
	/* Width of button image */
	width: 115px;
	text-decoration: none;
	color: #fff;
}
#nav_top li {
	float: left;
	/* Width of button image */
	width: 115px;
}

/* Top level drop downs */
#nav_top li ul {
	position: absolute;
	left: -999em;
	/* first width for IEs, second for sane browsers */
	width: 10.5em;
	w\idth: 10em;
	padding-left: 0;
	z-index: 999;
}
#nav_top li li {
	width: 9.7em;
	padding: 0 .15em;
}
#nav_top li ul a {
	/* first width for IEs, second for sane browsers */
	width: 9.7em;
	w\idth: 9.45em;
	padding: .15em 0 .15em .25em;
	border-top: 1px solid white;
}
#nav_top a.first { border-top-width: 0; }

/* Second level drop downs */
#nav_top li ul ul {
	margin: -1.55em 0 0 9.85em;
}

#nav_top li:hover ul ul, #nav_top li.sfhover ul ul {
	left: -999em;
}

/* Reveal drop downs */
#nav_top li:hover ul, #nav_top li li:hover ul, #nav_top li.sfHover ul, #nav_top li li.sfHover ul {
	left: auto;
}

/* Heirarchy */
ul.programs, ul.programs ul {
	background-color: #E38800;
	border: .25em ridge #e38800;
}
#nav_top ul.programs li:hover {
	background-color: #CC6600;
}
ul.about, ul.about ul, ul.portraits, ul.portraits ul {
	background-color: #a19f60;
	border: .25em ridge #a19f60;
}
#nav_top ul.about li:hover, #nav_top ul.portraits li:hover {
	background-color: #666633;
}
a.drop { background: url("/img/nav/arrow.gif") center right no-repeat; }

/* End Navigation */
/******************/

#header {
	background-color: #97945d;
	color: #000;
	border: 3px solid #8c492e;
	border-style: solid;
	padding: 1ex 5em 1ex 5em;
	clear: both;
	margin-top: -8px;
	background-image: url("/img/top_bg.jpg");
	background-repeat:repeat-x;
}

#body-home #header, #body-parents #header { border-color: #573818 !important;}
#body-about #header, #body-portraits #header { border-color: #A19F60 !important; }
#body-programs #header, #body-community #header { border-color: #E38800 !important; }
#body-events #header { border-color: #424F01 !important; }

#headlogo { width: 50%; text-align: center; margin-top:17px; }
.headlogoimg {
	float:left;
}
h1 {
	width: 21ex;
	padding-top: 1ex;
	font-family: Arial, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #000;
}
#logotop {
	display: block;
	font-size: 1.35em;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
}
h2 {
	margin-top: 1em;
	font-family: 'Arial', sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #573818;
}

h2 span { display: block; }
span.left {
	text-align: left;
	border: none;
	background: transparent;
}
span.right {
	text-align: right;
	border: none;
	background: transparent;
}
div.values {
	height: 30px;
	background-image: url("/img/values.jpg");
	background-repeat:repeat-x;
	border-style:none;
	margin:0;
}
div.values hr { display: none; }

div#container {
	float:left;
	width:100%;
	display: inline;
	margin-left: -230px;
}
div#breadcrumb {
	margin-left: 255px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #573818;
	padding-top: 10px;
	margin-bottom: -15px;
}
div#breadcrumb a {
	color:#573818;
	font-style:italic;
}
div#breadcrumb a:hover {
	color: #e38800;
}
div#content {
	background-color: #D7D9B3;
	border: 2px solid #65642e;
	margin-top: 20px;
	margin-left: 250px;
	padding: 1.5em 24px 38px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #573818;
	text-align: justify;
	min-height: 634px;
	/*IE6 min-height hack*/
	height: auto !important;
	height: 634px;
}
div#content p {
	margin: 1em 0;
}
div#content a {
	font-style: italic;
	color: #573818;
}
div#content a:hover {
	color: #e38800;
}
div#content li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 3em;
	padding: 3px 0;
}

div#content blockquote {
	padding: 1em 4em;
}

div#main_p {
	width: 450px;
}

div#tours {
	float:right;
	width:130px;
}

.centerimg {
	margin-left:auto;
	margin-right:auto;
}

h3 {
	color: #573818;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px;
}
h4 {
	color: #573818;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px;
	text-align:left;
}
h5 {
	color: #573818;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold;
	/*line-height: 14px;*/
	font-size: 16px;
	margin: 1ex 0;
}
div#sidebar { 
	float: right;
	background-color: #E5DECE;
	margin-right: 10px;
	margin-top: 27px;
	padding: 20px 0px 20px 10px;
	text-align: center;
	background-image: url("/img/rsb/sbbg.jpg");
	background-repeat:repeat-x;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 3px solid #3f3f3f;
	border-right: 3px solid #3f3f3f;
	height: 650px;
	width: 184;
	w\idth: 170px;
}
#inner > #sidebar { margin-right: 20px; }
div#page_value {
	text-align: left;
	width: 170px;
}
div#value_top {
	color: #ffffff;
	text-align: left;
	font-family: "Arial Narrow";
	font-size: 25px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #3f3f3f;
}
div#value_text_top {
	color: #FFFFFF;
	text-align: right;
	font-family: "Arial";
	font-size: 14px;
	padding-right: 10px;
	font-weight:bold;
	text-shadow: 2px 2px 2px #3f3f3f;
}
div#sidebar ul {
	margin-top: 2em;
}
/*Start IE text shadowing */
div#value_text_top.shadow {
	height: 7.25em;
	filter: Shadow(Color=#3f3f3f, direction=120, Strength=2);
}
div#value_top.shadow {
	height: 1em;
	filter: Shadow(Color=#3f3f3f, direction=120, Strength=3);
}
div#rsb_botquote.shadow {
	height: 2em;
	filter: Shadow(Color=#3f3f3f, direction=120, Strength=2);
}
/* END IE text shadowing */
p#botlogo {
	text-align:center;
	margin: 3em 15px 0 0;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: italic;
}
div#rsb_botquote {
	text-align: center;
	margin: 1em 15px 0 5px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 2px #3f3f3f;
}

div#footer {
	clear:left;
	position:relative;
	top: -37px;
	margin-left:255px;
}
div#footer_ul {
	background-color: #D7D9B3;
	width: 550px;
	height: 31px;
	margin: 0px 60px;
	padding-top: 4px;
}

div#footer_info {
	width: 550px;
	margin: 10px 63px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align:center;
}

.titlesml
{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #e38800;
}

div#clear {
	clear:both;
	width: 100%;
}

.photo.right {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	background-color: white;
	margin: 0px 0px 0px 10px;
	float:right;
}
.photo.left {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	background-color: white;
	margin: 0px 10px 0px 0px;
	float: left;
}
.photo.center {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	background-color: white;
	margin: 0px 10px 0px 0px;
	float:left;
}
.imgwrapper
{
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	background-color: white;
}
table.employment
{
	border-color: #C1BFB1;
	border-width: 1px;
	border-style: solid;
}
td {
	vertical-align:top;
}
table.tblright {
	float:right;
}
.tabbed {
	padding-left: 6em;
}
span#quote {
	text-align:right;
	float: right;
	padding-top: 2em;
}
div#hortcenter {
	font-size: 14px;
}
.adminlog {
	text-align:right;
}
ul#spurs li {
	padding: 7px 0;
}
table#tableclear td {
	border:none;
} 