

/* ------------------------------------------- */
/* -- general styles for site -- */
/* -- Elements --*/
a {
	text-decoration: none;
	color: #af2242;
}
a:hover {
	text-decoration: underline;
}
body {
	font-size: 10pt;
	font-size: expression(screen.deviceXDPI > 96 ? 10*.8+"pt" : "10pt");
	font-family: arial, verdana;
	line-height: 1.4;
	background-color: white;
/*		background: #ffd9ac;*/
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
}
h1 {font-size:19pt;font-size: expression(screen.deviceXDPI > 96 ? 19*.8+"pt" : "19pt");}
h2 {font-size:16pt;font-size: expression(screen.deviceXDPI > 96 ? 16*.8+"pt" : "16pt");}
h3 {font-size:14pt;font-size: expression(screen.deviceXDPI > 96 ? 14*.8+"pt" : "14pt");}
h4 {font-size:13pt;font-size: expression(screen.deviceXDPI > 96 ? 13*.8+"pt" : "13pt");}
h5 {font-size:12pt;font-size: expression(screen.deviceXDPI > 96 ? 12*.8+"pt" : "12pt");}
h6 {font-size:11pt;font-size: expression(screen.deviceXDPI > 96 ? 11*.8+"pt" : "11pt");}
p {line-height: 1.4; margin-bottom: 14pt;}

input[type=text] { /* style of actual input box for text input */
	background-color: #f5f5f5;
	font-size: 12x;
	font-size: expression(screen.deviceXDPI > 96 ? 12*.8+"pt" : "12pt");
	font-family: arial, verdana;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin: 0px 3px 0px 0px;
	padding: 2px 5px 2px 5px;	
}

textarea { /* style of actual input box for text input */
	background-color: #f5f5f5;
	font-size: 12px;
	font-size: expression(screen.deviceXDPI > 96 ? 12*.8+"pt" : "12pt");
	font-family: arial, verdana;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin: 0px 3px 0px 0px;
	padding: 2px 5px 2px 5px;	
}

/* ------------------------------------------- */
/* -- Classes -- */
.indent10 {
	padding: 0px 0px 0px 10px;
	margin:  0px 0px 0px 0px;
}
.indent20 {
	padding: 0px 0px 0px 20px;
	margin:  0px 0px 0px 0px;
}
.indent30 {
	padding: 0px 0px 0px 30px;
	margin:  0px 0px 0px 0px;
}
.indent40 {
	padding: 0px 0px 0px 40px;
	margin:  0px 0px 0px 0px;
}
.sectionhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-size: expression(screen.deviceXDPI > 96 ? 10*.8+"pt" : "10pt");
	font-weight: bold;
	color: #005596;
}
/* this is set on images with links to files so they will not get an icon */
.noicon {
	padding-right: 0px !important;
	background: none !important;
}
/* Suppress the printing of an element. Only good if "media" is set to "screen" 
   for the link tag of this style sheet*/
.printonly {
	display: none;
}
.error {
	color: red;
}
/* -- general layout styles for containers -- */

table.PageBoundingBox, table.ContentBoundingBox, #headerwrapper, #gnavwrapper, #footerwrapper {	
	background-color: #ede2d5;
	width: 100%;
}
table.ContentBoundingBox {
	background-color: #ede2d5;
/*	background-image: url('../images/system/bgcontentbounding.gif');
	background-repeat: repeat-x;
	background-position: top left;*/
}

td.MainContent {}

/* ------------------------------------------- */
/* -- IDs -- */
/* -- general layout styles for containers -- */
#headercontent, #gnavcontent, #footercontent { /**/ 
	/* fixed with of site content areas go here */
	width: 960px;
	margin: 0px auto auto auto;
}
#fixedcontentwrapper {
	width: 960px;
	margin: 5px auto 5px auto;
		
/* -- Added min-height to keep all pages the same size -- */
	min-height: 359px;
		
/*	border: 1px dotted black;*/
	background-color: #fcf6ef;
}
/* ------------------------------------------- */
/* -- global nav styles -- */
#gnavcontent {
	float: left;
	width: 960px;
	height: 45px;
	margin: 0 auto;
	position: relative;
}
#gnavwrapper {
	clear: both;
	width: 100%;
	height: 45px;
	background: url(bg-catbar.gif) no-repeat top left;
}
ul#gnav {
	list-style-type: none;	
	width: 960px;
	height: 45px;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
ul#gnav li {
	list-style-type: none;
	display: block;
	letter-spacing: 0;
}
ul#gnav li a:link,
ul#gnav li a:visited {
	position: absolute;
	top: 0;
	left: 0;
	height: 45px;
	display: block;
	color: #000000;
	text-align: center;
/*	text-indent: -9999px;*/
	overflow: hidden;
}
ul#gnav li#cat1 a:link,
ul#gnav li#cat1 a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat 0 0;
	left: 0;
}
ul#gnav li#cat1 a:hover {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat 0 -45px;
	left: 0;
}
ul#gnav li#cat1active a:link,
ul#gnav li#cat1active a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat 0 -45px;
	left: 0;
}

ul#gnav li#cat2 a:link,
ul#gnav li#cat2 a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -160px 0;
	left: 160px;
}
ul#gnav li#cat2 a:hover {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -160px -45px;
	left: 160px;
}
ul#gnav li#cat2active a:link,
ul#gnav li#cat2active a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -160px -45px;
	left: 160px;
}

ul#gnav li#cat3 a:link,
ul#gnav li#cat3 a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -320px 0px;
	left: 320px;
}
ul#gnav li#cat3 a:hover {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -320px -45px;
	left: 320px;
}
ul#gnav li#cat3active a:link,
ul#gnav li#cat3active a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -320px -45px;
	left: 320px;
}

ul#gnav li#cat4 a:link,
ul#gnav li#cat4 a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -480px 0;
	left: 480px;
}
ul#gnav li#cat4 a:hover {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -480px -45px;
	left: 480px;
}
ul#gnav li#cat4active a:link,
ul#gnav li#cat4active a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -480px -45px;
	left: 480px;
}

ul#gnav li#cat5 a:link,
ul#gnav li#cat5 a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -640px 0;
	left: 640px;
}
ul#gnav li#cat5 a:hover {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -640px -45px;
	left: 640px;
}
ul#gnav li#cat5active a:link,
ul#gnav li#cat5active a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -640px -45px;
	left: 640px;
}

ul#gnav li#cat6 a:link,
ul#gnav li#cat6 a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -800px 0;
	left: 800px;
}
ul#gnav li#cat6 a:hover {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -800px -45px;
	left: 800px;
}
ul#gnav li#cat6active a:link,
ul#gnav li#cat6active a:visited {
	width: 160px;
	background: url(../images/system/bg-catbar.gif) no-repeat -800px -45px;
	left: 800px;
}
/**************************************************************************/
/* -- footer styles -- */
#footerwrapper {
	background: #00437a url('../images/system/bg_footer.gif') repeat-x top left;
	height:42px;
}
#footercontent {
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#footercontent p {
	font-size: 8pt;
	font-size: expression(screen.deviceXDPI > 96 ? 8*.8+"pt" : "8pt");
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;  
	line-height: 12pt;
}
#footerlinks {
	float: right;
	list-style: none;
}
#footerlinks li {
	font-size: 8pt;
	font-size: expression(screen.deviceXDPI > 96 ? 8*.8+"pt" : "8pt");
	float: left;
	line-height: 12pt;
}
#footerlinks a {
	text-decoration: none;
	color: white;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #ffffff;
}
#footerlinksfirst a {
	border: none;
}
#footerlinks a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* ------------------------------------------- */
/* -- Header styles -- */

/* Use #headermiddle when you have a short site logo image that doesn't overlap 
	the school links area.*/
#headermiddle {}
/* Use #headermiddle when you have a long site logo image that does overlap 
	the school links area.*/
#headermiddlelogo {
	height: 90px;
	padding: 0px 0px 0px 0px;
	clear: both;
	background: white url('../images/system/itsitelogo2.gif') no-repeat 0px;
/*	border: 1px dotted black;*/
}
#headertop {
	width: 960px;
	height: 40px;
	/*background-color: fuchsia;*/
}
#headerwrapper {
	background: white url('../images/system/bg_headerwrapper.gif') repeat-x top left;
	height: 175px;
/*	border: 1px dotted black;*/
}
/* Use this ID for the img tag when you have a long site logo. Replace the site logo image with 
   with 'clear.gif' in the src attribute of the img tag. */
img#clearsitelogo { 
	float: left;
	padding: 0px 25px 0px 0px;
}

/* -- top nav styles -- */
ul#topnav {
	float: right;
	text-align: right;
	margin: 10px 0px 0px 0px;
/*	border: 1px dotted black;*/
}
ul#topnav a {
	color: #ffffff;
	text-decoration:none;
}
ul#topnav a:hover {
	text-decoration:underline;
}
ul#topnav li {
	display: inline;
	margin: 0px 3px 0px 10px;
	font-size: 8pt;
	font-size: expression(screen.deviceXDPI > 96 ? 8*.8+"pt" : "8pt");
}
ul#topnav li img {
	border: none;
	padding: 0px 5px 0px 0px;
}
li#home {
	background: url('../images/system/topnavhome.gif') top left no-repeat;
	padding: 0px 0px 0px 20px;
}
li#disthome {
	background: url('../images/system/topnavhome.gif') top left no-repeat;
	padding: 0px 0px 0px 20px;
}
li#contactus {
	background: url('../images/system/topnavmail.gif') top left no-repeat;
	padding: 0px 0px 0px 20px;
}
li#sitemap {
	background: url('../images/system/topnavsitemap.gif') top left no-repeat;
	padding: 0px 0px 0px 20px;
}

/* -- lower header styles -- */

#sitelogo {
	float: left;
	padding: 0px 25px 0px 0px;
	background-color: white;
/*	border: 1px black dotted;*/
}
/* -- Use only if it is wanted in the design. This on the right side of the logo. -- */
/*#headerheadshot {
	float: left;
	border: 1px black dotted;
}*/

/*------ search box area ------------- */
#searcharea {	/* style of overall area */
	font-size: 9pt;
	font-size: expression(screen.deviceXDPI > 96 ? 9*.8+"pt" : "9pt");
	float: right;
	background: #f8f4fa url('../images/system/bg_searchbox.gif') no-repeat left -5px;
	width: 209px;/*209 minus 22 padding */
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#searchbut {
	margin: 2px 0px 0px 0px;
}
#searchtextbox { /* search box wrapper */
	font-size: 8pt;
	font-size: expression(screen.deviceXDPI > 96 ? 8*.8+"pt" : "8pt");
	margin: 46px 0px 0px 13px;
	color:#ffffff;
}
#searchbox { /* style of actual input box for seach */
	background-color: #f5f5f5;
	font-size: 8pt;
	font-size: expression(screen.deviceXDPI > 96 ? 8*.8+"pt" : "8pt");
	width: 135px;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin: 0px 3px 0px 0px;
	padding: 2px 5px 2px 5px;
}
#searchtextbox input {
	vertical-align: top;
}
input#searchbut { /* the search button icon */
	width: 30px;
	height: 18px;	
	vertical-align: middle;
} 

#quicklinkswrapper {
	margin: 2px 0px 0px 0px;
}
#quicklinkswrapper select {
	width: 100%;
	background-color: #f5f5f5;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	font-size: 8pt;
	font-size: expression(screen.deviceXDPI > 96 ? 8*.8+"pt" : "8pt");
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 5px;
}

/* -- School nav styles -- */

ul#schoollinks {
	float: left;
	padding: 4px 0px 0px 0px;
	list-style: none;
	background-color: white;
}
ul#schoollinks li {
	float: left;
	font-size:8pt;
	font-size: expression(screen.deviceXDPI > 96 ? 8*.8+"pt" : "8pt");
}
ul#schoollinks a {
	text-decoration: none;
	color: #848484;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #848484;
}
ul#schoollinks #schoollinksfirst a {
	border: none;
}
ul#schoollinks a:hover {
	color:#000000;
	text-decoration:underline;
}
/* tab nav styles */
#tnavwrapper {	
	width: 100%;
}
#tnavcontent {
	/* fixed with of site content areas go here */
	width: 960px;
	margin: 0px auto auto auto;
}
#tnav {
	float: left;
	height: 30px;
	width: 600px;
/*	border: 1px dotted black;*/
}
#tnav ul {
	list-style: none;
}

#tnav li {
	display: inline; 	
}
#tnav a {		
	text-transform: uppercase;
	font-size: 9pt;
	font-size: expression(screen.deviceXDPI > 96 ? 9*.8+"pt" : "9pt");
	font-weight: bold;
	background: url('/images/system/tnavleftcap.gif') no-repeat 0px 0px;	
	padding: 0px 0px 0px 5px; /* width of left graphic */
	margin: 0px 5px 0px 0px;
	color: #ffffff;
	float: left;
	display: block;
}
#tnav a span {	
	background: url('/images/system/tnavrightcap.gif') no-repeat 100% 0px;
	padding: 5px 11px 6px 10px;	
	display: block;
	float: left;
}
#tnav a:hover {
	color: #af2242;/*#003a69;*/
	background: url('/images/system/tnavleftcap.gif') no-repeat 0px -30px;
	text-decoration: none;
	cursor: hand;
}
#tnav a:hover span {
	background: url('/images/system/tnavrightcap.gif') no-repeat 100% -30px;
}

/* ------------------------------------------- */
/* -- Unused CSS -- */
/* These are CSS elements that could be used for future projects.
   They are commented out to not interfere with others elements. */
/* global nav styles */
/*
td.LSB {}

ul#bottompnav {
	float: right;
	margin: 15px 0px 0px 0px;
}
ul#bottompnav a {
	color: #ffffff;
}
ul#bottompnav a: hover { }
ul#bottompnav li {
	display: inline;
	margin: 0px 5px 0px 0px;
	font-size: 8pt;
	font-size: expression(screen.deviceXDPI > 96 ? 8*.8+"pt" : "8pt");
}
*/

