/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background: #ffffff;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
   overflow: -moz-scrollbars-vertical;
   	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* links */



/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
}
.frontheadlinessurround {
	float: left;
	height: 190px;
	width: 289px;
	
	margin-bottom: 0px;
}

h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */

.image_caption { 
   line-height: 8px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #663333;	
}
ul span, ol span {
	color: #666666;
}
.headers_box a{
	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;

	
}
.headers_box {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	
	
}

.headers_boxonecol a{
	float: left;
	width: 168px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #663333;
	text-indent: 3px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.quicklinkbox {
	background-image: url(/images/quicklinks.jpg);
	float: left;
	height: px;
	width: 166px;
	margin-top: 50px;
	margin-left: 5px;
	background-repeat: no-repeat;
}
.interiortopbarspacer {
	float: right;
	height: 50px;
	width: 135px;
}


.quicklinkstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 155px;
	padding-left: 8px;
	padding-top: 8px;
}

.smallquicklinkstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	line-height: 115%;
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-left: 7px;
	height: 140px;
	background-repeat: no-repeat;
}
.smallquicklinkstitle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	line-height: 115%;
	float: left;
	padding-top: 10px;
	padding-left: 7px;
}
.headers_boxonecol{
	float: left;
	width: 168px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #663333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 3px;
	padding: 0px;
}
.headers_boxonecolline{
	float: left;
	width: 155px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	height: 6px;
	
	
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	
}
input {
	padding:0px;
	border:1px solid #7a1926;
	font: normal 1em Verdana, sans-serif;
	color:#7A1926;
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#7A1926;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #7A1926;
	height:100px;
	display:block;
	color:#7A1926;
}
/* the buttons on site*/

input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #7A1926; 
	padding: 1px 1px; 
	background: #FFF;
	color: #7A1926;
}

/* search */
form.search {
	
	
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0;
	padding: 1px 2px;
	width: 120px;
	background: #7A1926;
	color: #333;
	border: 1px solid #7A1926;
}

/* search button border */
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: 1px solid #7A1926;	
	width: 50px; height: 21px;
}

form.search a { 
   color: #ffffff; 
   font-size: 11px; 
   text-decoration: underline; }



/********************************************
   LAYOUT
********************************************/ 
.emailfriend {
	float: right;
	height: 25px;
	width: 100px;
}
.email_printer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: left;
	line-height: 120%;
	text-decoration: none;
}
.email_printer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: left;
	line-height: 120%;
	text-decoration: none;
}

#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h1#logo-text a {
	color: #FFF;
}
#header h1#logo-text a:hover {
	text-decoration: none;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 5px 0 0 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#breadcrumb {
	clear: both;	
	margin: 0; padding: 0 40px 0 40px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#breadcrumb div, #breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 13px;
}
#breadcrumb a { 
   color: #ffffff; 
   text-decoration: underline; 
}




/* Main Column */
#main {
	float: left;
	width: 72%;
	padding: 0; margin: 0;
	background-color: #ffffff;
}
#main h1 {
	margin-top: 10px;
	margin-bottom: 2px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;
}
#main h1 a {
	color: #88ac0b; 	
	background: none;
}
#main h1 a:hover {
	color: #88ac0b; 
	text-decoration: underline;
}
#main div.content {
	padding: 10px;		
	margin: 0;
}
#main div.not_found {
   padding: 40px;
   text-align:center;
}
div.post-cats { padding-left: 10px; }

.art-info-1 { 
   float: left; 
   width: 380px;
   padding: 0px 0px 10px 10px;
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 0px 0px 10px 0px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;

}

.email {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.gif) no-repeat right center; 
}
.print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.gif) no-repeat right center; 
}
.digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/digg.png) no-repeat right center; 
}



/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}

#sidebar h1 a {
   color: #555;
}
.vidspacer {
	float: left;
	height: 25px;
	width: 266px;
	padding: 5px;
}

#sidebar a.selected { 
   color: #4EBF37; 
}
#sidebar .nav-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}




/* Sidebar - feeds and link management */

#feeds {
   text-align: left;
	font-weight: bold;
	padding-left: 10px; 
	padding-top: 10px; 
	line-height: 20px;
	padding-bottom: 10px; 
}
.rss {
	padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
	background: url(images/webfeed.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_google.gif) no-repeat left center; 
}





/* Sub-category navigation */
#sidebar ul.sidemenu ul {
   margin: 3px 0px 3px 0px;
   padding: 0px;
   margin-left: -8px;
	list-style: none;
}

#sidebar ul.sidemenu ul li {
   font-size: 10px;
   border: none;
}

#sidebar ul.sidemenu ul ul li {
   font-size: 9px;
}



/* optional non-list navigation */

      .altmenu { 
         font-weight: bold; 
         margin: 3px 3px 8px 3px; 
         border-bottom: 1px solid #eeeeee; 
      }
      
      .altmenu div { 
         padding: 2px; 
      }
      
      .catMenu-0 a{
	font-size: small;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2px;
	background-image: url(/images/interiorimages/newsline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 168px;
	text-align: left;
	float: left;
	margin-left: 3px;
	padding-bottom: 0px;
	margin-top: 3px;
}
      .catMenu-1 a{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/interiorimages/newsline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 168px;
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-left: 3px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
      .catMenu-2 a{
	font-size: small;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/interiorimages/newsline.gif);
	background-position: bottom;
	width: 168px;
	text-align: left;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

      .catMenu-3 a{
	font-size: small;
	padding-left: 50px;
	color: #FFFFFF;
}
      .catMenu-4 a{ font-size: 7px;  padding-left: 65px; }
      
      .altmenu div a { 
         padding-left: 20px; 	
         background: url(images/go.gif) no-repeat 0px 0px; 
      }




/* Next/Previous Links */	

#nextlinks { 
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#nextlinks a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #663333;
}


/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px; 
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* Printer Friendly Page classes */
#printer #main {
	padding: 0; margin: 20;
	font-size: 12px;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: underline; }
#printer #main { text-align: left; width: 95%;}


.front_blue_bg {
	background-image: url(/images/frontpage/frontpage_10.jpg);
	background-repeat: no-repeat;
}
.wrapper {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.emailfriend {
	float: right;
	height: 25px;
	width: 100px;
}
.home {
	height: 59px;
	width: 60px;
	color: #FFFFFF;
}
.home a{
	height: 59px;
	width: 60px;
	background-image: url(/images/frontpage/redbar_over_03.jpg);
	background-repeat: repeat-x;
}

.headerbar {
	height: 154px;
	width: 950px;
	background-image: url(/images/frontpage/top_bar.jpg);
	float: left;
	background-repeat: no-repeat;
}




.frontmenubarbox {
	height: 33px;
	width: 950px;
	float: left;
	text-align: left;
}
.frontmenubar {
	background-image: url(/images/frontpage/redbar_02.jpg);
	height: 59px;
	width: 950px;
	float: left;
}

.logobox {
	float: left;
	height: 154px;
	width: 230px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CD9967;
}
.topgraphic {
	float: left;
	height: 101px;
	width: 718px;
	background-image: url(/images/interiorimages/images/interiortop_01_02.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CD9967;
}
.catimagearea {
	float: left;
	height: 180px;
	width: 950px;
	background-color: #4A0F10;

}
.catmenubox {
	height: 435px;
	width: 179px;
	float: left;
	background-color: #663333;
	background-image: url(/images/frontpage/images/menu_shad_05.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.infobg {
	background-image: url(/images/interiorimages/stretcher.jpg);
	background-repeat: repeat-y;
	width: 950px;
	float: left;
	margin-bottom: 3px;
	
}

.onecolinfobottom {
	background-image: url(/images/interiorimages/onecolumnbase.jpg);
	background-repeat: no-repeat;
	width: 950px;
	float: left;
	background-position: bottom;
	margin-bottom: 15px;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E0B992;
	border-right-color: #E0B992;
	border-bottom-color: #E0B992;
	border-left-color: #E0B992;
}
.onecolinfobg {
	background-image: url(/images/interiorimages/stretcher.jpg);
	background-repeat: repeat-y;
	width: 950px;
	float: left;
	margin-bottom: 3px;
	
}


.infobottom {
	background-image: url(/images/interiorimages/columnbase.jpg);
	background-repeat: no-repeat;
	width: 950px;
	float: left;
	background-position: bottom;
	margin-bottom: 15px;
	height: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	
	border-right-color: #E0B992;
	border-bottom-color: #E0B992;
	border-left-color: #E0B992;
}
.content_box {
	height: 435px;
	width: 171px;
	float: left;
	background-color: #663333;
	background-image: url(/images/frontpage/images/menu_shad_05.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-color: e0b992;
	border-bottom-color: #e0b992;
	border-left-color: e0b992;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.infoarea {
	float: left;
	height: 435px;
	width: 547px;
}


/* interior page menu */
.menu_box {
	float: left;
	height: 43px;
	width: 719px;
	
	
	text-align: left;
	
}
.menuline {
	float: left;
	width: 2px;
	height: 25px;
	padding-top: 6px;
	margin-right: 3px;
	margin-left: 3px;
}
.menu_boxmain {
	float: left;
	height: 43px;
	width: 704px;
	background-image: url(/images/interiorimages/images/interiormenustretcher.gif);
	padding-left: 15px;
	text-align: left;
	background-repeat: repeat-x;
	background-color: #7a1926;
}
.interiorinfoarea {
	
	width: 761px;
	float: left;
	border-top-color: #E0B992;
	border-right-color: #E0B992;
	border-bottom-color: #E0B992;
	border-left-color: #E0B992;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
}
.onecolinteriorinfoarea {
	
	width: 650px;
	float: left;
	border-top-color: #E0B992;
	border-right-color: #E0B992;
	border-bottom-color: #E0B992;
	border-left-color: #E0B992;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
}

.homebutton a{
	height: 15px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	float: left;
	padding-top: 14px;
	margin-right: 0px;
	margin-left: 5px;
}
.homebutton a:hover{
	height: 27px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	float: left;
	padding-top: 14px;
	margin-right: 0px;
	margin-left: 5px;
	background-image: url(/images/interiorimages/images/homemenubgover_04.gif);
	background-repeat: repeat-x;
}

.schoolstructureselected a{
	height: 21px;
	width: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	float: left;
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/interiorimages/images/structuremenubgover_04.gif);
	background-repeat: repeat-x;
}
.schoolstructure a{
	height: 19px;
	width: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	float: left;
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.schoolstructure a:hover{
	float: left;
	height: 21px;
	width: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/interiorimages/images/structuremenubgover_04.gif);
	background-repeat: repeat-x;
}
.academicselected a{
	float: left;
	height: 27px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 14px;
	background-image: url(/images/interiorimages/images/academicmenubgover_04.gif);
	background-repeat: repeat-x;
}

.academic a{
	height: 15px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 14px;
}
.academic a:hover{
	float: left;
	height: 27px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 14px;
	background-image: url(/images/interiorimages/images/academicmenubgover_04.gif);
	background-repeat: repeat-x;
	
}
.enrichmentselected a{
	float: left;
	height: 27px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	padding-top: 14px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/interiorimages/images/enrichmenubgover_04.gif);
	background-repeat: repeat-x;
}
.enrichment a{
	float: left;
	height: 27px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	padding-top: 14px;
	margin-right: 0px;
	margin-left: 0px;
}
.enrichment a:hover{
	float: left;
	height: 27px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	padding-top: 14px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/interiorimages/images/enrichmenubgover_04.gif);
	background-repeat: repeat-x;
}
.newsselected a{
	float: left;
	height: 13px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 14px;
	background-image: url(/images/interiorimages/images/newsmenubgover_04.gif);
	background-repeat: repeat-x;
}
.news a{
	float: left;
	height: 15px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 14px;
	
}
.news a:hover{
	float: left;
	height: 13px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 14px;
	background-image: url(/images/interiorimages/images/newsmenubgover_04.gif);
	background-repeat: repeat-x;
}

.admissionsselected a{
	float: left;
	height: 13px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	padding: 14px;
	background-image: url(/images/interiorimages/images/admissionsmenubgover_04.gif);
	background-repeat: repeat-x;
}
.admissions a{
	float: left;
	height: 15px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	padding: 14px;
}
.admissions a:hover{
	float: left;
	height: 13px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	padding: 14px;
	background-image: url(/images/interiorimages/images/admissionsmenubgover_04.gif);
	background-repeat: repeat-x;
}
.communityselected a{
	float: left;
	height: 13px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	padding: 14px;
	background-image: url(/images/interiorimages/images/communitymenubgover_04.gif);
	background-repeat: repeat-x;
}
.community a{
	float: left;
	height: 15px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	padding: 14px;
}
.community a:hover{
	float: left;
	height: 13px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	padding: 14px;
	background-image: url(/images/interiorimages/images/communitymenubgover_04.gif);
	background-repeat: repeat-x;
}

.contactselected a{
	float: left;
	height: 13px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	padding: 14px;
	background-image: url(/images/interiorimages/images/contactmenubgover_04.gif);
	background-repeat: repeat-x;
}

.contact a{
	float: left;
	height: 15px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	padding: 14px;
}
.contact a:hover{
	float: left;
	height: 13px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	padding: 14px;
	background-image: url(/images/interiorimages/images/contactmenubgover_04.gif);
	background-repeat: repeat-x;
}


/* front page menu */

.frontmenuline {
	float: right;
	width: 2px;
	height: 25px;
		padding-top: 6px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 10px;
	background-image: url(/images/interiorimages/images/menuline_07.gif);

}

.frontschoolstructure a{
	height: 19px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 14px;
}
.frontschoolstructure a:hover{
	height: 42px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/frontpage/fschoolover.jpg);
	background-repeat: repeat-x;
}

.frontacademic a{
	height: 19px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	padding-top: 20px;
}
.frontacademic a:hover{
	height: 36px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	background-image: url(/images/frontpage/facademicover.jpg);
	background-repeat: repeat-x;
}

.frontenrichment a{
	float: right;
	height: 15px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;padding-top: 20px;
}
.frontenrichment a:hover{
	float: right;
	height: 36px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;

	background-image: url(/images/frontpage/fenrichcover.jpg);
	background-repeat: repeat-x;
}

.frontnews a{
	float: right;
	height: 15px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	
}
.frontnews a:hover{
	float: right;
	height: 34px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	margin-right: 0px;
	margin-left: 0px;
	
	background-image: url(/images/frontpage/fnewsover.jpg);
	background-repeat: repeat-x;
}


.frontadmissions a{
	float: right;
	height: 15px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	padding-top: 20px;
}
.frontadmissions a:hover{
	float: right;
	height: 36px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	
	background-image: url(/images/frontpage/admissions.jpg);
	background-repeat: repeat-x;
}

.frontcommunity a{
	float: right;
	height: 15px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	padding-top: 20px;
}
.frontcommunity a:hover{
	float: right;
	height: 36px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	
	background-image: url(/images/frontpage/communities.jpg);
	background-repeat: repeat-x;
}



.frontcontact a{
	float: right;
	height: 37px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	padding-top: 20px;
	margin-right: 10px;
}
.frontcontact a:hover{
	float: right;
	height: 36px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 97%;
	
	background-image: url(/images/frontpage/fcontactover.jpg);
	background-repeat: repeat-x;
}
.newsfeedbox {
	height: 50px;
	width: 130px;
	float: left;
}
.newsfeedtitle {
	height: 20px;
	width: 270px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9c1c20;
	text-decoration: none;
}
.newsfeedtitle a{
	height: 20px;
	width: 150px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c1c20;
	text-decoration: none;
	font-weight: bold;
}

.thumbbox {
	float: left;
	clear: left;
	text-decoration: none;
	margin-right: 5px;
}
.thumbbox a{
	float: left;
	clear: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.newsfeedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 135%;
	color: #000000;
	text-align: left;
}
.newsboxes {
	float: left;
	width: 150px;
	
}
.flash_area {
	height: 480px;
	width: 650px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CD9967;	
}
.bluenewsarea {
	height: 470px;
	width: 289px;
	text-align: left;
	float: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CD9967;
	border-left-color: #CD9967;
}
.videocontent {
	float: left;
	height: 221px;
	width: 270px;
	margin-left: 8px;
	
}

.newsfeedbox2 {
	float: left;
	width: 270px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	clear: both;
	height: 65px;
}
.articletitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	text-decoration: none;
	color: #000000;
}
.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	line-height: 140%;
	background-color: #FFFFFF;
}
.articletitles a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	text-decoration: none;
}
.welcomeparabox {
	float: right;
	width: 325px;
	height: 108px;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}
.welcome_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 135%;
}
.welcome_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #9b071f;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
}


.address_box {
	float: right;
	height: 106px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 145%;
	vertical-align: middle;
	padding-top: 12px;
	padding-right: 6px;

	padding-left: 6px;
}
.address_box a{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 145%;
	vertical-align: middle;
}
.address_boxinterior {
	float: right;
	height: 90px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 145%;
	vertical-align: middle;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 30px;
}
.emailaddress a{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 145%;
}
.emailaddress {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 145%;
}
.search_boxtopbar {
	float: right;
	height: 108px;
	width: 145px;
	text-align: left;
	padding-right: 30px;
}
.frontsearch_boxtopbar {
	float: right;
	height: 92px;
	width: 150px;
	text-align: left;
	padding-right: 0px;
	margin-top: 16px;
}
.interiorsearch_boxtopbar {
	float: right;
	height: 90px;
	width: 140px;
	text-align: left;
}
.introparaincludediv {
	float: left;
	height: 99px;
	width: 329px;
	text-align: left;
	padding-top: 8px;
}
.searchbutton {
	height: 25px;
	width: 130px;
	text-align: left;
	float: right;
	
}
.frontsearchbutton {
	height: 25px;
	width: 130px;
	text-align: left;
	float: left;
}
.frontloginbox {
	float: left;
	height: 27px;
	width: 130px;
	margin-left: 0px;
	background-image: url(/images/loginbutton.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 105%;
	margin-top: 5px;
}

#portallogin{
	float: right;
	height: 27px;
	width: 129px;
	margin-left: 0px;
	background-image: url(/images/loginbutton.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	padding-top:4px;
}

#portallogin a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:29px;
	}


.loginbox {
	float: right;
	height: 27px;
	width: 130px;
	margin-left: 0px;
	background-image: url(/images/loginbutton.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 105%;
	margin-top: 5px;
}
.loginbox2 {
	float: left;
	height: 23px;
	width: 125px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 105%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.loginbox2 a{
	float: left;
	height: 23px;
	width: 125px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 105%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.portalloginbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.city_community a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
.portalloginbold a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.mlsline a{
	height: 20px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CD9967;
	text-align: right;
	text-decoration: none;
}
