/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/sub_bkg.jpg) repeat top left;
}
#wrapper {
	margin:0;
	padding:0;
	width:100%;
	height:300px;
	text-align:left;
	background:url(images/our_firm_bkg.jpg) no-repeat top left;
	border-bottom:1px solid #FFF;
}
#wrapper_mi {
	margin:0;
	padding:0;
	width:100%;
	height:300px;
	text-align:left;
	background:url(images/multifamily_bkg.jpg) no-repeat top left;
	border-bottom:1px solid #FFF;
}
#wrapper_fi {
	margin:0;
	padding:0;
	width:100%;
	height:300px;
	text-align:left;
	background:url(images/flexindustrial_bkg.jpg) no-repeat top left;
	border-bottom:1px solid #FFF;
}
#wrapper_oi {
	margin:0;
	padding:0;
	width:100%;
	height:300px;
	text-align:left;
	background:url(images/office_bkg.jpg) no-repeat top left;
	border-bottom:1px solid #FFF;
}
#wrapper_va {
	margin:0;
	padding:0;
	width:100%;
	height:300px;
	text-align:left;
	background:url(images/valueadd_bkg.jpg) no-repeat top left;
	border-bottom:1px solid #FFF;
}
#wrapper_pi {
	margin:0;
	padding:0;
	width:100%;
	height:300px;
	text-align:left;
	background:url(images/propertyi_bkg.jpg) no-repeat top left;
	border-bottom:1px solid #FFF;
}



#side_nav {
	width:20%;
	float:left;
	padding:10px 0px 20px 0px;
}
#sub_content {
	width:65%;
	float:left;
	border-left:1px solid rgb(10,35,85);
	padding:10px 10px 20px 40px;
}
#sub_page_content {
	width:100%;
	min_height:100%;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:20px 20px 20px 60px;
	border-top:5px solid #CC0000;

}
#sub_spacer {
	width:10%;
	float:left;
	padding:10px 10px 20px 10px;
}
#footer {
	clear:left;
	height:100%;
	width:100%;
}
.title {
	font-size:50px;
	color:#FFF;
	padding:148px 0px 0px 55px;
	margin:0;
	float:left;
	font-weight:normal;
}
.intro {
	font-size:20px;
	color:rgb(141,164,202);
	padding: 0px 0px 15px 0px;
}
.intro2 {
	font-size:20px;
	color:rgb(141,164,202);
	padding: 0px 0px 5px 0px;
}
.sub_text {
	font-size:14px;
	color:#FFF;
	line-height:140%;
	padding: 5px 40px 10px 0px;
}
.blue {
	color:rgb(141,164,202);

}
ul.s_nav {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

ul.s_nav a {
	display:block;
	color:#FFF;
	font-weight:bold;
	width:100%;
	padding:15px 0px 5px 0px;
	text-decoration:none;
	border-bottom:1px solid rgb(0,20,45);
}
.no_border {
	border-bottom:1px solid transparent;
}
* html ul.nav a {height:1px}
ul.s_nav a:hover {
	color:rgb(141,164,202);
	border-bottom:1px solid rgb(10,35,85);
}
.gallerycontainer{
position: relative;
height:240px;
width:320px;
overflow:hidden;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.nav_button {
	height:73px;
	width:79px;
	margin:1px 1px 0px 0px;
	padding:5px 0px 0px 0px;
	background-color:rgb(141,164,202);
	float:left;
}
.nav_spacer {
	width:160px;
	height:78px;
	padding:0;
	margin:1px 0px 0px 0px;
	float:left;
}

.nav_button:hover{
	background-color:#FFF;
	border-bottom:none;
}

.nav_button span{ /*CSS for enlarged image*/
	position: absolute;
	background:url(images/dd.png) no-repeat top left;
	border-top:1px solid transparent;
	padding: 5px;
	margin:0;
	right:999em;
	visibility: hidden;
	text-decoration: none;
}

.nav_button span { /*CSS for enlarged image*/
width:316px;
height:160px;

}

.nav_button:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:79px;
left:0; /*position where enlarged image should offset horizontally */
}
.table {
	width:650px;
	padding:0px 0px 10px 0px;
	margin:0;
	height:100%;
}
.table_line {
	padding-bottom:20px;
}
.table_line_b {
	padding:10px 0 0 0;
	margin-bottom:5px;
	clear:left;
	border-bottom:1px solid #fff;
}
.table_body {
	padding:10px 0px 10px 0px;
	height:100%;
	border-top:1px solid #fff;

}
.table_left {
	padding:0;
	margin:0;
	width:250px;
	float:left;
}
.table_left2 {
	width:120px;
	float:left;
	padding:0;
	margin:0;
}
.table_left3 {
	padding:0;
	margin:0;	
	float:left;
}
.ul_table {
	list-style:none;
}
.ul_table li {
	padding:5px 0 5px 0;
}
.t_headers {
	color:rgb(141,164,202);
	font-weight:bold;
}

p a {
	text-decoration:none;
	color:#fff;
}
p a:hover {
	text-decoration:none;
	color:rgb(141,164,202);
}

.m_line {
	padding-top:10px;
	margin-bottom:20px;
	border-bottom:1px solid rgb(0,20,45);
	width:500px;
}