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

/* Top Elements */

body {
	
	text-align: center;

	margin: 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
}

/* links */

.rss_feed {
	float: right;
	height: 25px;
	width: 110px;
	margin-top: 3px;
	margin-left: 0px;
	vertical-align: top;
}
.rss_words {
	float: right;
	height: 17px;
	width: 50px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 12px;
}
.rss_words a{
	float: right;
	height: 17px;
	width: 60px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-left: 5px;
		line-height: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
td p {
	margin: 0px;
	padding: 0px;

}
.rss_logo {
	float: right;
	height: 22px;
	width: 22px;
}
.emailfriend {
	float: right;
	height: 43px;
	width: 105px;
	padding: 2px;
}
.email_printer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	text-align: left;
	line-height: 0.9em;
	text-decoration: none;
}
.email_printer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	text-align: left;
	line-height: 0.9em;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.image_caption { 
   line-height: 10px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h1, h2, h3,  {
	padding: 10px;		
	margin: 0;
}
ul, ol {

}
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 */
form {
	margin:0px; padding: 0px;

}
.formfield2  {
	height: 25px;
	width: 90px;
}
.formfield  {
	height: 20px;
	width: 150px;
		color:#000000;
		font: normal 1em Arial, sans-serif;
}
.formfield:hover, formfield:focus, formfield:hover, formfield:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
		color:#000000;
		font: normal 1em Arial, sans-serif;

}
/* searchfield */
input {
height: 20px;
	padding:1px;
	border:1px solid #e7c1cf;
	color:#000000;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus, textarea:hover, textarea:focus {

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

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

	width:150px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #e7c1cf;
	height:100px;
	display:block;
	color:#000000;
}
.formtextarea:hover, formtextarea:focus, formtextarea:hover, formtextarea:focus {
width:150px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border-color:#c5c5c5;
	background:#f6f6f6;
	height:100px;
	display:block;
	color:#777;
		color:#000000;
} 
textarea {

	width:200px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #862B4C;
	height:100px;
	display:block;
		color:#000000;
}
input.button {
	margin: 0;
	border: 1px solid #CCC;
	padding: 1px 1px;
	color: #FFFFFF;
	width: 30px;
	height:20px;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-color: #852A4B;
}

/* 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: 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;
	font-family: Arial, Helvetica, sans-serif;
}

.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%;
	font-family: Arial, Helvetica, sans-serif;
}
.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 .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; 
    
      }
      
      .altmenu div { 
         padding: 2px; 
      }
      
      div.catMenu-0 { font-size: 11px; padding-left: 0px;  }
      
	  
	  .catMenu-1 { font-size: 0.7em; padding: 0px;
	
  color: #000000; }
  
    .catMenu-1 a{ font-size: 0.7em; padding: 0px;
 
  color: #000000; }
  
	  .catMenu-1selected {
	font-size: 0.7em;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #862b4c;
	text-decoration: none;
}
  .catMenu-1selected a{
	font-size: 0.9em;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #862B4C;
	text-decoration: none;
}	  
 .catMenu-2 a{ font-size: 0.7em; padding: 0px;
 
  color: #000000;
  }
  .catMenu-2 { font-size: 0.7em; padding: 0px;
	
  color: #000000;
  }
	  .catMenu-2selected {
	font-size: 0.7em;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #862b4c;
	text-decoration: none;
}
  .catMenu-2selected a{
	font-size: 0.9em;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #862B4C;
	text-decoration: none;
}
	   .catMenu-3 a{ font-size: 0.6em; padding-left: 10px;
 
  color: #000000;
  }
  .catMenu-3 { font-size: 0.6em; padding-left: 10px;
	
  color: #000000;
  }
	  .catMenu-3selected {
	font-size: 0.6em;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #862b4c;
	text-decoration: none;
}
  .catMenu-3selected a{
	font-size: 0.8em;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #862B4C;
	text-decoration: none;
}
	  
   
     
      div.catMenu-4 { font-size: 7px;  padding-left: 65px; }
      
      .altmenu div a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	
	text-decoration: none;        
      }




/* Next/Previous Links */	
.next{
	color: #862B4C;
}
.prev {
	color: #862B4C;
}
.next a{
	color: #862B4C;
}
.prev a{
	color: #862B4C;
}


#nextlinks { 
width: 100%;
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}


#nextlinks .prev {
	text-align: left;
	float: left;
	color: #862B4C;
}
#nextlinks .next {
	text-align: right;
	float: right;
	color: #862B4C;
}

#nextlinks a { 
   text-decoration: underline;
}


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


.homepagewrap {
	height: 100%;
	width: 100%;
	background-color: #862b4c;
	position: absolute;
left:0px;
	
}
.topbar {
	height: 171px;

	min-width:1000px;
	text-align: center;
	background-image: url(/images/images/topbar_bg_03.jpg);
	background-repeat: repeat-x;
	
}
.bottombar {
	background-color: #862B4C;
	height: 150px;
	width: 100%;
	border-bottom-color: #862B4C;
	position:absolute;
bottom:0px;
left:0px;
}


.homeflasharea {
	margin: 0;
	text-align:center;
	width:99.5%;
	height:70%;
	max-height:580px;
	min-width:800px;
	overflow:hidden;
	z-index: 2;
	clear: both;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #862B4C;
	border-left-color: #862B4C;
}
.interiorflasharea {

	margin: 0;
	text-align:center;
	width:100%;
	height:255px;
	max-height:200px;
	min-width:800px;
	overflow:hidden;
	z-index: 2;
	clear: both;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #862B4C;
	border-left-color: #862B4C;
}
.infoareabg {
	float: left;
	width: 99.5%;
	background-repeat: repeat-y;

	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #862B4C;
	border-bottom-color: #862B4C;
	border-left-color: #862B4C;
	

}
.edgegrovefooterinterior {
	height: 20px;
	width: 99.5%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #862B4C;
	border-right-color: #862B4C;
	border-bottom-color: #862B4C;
	border-left-color: #862B4C;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	line-height: 1.2em;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #862B4C;
	float: left;
}
.edgegrovefooter {
	height: 20px;
	width: 99.5%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	text-align: left;
	line-height: 1.2em;
	padding-top: 3px;
}

.leftaddressbox {
	float: left;
	height: 113px;
	width: 180px;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	line-height: 0.9em;
}
.leftaddressboxholder {
	float: left;
	height: 35px;
	width: 180px;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 1em;
}
.topleftwrap {
	height: 171px;
	width: 200px;
	
	z-index: 20;
	float: left;
	left: 0px;
	top: 0px;

}
.topleftcurve2 {
	float: left;
	height: 51px;
	width: 140px;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(/images/images/leftmenucurve_05.jpg);	
}

.loginarea {
	float: right;
	height: 171px;
	width: 147px;
}
.outerlogoarea {
	height: 171px;
	float: left;
	width: 880px;
	margin-left: -415px;  /***  width / 2   ***/
	position: absolute;
	/***  height / 2   ***/
  left: 50%;
	
	
}
.logobox {
	height: 170px;

	margin-right: auto;
	margin-left: auto;
}
.menuarea {
	float: left;
	height: 35px;
	margin-right: auto;
	margin-left: -20px;
	width: 880px;
	margin-top: 10px;
	z-index: 10;
}
.menuareaprivate {
	float: left;
	height: 35px;
	
	margin-left: -180px;
	width: 350px;
	margin-top: 10px;
	position: absolute;
	/***  height / 2   ***/
  left: 50%;	
}
.addresstext {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 0.75em;
}
.addresstext a{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 1em;
}
.interioraddresstext {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.1em;
	color: #862B4C;
	text-decoration: none;
	text-align: left;
	font-size: 0.8em;
}


.quicklinksbox {
	float: right;
	height: 110px;
	width: 14.1%;
	background-color: #FFFFFF;
	margin-right: 3px;
	line-height: 210%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: left;
}
.quicklinksinteriorbox {
	float: left;
	height: 130px;
	width: 99.5%;
		background-color: #ffffff;
	margin-right: 3px;
}
.quicklinksinteriorboxonecol {
	float: left;
	height: 130px;
	width: 99.5%;
		background-color: #ffffff;
	margin-right: 3px;
}
.qlinkbar {
	float: left;
	height: 39px;
	width: 100%;
	background-image: url(/images/barbg_22.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	line-height: 260%;
}
.qlinktextbox {
	float: left;
	height: 71px;
	width: 100%;
	line-height: 0.9em;
	
}

.mainnav li{
	display: inline;
	float: left;
	height: 25px;
	width: 100px;
	text-align: center;
}


.topleft {
	height: 39px;
	width: 75px;
	z-index: 10;
	position: absolute;
	
}
.home {
	float: left;
	height: 30px;
	width: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.home a{
	float: left;
	height: 30px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.home a:hover{
	float: left;
	height: 30px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/homeover.jpg);
}
.about {
	float: left;
	height: 30px;
	width: 119px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.about a{
	float: left;
	height: 30px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.about  a:hover{
	float: left;
	height: 30px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
		color: #862B4C;
	text-decoration: none;
	background-image: url(/images/about.jpg);
}
.aboutselected  a{
	float: left;
	height: 30px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
		color: #862B4C;
	text-decoration: none;
	background-image: url(/images/about.jpg);
}
.preprep {
	float: left;
	height: 30px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.preprep a{
	float: left;
	height: 30px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.preprep a:hover{
	float: left;
	height: 30px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/preprep.jpg);
}
.preprepselected a{
	float: left;
	height: 30px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/preprep.jpg);
}
.prep {
	float: left;
	height: 30px;
	width: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.prep a{
	float: left;
	height: 30px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.prep a:hover{
	float: left;
	height: 30px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/prep.jpg);
}
.prepselected a {
	float: left;
	height: 30px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/prep.jpg);
}
.boarding {
	float: left;
	height: 30px;
	width: 79px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.boarding a{
	float: left;
	height: 30px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.boarding a:hover{
	float: left;
	height: 30px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/boarding.jpg);
}
.boardingselected a{
	float: left;
	height: 30px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/boarding.jpg);
}
.dept {
	float: left;
	height: 30px;
	width: 87px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.dept a{
	float: left;
	height: 30px;
	width: 87px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.dept a:hover{
	float: left;
	height: 30px;
	width: 87px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/preprep.jpg);
}
.deptselected a{
	float: left;
	height: 30px;
	width: 87px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/preprep.jpg);
}
.thearts {
	float: left;
	height: 30px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.thearts a{
	float: left;
	height: 30px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.thearts a:hover{
	float: left;
	height: 30px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/about.jpg);
}
.theartsselected a{
	float: left;
	height: 30px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/about.jpg);
}
.news {
	float: left;
	height: 30px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.news a{
	float: left;
	height: 30px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.news a:hover{
	float: left;
	height: 30px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/news.jpg);
}
.newsselected a{
	float: left;
	height: 30px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/news.jpg);
}
.contact {
	float: left;
	height: 30px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.contact a{
	float: left;
	height: 30px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.contact a:hover{
	float: left;
	height: 30px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/contact.jpg);
}
.contactselected a{
	float: left;
	height: 30px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #862B4C;
	text-decoration: none;
	background-image: url(/images/contact.jpg);
}
.column4 {
	float: left;
	width: 99.5%;
	background-repeat: repeat-y;
	
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #862B4C;
	border-bottom-color: #862B4C;
	border-left-color: #862B4C;
	

}

.doublelinebox {
	
	height: 19px;
	width: 100%;
	background-image: url(../images/doubleline.jpg);
}
.doublelinespacer {
	
	height: 19px;
	width: 80%;
}

.catheader {
	float: left;
	height: 40px;
	width: 100%;
	background-image: url(../images/sectionheader.jpg);
	line-height: 260%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	
}
.menuwrap {
	float: left;
	width: 99.5%;
	background-repeat: repeat-x;
	
	
}
.headerwrap {
	float: left;
height: 75%;
	width: 99.5%;

	background-repeat: repeat-x;
	
	
}
.headercurve {
	float: left;
	height: 19px;
	width: 14%;
	line-height: 210%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #862B4C;
	text-decoration: none;
	font-weight: normal;
	background-repeat: repeat-x;
	background-image: url(/images/doubleline.jpg);
}
.catcurve {
	float: left;
	height: 19px;
	width: 15%;
	line-height: 210%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #862B4C;
	text-decoration: none;
	font-weight: normal;
	background-repeat: repeat-x;
	background-image: url(/images/catbg.jpg);
}
.barspacer {
	float: left;
	height: 35px;
	width: 12px;
}
.contentheader {
	float: left;
	height: 40px;
	width: 100%;
	background-image: url(../images/contentheader.jpg);
	line-height: 260%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-repeat: repeat-x;
	margin-bottom: 13px;
}

.article_text {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
}
.article_text a{
	color: #862B4C;	
	
}
.contact {
	float: left;
	height: 30px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.content{
	float: left;
	padding: 10px;
	width: 100%;
}
.onecolcontent{
	float: left;
	padding: 10px;
	width: 130%;
}
.column1 {
	width: 15%;
	float: left;
	left: 0px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A96B82;
	background-color: #c495a7;
	
}
.column2 {
	float: left;
	width: 14%;
	clear: right;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1B198;
	background-color: #E6D0A9;
}
.column3 {
	float: left;
	width: 60%;

	text-align: left;
	vertical-align: top;
	padding: 0px;
	
	margin-left: 5px;
	margin-left: 5px;
}
.column5 {
	float: left;
	width: 90%;

	text-align: left;
	vertical-align: top;
	padding: 0px;
	
	margin-left: 5px;
	margin-left: 5px;
}
.bottomcurve {

	height: 19px;
	width: 99.5%;
	background-image: url(/images/doubleline.jpg);
	background-repeat: repeat-x;
}
.columncurves {
	float: left;
	height: 19px;
	width: 216px;
}
.gallerytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
.headers_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
.headers_title, .headers_title2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
.headers_box a{
	width: 87%;
	text-align: left;
	text-decoration: none;
	
	margin-bottom: 4px;
		text-decoration: none;
}
.headers_box {
	width: 87%;
	text-align: left;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 4px;
		text-decoration: none;
}
.articletitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #862B4C;
	text-decoration: none;	
}

.articletitles a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #862B4C;
	text-decoration: none;	
}

.qlinktext {

	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	clear: left;
}

.qlinktext a{
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;	
	
}

.mlsbox {
	float: right;
	height: 20px;
	width: 250px;
	text-align: right;
	
}

.mlsline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #862B4C;
	text-decoration: none;
}
.mlsline a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #862B4C;
	text-decoration: none;
}
.homemlsline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
}
.homemlsline a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
}
.tickerbox {
	float: left;
	height: 25px;
	width: 100%;
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-top: 2px;
	margin-right: 2px;
	

}

.loginbtn
{
position: absolute;
font-size: 10px;
left: 10px;
}
.tickerbox a{
	float: left;
	height: 25px;
	width: 100%;
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-top: 2px;
	margin-right: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #862B4C;

}
.Straplinebox {
	float: left;
	height: 35px;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 25px;
	margin-left: 0px;
}
.straplinespacer {
	float: left;
	width: 12%;
	height: 35px;
}

.smallwrap {
	float: left;
	height: 108px;
	width: 85%;
}
.secondwrap {
	height: 120px;
	width: 100%;
}
.searchbox {
	height: 30px;
	width: 180px;
	float: left;
	text-align: left;
	border: 0px solid #999999;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
.searchboxsmalla {
	height: 25px;
	width: 80px;
	float: left;
	text-align: center;
	border: 0px solid #999999;
	margin-top: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	vertical-align: top;
}
.hometop {
	height: 15px;
	width: 80px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
.searchboxsmallb {
	height: 25px;
	width: 40px;
	float: left;
	text-align: right;
	border: 0px solid #999999;
	margin-top: 2px;
	margin-right: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}

.sectionwrap {
	float: left;
	height: 35px;
	width: 80px;
}
.forminfobox {
	float: left;
	height: 80px;
	width: 150px;
	text-align: left;
	margin-left: 10px;
	margin-top: 15px;
}
.formcol3captcha {
	float: left;
	height: 110px;
	width: 180px;
	margin-left: 20px;	

}

.headers_title2
{
font-size: 16px;
}