/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.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;
}


body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	background-color: #FFFFFF;
	margin: 0px;
}
 
/* links */


/* headers */


/* images */

.image_caption { 
   line-height: 10px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h1, h2, h3, {
	padding: 10px;		
	margin: 0;
}
.submitspacer {
	float: left;
	height: 20px;
	width: 77px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #006599;	
}
ul span, ol span {
	color: #666666;
}

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 */
/* searchFIELD */
input {
	border:1px solid #666666;
	color:#777;
	margin-right: 5px;
	margin-top: 0px;
	height: 17px;
	width: 55px;
	margin-top: 0px;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* searchBUTTON */
input.button {
	border: 0px solid #d71c1c;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bolder;
	padding-left: 5px;
	padding-top: 0px;
	height: 20px;
	
}
form {
	
	
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}


/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

form.search a { 
   color: #ffffff; 
   font-size: 11px; 
   text-decoration: underline; }



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 450px;
	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 {
	float: left;
	width: 450px;  
}


/* Main Column */
#main {
	float: left;
	width: 450px;
	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;
}
#sidebar a.selected { 
   color: #4EBF37; 
}


#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 */



/* optional non-list navigation */

     
      
      .catMenu-0 {
	font-size: 1.1em;
	padding-left: 5px;
	text-decoration: none;
}
   .catMenu-1 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	float: left;
	width: 140px;
	line-height: 110%;
	margin-bottom: 10px;
	padding-left: 4px;
}
      .catMenu-1 a{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	float: left;
	width: 140px;
	line-height: 110%;
	margin-bottom: 10px;
	padding-left: 4px;
}
    .catMenu-1 a:hover{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #96EBEB;
	float: left;
	width: 140px;
	line-height: 110%;
	margin-bottom: 10px;
	padding-left: 4px;
}
  .catMenu-1selected {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #96EBEB;
	float: left;
	width: 140px;
	line-height: 110%;
	margin-bottom: 10px;
	padding-left: 4px;
}
      .catMenu-1selected a{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #96EBEB;
	float: left;
	width: 140px;
	line-height: 110%;
	margin-bottom: 10px;
	padding-left: 4px;
}
      .catMenu-2 a{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
      div.catMenu-3 a{
	font-size: 1.1em;
	padding-left: 50px;
	text-decoration: none;
}
      div.catMenu-4 a{ font-size: 1.1em;  padding-left: 65px; }



/* 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006599;
	text-decoration: none;
	width: 100px;
	height: 20px;
}
#nextlinks .next {
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006599;
	text-decoration: none;
	height: 20px;
	width: 100px;
}

#nextlinks a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006599;
}


/* 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%;}


.frontwrapper {
	height: 700px;
	width: 950px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.frontcontentboxes1 {
	float: left;
	height: 200px;
	width: 170px;
	background-color: #0051ba;
	border: 10px solid #FFFFFF;
	z-index: 6;
	position: relative;
}

.frontcontentboxes2 {
	float: left;
	height: 200px;
	width: 360px;
	background-color: #7aa5da;
	border: 10px solid #FFFFFF;
	z-index: 6;
	position: relative;
}
.frontcontentboxes3 {
	float: left;
	height: 200px;
	width: 170px;
	background-color: #4b85cf;
	border: 10px solid #FFFFFF;
	z-index: 6;
	position: relative;
}
.frontcontentboxes4 {
	float: left;
	height: 200px;
	width: 170px;
	background-color: #7AA5DA;
	border: 10px solid #FFFFFF;
	z-index: 6;
	position: relative;
}

.twoboxsurround {
	float: left;
	height: 400px;
	width: 190px;
	background-color: #7AA5DA;
	border: 0px solid #FFFFFF;
}

.frontcontentboxes5 {
	float: left;
	height: 200px;
	width: 160px;
	background-color: #7AA5DA;
	border: 10px solid #FFFFFF;
}
.frontcontentboxes6 {
	float: left;
	height: 200px;
	width: 170px;
	border: 10px solid #FFFFFF;
	background-color: #0051BA;
}
.frontcontentboxes7 {
	float: left;
	height: 405px;
	width: 740px;
	border: 10px solid #FFFFFF;
	margin: 0px;
}
.frontcontentboxes8 {
	float: left;
	height: 200px;
	width: 170px;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
}
.frontcontentboxes9 {
	float: left;
	height: 200px;
	width: 180px;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.frontcontentboxes10 {
	float: left;
	height: 200px;
	width: 180px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.frontcontentboxes11 {
	float: left;
	height: 196px;
	width: 170px;
	background-color: #0051BA;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.topspacer {
	float: left;
	height: 5px;
	width: 150px;
}

.frontcontentboxes12 {
	float: left;
	height: 392px;
	width: 680px;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.frontcontentboxes13 {
	float: left;
	height: 196px;
	width: 170px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.frontcontentboxes14 {
	float: left;
	height: 206px;
	width: 180px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.frontcontentboxes15 {
	float: left;
	height: 206px;
	width: 180px;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.mainoverlay {
	float: left;
	height: 655px;
	width: 950px;
	z-index: 5;
	position: absolute;
	text-align: left;
}
.interiorwrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.interiormainmenu {
	float: left;
	width: 950px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #79AFC9;
	border-left-color: #79AFC9;
}
.headbar {
	height: 186px;
	width: 950px;
	float: left;
	z-index: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #79AFC9;
	border-right-color: #79AFC9;
	border-bottom-color: #79AFC9;
	border-left-color: #79AFC9;
}
.shadow {
	background-image: url(/images/bodybg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
}
.indexcolumn {
	float: left;
	height: 400px;
	width: 170px;
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-image: url(../images/interiorpages/menubg.jpg);
	color: #9cc4d7;
}

.indexheaderbox {
	float: left; 
	height: 37px;
	width: 157px;
	margin-bottom: 5px;
}
.catmenuwhitearea {
	width: 152px;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 15px;

}
.interiorqlinks {
	float: left;
	height: 100px;
	width: 154px;
	text-align: left;
	background-image: url(../images/icons/schoolqlinksinterior.jpg);
	padding-left: 10px;
	padding-top: 0px;
	background-repeat: no-repeat;
	
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-left: 3px;
}

.searchboxsmalla {
	height: 25px;
	width: 54px;
	float: left;
	text-align: center;
	border: 0px solid #999999;
	margin-top: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	
}
.searchboxsmallb {
	height: 25px;
	width: 50px;
	float: left;
	text-align: center;
	border: 0px solid #999999;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	vertical-align: top;
	
}
.Contentcolumn {
	float: left;
	height: 400px;
	width: 167px;
	color: #000000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #79AFC9;
}
.infoarea {
	width: 550px;
	float: left;
	padding-top: 12px;
	padding-left: 12px;
	text-align: left;
}.top_pics {
	float: left;
	height: 186px;
	width: 780px;
	
}
.logo_box {
	float: left;
	height: 186px;
	width: 169px;
	background-color: #0051BA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.mainmenu {
	float: left;
	height: 25px;
	width: 950px;
}
 
.home a{
	float: left;
	height: 21px;
	width: 169px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-image: url(../images/interiorpages/buttons/interiormenu_05.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.home a:hover{
	float: left;
	height: 21px;
	width: 169px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	color: #96EBEB;
	background-image: url(../images/interiorpages/buttons/interiormenu_05_over.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.aboutschool a{
	float: left;
	height: 21px;
	width: 170px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #ffffff;
	background-image: url(../images/interiorpages/buttons/interiormenu_06.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
} 
.aboutschool a:hover{
	float: left;
	height: 21px;
	width: 170px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_06_over.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
} 
.aboutschoolselected {
	float: left;
	height: 21px;
	width: 170px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_06_over.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
} 
.aboutschoolselected a{
	float: left;
	height: 21px;
	width: 170px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_06_over.gif);

} 
.newsevents a{
	float: left;
	height: 21px;
	width: 304px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-image: url(../images/interiorpages/buttons/interiormenu_07.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.newsevents a:hover{
	float: left;
	height: 21px;
	width: 304px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-repeat: repeat-x;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_07_over.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.newseventsselected {
	float: left;
	height: 21px;
	width: 304px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-repeat: repeat-x;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_07_over.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.newseventsselected a{
	float: left;
	height: 21px;
	width: 304px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-repeat: repeat-x;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_07_over.gif);
	
}
.contactus a{
	float: left;
	height: 21px;
	width: 304px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-image: url(../images/interiorpages/buttons/interiormenu_08.gif);
	
}
.contactus a:hover{
	float: left;
	height: 21px;
	width: 304px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-repeat: repeat-x;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_08_over.gif);	
}
.contactusselected {
	float: left;
	height: 21px;
	width: 304px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-repeat: repeat-x;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_08_over.gif);	
}
.contactusselected a{
	float: left;
	height: 21px;
	width: 304px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-repeat: repeat-x;
	color: #96ebeb;
	background-image: url(../images/interiorpages/buttons/interiormenu_08_over.gif);	
}

.mlsbox {
	height: 20px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
	float: left;
}
.mlsline a{
	height: 20px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
	float: right;
}
.searchfield {
	margin-right: 10px;
	margin-left: 20px;
	float: left;
}

.search {
	float: right;
	height: 27px;
	width: 284px;
	background-image: url(../images/mainmenu/images/menu_06.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}
.headlinesmain {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	color: #006599;
	text-decoration: none;
	float: left;
	width: 150px;
	margin-left: 4px;
	padding-left:0px;
	background-color: #FFFFFF;
	line-height: 1.6em;
	padding-bottom: 3px;
}
.headlinesmain a{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	color: #006599;
	text-decoration: none;
	float: left;
	width: 150px;
	margin-left: 4px;
	padding-left:0px;
	background-color: #FFFFFF;
	line-height: 1.2em;

	padding-bottom: 3px;
}
.mainbg {
	width: 950px;
	float: left;
	height: 100%;
	background-image: url(../images/bground.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #79AFC9;
	border-bottom-color: #79AFC9;
	border-left-color: #79AFC9;
}
.mainbglogin {
	width: 950px;
	float: left;
	height: 100%;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #79AFC9;
	border-bottom-color: #79AFC9;
	border-left-color: #79AFC9;
}
.frontpara {
	float: left;
	height: 150px;
	width: 330px;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
}
.front_article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration: none;
	text-align: left;
	line-height: 130%;
}
.frontarticletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	
}
.contacttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;

}
.homepagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}
.homepagetitles a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
}
.contactdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}
.contactdetails a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}

.contacttitle_box {
	float: left;
	height: 18px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}

.contacttitles_box {
	float: left;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 5px;
}


.title_boxwelc {
	float: left;
	height: 45px;
	width: 150px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	
}
.title_boxwelc a{
	float: left;
	height: 45px;
	width: 150px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	
}
.title_boxwelc a:hover{
	float: left;
	height: 45px;
	width: 150px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #7AA5DA;
	text-decoration: none;
	
}
.title_boxwelb a{
	float: left;
	height: 30px;
	width: 150px;
	margin-left: 5px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	
}
.title_boxwelb a:hover{
	float: left;
	height: 30px;
	width: 150px;
	margin-left: 5px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #7AA5DA;
	text-decoration: none;
	
}
.title_box1 {
	float: left;
	height: 22px;
	width: 160px;
	
	margin-left: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	
}
.title_box1 a{
	float: left;
	height: 22px;
	width: 120px;
	
	margin-left: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	
}
.title_box1 a:hover{
	float: left;
	height: 22px;
	width: 150px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #7AA5DA;
	text-decoration: none;
	
}
.inputbox {
	float: right;
	height: 20px;
	width: 70px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	
}
.inputboxa {
	float: left;
	height: 20px;
	width: 50px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	
}
.title_box {
	float: left;
	height: 28px;
	width: 150px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	
}
.title_box a{
	float: left;
	height: 28px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 0px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
}
.title_boxa {
	float: left;
	height: 28px;
	width: 150px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	
}
.title_boxa a{
	float: left;
	height: 28px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 0px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
}
.title_boxb {
	float: left;
	height: 28px;
	width: 150px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	
}
.title_boxb a{
	float: left;
	height: 28px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 0px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
}
.title_boxc {
	float: left;
	height: 28px;
	width: 80px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	text-align: center;	
}
.title_boxc a{
	float: left;
	height: 28px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	text-align: center;
}

.headlinestitle_box {
	float: left;
	height: 22px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	
}
.headlinestitle_box a{
	float: left;
	height: 22px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	
}
.newstitle_box {
	float: left;
	height: 22px;
	width: 150px;
	vertical-align: bottom;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #FFFFFF;
	text-decoration: none;
	
}

.newstitle_box a{
	float: left;
	height: 22px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #FFFFFF;
	text-decoration: none;
}
.newstitle_box a:hover{
	float: left;
	height: 22px;
	width: 150px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #7AA5DA;
	text-decoration: none;
}


.frontarticle_title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	height: 30px;
	width: 150px;
	margin-bottom: 5px;
}
.frontarticle_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	float: left;
	height: 30px;
	width: 150px;
	margin-bottom: 5px;
}
.frontarticle_title a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7AA5DA;
	text-decoration: none;
	vertical-align: bottom;
	height: 30px;
	width: 150px;
	margin-bottom: 5px;
}
.qlinkstext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 120%;
}
.qlinkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 120%;
}.borderwrap {
	height: 750px;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/frontpage_background.gif);
	background-repeat: no-repeat;
}
.searchboxfront {
	height: 35px;
	width: 160px;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-left: 10px;
	vertical-align: top;
	
}
.searchbox {
	height: 35px;
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-left: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}

.quicklinksbox {
	float: left;
	width: 154px;

	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	margin-top: 10px;
}
.smallquicklinktitlesbox {
	float: left;
	height: 20px;
	width: 154px;
	text-align: left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: none;
}
.smallquicklinktitlesbox a{
	float: left;
	height: 20px;
	width: 154px;
	text-align: left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: none;
}
.smallquicklinktitlesbox a:hover{
	float: left;
	height: 20px;
	width: 154px;
	text-align: left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #255E8B;
	text-decoration: none;
}
.quicklinkstitlebox {
	float: left;
	width: 154px;
	text-align: left;
	margin-bottom: 7px;
	margin-top: 7px;
}
.quicklinktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #FFFFFF;
	text-decoration: none;
	}
.quicklinktitlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	}
.quicklinktitlesmall a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	}
	.articletitlessearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006599;
	text-decoration: none;	
	}
	.articletitlessearch a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006599;
	text-decoration: none;	
	}
	.articletitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #006599;
	text-decoration: none;	
	}
	.articletitles a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #006599;
	text-decoration: none;	
	}
.disclaimer a{
	float: left;
	height: 20px;
	width: 90px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
}
.disclaimer {
	float: left;
	height: 20px;
	width: 90px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
}
