@charset "UTF-8";
/* CSS Document */

#breadcrumb {
	margin-left: 10px;
}


#leftColumn{
	float:left;
	width:541px;
	font-family: Helvetica, Arial, sans-serif;
}
#topRightColumn{
	float:right;
	width:300px;
	height:250px;
	font-family: Helvetica, Arial, sans-serif;
}

#flashMap{	
	width:540px;
	height:400px;
	border:none;	
}
#locationList{
	width:540px;
	font-size:9pt;
}
#locationList ul {
	margin: 10px 0px 0 5px;
	padding:0 0 0 15px;
	_padding:0 0 0 10px;
	float: left;
	background-image:url(../_images/index_images/localListBg.jpg);
	background-repeat:no-repeat;
	display:block;
}
#locationList li {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
}
#locationList li a{
	text-decoration:none;
	font-weight:bold;
	!font-weight:normal;
	_font-weight:normal;
	color:#603811;
}
#locationList ul li ul{
	float:left;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	background-image: none;
}
#locationList ul li li{
	margin:0 0 0 0;
	!margin:-3px 0 0 0;
	_margin:0 0 0 0;
	padding:0;
	color:#ED1F75;
	display:block;
}
#locationList ul li li a{
	font-weight:bold;
	!font-weight:normal;
	_font-weight:normal;
	font-size: 10px;
	color:#ED1F75;
	display:list-item;
	list-style-type:disc;
	list-style-position:inside;
}
#professionalBannerBottomRight{
	float:right;
	margin-top:17px;
	width:301px;
	height:209px;
}
#professionalBannerBottomLeft{
	float:left;
	margin-top:15px;
}
#bottomRightColumn{
	float:right;
	margin-top:10px;
	width:300px;
	background-color:#dff1f4;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
#bottomRightColumn ul{
	margin:0;
	margin-left:20px;
	padding:0;
}
#bottomRightColumn li{
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:10px;
	width:110px;
}
#bottomRightColumn .thumbNail{
	width:110px;
	height:135px;
	text-align:center;
}
#bottomRightColumn .thumbNail a{
	color:#ED1F75;
	text-decoration:none;
}
#bottomRightColumn .thumbNail a:hover{
	color:#ED1F75;
	text-decoration:underline;
}

/* New Article Additions Classes - twl 3/16/10 */

#leftColumn h1 {
	margin: 20px 0 0px 20px;
	font-size: 24px;
	color: #ED1F75;
}

.article-wrapper {
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
}

.article-wrapper h2 {
	font-size: 18px;
	color: #F59000;
}

.article-wrapper h2 a {
	text-decoration: none;
	color: #F59000;
}

.article-wrapper h2 a:hover {
	text-decoration: none;
	color: #ED1F75;
}

.article-wrapper h3 {
	font-size: 14px;
	color: #603811;
}

.article-wrapper p {
	font-size: 12px;
	padding: 5px 0 20px 0;
}

.article-wrapper p a {
	text-decoration: none;
	color: #ED1F75;
}

.article-wrapper p a:hover {
	text-decoration: hover;
	color: #F59000;
}

.light-brown {
	color: #AF9B88;
}

#article_paragraph a {
	color: #ED1F75;
	text-decoration: none;
}

#article_paragraph a:hover {
	color: #F59000;
	text-decoration: underline;
}

.fav-button {
	width: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	margin: 8px 0px;
	padding: 3px 3px;
	
}


.like-me {
	border: 1px solid red;
	float: left;
}
