a:link { color: #e0dfdf ; text-decoration: underline; }
a:visited { color: #e0dfdf ; text-decoration: underline; }
a:hover { color: #7e90a8 ; text-decoration: underline; }
a:active { color: #5f6c7d ; text-decoration: underline; }
body { color: #ccc; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #485364; margin: 20px; }
div#lipsum { margin: 0 0 0 15px !important; padding-top: 15px; }
div.input2ndline { clear: none; margin-left: 212px; padding-top: 5px; }
div.input2ndline input { width: 1em; clear: none; border-width: 0; }
div.xplus { clear: none; padding-top: 5px; }
div.xplus input { width: 1em; clear: none; border-width: 0; }
fieldset { margin-top: 2em; border-color: #ccc; border-style: solid none none; border-width: 1px 0 0; }
fieldset div input, fieldset div textarea { width: 150px; padding: 1px; border-color: #555 #ccc #ccc #555; border-style: solid; border-width: 1px; }
form { width: 470px; float: left; padding: 0; }
form fieldset div { clear: both; display: block; margin: 5px; }
form fieldset div input:focus, textarea:focus { background-color: #ccc; }
form fieldset h3 { margin-left: 3em; }
h1 { color: #fff; font-size: 1.5em; margin-left: 15px; }
h2 { margin-left: 15px; }
.abovepicheader { text-align: center; width: 450px; margin: 0 0 15px; }
h2 a:link { color: #fff ; text-decoration: none; }
h2 a:visited { color: #fff ; text-decoration: none; }
h2 a:hover { color: #485364 ; text-decoration: none; }
h2 a:active { color: #e0e0e0 ; text-decoration: none; }
img { position: relative; margin: 0; padding: 0; border-width: 0; }
input, textarea { margin: 2px; }
label { text-align: right; width: 200px; float: left; padding: 0.5em 0.5em 0; }
legend { color: #fff; font-size: 1.5em; padding: 5px; }
p { text-align: justify; }
select { margin-left: 3px; }
table { border-collapse: collapse; border-spacing: 0; width: 450px; margin-left: 15px; padding: 0; border-color: #0e0e0e; border-style: solid; border-width: 1px 1px 0 0; }
td { margin: 0; padding: 2px; border-color: #0e0e0e; border-style: solid; border-width: 0 0 1px 1px; }
.center { text-align: center; }
.clear { clear: both; }
.error { color: #f00; }
.good { color: #97b474; }
.imageright { position: relative; float: right; }
.important { color: #f00; }
.rentpropname { font-weight: bold; }
.req { font-weight: bold; }
.req:before {content: "* "}
.reqerror { color: #f00; }
.reqerror:before {content: "* "}
.tablehead { background-color: #485364; width: 100%; }
.tdlarge { width: 25%; }
.tdsmall { width: 10%; }
.tdstand { width: 20%; }
.trnorm0 { background-color: #57687f; width: 100%; }
.trnorm1 { background-color: #5f6c7d; width: 100%; }
.white { color: #fff; }
#container { background-color: #5f6c7d; position: relative; width: 725px; min-height: 550px; margin-top: 0; margin-right: auto; margin-left: auto; padding-bottom: 15px; border: solid 1px #0e0e0e; }
#footer { color: #fff; text-align: center; width: 725px; margin-top: 15px; margin-right: auto; margin-left: auto; }
#submit { text-align: center; position: relative; clear: both; margin-right: auto; margin-left: auto; }
p.thumbcaption { font-size: 0.75em; text-align: center; margin: 0 0 10px; }
div.placeholderimg { text-align: center; width: 450px; float: left; margin-right: auto; margin-bottom: 10px; margin-left: auto; }
div.thumb { text-align: center; width: 150px; float: left; border-width: 0; }
div.thumbblock { width: 450px; border-width: 0; }
#placeholder { margin-top: 25px; }
#desc { text-align: center; width: 450px; margin: 0 0 15px; }
.amenity { width: 450px; clear: left; }
div.tableleft { width:200px; height:120px; float:left; text-align: right; margin-right: 10px; line-height:1.25em; }
div.tableright { line-height:1.25em; }
/*Navlist Begin*/
#rollovermenu{
	padding:0;
	width:100px;
}
#rollovermenu, #rollovermenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#rollovermenu ul{
	width:270px;
	padding-bottom:7px;
}
#rollovermenu li { /* all list items */
	position: relative;
	cursor: default;
	float: left;
	padding:0px 5px;
	margin:0px;
	color:#fff;
}
#rollovermenu li ul { /* second-level lists */
	position: absolute;
	background-image: url("http://www.cougarrentals.com/images/transback.png");
	z-index: 7;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#rollovermenu li ul li { /* second-level lists */
	display: block;
	float: none;
	z-index: 99;
}

#rollovermenu li:hover ul, #rollovermenu li.over ul, #rollovermenu li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
	top: 17px;
	z-index: 99;
}

/* Already in CSS file */
#menu {
	color: #efefef;
	font-weight: bold;
	background-color: #7e90a8;
	background-image: url(http://www.cougarrentals.com/images/menubackground.png);
	width: 715px;
	height: 20px;
	float: left;
	padding: 5px;
	border-bottom: 1px solid #0e0e0e;
	font-size: 14px;
	position: relative;
	z-index: 99;
}
#apply {
	font-family: sans-serif;
	line-height: 1em;
	text-decoration: underline;
	position: absolute;
	top: 5px;
	right: 5px;
	padding-top: 1px;
}
#menu a:link { color: #fff ; text-decoration: none; }
#menu a:visited { color: #fff ; text-decoration: none; }
#menu a:hover { color: #485364 ; text-decoration: none; }
#menu a:active { color: #e0e0e0 ; text-decoration: none; }
/*Navlist End*/
img { z-index: 1; }
#body
{
	z-index: 1;
}