@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

html{
	background: transparent;
	height: 100%;
}

body{
	background: transparent;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:890px;
	min-height: 100%;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: -50px;
	padding:0 10px;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 126px;
	margin:0 auto;
	background:transparent url(../images/header_bg.gif) no-repeat 0px 0px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: url(../images/spacer.gif) 0 0 no-repeat;
		left:22px;
		position:absolute;
		top: 18px;
	}
		#logo img{
			height:91px;
			width:232px;
		}

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:30px;
	width:890px;
	background:transparent url(../images/tabs_bg.gif) no-repeat 0px 0px;
}
	#nav{
		margin:0 auto;
		text-align:center;
	}
		#nav ul{
			list-style:none;
			margin:0 auto;
			text-align:left;
		}
			#nav ul li{
				background-image:none;
				display:inline;
				margin:0;
				padding:0;
			}
				#nav a{
					display:block;
					float:left;
					text-decoration:none;
					background:url(../images/nav_bg.gif) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:30px 0 0 0;
					position:absolute;
				}
				
				#nav a:hover, #nav a.active{
				}
								
				/* Home */
				li#t59879 a, li#t59879 a.active{
					background-position:-0px 0;
					width:82px;
					left:10px;
				}
				li#t59879 a:hover{
					background-position:-0px -30px;
				}
				
				/* About */
				li#t59918 a{
					background-position:-90px 0;
					width:111px;
					left:100px;
				}
				li#t59918 a:hover, li#t59918 a.active{
					background-position:-90px -30px;
				}
				
				/* Properties */
				li#t59927 a{
					background-position:-213px 0;
					width:109px;
					left:224px;
				}
				li#t59927 a:hover, li#t59927 a.active{
					background-position:-213px -30px;
				}
				
				/* Resident Services */
				li#t59975 a{
					background-position:-338px 0;
					width:165px;
					left:348px;
				}
				li#t59975 a:hover, li#t59975 a.active{
					background-position:-338px -30px;
				}
				
				/* Investments */
				li#t60495 a{
					background-position:-517px 0;
					width:129px;
					left:529px;
				}
				li#t60495 a:hover, li#t60495 a.active{
					background-position:-517px -30px;
				}
				
				/* Private Login */
				li#t59939 a{
					background-position:-654px 0;
					width:126px;
					left:663px;
				}
				li#t59939 a:hover, li#t59939 a.active{
					background-position:-654px -30px;
				}
				
				/* Contact Us */
				li#t59926 a{
					background-position:-790px 0;
					width:98px;
					left:800px;
				}
				li#t59926 a:hover, li#t59926 a.active{
					background-position:-790px -30px;
				}

#main-body{
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		height: auto !important;
		height: 400px;	
	}
	
	#main-table-body-leftcell{
		background: #4758AD url(../images/leftSide_bottom.gif) no-repeat left bottom;
		width:246px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:650px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:0px 0 0 0;
}

#menu-header {
	background:#fff url(../images/menu_heading.gif) no-repeat 0px 0px;
	height:28px;
}

.tab59918  #menu-header{
background:#fff url(../images/menu_heading_pmc.gif) no-repeat 0px 0px;
}

.tab59927 #menu-header{
background:#fff url(../images/menu_heading_properties.gif) no-repeat 0px 66px;
padding-top:67px;
}

#item59927.tab59927 #menu-header{
background-position:0px 0px;
padding-top:0px;
}

.tab59975 #menu-header{
background:#fff url(../images/menu_heading_resident.gif) no-repeat 0px 0px;
}

.tab60495 #menu-header{
background:#fff url(../images/menu_heading_investments.gif) no-repeat 0px 0px;
}

.tab59939 #menu-header{
background:#fff url(../images/menu_heading_private.gif) no-repeat 0px 0px;
}

.tab59926 #menu-header{
background:#fff url(../images/menu_heading_contact.gif) no-repeat 0px 0px;
}

.rentalApplication{
position:absolute;
display:block;
top:201px;
}

.rentalApplication img{
border:0px;
}

#menu{
	margin:0px 0 0 0px;
	padding:0px 0 0 0;
	width: 243px;
	background:#EAECF6;
}
	#menu ul{
		font-size: 12px;
		margin:0 0px 0 0;
		padding:0;
		list-style: square inside;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
		}
		
		
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#7a7a7a;
				font-family:Arial, Helvetica, sans-serif;
				display:block;
				font-size: 13px;
				padding: 6px 3px 6px 25px;
				border-top: 1px dashed #b6b7be;
				font-weight:bold;
				background:transparent url(/site/template/assets/home_template_providence_731/images/menu_box.gif) 11px 7px no-repeat;
			}
			
			#menu a:hover {
			color: #fff;
			background:#efba90 url(/site/template/assets/home_template_providence_731/images/menu_box3.gif) 11px 7px no-repeat;
			}
			
			#menu a.current{
			color: #fff;
			background:#efba90 url(/site/template/assets/home_template_providence_731/images/menu_box3.gif) 11px 7px no-repeat;
			}
			
			#menu a.subcurrent, #menu a.subcurrent:hover{
				color: #f58326;
				background:transparent url(/site/template/assets/home_template_providence_731/images/menu_box2.gif) 23px 7px no-repeat;
				text-decoration: none;
				
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 13px;		
				padding-left: 24px;
				border-top: 1px dashed #b6b7be;
				text-decoration: none;
				padding-left:37px;
				background:transparent url(/site/template/assets/home_template_providence_731/images/menu_box.gif) 23px 7px no-repeat;
			}
			
			#menu li ul li a:hover {
				color: #F58326;
				background:transparent url(/site/template/assets/home_template_providence_731/images/menu_box.gif) 23px 7px no-repeat;
			}
			
	#menu-footer{
		background:#4758ad url(../images/leftSide_bg.gif) no-repeat scroll 0px 0px;
		height:149px;
		margin-bottom:134px;
	}



#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0px 0px;
	margin: 4px 0pt 15px;
	position:relative;
	width: 100%;
	background:transparent url(../images/fakeBorder.gif) repeat-x left bottom;
}
	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:10px 0pt 0.5em 5px;
		width:707px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#999999;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#999999;
		text-decoration:none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{			
		text-decoration:underline;
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:9em;
			text-align:right;
			top:8px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#f47a17;
				text-decoration:underline;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				text-decoration:none;
				}
		
		
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:0;
			text-align:right;
			top:8px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#f47a17;
				text-decoration:underline;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				text-decoration:none;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 0px 30px 0 30px;
		padding:0 0 10px 0;
		overflow:hidden;
		min-height: 400px;
	}
	#pagetitle{
		margin:0 0 15px 0px;
		width:591px;
		background:transparent url(../images/pageTitle_bg.gif) repeat-y 0px 0px;
	}
	
	#pagetitletext{
	background:transparent url(../images/pageTitle_bottom.gif) no-repeat left bottom;
	}
		#pagetitletext h1{
			font-size:18px;
			font-weight: normal;
			color: #fff;
			font-family:Arial, Helvetica, sans-serif;
			padding:4px 0 4px 10px;
			margin-bottom:0px;
			overflow:hidden;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 0px;
		clear: both;
}

#footer{
	clear:both;
	height: 50px;
	margin:0 auto;
	position:relative;
	background: transparent;
	border-top: 0px; 
}
	#footerwrap{
		margin:0 auto;
		width: 900px;
		position:relative;
		height: 40px;
		margin-top:3px;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:0px;
		bottom:-5px;
	}
		#poweredby a{
			color:#4758AD;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}
		
		#footerLinks{
		position:relative;
		top:10px;
		}
		
		#footerLinks a{
		text-decoration:none;
		color:#adadad;
		font-size:11px;
		font-weight:bold;
		padding:6px 26px;
		background:transparent url(../images/footerLinks_bg.gif) no-repeat top right;
		}
		
		#footerLinks a:hover, .tab59918 #footer_tab59918, .tab59927 #footer_tab59927, .tab59975 #footer_tab59975, .tab60495 #footer_tab60495, .tab59939 #footer_tab59939, .tab59926 #footer_tab59926{
		color:#394ca0;
		}