@charset "utf-8";
/* CSS Document */

body  {
	behavior:url("csshover.htc"); 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #bac1c6;
	margin: 0;
	padding: 15px;
	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: #000000;
	background-image:url(../images/Bg.jpg);
	background-repeat:repeat-x;
}
.borderBottomDashed {
	border-bottom:1px dotted #aaaaaa;
	padding-bottom:20px;
}

#bottomMenu {
	width:800px;
	margin:25px auto;
	text-align:left;
}

#bottomMenu a {
	font-size:10px;
	color:#777777;
	text-decoration:none;
}

#bottomMenu a:hover {
	color:#FFFFFF;
}

#bottomMenu b {
	color:#555555;
	font-size: 10px;
}

#contactInfo {
	width:250px;
	float:left;
	margin-bottom:20px;
}
#ContactMap {
	width:380px;
	float:right;
	margin-bottom:20px;
}
#footer {
	width:805px;
	background-color:#555555;
	border-top:1px solid #ff6600;
	border-bottom:8px solid #333333;
	padding-left:20px;
	padding-right:10px;
}
#login {
	margin:100px auto;
}

.quickLinks {
	padding-left:25px;
	height:165px;
	background-image:url(../images/quickLinksBG2.png);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#355480;
}

.twoColFixRtHdr #container { 
	width: 835px; 
	background-color:#ffffff;
	background-image: url(../images/ContainerBg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin: 0 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. */
} 

.twoColFixRtHdr #subMenu { 
	background-color: #DDDDDD;
	background-image: url(../images/header_menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:72px;
	border-bottom:1px solid #cccccc;
}
.twoColFixRtHdr #subMain { 
	background-repeat:no-repeat;
	border-bottom:2px solid #555555;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	height:165px;
	width:835px;
	text-align:center;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContent, .twoColFixRtHdr .mainContent { 
	margin: auto auto 20px auto;
	padding:10px 25px 20px 25px;
	width:700px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;

} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#information {
	padding-top:80px;
}
.padLeft {
	padding-left:20px;
}
#pageTitle, .pageTitle {
	width:752px;
	/*background-image: url(../images/tab_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;*/
	padding-top:4px;
	padding-bottom:5px;
	/*border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;*/
	border-bottom:5px solid #cccccc;
	margin:0 auto;
	text-align:left;
}

#sampleSites img {
	border:1px solid #bbbbbb;	
}

#shadow {
	width:100%;
	background-image: url(../images/Shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	height:25px;
}
#siteMapContent {
	width:33%;
	float:left;
}
#successStories {
	border-bottom:1px dotted #999999;
	padding-top:30px;
	padding-bottom:30px;
}
#supportMenu {
	width:700px;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:7px;
	margin-left:65px;
	margin-bottom:15px;
	background-image:url(../images/SupportMenuBg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/*Property Management Page*/
.property-management-feature		{ border-top: 1px dotted #bbbbbb; margin: 0 0 25px 0; padding: 0 30px 0 120px; }

.lease-expirations					{ background:url(../images/lease-expirations-icon.png) 13px 20px no-repeat;  }
.online-marketing					{ background:url(../images/online-marketing-icon.png) 18px 20px no-repeat; }
.collect-rent						{ background:url(../images/collect-rent-icon.png) 22px 20px no-repeat; }
.work-order							{ background:url(../images/work-order-icon.png) 23px 20px no-repeat; }
.global-search						{ background:url(../images/global-search-icon.png) 11px 20px no-repeat; }

/*Video Styling*/

.video-wrap							{ width: 500px; padding: 20px; background: url(../images/featureBoxGradientBG.png) center bottom repeat-x #fff;  margin: 0 auto; border: 1px solid #ccc; }
.video-placeholder					{ background: #fff; width: 500px; border:1px solid #ccc; padding: 50px 0; height: 244px; text-align:center; }
	


#internalLinks						{ padding: 10px 25px 20px; width: 700px; margin: 0 auto 20px; border: 1px solid #ccc; background: #eee; }
#internalLinks a					{  }
