/* Page Layout
------------------------------------------------------------------------------------------------- */

body {
	font: 10pt verdana, helvetica, arial, sans-serif;
	color: #000;
}

#page-wrap, #no-anchor {
	color: #000;
	background: #FFF;
}

/* Character Styles
------------------------------------------------------------------------------------------------- */

.titles {
	font-weight: bold;
}

.supers {
	font-size: 8pt;
	vertical-align: top;
}

.ital {
	font-style: italic;
}

.center {
	text-align: center;
}

.small-caps {
	font-variant: small-caps;
	font-size: 8pt;
}

.ackey {
	text-decoration: underline;
}

table {
	margin-bottom: 1em;
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #000;
	font-size: 10pt;
	width: 100%;
}

table.times {
	margin-top: -.3em;
	border: none;
	font-size: 10pt;
}

table.times td {
	padding: .3em .5em 0 0;
	border: none;
}

table .titles {
	font-size: 10pt;
}

th {
	padding: 1px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

td {
	padding: 3px 6px 2px 3px;
	border-right: 1px solid #000;
}

tr {
	border-bottom: 1px solid #000;
}

.shade {
	color: #000;
	background-color: #eee;
}

img.right {
	float: right;
	margin-left: 5px;
	border: 1px solid #711515;
}

h1.page-title {
	font-size: 2em;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
}

a:link:after, a:visited:after {
	content: " ( " attr(href) " ) ";
	font-size: 8px;
}

.staff-dir a:link:after, .staff-dir a:visited:after {
	content: no-open-quote;
}

p {
	margin-bottom: 10px;
}

ul.bullet li {
	margin: 0 0 .3em 15px;
	padding: 0;
	list-style-type: disc;
}

.f-left {
	float: left;
	padding-right: 4px;
}

.mints {
	float: left;
	display: block;
	width: 12em;
	white-space: nowrap;
}

/* Top Logo/Banner
------------------------------------------------------------------------------------------------- */

#banner {
	background:  #FFF;
	height: 280px;
}

#text-intro {
	display: none;
}

/* Navigation Menu
------------------------------------------------------------------------------------------------- */

#nav-bar {
	display: none;
}

/* Right Column
------------------------------------------------------------------------------------------------- */
#right-column {
	display: none;
}

/* Content Stuphs 
------------------------------------------------------------------------------------------------- */

#content {
	clear: both;
	float: none;
	padding: 0px;
	margin: 0px;
	width: auto;
	background: #FFF;
}

#imagebar {
	display: none;
}

.page-subhead {
	width: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

.psudo-article {
	width: auto;
	margin-bottom: 5px;
}

.psudo-article-head a {
	color: #A30000;
}

.psudo-article h1 {
	font-weight: bold;
}

.psudo-article-head {
	color: #A30000;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.article {
	width: auto;
	margin-bottom: 5px;
}

.article h1 {
	font-size: 12pt;
	font-weight: bold;
	padding: 6px 0px 3px 0px;

}

.article-head {
	color: #A30000;

}


#top-head h1 {

}

.article-head a {
	color: #A30000;
	background-color: #FFF;
}

.article-body {
	padding: 6px 0px 4px 0px;
	border-top: 2px solid #3A6EA5;
	border-bottom: 0px;

}

#content ul {
	margin-bottom: .4em;
}

/* Photo Gallery Stuphs
------------------------------------------------------------------------------------------------- */
.thumb-box {
	float: left;
	padding-bottom: 1px;
	text-align: center;
	font-size: 8pt;
	width: 130px;
	height: 140px;
}

.article div.thumb-box {
	width: 125px;
}

.thumb-box a img {
	padding: 1px;
	color: #000;
	background-color: #711515;
	border: 1px solid #ddd;
}

.thumb-box a:hover img {
	color: #000;
	background-color: #999;
	border: 1px solid #fefefe;
}

.thumb-box > a.pic-link:hover  { /* hack for IE - this is ideal - above hover is acting stranage in ie */
	text-decoration: none;
}

a.pic-link:hover span {
	text-decoration: underline;
}

/* Foot Stuphs
------------------------------------------------------------------------------------------------- */

#foot {
	padding: 0px;
	padding-top: 10px;
	display: block;
	clear: both;
	color: #FFF;
	height: 1.5em;
}

#foot ul {
	display: none;
}

#foot a{
	font-weight: bold;
	margin-left: .5em;
}

#foot p {
	clear: both;
}

/* Lazy Web Designer Stuphs
------------------------------------------------------------------------------------------------- */

body #schools .psudo-article {
	margin-left: 150px;
}
