/* Start of CMSMS style sheet 'layout' */
/*
-----------------------------------------------
SB Partners - Layout Style Sheet
Version: December 2006
----------------------------------------------- */

#container {
	/* width: 720px; */
	width: 960px;
	margin: 0 auto;
   position: relative; /* so will can position the client login absolutely relative to this div */
}

#content, #content2, #main-nav {
	/* width: 720px; */
	width: 960px;
	float: left;
}
#masthead, #masthead2 {
	/* width: 720px; */
	width: 960px;
}

#masthead, #masthead2 {
	position: relative; /* so will can position the forms absolutely relative to this div */
	height: 125px;
}

#content {
	/* background: url(images/vertical-line.gif) repeat-y 475px 0; */
    background: url(images/vertical-line.gif) repeat-y 635px 0;
	margin: 10px 0;
}

#home #content {
	background: url(images/vertical-line.gif) repeat-y 360px 0;
	margin: 10px 0;
}
#home #content2 {
	margin: 10px 0;
}


#our-people-pic {
    clear: both;
    padding: 0; margin: 0;
    height: 250px;
    position: relative;
}
#our-people-pic img {
    padding: 0; margin: 0;
}
#our-people-header-img {
    position: absolute;
    top: 0;
    right: 0;
}
#our-people-head {
/*
    position: absolute;
    top: 60px;
    left: 15px;
    width: 500px;
*/
    padding-left: 24px;
}
#our-people-info {
    position: absolute;
    background: url(images/our-people-info.gif);
/*
    min-width: 161px;
    width: auto !important;
    width: 161px; 
    height: 106px;
    padding: 8px 16px 0 16px;
    bottom: 0;
    left: 11px;
*/
    width: 218px;
    height: 215px;
    top: 0;
    left: 0;
    padding: 35px 0 0 24px;
    font-size: 15px;
    color: #fff;
}
#our-people-info p { font-size: 11px; }
#our-people-info a { font-size: 11px; color: #fff; text-decoration: none; }
#our-people-info .imgwrap { float: left; width: 23px; }
#our-people-info img { vertical-align: middle; }
#our-people-contact {
    position: absolute;
    left: 24px;
    bottom: 10px;
}



#main-content {
	/* width: 450px; */
    width: 610px;
	float: left;
	padding: 0 20px 0 10px;
}

#home #main-content {
	width: 320px;
}

#sub-content {
	/* width: 220px; */
    width: 300px; 
	float: right;
	padding: 0 10px;
}

#home #sub-content {
	width: 335px;
}
#home #sub-content2 {
	/* width: 720px; */
    width: 960px;
    background: url(images/bg-home.gif) repeat-y;
    padding: 5px 0;
    margin-bottom: 15px;
}

#footer {
	clear: both;
	/* width: 720px; */
	width: 960px;
}
/* End of 'layout' */

