/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */



body {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
			
}

#wrapper {
border:2px solid #231F20;
	position:absolute;
	
	
	
	width: 1024px;
	height: 768px;
	background-image:url(../images/rtCol-WrapperBg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#headerLeft {
	position:absolute;
	left:745px;
	top:0px;
	width:279px;
	height:127px;
}


.propertyHead {
	color:#000000;
	font-size:28px;
	margin-top:20px;
}


/*p { 
	line-height:1.5; 
	margin:0 0 1em;
}*/

div#logo {
	position:absolute;
	top:20px;
	left:45px;
	
}



div#content {
overflow:auto;
	overflow-x:hidden; 
	vertical-align:text-top;
	padding:60px 40px 60px 90px;
	float:left;
	width:535px;
	height:519px;
	
}

div#contentSubPage {
overflow:auto;
	overflow-x:hidden; 
	vertical-align:text-top;
	padding:10px 20px 20px 90px;
	float:left;
	width:565px;
	height:335px;
	line-height:30px;
	
}

div#contentNoMargin {
	padding:0px;
	float:left;
	width:645px;
	
}

div#rightColumn {
	padding:0px;
	float:right;
	width:359px;
}

div#rightColumnSubPage {
margin-top:30px;
	padding:0px 40px 60px 14px;
	float:left;
	width:250px;
	border-left:2px solid #1B2F7D;
		height:235px;
		text-align:left;
		vertical-align:text-top;


}

li {list-style:none; padding-bottom:3px; padding-left:0; margin-left:0;}

p { font-family: "Times New Roman", Times, serif; color:#666666; font-size: 13px; line-height:26px; margin:0; padding:0;}

.tightLeading { font-family: "Times New Roman", Times, serif; color:#666666; font-size: 13px; line-height:18px; margin:0; padding:0;}


h1 {font-family: "Times New Roman", Times, serif; color: #1b2f7d; font-size: 17px; margin:0; padding:0; font-weight:normal; letter-spacing:1px; }

h2 {font-family: "Times New Roman", Times, serif; color: #1b2f7d; font-size: 16px; margin:0; padding:0; font-weight:normal; }

h3 {font-family: "Times New Roman", Times, serif; color: #1b2f7d; font-size: 14px; margin:0; padding:0; font-weight:normal; letter-spacing:1px;  }

a { color: #1b2f7d; text-decoration:none; }

a:hover { color:#4B6D96; text-decoration:none; }

a:visited { color: #1b2f7d; text-decoration:none; }

li { list-style:none; padding-bottom:3px; padding-left:0; margin-left:0; list-style-position:outside; }
