/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

.content
{
	float: left;
	padding: 10px;
	width: 500px;
}

.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}

.articletitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}

.articletitles a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}
.spacer {
	height: 15px;
	width: 15px;
}
.buttontextarea {
	height: 20px;
	width: 100px;
}
.frontmenutextbox {
	float: right;
	margin-left: 15px;
}

.frontmenutextbox a{
	float: right;
}

.emailfriend {
	float: right;
	height: 23px;
	width: 100px;
	padding: 2px;
}
.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;
}
.quicklinktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #FFFFFF;
	text-decoration: none;
	}

	
.headers_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
.headers_title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
.welcome_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 142%;
}
.welcome_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3D76A3;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
}

.introparaincludediv {
	float: left;
	width: 180px;
	text-align: left;
	padding-top: 8px;
	margin-left: 5px;
	height: 260px;
}
.headers_box {
	width: 159px;
	text-align: left;
	text-decoration: none;
	background-color: #CDDEE2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
}

.infoareabg {
	float: left;
	width: 950px;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	height: 100%;
	background-image: url(../images/interiorcolumnsbg.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3D76A3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3D76A3;
	border-bottom-color: #3D76A3;
}

.contents {
	float: left;
	height: 450px;
	width: 165px;
	clear: right;
	text-align: left;
	background-color: #dae9e2;
	margin-right: 10px;
}
.catmenu {
	height: 450px;
	width: 199px;
	float: left;
	left: 0px;
	text-align: left;
	background-color: #FEBE5D;

}
.contentbox {
	float: left;
	height: 25px;
	width: 570px;
}
body {
	font-size:62.5%;
	color: #333;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	background-color: #FDD8A1;
	background-image: url(../images/front.gif);
	background-repeat: repeat-x;
}
img {
	border: 0px ;
}
/* links */
a:hover, a{
	font-family: Arial, Helvetica, sans-serif;
	color: #255E8B;
	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 */

.image_captiongallery {
	line-height: 10px;
	font-size: 10px;
	text-align: left;
	height: 25px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.image_caption {
	line-height: 10px;
	font-size: 10px;
	text-align: left;
	
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
h1, h2, h3, p {
	padding: 0px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #FEBE5D;	
}
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 */

/* searchBOX */
.searchbox {
	height: 25px;
	width: 190px;
	float: left;
	text-align: center;
	border: 0px solid #999999;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-left: 5px;
	vertical-align: top;
}
.searchboxsmall {
	height: 25px;
	width: 85px;
	float: left;
	text-align: center;
	border: 0px solid #999999;
	margin-top: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
/* searchFIELD */
input {
	border:1px solid #666666;
	color:#777;
	margin-right: 5px;
	margin-top: 0px;
	height: 17px;
	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:140px;
	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
********************************************/ 
.thumbbox {
	float: left;
	clear: left;
	text-decoration: none;
	margin-right: 5px;
}

.newsfeedbox2 {
	float: left;
	width: 500px;
	margin-right: 3px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
}

.newsfeedtitle {
	height: 20px;
	width: 500px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #9c1c20;
	text-decoration: none;
	margin-bottom: 15px;
}
.newsfeedtext {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
}
.infoarea {
	width: 500px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	_margin-left: 5px;
	float: left;
	
	
}

.wrap {
	min-width: 790px;
	max-width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	background-repeat: repeat-y;
	background-position: center top;
}
.topbar {
	height: 190px;
	min-width: 790px;
	max-width: 950px;
	background-color: #FFFFFF;
	width: 950px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D76A3;
	border-left-color: #3D76A3;
}
.midarea {
	height: 300px;
	width: 550px;
	float: left;
}
.frontpagemenu {
	float: left;
	height: 22px;
	width: 200px;
	text-align: left;
	text-decoration: none;
	background-repeat: no-repeat;		
}
.frontpagemenu a{
	float: left;
	height: 22px;
	width: 200px;
	text-align: left;
	text-decoration: none;
	background-repeat: no-repeat;		
}

.frontpagemenuselected {
	float: left;
	height: 22px;
	width: 200px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 0px;
	line-height: 1.7em;
	font-size: 1.1em;	
}
.logobar {
	height: 80px;
	width: 548px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.assoclogobox {
	background-color: #FFFFFF;
	float: left;
	height: 80px;
	width: 182px;
}
.logobox {
	background-color: #FFFFFF;
	float: left;
	height: 190px;
	width: 200px;
}
.menubox {
	background-color: #3d76a3;
	float: right;
	height: 190px;
	width: 200px;
}
.flashbox {
	height: 190px;
	width: 500px;
  	
	
	float: left;
}




.frontleft_column {
	float: left;
	height: 440px;
	width: 200px;
	background-color: #febe5d;
}
.frontmid_section {
	float: none;
	height: 440px;
	width: 948px;
	background-color: #FFFFFF;
	width: 950px;
	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: #3D76A3;
	border-bottom-color: #3D76A3;
	border-left-color: #3D76A3;
}
.frontmiddlecolumn {
	height: 400px;
	min-width: 550px;
  	max-width: 760px;
}

.frontrightcolumn {
	height: 440px;
	width: 199px;
	float: right;
	background-color: #FFFFFF;
	color: #3D76A3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #255E8B;
	margin: 0px;
	padding: 0px;
}




#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;
}
#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: 0px 0px 0px 0px; 
      
      }
      
      .altmenu div { 
         padding: 0px; 
      }
        div.catMenu-0 {
	font-size: 11px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 184px;
	background-image: url(../images/frontpagegraphics/orangebutton.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 190%;	
}    
      div.catMenu-0 a{
	font-size: 11px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 184px;
	background-image: url(../images/frontpagegraphics/orangebutton.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 190%;	
}

      div.catMenu-0 a:hover{
	font-size: 11px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 184px;
	background-image: url(../images/frontpagegraphics/orangebuttonover.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 190%;
	text-indent: 20px;
}
           div.catMenu-0selected {
	font-size: 11px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 184px;
	background-image: url(../images/frontpagegraphics/orangebuttonover.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 190%;
	text-indent: 20px;
}
	  div.catMenu-0selected a{
	font-size: 11px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 184px;
	background-image: url(../images/frontpagegraphics/orangebuttonover.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 190%;
	text-indent: 20px;
}
      div.catMenu-1 {
	font-size: 10px;
	padding-left: 0px;
	float: left;
	height: 25px;
	width: 179px;
	background-image: url(../images/frontpagegraphics/orangebutton.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
		line-height: 190%;	

}
      div.catMenu-1 a{
	font-size: 1.2em;
	padding-left: 0px;
	float: left;
	height: 25px;
	width: 179px;
	background-image: url(../images/frontpagegraphics/orangebutton.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
		line-height: 190%;	

}
      div.catMenu-1 a:hover{
	font-size: 1.2em;
	padding-left: 0px;
	float: left;
	height: 25px;
	width: 179px;
	background-image: url(../images/frontpagegraphics/orangebuttonover.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 190%;
	text-indent: 20px;
}
      div.catMenu-1selected{
	font-size: 1.1em;
	padding-left: 0px;
	float: left;
	height: 25px;
	width: 179px;
	background-image: url(../images/frontpagegraphics/orangebuttonover.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 190%;
	text-indent: 0px;
}
     div.catMenu-1selected a{
	font-size: 1.1em;
	padding-left: 0px;
	float: left;
	height: 25px;
	width: 179px;
	background-image: url(../images/frontpagegraphics/orangebuttonover.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 190%;
	text-indent: 0px;
}
      div.catMenu-2 { font-size: 9px;  padding-left: 35px; }
      div.catMenu-3 { font-size: 8px;  padding-left: 50px; }
      div.catMenu-4 { font-size: 7px;  padding-left: 65px; }
      
      .altmenu div a { 
         padding-left: 20px; 	
       
      }




/* Next/Previous Links */	

#nextlinks {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: 25px;
	width: 500px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#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; }
.thankyoutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.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%;}
.welcomepic_box {
	float: left;
	height: 132px;
	width: 199px;
}

.addressbox {
	height: 80px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	text-align: left;
	line-height: 160%;
}
.addressspacer {
	float: left;
	height: 160px;
	width: 190px;
}

.mlsline {
	height: 20px;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: right;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 5px;
}
.mlsline a{
	height: 20px;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: right;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 5px;
}
.quicklinksbox {
	float: left;
	width: 175px;
	background-color: #F1A93B;
	text-align: left;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 10px;
}
.smallquicklinktitlesbox {
	float: left;
	height: 20px;
	width: 165px;
	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: 165px;
	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: 165px;
	text-align: left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #255E8B;
	text-decoration: none;
}
quicklinkstitlebox {
	float: left;
	width: 175px;
	text-align: left;
	margin-bottom: 7px;
	margin-top: 7px;
}
.mlsline2 {
	height: 20px;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: right;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 5px;
}
.mlsline2 a{
	height: 20px;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: right;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 5px;
}
