/*seaside*/

/*UNIVERSAL ELEMENTS*/
body {
	background-color:#FFFFFF;
	margin:0px;
	border:0px;
}
.text{
	color:#54585B;
	font:normal 11px Arial;
	text-align:left;
}
.title{
	color:#E18D19;
	font:normal 21px Georgia;
	padding-bottom:10px;
	text-align:left;
}
.title_sub {
	color:#1C3E74;
}
.titleBar {
	font:normal 21px Georgia;
	color:#DF8C19;
	width:203px;
}
.residentPortalLogin {
	text-align:left;
	font:normal 10px Arial;
}
.residentPortalLogin input {
	background:url('../images/text_field_repeat.png') repeat-x;
	width:117px;
	height:20px;
	border:1px solid #C0D2DE;
}
.residentPortalLogin button {
	background:url('../images/login_btn.png') no-repeat;
	border:none;
	vertical-align:top;
	padding-bottom:10px;
	width:65px;
	height:30px;
	font:bold 10px Arial;
	color:#FFFFFF;
}
.residentPortalLogin .formText {
	color:#004D77;
	font:normal 10px Arial;
}
.residentPortalLogin .extraLinks a {
	color:#1C3E74;
	font:normal 10px Arial;
}
.residentPortalLogin .extraLinks a:hover {
	color:#1C7CA2;
	font:normal 10px Arial;
}
.websiteDrillDown{}
.websiteDrillDown .formText {
	color:red;
}
.websiteDrillDown select {
	background:#FFFFFF url('../images/text_field_repeat.png') repeat-x;
	border:1px solid #C0D2DE;
	color:#1C3E74;
	height:23px;
	width:189px;
	font:normal 10px Arial;
}
.websiteDrillDown input {
	background:url('../images/text_field_repeat.png') repeat-x;
}

/*MAIN ELEMENTS*/
.allContent {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:968px;
}
.clearFloat {
	clear:both;
}

/*ROW ONE ELEMENTS*/
.rowOne {
	width:960px;
	height:122px;
}
.logoArea {
	width:240px;
	height:100px;
	float:left;
	display:inline;
	margin:10px 80px 10px 50px;
}
.logoWordsAlign {
	font: normal 24px Georgia;
	color:#DF8C19;
	text-align:left;
	padding:15px 0px;
}
.navigationArea {
	width:560px;
	height:20px;
	float:right;
	display:inline;
	vertical-align:bottom;
	text-align:left;
	margin:97px 30px 3px 0px;
}

/*ROW TWO ELEMENTS*/
.rowTwo {
	width:960px;
	height:63px;
	background:url('../images/sub_breaker.png');
	background-repeat:no-repeat;
}

/*ROW THREE ELEMENTS*/
.rowThree {
	width:960px;
}
.sidebarContainer {
	width:352px;
	vertical-align:top;
	float:left;
	display:inline;
}
.apartmentSearch {
	width:252px;
	height:205px;
	border:1px solid #C0D2DE;
	margin:33px 50px 0px 50px;
}
.residentLogin {
	width:252px;
	height:205px;
	border:1px solid #C0D2DE;
	margin:33px 50px 33px 50px;
}
.loginTitle {
	padding:10px;
	width:232px;
	height:33px;
	font: 21px normal georgia;
	color:#DF8C19;
	text-align:left;
	line-height:0.7;
}
.loginBkg {
	width:252px;
	height:152px;
	background-image:url('../images/login_repeat.png');
	background-repeat:repeat-y;
}
.loginText {
	font:normal 10px Arial;
	color:#666666;
	padding:15px 20px;
	text-align:left;
}
.loginAlign {
	padding:0px 30px 20px 20px;
}
.loginText {
	font:normal 10px Arial;
	color:#666666;
	padding:15px 20px;
	text-align:left;
}
.textContainer {
	width:530px;
	vertical-align:top;
	margin:0px;
	text-align:left;
	float:left;
	display:inline;
}

/*ROW FOUR ELEMENTS*/
.rowFour {
	width:960px;
	height:67px;
	background-image:url('../images/footer_repeat.png');
	background-repeat:repeat-x;
}
.footerElements {
	width:500px;
	height:50px;
	float:left;
	margin:5px 10px 10px 10px;
}
.seoAlign {
	float:left;
	display:inline;
	padding-left:15px;
}
.psiBrandingAlign {
	vertical-align:top;
	float:left;
	display:inline;
	width:149px;
	height:30px;
}
.fairHouseAlign {
	vertical-align:top;
	float:left;
	display:inline;
	width:30px;
	height:30px;
	padding-right:10px;
}

/**/
.titleBar {
	width:225px;
}
.navigationTopLevel {
	font:normal 14px arial;
	color:#003B77;
	letter-spacing:1px;
}
.subNavigationDottedEnd {
	background:transparent url('/Common/images/sub_navigation_dotted_end_FFFFFF.gif') no-repeat scroll 0%;
	border-width:0px;
	height:18px;
	width:18px;
}
.subNavigationDottedTab {
	background:transparent url('/Common/images/sub_navigation_dotted_tab_FFFFFF.gif') no-repeat scroll 0%;
	border-width:0px;
	height:18px;
	width:18px;
}
.subNavigationDottedLine {
	background:transparent url('/Common/images/sub_navigation_dotted_line_FFFFFF.gif') no-repeat scroll 0%;
}
.subNavigationDottedLineMain {
	background: transparent url('/Common/images/sub_navigation_dotted_line_FFFFFF.gif') repeat-y  scroll 0% top;
}
.navigationSubLevel {
	font:normal 13px arial;
	color: #1C7CA2;
	padding-top:3px;
}
.navigationSubLevel a {
	color:#003B77;
}
.navigationSubLevel a:hover {
	color:#071A39;
}
.contentBorder{
	background-color:#F7F7F7;
	border: 1px solid #CCCCCC;
	height:100%;
}