@charset "UTF-8";
body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: .9em;
    line-height: 1.3em;
	margin: 0 auto;
	width: 1030px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
a {
	color: black;
}
h3 {
	margin-top: .6em;
	margin-bottom: -.6em;
}
#location h3 {
	font-style: italic;
}
.show {
	font-style: italic;
	text-align: right;
	margin-top: -1.6em;
	padding-right: .25em;
}
.disclaimer {
	font-style: italic;
	font-size: .8em;
	margin-top: 2em;
}


p + ul, p + ol {
    margin-top: -0.5em;
}
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
ul {
	padding-left: 0;
	margin-left: 2em;
}
li {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: .25em;
	list-style-type: square;
	list-style-image:  url("/images/arrow.gif");
}

dt, dd {
	margin-left: 0px;
}
dt {
	padding: 1.2em 0 .5em;
	font-weight: bold;
}



/* ======================================== */
/* Header ================================= */
/* ======================================== */

#header {
	position: relative;
	height: 120px;
	color: white;
	z-index: 3;
    border-bottom: solid 2px white;
}
#header h1 {
	display: none;
}
#header h2 {
	position: absolute;
	top: 65px;
	left: 220px;
	font-size: 1em;
	margin: 0;
	opacity: .6;
	filter: alpha(opacity=60);
}

#logo {
	float: left;
	padding: 10px;
}
#search {
	position: absolute;
	top: 20px;
	right: 20px;
}


/* Nav ================================= */

#nav {
	/*background: url(/images/nav.gif) no-repeat;*/
	position: absolute; 
	left: 8px; 
	top: 100px; 
	height: 40px; 
	z-index: 3;
	overflow: visible;
	margin: 0; 
	padding: 0; 
}
#nav li { display: inline; float: left; font-size: 13px; padding: 0; }
#nav a {
	background: url(/images/nav.gif) no-repeat 0 0;
	display: block;
	height: 40px;
	text-indent: -999em;
	overflow: hidden;
	color: white;
	text-decoration: none;
	cursor:pointer;
	/*opacity: .90; filter:alpha(opacity=90);*/
}

#nav:hover a { opacity: .8; filter:alpha(opacity=80); }

#nav:hover a:hover, #nav:hover a:active { 
    margin-top: -1px;
    opacity: 1.0; filter:alpha(opacity=100); 
}
#nav:hover a:active { margin-top: 1px; }

	#nav-home a { background-position: 0 0; width: 126px; }
	#nav-programs a { background-position: -126px 0; width: 185px; }
	#nav-history a { background-position: -311px 0; width: 190px; }
	#nav-about a { background-position: -496px 0; width: 320px; }
	#nav-enroll a { background-position: -820px 0; width: 152px; }


/* ======================================== */
/* Body =================================== */
/* ======================================== */


#body {
	position: relative;
	padding: 30px 10px;
	overflow: hidden;
/*    background-image: url('/images/shadow-left.png');*/
	background-repeat: repeat-y;
	background-position: 782px;

}
#body h1 {
    font-weight: normal;
    font-size: 3em;
    margin: 0.2em 0 -0.1em 0;
    line-height: 0.9em;
}
#body h2 {
	font-size: 1.4em;
	margin: 0 -.25em;
	padding: .25em .25em;
    border-bottom: solid 1px;
}
#body.dashboard .news h2 {
	font-size: 1.8em;
	border-bottom: none;
}

#body h1 + div h2 {
    margin-top: 0.3em;
}

.section {
}

.author {
	font-style: italic;
}

.entry, .splash {
    position: relative;
	padding-top: 1em;
}
.entry .splash {
	padding-top: 0;
}
.entry p {
	margin: .5em 0;
}
.entry h3 {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
.entry .date {
    margin: 0;
	display: inline;
}
.entry .author {
    margin: 0;
	display: inline;
}


#side-stretcher {
	background: red;
	float: right;
	height: 750px;
}

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 1499em;
	padding: 10px;
	padding-top: 20px;
/*	background-image: url('/images/shadow-right.png');*/
	border-left: solid 2px white;
	background-repeat: repeat-y;
	background-position: -11px;
}

#intro {
	font-size: 1.2em;
}
#intro a {
	font-style: italic;
}


#main, #center {
	position: absolute;
	top: 8px;
	left: 260px;
	width: 500px;
	float: right;
}
#left, #center {
	width: 360px;
    margin: auto 10px;
}
#center {
	left: 400px;
}


.splash {
	position: relative;
	margin-top:1em;
	margin-bottom:0.5em;
	width: 500px;
	height: 375px;
/*	background-image: url(/images/washing-fruit.jpg); */
}
.splash img {
	/* CSS3 only? */
/*	-moz-box-shadow: 1px 1px 2px black;
	-webkit-box-shadow: 1px 1px 2px black;
	box-shadow: 1px 1px 2px black;*/
}/*
.splash:first-child {
	margin-top:2.5em;
}
.entry .splash:first-child {
	margin-top:1.5em;
}*/
#center .splash, #left .splash {
	width: 360px;
	height: 270px;
}
.splash a {
    display:none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-style: italic;
    color: white;
    background-color: #c10000;
    padding: .25em;
	opacity: .6; filter: alpha(opacity=60);
    text-decoration: none;
}
.splash a:hover {
    color: #c10000;
    background-color: white;
}

.splash a .detail {
    display:none;
}

.links {
	background-image: url(/images/white20.png);
	margin: 0.5em 0;
	padding: 0.5em 1em;
}
.links h3 {
	margin: 0.5em auto;
	font-style: italic;
}
.links p {
	font-size: 1.0em;
	line-height: 1.1em;
	margin-top: -.3em;
	margin-left: .8em;
}


#location a {
	font-size: .9em;
	color: #226;
}

#footer {
	text-align: center;
	padding: 1em;
	margin: 1em;
	clear: both;
}
