/* Reset CSS more or less by Eric Meyer */
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: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}

html {}

a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

body h1, body h2, body h3, body h4, body h5, body h6, body h7 {
	font-weight: bold;
}

body {
	font-family: Verdana,sans-serif;
	font-size: 0.8em;
	background: #e0ded7 url('curlybg.png') left top repeat;
	line-height: 1.25em;
}

address {
	font-style: normal;
}



#page {}

/*
.page, #page, #header h1, #header h2 {
}
*/
.page, #page {
	width: 960px;
/*	width: 80%;*/
	margin-left: auto;
	margin-right: auto;

}
#header {
	background: #bdb7a9 url('curlybg_heading.png') left top repeat;
	-moz-box-shadow: 0 2px 20px #908e8f;
	-webkit-box-shadow: 0 2px 20px #908e8f;
	height: 19em;
	border-bottom: 2px solid #908e8f;
	margin: 0 0 24px 0;
	position: relative;
}
#header h1 {
}
#header h1 a {
	display: block;
	width: 325px;
/*	height: 144px;*/
	background: url('logo.png') no-repeat left 18px;
	text-decoration: none;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	padding-top: 135px;
}

#header h1 a span {
	color: #000;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 2.0em;
	line-height: 1.6em;
/*	line-height: 280px;*/
/*	padding-left: 215px;*/

}
#header h1 a:hover span {
	text-decoration: underline;
}

#header #googleSearch {
	width: 25em;
	text-align: left;
/*	position: relative;*/
/*	top: 8px;*/
	float: right;
	margin: 6px 0 6px 6px;
}


#sheader #googleSearch .gsc-control-cse {
	background: #fff;
	padding: 1em;
	position: absolute;
	z-index: 20;
	width: 308px;
	right: 0;
}


#header #googleSearch .gsc-tabsArea {
/*	background: #fff;
	padding: .5em 1em;
	border-width: 2px 2px 0 2px;
	border-color: #C9D7F1;
	border-style: solid;
*/
}

#header #googleSearch .gsc-wrapper {
	position: absolute;
	z-index: 20;
	width: 308px;
	text-align: left;

}

#header #googleSearch .gsc-wrapper .gsc-resultsbox-visible {
	padding: 4px;
	background: #fff;
	border: 2px solid #C9D7F1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 10px #908e8f;
	-webkit-box-shadow: 0 1px 10px #908e8f;
}

#header #googleSearch .gsc-tabHeader {
	border: none;
	color: #444;
	font-weight: bold;
}





/*
#header #googleSearch .gsc-wrapper div {
	padding: .5em 1em;
}
*/

#header #googleSearch label {
	display: none;
}

#sheader #googleSearch {
	display: none !important;
}

#header #googleSearch table.gsc-branding {
	display: none;
}

#sheader h1 {
	display: none !important;
}
#sheader #banner { display: none !important; }

#header #banner {
	width: 610px;
/*	position: relative;*/
	float: right;
/*	top: -100px;*/
/*	right: 5px;*/
	text-align: right;
	height: 200px;
	overflow: hidden;
	position: relative;
	top: 40px;
	z-index: 1px;
}

#header #banner a.zoom {
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	float: right;
	background: #d8d8d8;;
	margin: 4px;
	border: 1px solid #908e8f;
	text-decoration: none;
}

#header #banner a.zoom:hover {
	background: #fff;
}

#header #banner img {
	padding: 3px;
	background: #fff;
	-moz-border-radius: 3OApx;
}

#navigation {
/*	padding: 12px 0;*/
	width: 14em;
/*	border: 1px solid #ddd;*/
	float: left;
}

#navigation h3 {
	font-size: 1.1em;
	background: #bdb7a9;
	padding: .5em .5em .3em .5em;
	border: 1px solid #908e8f;
/*	border-top: 1px solid #888;*/
	-moz-border-radius: .5em .5em 0 0;
	-webkit-border-radius-topleft: .5em;
	-webkit-border-radius-topright: .5em;


}

#navigation p {
	margin-bottom: 1em;
}

#navigation ul {
	background: #fff;
/*
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
*/
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border: 1px solid #908e8f;
	border-width: 0 1px 1px 1px;

	-moz-box-shadow: 0 1px 8px #908e8f;
	-webkit-box-shadow: 0 1px 8px #908e8f;

	font-size: 0.88em;

}

#navigation ul.headless {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #908e8f;

}

#navigation ul li {
}

#navigation a {
	color: #000;
	padding: .4em .4em .3em 1.3em;
	display: block;	
}
#navigation a:hover {
	background: #d8d8d8;;
}


#navigation ul li a {
	border-bottom: 1px dashed #BDB7A9;

}
#navigation ul li a:hover {
	background: #d8d8d8;;
}

/*

#navigation p.important {
	font-size: 1.3em;
	line-height: 1.3em;
}

#navigation p.important a {
	border: 1px solid #d99;
	background: #fcc;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#navigation p.important a:hover {
	border-color: #b77;
	background: #daa;
}
*/

#audienceNavigation { display: none !important; }

#audienceNavigation {
	padding-bottom: .25em;
	margin-bottom: 1em;
	border: 1px solid #908e8f;
	background: #bdb7a9;
	-moz-box-shadow: 0 1px 20px #908e8f inset;
	-webkit-box-shadow: 0 1px 20px #908e8f inset;
	position: relative;
	margin-left: 15em;

}

#audienceNavigation a#closeAudienceNavigation {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px 1em;
}

#audienceNavigation ul {
	margin-left: auto;
	margin-right: auto;

}

#audienceNavigation ul li {
	display: block;
	float: left;
	width: 25%

}

#audienceNavigation ul li a.audienceHeading {
	font-size: 1.6em;
	line-height: 1.6em;
}

#audienceNavigation ul li ul {
	margin-bottom: 1em;
}

#audienceNavigation ul li ul li {
	float: none;
	width: 100%;
	display: block;
}

#audienceNavigation ul li ul li a {
	float: none;
	display: block;
	padding: 4px 1em;
}



#content {
	background: #fff;	
/*	-moz-box-shadow: 0 1px 20px #BDB7A9 inset;*/
	margin-left: 15em;
/*	margin: 0 0 0 -15em;*/
	padding: 1em 1.5em;
	line-height: 1.2em;
	-moz-border-radius: 4px;
	-webkit-border-radius:  4px;
	margin-bottom: 4em;
	border: 1px solid #908e8f;


	-moz-box-shadow: 0 3px 8px #908e8f;
	-webkit-box-shadow: 0 3px 8px #908e8f;


}

#content h2#contentTitle {
	font-size: 2.8em;
	font-family: georgia, times, serif;
	margin-top: 0;
	border-bottom: 1px dashed #908e8f;
	line-height: 1.0em;
	padding-bottom: .2em;
	text-align: center;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7, #content table caption, #content dl dt, #content table caption, #content form fieldset legend {
	margin: 0;
	padding: 1em 0 .5em 0;
	font-weight: bold;
	line-height: 1.0em;
}

#content h3, #content table caption, #content form fieldset legend {
	font-size: 1.8em;
/*	padding-top: 1.8em;*/
/*	margin-bottom: .6em;*/
/*	line-height: 1.0em;*/
}
#content h4, #content dl dt {
	font-size: 1.3em;
	margin-top: 1.4em;
}
#content h5 {
	font-size: 1.1em;
	margin-top: 1.3em;
}
#content h6 {
	font-size: 1em;
	margin-top: 1.2em;

}
#content h7 {
	font-size: 1em;
	margin-top: 1em;
}

#content address, #content ul {
	padding-bottom: .5em;
}
#content li {
	margin: .2em 0 .3em 0;
}
#content p {
	margin: .75em 0 1em 0;
}

#content a {
	font-weight: bold;
}

#content ul, #content ol, #content dd {
	padding-left: 3em;
}
#content ul li {
	list-style-type: circle;
}
#content ol li ul li, #content ul li ul li {
	list-style-type: square;
}

#content .standout {
	margin-left: 3em;
	margin-right: 3em;
}

#content .important {
	border: 1px solid #d99;
	background: #fcc;
	-moz-border-radius: .5em;
	-webkit-border-radius:  .5em;
	margin: .5em;
	padding: .5em;
}

#content .quote {
	border: 1px solid #ddd;
	padding: 1em;
	margin: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius:  .5em;
}

#content .quote .quotetext {
	margin-bottom: 0;	
}
#content .quote .source {
	margin-top: 0;
	margin-left: 1em;
}

#content table {
	width: 100%;
	margin-bottom: 1em;
}

#content table caption {
	text-align: left;
}
#content table tr th {
	text-align: left;
	border-bottom: 1px dashed #BDB7A9;
	padding: .5em .5em .2em 0;
	margin-bottom: .5em;
}


#content table tr.highlight {
	font-weight: bold;
}

#content table th {
	width: 10%;
}

#content table th.event {
	width: 20%;
}
#content table th.dayOfTheWeek {
	width: 15%;
}
#content table td, #content table th {
	padding: .25em .5em .25em 0;
}

#content .perspective {
	border-bottom: 1px solid #BDB7A9;
	
}
#content .perspective .school {
	font-size: .8em;
	margin-left: 3em;
}

#content dl dd {
/*	margin-left: */
}

#content blockquote {
	margin: 1em 3em 1em 2em;
	border: 1px solid #eee;
	-moz-border-radius: 1em;
	-webkit-border-radius:  1em;
	padding: 1em;
}

#content a.thickbox img {
	padding: 5px;
	background: #fff;
	-moz-border-radius: 3px;
	border: 1px solid #BDB7A9;
}
#content a.thickbox:hover img {
	border-color: #908e8f;
}

/*
#content a.thickbox {
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 4px;
	border: 1px solid #BDB7A9;
	text-decoration: none;
}

#content a.thickbox:hover {
	background: #fff;
}

#content a.thickbox img {
	padding: 3px;
	background: #fff;
	-moz-border-radius: 3px;
}

*/



#content form {
	margin-bottom: 1em;
	margin-top: 1em;
}

#content form fieldset {
	border-top: 1px solid #BDB7A9;
/*	border-left: 1px solid #BDB7A9;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topleft: 8px*/
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}


#content form fieldset legend {
	padding: 2px;
}

#content form label {
	font-weight: bold;
	cursor: hand;
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content form label.inline {
	display: inline;
}

#content form .submit input, #content form input#submit, #content form input.submit {
	padding: .5em 1em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

#foot {
	clear: both;
	border-top: 2px solid #908e8f;
	background: #bdb7a9 url('curlybg_heading.png') left top repeat;
	-moz-box-shadow: 0 2px 20px #908e8f inset;
	-webkit-box-shadow: 0 2px 20px #908e8f inset;


	margin: 12px 0 0 0;
	padding: 1em 0 160px 0;
	color: #542;
/*	-moz-box-shadow: 0 1px 20px #908e8f inset;
	-webkit-box-shadow: 0 1px 20px #908e8f inset;*/

}

#foot .page {
/*	background: #f0f;*/
/*	margin-left: 15em;*/
}

#foot .page #footerContent {

	width: 40em;
	margin-left: auto;
	margin-left: 15em;
	margin-right: auto;
	padding-left: 19px;
/*	background: #f00;*/
}

#foot p, #foot address {
	margin-bottom: 1em;
}

#foot .copy {
	padding-top: .2em;
	border-top: 1px dashed #542;

}

.image img {
	border: 1px solid #eee;
	padding: 4px;
	margin: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:  4px;
	display: block;
}

.image .caption, image .caption em {
	padding: 4px;
	margin: 4px;
}

.third {
	width: 28%;
}

.half {
	width: 45%;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

.address {
	border: 1px solid #BDB7A9;
	-moz-border-radius: .5em;
	-webkit-border-radius:  .5em;
	margin: .5em;
	padding: .5em;
}

.photo {
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius:  2px;
	padding: 1em;
	margin: 1em;
	display: inline;
	float: right;

	text-align: center;	
}
.photo img {
	clear: both;
	margin-bottom: .2em;
	border: 1px solid #eee;
	-moz-border-radius: 2px;
	-webkit-border-radius:  2px;
}
.photo span.caption {
	clear: both;

}
#accordion {
	margin-top: 1em;
}

#accordion h3 {
	border: 1px solid #BDB7A9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 4px;
	-moz-box-shadow: 0 2px 6px #BDB7A9;
	-webkit-box-shadow: 0 2px 6px #BDB7A9;
}

.shadow {
	-moz-box-shadow: 0 1px 10px #908e8f;
	-webkit-box-shadow: 0 1px 10px #908e8f;
}

#content .fakeLink {
	background: #BDB7A9;
	cursor: pointer;
}

