/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

a {
}

	a:link {
		color: #1281b6;
	}
	
	a:visited {
		color: #1281b6;
	}
	
	a:hover {
		color: #46b676;
	}
	
	a:active {
		color: #f9640d;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 100%;
	line-height: 150%;
	background: #ffffff url('/images/background3.gif') repeat-y;
}

p {
	margin: 0 0 1.35em 0;
}

h1 {
	margin: 0 0 0.5em 0;
	font-size: 200%;
	font-weight: normal;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 150%;
}

h3 {
	margin: 0 0 0.5em 0;
	font-size: 125%;
	font-weight: normal;
}

h4 {
	margin: 0 0 0.25em 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

h5 {
	margin: 0 0 0.5em 0;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

h6 {
	margin: 0 0 0.5em 0;
	font-size: 91.7%;
	font-weight: normal;
	text-decoration: underline;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

big {
	font-size: 110%;
}

small {
	font-size: 91.6%;
}

hr {
	width: 100%;
	height: 1px;
	color: #cccccc;
}

img {
}
* html img {
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,Duration=0.50);
}

caption {
	margin: 0;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
}

address {
	margin: 0 0 1.35em 0;
	font-size: 75%;
	font-style: italic;
}

/* ####################################
   Form Styles
   ################################## */

form {
	margin: 0;
}

input {
}

input.blank {
	margin: 0;
	padding: 0;
	background-color: transparent;
	background: url('/images/templates/spacer.gif');
	border: 0;
}

input.submit {
}

select {
}

textarea {
}

.formlabel {
	width: 25%;
	font-weight: bold;
	background-color: #f4f4f4;
}

.formfield {
	width: 75%;
}

#ContactFormTable {
}

.textField01 {
    margin: 0 50px;
    width: 170px;
    height: 22px;
    padding: 10px 20px 10px 10px;
    border: 0;
    background: url('/images/field01200.gif') no-repeat;
}

.textField02 {
    margin: 0 50px;
    width: 170px;
    height: 22px;
    padding: 10px 20px 10px 10px;
    border: 0;
    background: url('/images/field02200.gif') no-repeat;
}

.textField03 {
    margin: 0 50px;
    width: 170px;
    height: 22px;
    padding: 10px 20px 10px 10px;
    border: 0;
    background: url('/images/field03200.gif') no-repeat;
}

.textField04 {
    margin: 0 50px;
    width: 170px;
    height: 22px;
    padding: 10px 20px 10px 10px;
    border: 0;
    background: url('/images/field04200.gif') no-repeat;
}

.textareaWrapper {
    width: 370px;
    height: 248px;
    padding: 21px 50px 11px 50px;
    background: url('/images/textarea02.gif') no-repeat;
}

.textareaField01 {
    height: 240px;
    width: 368px;
    border: 0;
}

.submitButton {
    margin: 0;
    padding: 0;
    width: 211px;
    height: 49px;
    text-indent: -10000em;
    background: url('/images/send_email.gif') no-repeat;
    border: 0;
}

/* ####################################
   Table Styles
   ################################## */

table {
	empty-cells: show;
	border-collapse: collapse;
}

tbody {
}

tr {
}

td {
}

th {
	text-align: left;
	font-weight: bold;
}

/* ####################################
   Page Objects
   ################################## */

#Align {
}

#Page {
	position: relative;
	width: 100%;
}
* html #Page {
    width: 980px;
}

	#PageInner {
	    position: relative;
	    float: left;
		position: relative;
		padding-left: 290px;
	}
	* html #PageInner {
	    padding-left: 0;
	}

#Header {
	position: relative;
	float: left;
	margin-left: -290px;
}
* html #Header {
    width: 290px;
    margin-left: 0;
}

	#HeaderInner {
	}
	
	#Logo {
	}

	#AnchorMenu {
		display: none;
	}
	
		#AnchorMenu a {
		}
		
		#AnchorMenu a:link {
		}
		
		#AnchorMenu a:visited {
		}
	
		#AnchorMenu a:hover {
		}
		
		#AnchorMenu a:active {
		}
	
	#SiteSearch {
		display: none;
	}

#Content {
	position: relative;
	float: left;
	width: 60%;
	min-width: 690px; 
	padding: 85px 0 30px;
	min-height: 300px;
}
	* html #Content {
		height: 300px;
		width: 690px;
	}

	#ContentInner {
	}
	
	#Content #Primary {
	}
	
		#Content #PrimaryInner {
		}
	
	#Content #Secondary {
	}

		#Content #SecondaryInner {
		}

#Intro {
}

#Footer {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	font-size: 75%;
	line-height: 125%;
}
* html #Footer {
    width: 720px;
    padding-left: 290px;
}
#FooterInner {
    padding-right: 30px;
}
* html #FooterInner {
    padding-right: 0;
}

    #FooterContent {
	    position: relative;
	    float: left;
	    padding: 1em 0;
	    border-top: #c0c0c0 1px solid;
    }

	#Footer a:link {
	}	
	#Footer a:visited {
	}	
	#Footer a:hover {
	}	
	#Footer a:active {
	}

	#FooterPageFunctions {
	}

	#FooterMenu {
	}
		#FooterMenu a:link {
		}
		#FooterMenu a:visited {
		}
		#FooterMenu a:hover {
		}
		#FooterMenu a:active {
		}

	#Footer #SiteInfo {
	}

		#Footer #SiteInfo #Rights {
			display: none;
		}

		#Footer #SiteInfo #Credits {
			display: none;
		}

/* ####################################
   Main Menu
   ################################## */

#Menu {
}

	#Menu ul {
		margin: 0 0 0 14px;
		padding: 0;
		list-style-type: none;
	}
	
		#Menu ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		* html #Menu ul li {
	        height: 70px; 
        }
        
	#Menu .menu_item {
	}

	#Menu .menu_item_selected {
		background: url('/images/menu-highlight.gif') no-repeat;
	}
	*:first-child+html #Menu .menu_item_selected {
	    clear: left;
	    width: 230px;
    }
                
		#Menu .menu_item {
			font-weight: normal;
		}

	#Menu .menu_level_1 .menu_item_1 {
	}
	
	#Menu ul li {
		/* First level list items and below */
	}

		#Menu ul li a {
			display: inline-block;
			width: 100%;
			height: 70px;
			text-indent: -10000em;
		}
		*:first-child+html #Menu ul li a {
		    position: relative;
		    float: left;
		    clear: left;
		    width: 230px;
		    display: block;
		}
		* html #Menu ul li a {
		    display: block;
		}
	
	#Menu ul li ul li {
		/* Second level list items and below */
		margin: 0.5em 0 0.5em 30px;
	}
	* html #Menu ul li ul li {
		height: auto;
    }
	
		#Menu ul li ul li a {
			display: inline;
			width: auto;
			height: auto;
			color: #000000;
			font-family: Verdana,Geneva,Kalimati,sans-serif;
			text-decoration: none;
			text-indent: 0;
			background: none;
		}
        
			#Menu ul li ul li a:hover {
				color: #0f64ea;
				text-decoration: underline;
			}
		
		#Menu ul li ul li.menu_item_selected {
			background: none;
		}

			#Menu ul li ul li.menu_item_selected a {
				font-weight: bold;
			}
		
	#Menu_Item_254 a {
		/* About */
		background: url('/images/menu-about-off.gif') no-repeat;
	}
	
	#Menu_Item_259 a {
		/* Folio */
		background: url('/images/menu-folio-off.gif') no-repeat;
	}
	
	#Menu_Item_347 a {
		/* School Visits */
		background: url('/images/menu-visits-off.gif') no-repeat;
	}
	
	#Menu_Item_258 a {
		/* Contact */
		background: url('/images/menu-contact-off.gif') no-repeat;
	}

/* ####################################
   MP3 Player
   ################################## */

object#mp3player {
    display: block;
    padding: 6px;
    margin-bottom: 1.25em;
    background-color: #999999;
    border: #787878 1px solid;
}

embed#mp3player {
    padding: 0;
    background-color: transparent;
    border: 0;
}

/* ####################################
   Custom Element Styles
   ################################## */

.big {
	font-size: 116.7%;
}

.small {
	font-size: 75%;
}

.hidden {
	display: none;
}

.date {
	font-size: 91.7%;
	color: #999999;
}

.author {
	font-size: 91.7%;
	color: #999999;
}

.paging {
	margin: 0;
}

.pdf {
}

	.pdf a {
		display: block;
		height: 16px;
		padding-top: 1px;
		text-decoration: none;
		font-weight: bold;
		background-image: url('/images/icons/16x16_pdf.gif');
		background-repeat: no-repeat;
		padding-left: 20px;
	}

	.pdf a:visited {
		text-decoration: none;
	}

	.pdf a:hover {
		text-decoration: underline;
	}

	.pdf a small {
		font-weight: normal;
	}

.underlined {
	border-bottom: 1px solid;
}

.galleryLink {
	/* Placeholder for a class name used to help with image galleries. */
}

.validationFailed {
    border: #cc0000 3px dashed;
    /* background: #ecdede; */
}

/* ####################################
   Message Boxes
   ################################## */

ul.warnings {
	margin-top: 0.5em;
	margin-bottom: 1.35em;
	list-style: url('/images/templates/icons/16x16_warning.gif') square;
}

	ul.warnings li {
		margin-bottom: 0.7em;
	}

div.messageError, p.messageError {
	margin: 15px 0; 
	padding: 15px;
	border: 1px solid #EC5F35;
}

	div.messageError h1, div.messageError h2, div.messageError h3, div.messageError h4 {
		font-family: arial, helvetica, sans-serif;
		font-size: 125%;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0; 
		padding-bottom: 0; 
		color: #EC5F35;
		border: none;
		background: none;
	}

	div.messageError .code {
		margin-top: 2px; 
		padding-top: 0; 
		font-size: 91.7%; 
		font-weight: bold; 
		color: #EC5F35;
	}

div.messageConfirm, p.messageConfirm {
	margin: 15px 0; 
	padding: 15px;
	border: 1px solid #939f38;
}

	div.messageConfirm h1, div.messageConfirm h2, div.messageConfirm h3, div.messageConfirm h4 {
		font-family: arial, helvetica, sans-serif;
		font-size: 125%;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0; 
		padding-bottom: 0; 
		color: #939f38;
		border: none;
		background: none;
	}

div.messageInfo, p.messageInfo {
	margin: 15px 0; 
	padding: 15px;
	border: 1px solid #EC5F35;
}

	div.messageInfo h1, div.messageInfo h2, div.messageInfo h3, div.messageInfo h4 {
		font-family: arial, helvetica, sans-serif;
		font-size: 125%;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0; 
		padding-bottom: 0; 
		color: #EC5F35;
		border: none;
		background: none;
	}

