/* misc */
* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#ffffff;
	font:normal 11px/16px Verdana,Lucida,Arial,Helvetica,sans-serif;
	color:#666;
}
.smInner
{
	position: relative;
	width: 720px;
	margin: 0 auto;
}
.inner
{
	position: relative;
	width: 820px;
	margin: 0 auto;
}
.outer
{
	position: relative;
	width: 920px;
	margin: 0 auto;
}
.clear {
	clear:both;
}
span {
	visibility:hidden;
}
.vis {
	visibility:visible;
}
.arialHeader {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-bottom:6px;
}
.arialHeaderBlue {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4096ee;
	margin-bottom:6px;
}
/* divTopBanner */
#divTopBanner {
	width:100%;
	height:28px;
	color:#FFFFFF;
	background-color:#323232;
	border-bottom:3px solid #4096EE;
}
/* divLogo */
#divLogo {
	margin-top:15px;
}
.hrLogo {
	width:762px;
	height:67px;
	color:#000000;
	background-repeat:no-repeat;
	background-image:url(../_images/cy_logo2.gif);
}
/* divFlash */
#divFlash {
	height:460px;
}
/* divRentalOptions */
#divRentalOptions {
	margin-top:16px;
}
#divRentalHr {
	margin-bottom:6px;
}
#divRentalHr ul {
	list-style:none;
}
#divRentalHr ul li {
	display:inline;
	margin-right:340px;
}
#divRentalHr ul li.end {
	display:inline;
	margin-right:0px;
}
#divRentalHr ul li.end a img {
	border:0;
}
#divRentalOption {
	float:left;
	width:200px;
	margin-left:15px;
	margin-right:11px;
}
#divRentalOption img {
	margin-bottom:8px;
}
.hrRentBedroom {
	font-size:10px;
	width:150px;
	height:24px;
	background-image:url(../_images/rentBedroom.gif);
	background-repeat:no-repeat;
	margin-bottom:6px;
}
.hrBringFriend {
	font-size:10px;
	width:131px;
	height:28px;
	background-repeat:no-repeat;
	background-image:url(../_images/bringFriend.gif);
	margin-bottom:2px;
}
h1.hrRentApt {
	font-size:10px;
	width:187px;
	height:53px;
	background-repeat:no-repeat;
	background-image:url(../_images/rentApt.gif);
}
h1.hrInclusiveFurn {
	font-size:10px;
	width:112px;
	height:48px;
	background-repeat:no-repeat;
	background-image:url(../_images/inclusiveFurn.gif);
	margin-bottom:3px;
}

/* rounded corners */
#divRoundCont {
	background-color:#ABD1F8;
	float:left;
	width:200px;
	margin-left:15px;
	margin-right:11px;
}
#divRoundCont ul {
	margin-left:20px;
	margin-top:2px;
	margin-bottom:6px;
	list-style:none;
}
#divRoundCont ul li {
	font: 11px "Gill Sans","Century Gothic", Helvetica, Verdana, sans-serif;
	margin-bottom:2px;
	padding:1px 0;
	text-indent:5px;
	text-transform:uppercase;
	width:160px;
}
#divRoundCont ul li a {
	text-decoration:none;
	display:block;
	padding:1px 0;
	color:#555555;
	border-bottom:1px solid #888;
}
#divRoundCont ul li a:hover {
	background-color:#e5ddc1;
	color:#6a591f;
	border-bottom:1px solid #6a591f;
}
.roundtop { 
	background: url(../_images/tr.gif) no-repeat top right; 
}
.roundbottom {
	background: url(../_images/br.gif) no-repeat top right; 
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* divFlashMap */
#divFlashMap {
	margin-top:25px;
	margin-bottom:15px;
	border:1px solid #000000;
	width:720px;
	height:360px;
}

/* divBtmBanner */
#divBtmBanner {
	margin-top:20px;
	width:100%;
	color:#FFFFFF;
	background-color:#eeeeee;
	border-top:1px solid #cdcdcd;
}
/* divBtmLinks */
#divBtmLinks {
	margin-top:8px;
	color:#333333;
}
#divBtmLinks ul {
	list-style:none;
	padding:15px;
	text-align:center;
}
#divBtmLinks ul li {
	display: inline;
	margin:3px;
}
#divBtmLinks ul li a {
	text-decoration: none;
	font-size: 11px;
	color:#232323;
}
#divBtmLinks ul li a:hover {
	color:#4096EE;
}