/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #fff;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: .75em;
		text-align: center;
		}






															/** MAIN CONTAINERS **/
div#container {
	width: 960px;
	margin: 10px auto 0;
	text-align: left;
	height: 500px;
	background-repeat: repeat-y;
	border-top: 3px solid #c53337;
}

/* @group Header */
div#header {
	height: 165px;
	
	border-bottom: 10px solid #d82c30;
}
		div#header-in {
			
			}
.home{
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
}
.facilities{
		background-image: url();
}
.rent{
		background: url(../images/header_rent.jpg) no-repeat;
}
.financial{
		background: url(../images/header_financial.jpg) no-repeat;
}
.hips{
		background: url(../images/header_hips.jpg) no-repeat;
}
.faq{
		background: url(../images/header_faqs.jpg) no-repeat;
}
.contact{
		background: url(../images/header_contact.jpg) no-repeat;
}
.list{
		background: url(../images/header_list.jpg) no-repeat;
}
.valuation{
		background: url(../images/header_valuation.jpg) no-repeat;
}
/* @end */
	
	div#content {
	
}
		div#center {
			margin: 0 0 0 240px;
	
	border-bottom: 10px solid #e13b3f;
	border-left: 10px solid #e13b3f;
	border-right: 10px solid #e13b3f;
	font: 1.2em Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
	padding-bottom: 0;
}
div#center img{
	margin: 0;
	padding: 0;
}
			div#center-in {
				
				}

/* @group Table styles */

div#center table{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	
}
div#center table h1{
	font: bold 19px Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
	color: #242424;
	padding: 5px 3px 5px 5px;
	background-color: #d7d7d7;
	margin-bottom: 10px;
}
div#center table h2{
	font: bold 15px Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
	margin-top: 15px;
	color: black;
}
div#center table tbody tr td{
	
	padding: 0 10px 10px;
	font-size: 14px;
}
div#center table tbody tr td#line
{
	
	border-left: 1px solid #e13b3f;
	width: 340px;
}
div#center table tbody tr td#line p{
	
	
	margin: 0;
	padding: 0;
}

div#center table tbody tr td#hip ul li{
	list-style-position: inside;
	
}
div#center table tbody tr td#line ul li{
	list-style-position: inside;
	font-size: 14px;
}
div#center table tbody tr td#line ul li a{
	font: italic 12px Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
	
	
}
div#center table tbody tr td#line ul li a:hover{
	color: #e13b3f;
	text-decoration: underline;
}
div#center table tbody tr td#strap{
	width: 320px;
	background: url(../images/contemporary.jpg) no-repeat -20px bottom;
}
div#center table tbody tr td#strapplain{
	width: 320px;
	
}
div#center table tbody tr td#line a{
	font-size: 12px;
	color: #e13b3f;
}
div#center table.about ul{
	margin-bottom: 15px;
	margin-top: 10px;
}
div#center table.about ul li{
	list-style-type: disc;
	list-style-position: inside;
}

/* @end */
div#center p{
	margin-bottom: 5px;
}
		div.column {
			width: 240px;
	height: 300px;
	
}
			div#left {
				float: left;
				}
				div.column-in {
					
					}
	div#footer {
		clear: both;
		height: 135px;
}
div#footer p{
	margin-top: 14px;

	clear: right;
	float: right;
}
div#footer p a{
	font: 10px Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
	
	color: silver;
}
div#footer span{
	color: white;
	background-color: #e03a3e;
	font: bold 24px Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
	float: right;
	margin-top: 25px;
	padding: 5px 8px;
	clear: right;
}
		div#footer-in {
	
}






															/** SUB CONTAINERS **/
* { }

/* navigation */

a {
	color: #242424;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #333300;
}
a:hover {
	color: #333300;
}
h3 {
	margin: 0;
	padding: 0 0 .3em;
}
p {
	margin: 0;
	padding: 0 0 .5em;
}
.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pane-list li {
	padding: 10px 20px;
	border-top: 1px solid #dbdbdb;
	cursor: pointer;
	background-color: white;
	background-image: url(file:///C|/3_PWDS/pdq/images/navbut.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}
.pane-list li.end {
	background: #eee url(../images/navbut.gif) no-repeat 210px center;
	padding: 10px 20px;
	border-bottom: 1px solid #bbb;
	cursor: pointer;
}
.pane-list li:hover {
	background: ;
	background: #f4f4f4  url(../images/navbut.gif) no-repeat 210px center;
}

ul.pane-list{
	border-bottom: 1px solid #dbdbdb;
}


															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
.x {
	display: none;
	}
div#uhoh {
	width: 400px;
	margin: 100px auto;
	padding: 20px 30px;
	line-height: 1.5em;
	text-align: left;
	}
	div.unauthorized-401, div.forbidden-403,
	div.notfound-404, div.internalerror-500 {
		color: #333;
		background-color: #ffc;
		border: 1px solid #ff0;
		}
	div.unauthorized-401 a, div.forbidden-403 a,
	div.notfound-404 a, div.internalerror-500 a {
		color: #00f;
		background-color: #ffc;
		}






															/** FORMS **/
* { }



div#center table tbody tr td form table tbody tr td table tbody tr td{
	padding: 0 0 5px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

form table{
	width: 600px;
	display: block;
}

															/** END **/

/* @group misc classes */

.strongfont{
	font-weight: bold;
}
.smallfont{
	font-size: 10px;
}
.about{
	font-size: 12px;
}
.greybackground{
	background-color: #d7d7d7;
	color: #242424;
	font-size: 16px;
}


div#footer a span.greybackground{
	background-color: #d7d7d7;
	color: #242424;
	font-size: 16px;
}
div#footer a:hover span.greybackground{
	background-color: #e13b3f;
	color: white;
	font-size: 16px;
}

/* @end */
