html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	overflow-y:scroll;
}
#content_left {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	width: 560px;
	padding: 10px;
	position: relative;
}
#content_left #details {
	background-color: #EAF3F8;
	width: 540px;
	padding: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #222F5C;
}
#content_left #details #row {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	padding: 8px;
}
#content_left #details #row .detail_value {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-left: 10px;
}

#content_left h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #222F5C;
	margin-bottom: 10px;
	margin-left: 10px;		
}
#content_left h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #222F5C;
	margin-bottom: 5px;
	margin-left: 10px;
		
}
#content_left h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #222F5C;
	margin-bottom: 5px;
	margin-left: 10px;
		
}
#navigation_bar {
	color: #003366;
	background-color: #BFDBEA;
	width: 880px;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
#navigation_bar a {
	color: #003366;
	text-decoration: underline;	
}
/*#navigation_bar {
	color: #DBFB34;
	background-color: #636363;
	width: 880px;
	padding: 10px;
	margin-bottom: 20px;
}*/
#column_right {
	background-color: #EAF3F8;
	float: right;
	width: 300px;
	right: 10px;
	margin-bottom: 20px;
	
}
#map_right {
	background-color: #EAF3F8;
	float: right;
	width: 300px;
	right: 0px;
	border: 1px solid #BFDBEA;
}
#HeaderTop {
	background-color: #990000;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#Header {
	
	height: 60px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
}
#Header #Logo{
	position: relative;
	height: 60px;
	width: 350px;
	margin-top: 20px;
	margin-left: 0px;
}
#Header #Search{
	position: absolute;
	top: 10px;
	right: 0px;
}
#Header  h3{
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 28px;
	font-weight: bold;
	color: #3366CC;
	padding-top: 30px;
	padding-left: 10px;	
}
#content {
	
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.clear{
	clear: both;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 880px;
	left: 0px;
	right: 0px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.name_link{
	font-size: 18px;
	color: #336699;
	text-decoration: underline;
}
.address{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
}
.phone{
	font-size: 15px;
	color: #990000;
	text-decoration: none;
	right: 40px;
	width: 200px;
	text-align: right;
	position: absolute;
	font-weight: bold;
	margin-top: 5px;
}
#content #content_left #details #topcats {
	background-color: #FFFFFF;
	border: 1px solid #3399CC;
}
