@charset "utf-8";

body {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #333333;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 100%;

	background-image: url('images/lightstripe.gif');

	background-repeat: repeat

}



body h1, h2, h3, h4, h5, p {

	margin: 0;

}









body a:link {

	outline: none;

	border: none;

	color: #4141CD;

	text-decoration: none;

}





body a:visited {

	outline: none;

	border: none;

	color: #4141CD;

	text-decoration: none;

}



body a:hover  {

	outline: none;

	border: none;

	color: #6633FF;

	text-decoration: underline;

}



body   a:active {

	outline: none;

	border: none;

	color: #4141CD;

	text-decoration: none;

}





body  a:link img {

	outline: none;

	border: none;

}



.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	/* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
	padding: 0px;

}





.oneColFixCtrHdr #header {

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	height: 231px;

	margin: 0;

	background-color: #FFFFFF;

}



.oneColFixCtrHdr #header img {

	padding: 0; 

	margin: 0;

}





.oneColFixCtrHdr #mainContent {

	height: auto;

	margin: 0;

	padding: 0;

	background-color: #FFFFFF;

}



.oneColFixCtrHdr #mainContent img {

	margin: 0;

	padding: 0;

}





body #mainContent h1 {

	font-size: 1.6em;

	color: #BD55BD;

	background-repeat: no-repeat;

	background-position: left top;

	padding-left: 0px;

	padding-bottom: 4px;

	margin-bottom: 12px;

	font-family: Arial, Helvetica, sans-serif;

	text-align: left;

}



body #mainContent h2 {

	font-size: 1.7em;

	padding-left: 0px;

	color: #5A80BC;

	padding-bottom: 10px;

	padding-top: 14px;

	padding-right: 0px;

	margin: 0px;

}



.oneColFixCtrHdr #mainContent p {

	font-size: .75em;

	line-height: 1.5em;

	margin-bottom: 0.5em;

	text-align: justify;

	padding: 0px;

	margin-top: 0em;

	margin-right: 0em;

	margin-left: 0em;

}



.oneColFixCtrHdr #mainContent p.emph {

	color: #8453BF;

	font-weight: bold;

	font-size: 0.95em;

	font-style: italic;

	margin: 0px;

	padding-top: 4px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 0px;

}



.oneColFixCtrHdr #footer {

	margin: 0;

	padding-top: 5px;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 0;

	height: 40px;

	color: #000000;

}





.oneColFixCtrHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}





.oneColFixCtrHdr #footer #textnavbar{

	color: #000000;

	font-size: 0.7em;

	text-align: center;

}



.oneColFixCtrHdr #footer #textnavbar a:link {

	color: #333333;

	text-decoration: none;

}

.oneColFixCtrHdr #footer #textnavbar a:visited {

	color: #333333;

	text-decoration: none;

}

.oneColFixCtrHdr #footer #textnavbar a:hover {

	color: #333333;

	text-decoration: none;

}

.oneColFixCtrHdr #footer #textnavbar a:active {

	color: #333333;

	text-decoration: none;

}





.oneColFixCtrHdr #footer #hwsinfo {

	color: #333333;

}



.oneColFixCtrHdr #footer #hwsinfo a:link {

	color: #000000;

	text-decoration: none;

}

.oneColFixCtrHdr #footer #hwsinfo a:visited {

	color: #000000;

	text-decoration: none;

}

.oneColFixCtrHdr #footer #hwsinfo a:hover {

	color: #000000;

}

.oneColFixCtrHdr #footer #hwsinfo a:active {

	color: #000000;

	text-decoration: none;

}





.oneColFixCtrHdr #mainContent #contact_info {

	font-size: 1.1em;

	text-align: center;

}



.oneColFixCtrHdr #mainContent #office_hours {

	font-size: 1em;

	text-align: center;

}

/************** HOME PAGE STYLES*************************/



.oneColFixCtrHdr .home_pg_background#mainContent {

	margin: 0;

	background-image: url('images/cityscape02.jpg');

	background-repeat: no-repeat;

	background-position: left bottom;

	height: 410px

}



.oneColFixCtrHdr #home_content_background {



}



.oneColFixCtrHdr #home_paragraphs {

	padding-left: 25px;

	padding-right: 20px;

	padding-top: 7px;

	height: 365px;

}

.oneColFixCtrHdr #home_paragraphs #home_pg_box1 {

	background-image: url('images/home_pg_title01.jpg');

	background-repeat: no-repeat;

	background-position: center top;

	float:right;

	width: 400px;

	padding-top: 20px;

	padding-right: 20px;

	padding-bottom: 10px;

	padding-left: 20px;

	text-align: center

}



.oneColFixCtrHdr #home_paragraphs #home_pg_box2 {

	background-image: url('images/home_pg_title02.jpg');

	background-repeat: no-repeat;

	background-position: center top;

	float: right;

	padding-top: 65px;

	padding-right: 20px;

	padding-bottom: 10px;

	padding-left: 20px;

	width: 400px

	

}



.oneColFixCtrHdr #home_paragraphs #add1 {

	background-position: center top;

	float: center;

	
	width: 728px;
	height: 90px;
	

}



.oneColFixCtrHdr #home_paragraphs p {

	width: 360px;

	text-align: left;

	margin-left: 22px;

	padding-top: 7px;

	font-size: .74em;

}



/**************END !!!!!  PAGE STYLES*************************/





/************** About PAGE STYLES*************************/



.oneColFixCtrHdr .about_pg_background#mainContent {

	height: 410px;

}



.oneColFixCtrHdr #about_content_background {



}



.oneColFixCtrHdr #about_paragraphs {

	padding-left: 25px;

	padding-right: 20px;

}



.oneColFixCtrHdr #buildings_01_pic {

	float: right;

}



.oneColFixCtrHdr #container #border_div #mainContent #about_title {

	padding: 5px;

}



#mainContent p.small {

	font-size: .7em;

	line-height: 1.3em;

	text-align: left;

	margin: 0px;

	width: 260px;

	padding-top: 6px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 6px;

	color: #333333;

}

/**************END !!!!!  PAGE STYLES*************************/





/************** Property Management PAGE STYLES*************************/

.oneColFixCtrHdr .property_pg_background#mainContent {

	background-image: url('images/property__content_pic.jpg');

	background-repeat: no-repeat;

	background-position: left bottom;

	height: 410px

}



.oneColFixCtrHdr #property_content_background {

	padding-top: 8px;

	height: 385px;

}



.oneColFixCtrHdr #property_paragraphs {

	padding-left: 25px;

	padding-right: 20px;

	width: 310px;

}



.oneColFixCtrHdr #property_details {

	padding-top: 10px;

	padding-right: 15px;

	padding-bottom: 0px;

	padding-left: 15px;

	width: 500px;

	float: right;

	margin-top: 0px;

	margin-right: 15px;

	margin-bottom: 10px;

	margin-left: 5px;

}



.oneColFixCtrHdr #mainContent #property_details p.details {

	font-size: .7em;

	margin-bottom: 4px;

	line-height: 19px;

	padding-left: 0px;

}



.oneColFixCtrHdr #property_content_background #property_paragraphs #property_small_p {



}



body #mainContent #property_details h4 {

	font-size: .92em;

	color: #5A82BD;

	font-weight: bold;

	padding-top: 0px;

	padding-right: 2px;

	padding-bottom: 2px;

	padding-left: 0px;

}





/**************END Property Management!!!!!  PAGE STYLES*************************/







/************** INVESTMENT Management PAGE STYLES*************************/

.oneColFixCtrHdr .investment_pg_background#mainContent {

	height: 410px;

}



.oneColFixCtrHdr #investment_content_background {

	padding-top: 0px;

	height: 395px;

}



.oneColFixCtrHdr #investment_paragraphs {

	padding-left: 35px;

	padding-right: 20px;

	width: 666px;

}



.oneColFixCtrHdr #mainContent #investment_box {

	background-color: #7B9ADE;

	height: auto;

	padding-top: 10px;

	padding-right: 10px;

	padding-bottom: 6px;

	padding-left: 10px;

	margin-bottom: 14px;

}



body #mainContent #investment_box h4 {

	font-size: 1em;

	color: #FFFFFF;

	font-weight: bold;

	text-align: center;

	padding-bottom: 5px;

}



body #mainContent #buildings_01_pic {

	padding-right: 10px;

	padding-top: 5px;

}

/**************END INVESTMENT Management!!!!!  PAGE STYLES*************************/





/************** AVAILABLE PAGE STYLES*************************/



/* increase height of this div to add content/expand page */

.oneColFixCtrHdr .available_pg_background#mainContent  {

	background-image: url('images/keys__content_pic.jpg');

	background-repeat: no-repeat;

	background-position: right bottom;

	margin: 0;

	padding: 0;

	background-color: #FFFFFF;

	height: 550px

}

/* increase height of this div to add content/expand page */

.oneColFixCtrHdr #available_content_background {

	padding-top: 0px;

	height: 525px;

}

/* increase height of this div to add content/expand page */

.oneColFixCtrHdr #available_paragraphs {

	padding-left: 40px;

	padding-right: 20px;

	padding-top: 20px;

	height: 500px;

}





.oneColFixCtrHdr #available_paragraphs .feattabletext{

	font-size: .7em;

}



.oneColFixCtrHdr #available_paragraphs .tabletextheader {

	font-size: .9em;

}



.oneColFixCtrHdr #available_paragraphs table {

	margin-bottom: 15px;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-left: 0px;

	clear: both;

}



.oneColFixCtrHdr #container #mainContent #available_content_background #available_paragraphs .feattablehead img.sign {

	padding-top: 3px;

	padding-right: 3px;

	padding-bottom: 3px;

	padding-left: 3px;

}



.oneColFixCtrHdr #container #mainContent #available_content_background #available_paragraphs .feattablehead img.sign {

	padding: 0px;

} 



/**************END AVAILABLE !!!!!  PAGE STYLES*************************/



/************** CONTACT PAGE STYLES*************************/

.oneColFixCtrHdr .contact_pg_background#mainContent {

	/*background-image: url(images/contact_content_pic.jpg);

	background-repeat: no-repeat;

	background-position: right bottom;

	height: 410px;*/

}



.oneColFixCtrHdr #contact_content_background {

	padding-top: 0px;

	height: 385px;

}



.oneColFixCtrHdr #contact_paragraphs {

	padding-left: 30px;

	padding-right: 0px;

	width: 450px;

}



.oneColFixCtrHdr #contact_paragraphs ul {

	padding-left: 4px;

	margin: 0;

	list-style-position: inside;

	list-style-type: none;

	color: #000000;

	list-style-image: url('images/oval.gif');

	font-size: 0.9em;

	font-weight: bold

}



.oneColFixCtrHdr #contact_paragraphs li {

	padding-bottom: 4px;



}



.oneColFixCtrHdr #contact_paragraphs h2 {

	padding-top: 18px;

	padding-bottom: 3px;



}





/**************END CONTACT !!!!!  PAGE STYLES*************************/