/**********************************/
/* SHARED CLASSES FOR HOME PAGES  */
/**********************************/
	#where_to_find_us_left {
	
		float: left;
		
		padding-top: 40px;
		margin-left: 30px;
			
	}
	
		
	#where_to_find_us_right {
	
		float: left;
		
		padding-top: 35px;
		margin-left: 19px;

	}
	
	#contact {
	
		float: left;
	
		padding-top: 50px;
		margin-left: 10px;
		
	}
	
	#latest_news {
	
		float: left;
		
		padding-top: 54px;
		margin-left: 140px;
		
	}
	
		#latest_news_left {
		
			float: left;
			
			margin-right: 10px;
			
		}
		
		#latest_news_right {
		
			float: left;
			
			width: 165px;
			
		}


/*************************************/
/* OTHER SHARED CLASSES - SITE WIDE  */
/*************************************/

a { color: #a204e4; outline:none; border-bottom: 1px dashed #a204e4; text-decoration:none; } 
a:visited { color: #a204e4; border-bottom: 1px dashed #a204e4; text-decoration:none; }
a:hover { color: #a204e4; border-bottom: 1px solid #a204e4;  text-decoration: none; }

.excerpt {

	color: #b9b8b8;
	
}

.text_13 {

	font-size: 81.25%;
	
	color: #777575;
	
}

/* News archive page img style */

.imgNews {margin: 0 0 21px 0;}

/* Latest News Area */
.datebg {

	padding-left: 5px;
	
	width: 55px;
	height: 17px;
	
	background: #4d5eb9;
	
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 75%;
	
	color: #FFFFFF;
	
}

.archive_button a { border: 0px;margin-left: 128px; display: block; text-indent:-3000px; overflow:hidden; width: 112px; height: 35px; background: url('../images/buttons/newsarchive.png') no-repeat; }
.directionsandmap a { border: 0px; margin-top: 10px; width: 130px; height: 36px; display:block;text-indent:-3000px;overflow:hidden; background:url('../../images/buttons/directionsandmap.png'); }
