@charset "UTF-8";
.tcMap {
	float: left;
	width: 1000px;
	position: relative;
	height: 400px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	background-image: url(../ART/bg-50perGRY_SQR.png);
	background-repeat: repeat;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#333333, offX=1, offY=9, positive=true);
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 10px;
}
#bioShell .bioLFTbar .MasterColumn {
	font-size: 130%;
	padding-top: 12px;
	padding-bottom: 12px;
}
#SiteList {
	float: left;
	position: relative;
	margin-top: 16px;
	margin-right: 12px;
	padding-left: 8px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	background-color: #CCCCCC;
	border: 4px groove #FF0000;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: left;
	width: 250px;
	padding-bottom: 12px;
	z-index: 2000;
	font-size: 110%;
}
#midContent #MAIN_info {
	height: 450px;
	width: 500px;
	margin-left: 0px;
	position: relative;
	padding: 10px;
	margin-top: 0px;
	visibility: visible;
	z-index: 9999;
	float: left;
}
#midContent #BMF {
	height: 450px;
	width: 500px;
	margin-left: 280px;
	position: absolute;
	padding: 10px;
	margin-top: 0px;
	visibility: hidden;
	z-index: 9999;
	float: left;
}
#midContent #BRF {
	height: 450px;
	width: 500px;
	margin-left: 280px;
	position: absolute;
	padding: 10px;
	margin-top: 0px;
	visibility: hidden;
	z-index: 9999;
}
#midContent #BRS {
	height: 450px;
	width: 500px;
	margin-left: 280px;
	position: absolute;
	padding: 10px;
	margin-top: 0px;
	visibility: hidden;
	z-index: 9999;
}
#midContent #RCH {
	height: 450px;
	width: 500px;
	margin-left: 280px;
	position: absolute;
	padding: 10px;
	margin-top: 0px;
	visibility: hidden;
	z-index: 9999;
}
#midContent #RIV {
	height: 450px;
	width: 500px;
	margin-left: 280px;
	position: absolute;
	padding: 10px;
	margin-top: 0px;
	visibility: hidden;
	z-index: 9999;
}
#SiteList .MasterDetail .MasterColumn {
	padding-top: 10px;
	padding-bottom: 10px;
}
#mtiiTopOpage #Main_Map {
	position: absolute;
	font-size: 300%;
	font-weight: bold;
	margin-top: 110px;
	font-family: "Times New Roman", Times, serif;
	float: left;
	margin-left: 650px;
	color: #FFFFFF;
	background-image: url(../ART/bg-50perSQR.png);
	background-repeat: repeat;
	padding: 12px;
	-webkit-border-radius: 18px 18px 18px 18px;
	border-radius: 18px 18px 18px 18px;
	box-shadow: 0px 0px 8px 2px #333333;
	-webkit-box-shadow: 0px 0px 8px 2px #333333;
	-moz-box-shadow: 0px 0px 8px 2px #333333;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#333333, offX=1, offY=9, positive=true);
	display: block;
}

.locationLFTbar {
	background-image: url(../ART/bg-50perGRY_SQR.png);
	background-repeat: repeat;
	float: right;
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 3px ridge #999999;
	position: relative;
	font-size: 90%;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin-bottom: 10px;
	margin-top: 80px;
}
.countyLFTbar {
	background-image: url(../ART/bg-50perGRY_SQR.png);
	background-repeat: repeat;
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: 3px ridge #999999;
	position: relative;
	font-size: 90%;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}
/*Copied from bioPage.css*/

h2 {
	color: cornflowerblue;
	font-weight: bolder;
	line-height: 1.1em;
	margin-bottom: 6px;
	font-size: 140%;
}
h3 {
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 6px;
	color: #A1A1A1;
}
h4 {
	font-size:100%;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:6px;
	color:#666666;
}
.BigFingTXT {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 300%;
	font-weight: normal;
	color: #FF3333;
}
#bioShell {
	width: 100%;
	margin-top: 8px;
	position: relative;
}
#dealerpromotitle {
    width: 60%;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: thin solid #7D7D7D;
    border-radius: 10px;
    background-color: #F9FF00;
    /* [disabled]padding-top: 1px; */
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
}
.bioName {
	font-size: 180%;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1.3em;
	text-align: center;
}
.bioTitle {
	font-size: 120%;
	font-style: italic;
	color: #666666;
	text-align: center;
}
.bioLFTbar {
	background-image: url(../ART/bg-50perGRY_SQR.png);
	background-repeat: repeat;
	float: right;
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: 3px ridge #999999;
	position: relative;
	font-size: 90%;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}
/**/
.sched_reg_rt {
	top: -105px;
	position: absolute;
	margin-left: -5px;
	z-index: 9999;
}
.tcRHTbar {
	background-image: url(../ART/bg-50perGRY_SQR.png);
	background-repeat: repeat;
	float: right;
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: 3px ridge #999999;
	position: relative;
	font-size: 90%;
	box-shadow: 0px 6px 6px #333333;
	-moz-box-shadow: 0px 6px 6px #333333;
	-webkit-box-shadow: 0px 6px 6px #333333;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	margin-bottom: 20px;
	margin-top: 90px;
}
.tcRHTbar ul li {
	display: block;
	left: 0px;
	position: relative;
}
.tcRHTbar ul {
	list-style: none;
	margin-bottom: 0px;
}
.tcRHTbar ul a, .tcRHTbar ul a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-color: #666666;
}
.tcRHTbar ul a:hover, .tcRHTbar ul a:active, .tcRHTbar ul a:focus {
	border-right-width: 30px;
	border-right-style: solid;
	border-right-color: #FFFF00;
	background: #333333;
}
.tcRHTbar a:link, .tcRHTbar a:visited {
	text-decoration: none;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #0066CC;
}
.tcRHTbar a:hover {
	color: #FFFF00;
	font-style:normal;
	text-shadow:none;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	left: 0px;
}
.tcRHTbar a em {
	color: #FFFF00;
	text-shadow:none;
}
.tcRHTbar a.current em {
	text-decoration:none;
	color: #FF0000;
}

#MenuSet {
	font-size: 130%;
	float: left;
	z-index: 20;
	width: 100%;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}
.bioRHTbar ul li {
	display: block;
	left: 0px;
	position: relative;
}
.bioRHTbar ul {
	list-style: none;
	margin-bottom: 0px;
}
.bioRHTbar ul a, .bioRHTbar ul a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-color: #666666;
}
.bioRHTbar ul a:hover, .bioRHTbar ul a:active, .bioRHTbar ul a:focus {
	border-right-width: 30px;
	border-right-style: solid;
	border-right-color: #FFFF00;
	background: #333333;
}
.bioRHTbar a:link, .bioRHTbar a:visited {
	text-decoration: none;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #0066CC;
}
.bioRHTbar a:hover {
	color: #FFFF00;
	font-style:normal;
	text-shadow:none;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	left: 0px;
}
.bioRHTbar a em {
	color: #FFFF00;
	text-shadow:none;
}
.bioRHTbar a.current em {
	text-decoration:none;
	color: #FF0000;
}
/**/



.bioBody {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 10px;
	position: relative;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
	width: 700px;
}
.bioPics {
	float: left;
	width: 1200px;
	position: relative;
	height: 200px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	background-image: url(../ART/bg-50perGRY_SQR.png);
	background-repeat: repeat;
	box-shadow: 0px 0px 8px 2px #333333;
	-webkit-box-shadow: 0px 0px 8px 2px #333333;
	-moz-box-shadow: 0px 0px 8px 2px #333333;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#333333, offX=1, offY=9, positive=true);
	overflow: hidden;
	margin-left: -100px;
	margin-bottom: 10px;
}
#bioBin #bioImage {
	float: left;
	width: 800px;
}
#RC_Matrix {
	width: 440px;
	position: relative;
}
.MasterContainer .MasterColumn a {
	color: #996600;
}
.MasterContainer .MasterColumn a:hover {
	color: #FF6600;
}
#bioShell #ShowHost {
	float: left;
	height: 310px;
	width: 700px;
	position: relative;
	z-index: 1;
	margin-left: 10px;
	margin-top: 10px;
}
.invis {
	visibility: hidden;
}
#locationMap {
	padding-right: 10px;
	padding-left: 10px;
}
.tcRHTbar .tcDetails {
	padding-left: 10px;
}
#firstavail {
	font-size: 120%;
	color: #FF0000;
	background-image: url(../ART/bg-50perSQR.png);
	background-repeat: repeat;
	float: right;
	height: 80px;
	width: 200px;
	border: 4px ridge #FF0000;
	z-index: 5000;
}
.tcLangu {
	font-size: 160%;
	color: #FF0000;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	margin-top: -48px;
	margin-bottom: 20px;
}
.tc_Center {
	font-size: 120%;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-bottom: 4px;
}
.tc_Center_county {
	font-size: 140%;
	text-align: center;
	display: block;
	padding-top: 2px;
	color: #333333;
	margin-bottom: -4px;
	font-weight: bold;
}
.tc_Center_county2 {
	font-size: 140%;
	text-align: center;
	display: block;
	padding-top: 0px;
	color: #333333;
	margin-bottom: 2px;
	font-weight: bold;
	margin-top: -6px;
}
.tc_Center img {
	margin-right: -27px;
	margin-bottom: -8px;
	margin-top: 2px;
	margin-left: 3px;
}



.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background: #333333;
	background-repeat: repeat;
	margin: 10px;
	padding: 10px;
	width: 240px;
	border: 2px groove #3399FF;
	color: #FFFFFF;
}
