/* CSS Document */

body {
	background-color: #262968;
	background-image: url(../assets/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:130%;
	color: #333333;
	height: 100%;
}

html {
	height: 100%;
}

label {
	width: 120px;
	font-weight: bold;
	display: block;
	float: left;
}

textarea {
	width: 400px;
}

h2 {
	font-size: 11px;
	color: #262968;
	margin: 0;
}
	
p {
	margin-top: 0;
}

a {
	color: #333333;
	text-decoration:underline;
}

a:hover {
	color: #3840A4;
}

.article {
	padding-left: 25px;
	padding-right: 25px;
}


.article p {
	color: #333333;
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:140%;
}

.article h1 {
	font-size: 18px;
	color: #262968;
	margin-top: 30px;
}

.article h2 {
	font-size: 14px;
	margin-top: 30px;
	color: #262968;
}

.article ul{
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position: relative;
	left: 10px;
}

.article ul li{
	line-height:20px;
}

.article table {
	border: 1px solid #E7EBEE;
}

.article tr {
	vertical-align:top;
}

.article td {
	border-top: 1px solid #E7EBEE;
	padding: 3px;
}


.wrapper, .subWrapper {
	width: 843px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../assets/homeBackground.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

* html .wrapper, * html .subWrapper {
	height: 100%;
}

.subWrapper {
	background-image: url(../assets/subBackground.gif);
}

.content {
	padding-bottom: 60px;
	min-height: 400px;
	_height: 400px;

	
}

.homeFooter {
	position: relative;
	margin-top: -50px;
	width: 510px;
	height: 50px;
	padding-left: 333px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	line-height:150%;
}

.homeFooter a, .subFooter a {
	text-decoration:none;
}

.homeFooter a:hover, .subFooter a:hover {
	text-decoration: underline;
}


.subFooter {
	position: relative;
	margin-top: -50px;
	width: 662px;
	height: 50px;
	padding-left: 180px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	line-height:150%;
}


.header {
	width: 843px;
	height: 117px;
}

.logo {
	width: 312px;
	height: 117px;
	float: left;
}

.bannerImages {
	width: 531px;
	height: 117px;
	float: left;
}

.topNav {
	width: 843px;
	height: 35px;
	background-color:#DA0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: auto;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 35px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../assets/navDivider.gif);
	background-position: left 14px;
	background-repeat: no-repeat;
}

#nav a:hover {
	background-color: #AE0101;
	background-image: none;
	color: #FFFFFF;
}

#nav a.first {
	background-image: none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 5000;
	width: 159px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
	color: #FFFFFF;
	text-align: left;
	background: #AE0101;
	border-top: 1px solid #CE6666;
	padding-left: 10px;
	width: 149px;
	height: 27px;
	line-height: 27px;
}

#nav li ul a:hover {
	color: #FFFFFF;
	background-color: #DA0000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 169px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}


#nav li ul a.hasChild {
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 143px 10px;
}


#nav li ul a:hover.hasChild {
	background-image: url(../assets/bulletReversed.gif);
	background-repeat: no-repeat;
	background-position: 143px 10px;
}

.leftCol {
	width: 155px;
	float: left;
}

.rightCol{
	width: 688px;
	float: left;
}

.search {
	width: 100px;
	height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 18px;
	margin-right: 5px;
}

.searchArrow {
	margin-bottom: -4px;
}

form {
	margin: 0;
}

.schoolIntranet {
	width: 92px;
	height: 41px;
	line-height: 41px;
	margin-left: 20px;
	padding-left: 25px;
	background-image: url(../assets/schoolIntranet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
}

.schoolIntranet a {
	color: #FFFFFF;
	text-decoration: none;
}

.schoolIntranet a:hover {
	text-decoration: underline;
}

.address {
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
}

.address a {
	color: #FFFFFF;
	text-decoration: none;
}

.address a:hover {
	text-decoration: underline;
}

.downloads{
}

.downloads a, .homeFeature a {
	padding-left: 15px;
	color: #333333;
	background-image: url(../assets/greenArrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	text-decoration:underline;
	text-transform:lowercase;
}

.downloads a:hover, .homeFeature a:hover {
	color: #3840A4;
}

.separator {
	width: auto;
	height: 1px;
	font-size:1px;
	clear: both;
}

.homeContent {
	min-height: 800px;
	_height: 800px;
	width: 688px;
	background-image: url(../assets/homeContentBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.homeFeatureWrapper {
	width: 157px;
	float: left;
}

.homeBodyWrapper {
	float: left;
	width: 531px;
}

.homeFeature, .homeIntl {
	width: 126px;
	margin-left: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#homeSwf{
	width: 531px;
	height: 200px;
}

.prospectusLink, .galleryLink {
	float: left;
	padding-left: 22px;
	margin-right: 10px;
	margin-top: 3px;
}

.prospectusLink {
	margin-left: 25px;
	background-image: url(../assets/prospectusIcon.gif);
	background-repeat: no-repeat;
}

.galleryLink {
	background-image: url(../assets/galleryIcon.gif);
	background-repeat: no-repeat;
}

.quickLinks {
	float: left;
}

.quickLinks select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.cookieTrail {
	background-color: #E7EBEE;
	height: 34px;
	padding-left: 25px;
	color: #262968;
	line-height: 34px;
}

.cookieTrail a {
	color: #262968;
	text-decoration:none;
}

.cookieTrail a:hover {
	color: #262968;
	text-decoration:underline;
}

.subContent {
	min-height: 400px;
	_height: 400px;
	background-color:#FFFFFF;
	padding-bottom: 20px;
}

.imgDiv {
	min-height: 20px;
	_height: 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align:left;
	padding: 10px;
}


.cap {
	font-size: 10px;
	font-style:italic;
}


.navHeading {
	padding-left: 20px;
	height: 37px;
	line-height: 37px;
	color: #FFFFFF;
	background-color: #15163B;
	font-size:12px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.treeview { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 40px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #262968;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu{
	background-color:#262968;
	background-image: url(../assets/plus.gif);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview a {
	line-height: 25px;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.treeview a:hover {
	color: #808EBE;
}

.treeview ul li {
	background-color: #4E5083;
	display: block;
	height: 25px;
	margin-left: -40px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #262968;
	
}

.treeview ul a {
	padding-left: 7px;
	width: 210px;	
	margin-left: 25px;
	font-weight:normal;
}

.treeview ul li.last {
	border-bottom: none;
}

.blueLine {
	width:auto;
	font-size: 1px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E7EBEE;
	margin-top: 10px;
	height: 10px;
}

#backToTop {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 110px;
	bottom: 60px;
	z-index: 1000;
}

/* This is the CSS for the calendar page */

.eventsSelection {
	margin: 10px;
}

.calendarWrapper {
	width: 500px;
}

.calendar {
	float: left;
	width: 180px;
	height: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.calActive {
	background-color: #F1F3F8;
}

.calActive a {
    text-decoration: none;
    font-weight: bold;
}

.calActive a:hover {
    color: #95122C;
}

.eventsHeading {
	height: 30px;
	line-height: 30px;
	color: #262968;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.eventsHeading a {
    color: #FFFFFF;
    text-decoration: none;
}

.selectLocation {
	margin-right: 5px;
	margin-top: 4px;
}

.events {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

.events th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	background-color: #E7EBEE;
	border: 1px solid #FFFFFF;
}

.events td {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}

.eventLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.highlighted {
	background-color: #F1F3F8;
}

.eventLink a:hover {
	color: #95122C;
}

.detailsHeading {
	clear: both;
	height: 30px;
	width: 550px;
	line-height: 30px;
	color: #262968;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7EBEE;
}

.details {
	clear: both;
}

.details table {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

.details td, th {
	padding-top: 5px;
	padding-bottom: 5px;
}

.detailsPhoto {
	float: left;
	width: 218px;
	min-height: 100px;
	_height: 100px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}



