BODY {
	background-color : #D9E9DE;
	color : #2F4F4F;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin-top: 0%;
	margin-left: 0%;
}

A:LINK, A:VISITED {
	color : #2F3E4F;
	font-weight: normal;
	text-decoration : underline;
}

A:HOVER {
	color : #2F4F3F;
	text-decoration : none;
}

H1 {
	color : #3F2F4F;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size : 1.1em;
	margin-bottom: 0px;
}

H2 {
	color : #3F2F4F;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size : 1.1em;
}

H3 {
	color : #3F2F4F;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size : 1.2em;
}

H4 {
	font-family : Verdana, Tahoma,  sans-serif;
	color : #3F2F4F;
	font-weight: bold;
	font-size : .9em;
	
}

H5 {
	color : #3F2F4F;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size : 1.1em;
	font-weight : 600;
}

H6 {
	color : #4F2F3F;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size : .9em;
	}

TD {
	color : #2F4F4F;
	font-family : Verdana, Tahoma,  sans-serif;
	background-color: #D9E9DE;
	}
	
/*This is for the home page */

#featured_image { 
	clear:both;
	border: 1px solid #DEE5EE;/**/
	width: 350px;
	height: 263px; 
	overflow:hidden; }

#featured_nav ul { padding: 0; list-style-type: none; }
#featured_nav ul li { 
	float: right;
	display: inline; 
	width: 85px; 
	border: 1px solid #DEE5EE;
	border-left: 2px solid #FCFDFF; }
#featured_nav ul li a { 
	display: block;
	padding: 5px 0; 
	text-align:center; 
	background: transparent url(_Graphics_2009/bgr_blue.jpg) repeat-x 0 0;
	text-decoration:none;
	font-size: 100%;
}
#featured_nav ul li a:hover { 
	background: transparent url(_Graphics_2009/bgr_gray.jpg) repeat-x 0 0;
	color: #2F4F3F;
}
	
	
	/*This is used to set Horizontal Line Properties */
.HLine  {
width: 80%;
color: #4F2F3E;
 height: 2px;
}

/*This is used to set Border properties */
.TableBorder  { border: 2px solid #FFFFFF;
 }
 
 /*This is used to set lighter color border properties */
.LightTableBorder  { border: 1px solid #D9E9DE;
 }
 
/*This is used to set cell border properties */
.CellBorder  { 
border-top: 1px solid #D9E9DE;  
border-bottom: 1px solid #D9E9DE; 
 } 
 
 
 /* Used to understate text*/
.Understate {
		color: #4F2F3E;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .8em;
}

/* Used to shade background of tables*/
.TableBackground {
		background-color: #D9E9DE;
}

/* Used to shade background of Page's Title Bar*/
.TitleBar {
		background-color: #D9E9DE;
		color: #2F4F3F 
}

/* Used to shade background of tables*/
.CellBackground {
		background-color: #2f4f3f;
		color:  #ffffff;
		font-size: .85em;
		font-weight:  bold;
}

/* Used to shade background of table*/
.Update {
       background-color: #ffffff;
}


/* Used as border between property inserts */
.InsertBorder {
	background-image:url(_Graphics_2011/bottom-border.jpg);
   height:10px;
	margin-top:0px;
	margin-bottom:0px;
}

/* Remove Address Fields from Slideshow & Showcase  */ 
#IDX-addressLine {display:none; }

.IDX-showcaseAddress {display: none; }
