﻿

body {
	background: #656565;
	margin:0;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#f2c102;
}

#content {
	background: #fff;
	vertical-align:top;
}

#leftshadow {
	background: url(siteart/shadow-left.gif) repeat-y right;
	width:11px;
}

#rightshadow {
	background: url(siteart/shadow-right.gif) repeat-y left;
	width:10px;
}

#locations {
	float:right;
	width:200px;
}

.highlight {
	background: url(siteart/arrows.gif) no-repeat right center;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#656565;
	margin-bottom:5px;
}

.rental{
	color:#2f3894;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
}

.rentaladdress {
	border-top:1px #c4c4c4 solid; 
	padding:5px 10px 5px 10px; 
	line-height:16pt;
}

#loc {
	border-bottom:1px #c4c4c4 solid;
	padding:5px 0;
	color:#656565;
	display:block;
}

.city {
	font-size:12px;
	color:#1c4fa4;
	display:block;
}

#left-home {
	width:400px;
	vertical-align:top;
	border-right:1px #c4c4c4 solid;
}

#left {
	width:210px;
	vertical-align:top;
	border-right:1px #c4c4c4 solid;
}

.hdr-1 {
	background: url(siteart/hdr1-bg.gif) no-repeat;
	padding:7px;
	text-transform:uppercase;
	font-size:12px;
	color:#656565;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

#right-home {
	width:300px;
}

#right {
	width:490px;
	vertical-align:top;
}

.hdr-2 {
	background: url(siteart/hdr2-bg.gif) no-repeat;
	padding:7px;
	text-transform:uppercase;
	font-size:12px;
	color:#656565;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.hdr-3 {
	background: url(siteart/hdr3-bg.gif) no-repeat;
	padding:7px;
	text-transform:uppercase;
	font-size:12px;
	color:#656565;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.rotation-hdr {
	font-size:13px;
	text-transform:uppercase;
	display:block;
	color:#1c4fa4;
	margin-bottom:5px;
	font-weight:bold;
	font-style:italic;
}

#footerbar {
	background: url(siteart/footernav.gif) no-repeat;
	padding:25px;
	color:#83847c;
	height:80px;
}

a.foot:link, a.foot:visited, a.foot:active {
	text-decoration:none;
	color:#83847c;
}

a.foot:hover {
	color:#f2c102;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #f2c102;
width: 200px;
}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}



.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}


