#mainContent ul {
	margin: 0 0 15px 30px;
}
	#mainContent ul li {
		position: relative;
		list-style-type: none;
		list-style-image: url(/images/icn_arrow-white-on-blue.gif);
		padding-bottom: 7px;
	}
#mainContent ol {
	margin-left: 25px;
}

#secondaryContent h2, #secondaryContent h4 {
	font-size: 1.4em;
	letter-spacing: -1px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #bcb89b;
	}
#overview #mainContent h4 {
	color: #F1D955;
	color: #016B69;
}

/*  positioning divs
---------------------------------------*/
#content {
	position: relative;
	width: 707px;
	margin: 0 0 -5000px 0;
	border-left: solid 8px #fff;
	padding: 0 0 5060px 0;
	background:  #21b6b8 url(/images/bg_gradientinternal.jpg) no-repeat -5px top;
	float: left;
	overflow: hidden;
}
	#content .imageleft {
		float: left;
		margin: 5px 15px 5px 0;
	}
	#content img {
		border: 5px solid #4ee0d6;
		margin: 0 0 25px 15px;
	}
#mainContent {
	width: 629px;
	position: relative;
	padding: 0 0 0 0;
	margin: 35px 0 0 45px;
	float: none;
}
	#mainContent input, #mainContent label {
		vertical-align: middle;
	}
	.blog_content #mainContent h3 {
		padding-right: 1em;
		float: left;
	}
	.blog_content #mainContent .blog_post {
		clear: left;
	}
		.blog_content #mainContent .blog_post h3 {
			float: none;
		}
	.blog_content #mainContent .rss {
		border-bottom: none
	}
#secondaryContent {
	position: relative;
	top: -54px;
	right: 0;
	width: 272px;
	border-right: solid 8px #fff;
	z-index: 10;
	float: left;
}
	#secondaryContent .shell {
		margin-left: 0;
	}
	#overview #secondaryContent {
		top: -24px
	}
#secondaryContentmap {
    position: relative;
	width: 400px;
	margin: 35px 0 0 0;
	overflow: hidden;
}
#mainContent .shell {
	position: relative;
	float: left;
	width: 45%;
	margin-right: 4%;
	padding: 15px 0 0 0;
	overflow: hidden;
}
	#mainContent .shell p {
		margin-bottom: 15px;
	}
#footer {
	clear: both;
}


/*  themesNav
---------------------------------------*/

#themesNav {
	border-left: solid 8px #fff;
	background-color: #017e80;
	padding: 8px 0 8px 45px;
}
	#themesNav li {
		display: inline;
		list-style-type: none;
		padding-right: 10px;
		margin-left: 9px;
		border-right: 1px solid #fff;
	}
	#themesNav li.last, #themesNav li#apply_link { border-right: none; }
	#themesNav li a {
		color: #fff;
		font-size: 100%;
		border-bottom: none;
	}
	#themesNav li a.hover, #themesNav li a.selected {
		color: #efd854;
		color: #fff;
	}


/*  subNav
---------------------------------------*/
#subNav {
	margin-bottom: 30px;
	position: relative;
	left: 0;
}
	#subNav li {
		font-size: 100%;
		list-style-type: none;
		padding-bottom: 8px;
	}
	#subNav li a {
		color: #000;
		padding: 6px 0 0 0;
		line-height: .5em;
		border-bottom: 1px dotted #bcb585;
	}
	#subNav li a:hover {
		text-decoration: none;
		border-bottom: 2px solid #000;
	}
	
	#elementaryschool #subNav li a:hover, #elementaryschool #subNav li a.selected { border-bottom: 2px solid #fa9b2d; }
	#middleschool #subNav li a:hover { border-bottom: 2px solid #ac2f71; }
	#highschool #subNav li a:hover, #highschool #subNav li a.selected { border-bottom: 2px solid #cb1e3a; }
	#overview #subNav li a:hover, #overview #subNav li a.selected { border-bottom: 2px solid #99bc2a; }
	
	#subNav li a.selected { 
		background: url(/images/icn_arrow.png) no-repeat 2px 50%; 
		padding: 5px 10px 3px 17px; 
		border-bottom: none;
		}
		
		#elementaryschool #subNav li a.selected { background-color: #fa9b2d; }
		#middleschool #subNav li a.selected { background-color: #ac2f71; }
		#highschool #subNav li a.selected { background-color: #cb1e3a; }
		#overview #subNav li a.selected { background-color: #99bc2a; }

#mainContent h3#visit {
	padding-bottom: 80px;
	background: url(/images/placeholder_visit.jpg) no-repeat 0 100%;
}

#mainContent h3#apply{
	padding-bottom: 80px;
	background: url(/images/placeholder_howtoapply.jpg) no-repeat 0 100%;
}

/*  main banner (classes define the color background)
---------------------------------------*/
#banner {
	height: 148px;
	position: relative;
	border-color: #fff;
	border-style: solid;
	border-width: 8px;
	border-bottom: none;
	background-color: #ac2f71;
}
	#elementaryschool #banner { background: #f88904 url(/images/bg_orange.jpg) no-repeat 0 0; }
	#middleschool #banner { background: #ac2f71 url(/images/bg_purple.jpg) no-repeat 0 0; }
	#map #banner,
	#visit #banner,
	#apply #banner
		{ background-color: #ac2f71; }
	#highschool #banner { background: #cb1e3a url(/images/bg_red.jpg) no-repeat 0 0;}
	#overview #banner { background: #99bc2a url(/images/bg_green.jpg) no-repeat 0 0; }

#banner h2 {
	font: normal 260%/1.4em "Trebuchet MS", "Lucida Grande", arial, sans-serif;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 85px;
	left: 45px;
}

#banner h2 span {
	display: block;
	overflow: hidden;
	height: 50px;
}

/*  form
---------------------------------------*/

.fieldset {
	margin: 10px 0;
	padding: 0;
	border: 0;
}
	.fieldset .text {
		border: 2px solid #4fdfd6; 
		margin-bottom: 8px;
		padding: 2px 5px;
		}
	.fieldset .button {
		display: block;
	}

.headerimg {
	position: relative;
	left: -10px;
}
hr.clear {
	clear: both;
	visibility: hidden;
}

#themesContent {
	background: #33a1a3 url(/images/bg_themes.jpg) repeat-x left top;
	position: relative;
	padding: 45px 45px 20px 55px;
	overflow: hidden;
}
	#themesContent h3 {
		color: #fff;
		font-size: 190%;
		line-height: 1.2em;
		font-weight: normal;
	}
	#themesContent .dropshadow {
		background: url(/images/bg_dropshadow.jpg) repeat-x left bottom;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 20px;
	}

.roundcorner {
	background: #007e80 url(/images/bg_roundcorners.gif) no-repeat left top;
	position: relative;
	padding: 5px 0 0 0;
	overflow: hidden;
	margin-bottom: 20px;
}
	#mainContentmap .roundcorner { 
		background: #007e80 url(/images/bg_roundcorners_short.gif) no-repeat left top;
		}
	.roundcorner h3 {
		margin: 0;
		padding: 8px 0pt 13px 15px;
		float: left;
		background: #007e80 url(/images/bg_roundcorners_bottom.gif) no-repeat left bottom;
	}
		#mainpanel .roundcorner ul {
			margin: 0;
			padding: 0;
			float: right;
			width: 400px;
		}
		.roundcorner li {
			display: inline;
			list-style: none;
			padding-right: 3px;
			float: right;
			margin: 0;
		}
		.roundcorner li a {
			width: 169px;
			height: 33px;
			display: block;
			text-indent: -2000em;
			padding: 0;
			margin: 0;
		}
	/*	.roundcorner .bottom {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 5px;
		} */

#mainContentmap .roundcorner .bottom {
	background: #007e80 url(/images/bg_roundcornersshort_bottom.gif) no-repeat left bottom;
}

.roundcorner li a.apply { background: url(/images/btn_apply.gif) no-repeat left top;}
.roundcorner li a:hover.apply { background: url(/images/btn_apply.gif) no-repeat left -33px;}

.roundcorner li a.visit { background: url(/images/btn_visit.gif) no-repeat left top; }
.roundcorner li a:hover.visit { background: url(/images/btn_visit.gif) no-repeat left -33px; }

.vcard a {
	background-color: #ece2a2;
	padding: 3px 5px;
	line-height: 2em;
	color: #a65b03;
	font-weight: bold;
}

p.vcard {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #fff;
	margin-left: 15px;
}

.org { font-weight: bold; }


/* ---------- Map ---------- */

#map #content {
	width: 980px;
}
#map #mainContent {
	width: auto;
	margin-right: 6px;
}
#map #secondaryContent {
	display: none;
}
#map img {
	position: relative; 
	left: 8px;
	width: 390px;
	height: 337px;
	float: right;
	margin: 10px 10px 0 0;
	border: 2px solid #4ee0d6;
	background: #1ca0a2 url(/images/bg_map.jpg) repeat-x left top;
	}
	#map.large {
		width: 390px;
		height: 400px;
		margin: 10px 0 0 0;
		float: none;
	}
	#map #google_map img {
		background: transparent;
	}
	#map #google_map a {
		color: #016B69;
	}
	#mainContentmap {
		width: 485px;
		position: relative;
		padding: 0 0 1000px 0;
		margin: 15px 15px -999px 0;
		float: left;
	}
		#mainContent a, #mainContentmap a {
			border-bottom: 1px dashed #000;
		}
		#mainContent a:hover, #mainContentmap a:hover {
			border-bottom: 1px solid #000;
			text-decoration: none;
		}
		#mainContent .buttons a, #mainContent .buttons a:hover,
		#mainContent #google_map a, #mainContent a.apply-now {
			border-bottom: none;
		}
	#map ul li {
		list-style-image: none;
		list-style-type: none;
		list-style-position: outside;
	}
	#map #google_map {
		float: right;
	}
		#google_map a {
			color: #007E80;
		}
.columncontainer {
	overflow: hidden;
	margin-bottom: 20px;
}
	.column {
		display: inline;
		float: left;
		margin: 0 0 0 25px;
		width: 130px;
	}
	.column li {
		line-height: 1.8em;
		list-style: disc;
	}


/* Calendar */
#mainContent ol.calendar-list {
	list-style-type: none;
	margin-left: 0;
}
	#mainContent ol.calendar-list li .roundcorner {
		margin-bottom: 5px;
	}
	#mainContent ol.calendar-list li p {
		margin-bottom: 5px;
		padding-left: 15px;
	}
	span.description {
		margin-bottom: 25px;
		display: block;
	}

/* Visit dls */

dl dd {
	padding-bottom: 20px;
	margin-bottom: 0;
}
	dl#nav dd.school {
		margin-bottom: 0;
		padding-bottom: 0;
	}

/* Themes */
.theme #mainContent {
	margin-left: 35px;
}
.theme .schools {
	float: left;
	width: 255px;
	margin-right: 10px;
	padding-left: 15px;
	}
	.theme .schools address {
		margin-top: -20px;
	}
		.theme address .geo {
			display: none;
		}
	.theme .schools a {
		display: block;
	}
	.theme #google_map {
		float: right;
	}
	.theme .hcard h4 {
		font-weight: bold;
	}
	.theme .hcard {
		padding-bottom: 1.5em;
	}
		.theme .hcard p {
			padding-bottom: .5em;
			margin-bottom: 0;
		}
	.theme #google_map .hcard {
		padding-bottom: 0;
	}
		.theme .hcard .tel {
			display: block;
		}
	.theme .hcard .geo,
	.theme #google_map .hcard p,
	.theme #google_map .hcard a.url  {
		display: none;
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

#content .teaser {
	padding: 0 0 15px 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	position: relative;
}
	#content .teaser img {
		border: none;
	}
	
blockquote {
	width: 230px;
	float: right;
	margin: 0 0 20px 25px;
	background: #2ec3c5 url(/images/bg_callout.jpg) no-repeat -15px top;
}
	blockquote p {
		font-family: georgia, serif;
		font-size: 160%;
		color: #fff;
		font-style: italic;
		line-height: 1.3em;
		padding: 55px 15px 15px 15px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* News */

.blog_post {
	margin-bottom: 18px;
	border-bottom: 1px solid #016B69;
}
	.blog_post p.datetime, .blog_post p.categories {
		margin-bottom: 0;
		color: #016B69;
		font-weight: bold;
	}

/* tables & applications
---------------------------------------*/
table {
	width: 90%;
	margin-bottom: 15px;
}

table td {
	text-align: left;
	vertical-align: top;
	font: normal 12px/1.6em 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', HelveticaNeue, sans-serif;
}
table th {
	vertical-align: bottom;
}
table span {
	display: block;
	font-size: 11px;
}
.caption {
	border-bottom: 1px solid #000;
	font-size: 14px;
}

/*  footer
---------------------------------------*/

#footer {
	background-color: #059b9c;
	padding: 15px 0;
	border-right: solid 8px #fff;
	border-left: solid 8px #fff;
	position: relative;
	left: 0;
	width: 979px;
}

#footer p {
	margin: 0 0 0 45px;
	padding: 0;
	color: #7af5f2;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

