/* reset */
* {
	margin: 0;
	padding: 0;
}
img {
	display: block;
	border: none;
}
/*
 * STRUCTURE
 */
 html {
	height: 100%; /* vert scroll in firefox */
	margin-bottom: 1px; /* vert scroll in safari */
}
body {
	height: 100%;
	font: 12px Arial, Verdana, sans-serif; /* reset 1em to 10px */
	color: #626262;
	text-align:center;
	background:#343737 url(../img/bodyBg.jpg) repeat-x;
}
/* WRAPPER*/
#siteContainer {
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-color:#e5e5e5;
}
/* CONTENT*/		

#contentContainer {
	margin-top:10px;
	background:url(../img/contentBgMain.gif) repeat-y;
	overflow:hidden;
}

* html #contentContainer {overflow: visible; height: 1%;}



#colA {
	float:left;
	padding:15px 0 10px 40px;
	color:#333333;
	margin-right:80px;
}



body#home #colA {
	width:478px;
	margin-right:0;
}


body#overview #colA,
body#property #colA,
body#contact #colA,
body#investment #colA{
	width:720px;
	margin-right:0;
}

body#creditBanking #colA,
body#clients #colA {
	margin-right:50px;
}

body#mgtTeam #colA,
body#publications #colA,
body#retirement #colA,
body#creditBanking #colA,
body#clients #colA{
	margin-right:0px;
	width:720px;
}


#colA p a{
color:#2d2d2d;
}

#colA p{
padding-bottom:16px;
}

#colA_MD {
	background:url(../img/mdBg.jpg) no-repeat bottom right;
    margin-right:0px;
	width:775px;
}

#colA_MD #content_MD {
	padding:15px 60px 20px 40px;
	color:#333333;
}



#colA_MD p{
padding-bottom:16px;
padding-right:30px;
}

#colB {
	float:right;
	padding-right:14px;
	width:224px;
}
#colB div#quote {
	padding:20px 15px 70px 15px;
	font-size:20px;
	background:url(../img/bgHomeQuote.jpg) no-repeat;
	color:#FFF;
}

#colB div#yourPB{
   padding:10px 20px 10px 20px;
   background-color:#e6e6e6;
}



/* HOME SPECIFIC STYLES */




body#home #contentContainer {
	background:url(../img/contentBg.gif) repeat-y;
}

body#home #colB p {
font-size:10px;
margin-right:0;
padding:10px;
background-color:#444444;
color:#FFF;
}

body#home #colB p.more {
text-align:right;
padding:4px 10px 4px 10px;
background-color:#2e2e2e;
color:#FFF;
margin-right:0;
margin-bottom:10px;
}


body#home #colB p.more a {
color:#FFF;
text-decoration:none;
}

body#home #colB p.more a:hover {
color:#FFF;
text-decoration:underline;
}



/* END HOME SPECIFIC STYLES */




/* HEADER*/
#headerTop{
	background:url(../img/headerTopBg.jpg) repeat-y;
	color:#c1bfbf;
	font-size:11px;
	padding:6px 0 6px 20px;
	height:20px;
	overflow:hidden;
}



#navHolder {
	background:#2c2d2c url(../img/navBg.jpg) repeat-y;
	padding-top:10px;
	font-weight:bold;
	font-size:13px;
	padding-left:10px;
	overflow:hidden;
}

* html #navHolder {overflow: visible; height: 1%;}


#subNavHolder {
	background:#2c2d2c url(../img/subNavBg.jpg) repeat-y;
	padding-top:5px;
	font-weight:bold;
	font-size:11px;
	padding-left:10px;
	overflow:hidden;
}

* html #subNavHolder {overflow: visible; height: 1%;}

#subNav li a,
#mainNav li a {
	display: block;
	position: relative;
	cursor: pointer;
	padding:0 10px 10px 10px;
	border-right:solid 1px #e5e5e5;
}

#subNav li a{
padding-bottom:5px;
}
#subNav li.end a,
#mainNav li.end a{
border:0;
}

#subNav li a,
#mainNav li a {
	text-decoration: none;
}
#subNav li,
#mainNav li {
	display:inline;
}
ul#subNav li,
ul#mainNav li {
	margin:0;
	padding:0;
}
ul.horizontal li {
	list-style-type: none;
	float: left;
}
ul.horizontal li.first {
	border: none;
}
ul.horizontal li a:link {
	color: #ffffff;
	text-decoration : none;
}
ul.horizontal li a:visited {
	color: #ffffff;
	text-decoration: none;
}
ul.horizontal li a:hover {
	color: #868585;
	text-decoration: none;
}
/*
 * clearer
 */
.clearer {
	clear:both;
}
/*
 * clearfix - fixes float clearing issues
 */
/* Win IE 7 */
*html .clearfix {
	display: inline;
}
/* Gecko-based browsers */
 .clearfix:after {
	content : ".";
	display : block;
	height : 0px;
	clear : both;
	visibility : hidden;
}
/* Hides from IE-mac \*/ * html .clearfix {
	height : 1%;
} /* End hide from IE-mac */
/* FOOTER*/
#footer {
	color: #333333;
	font-size:10px;
	padding:7px 0 7px 20px;
	background:#a7a6a6 url(../img/footerBg.gif) repeat-y;
	margin-top:10px;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color:#333333;
	padding:0 10px 0 10px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	padding-right:10px;
}
h1, h3 {
	padding-bottom:20px;
}

#date{
float:left;
width:200px;
}
#headerColB{
float:left;
margin-left:355px;
display:inline;
}
#headerColB a,
#headerColB span{
color:#ffffff;
text-decoration:none;
padding:0 10px 0 10px;
}

input.searchText{
font-size:10px;
float:left;
font-family:Arial, Helvetica, sans-serif;
margin-right:10px;
width:120px;
}

#searchArea{
float:right;
}

#mainNav li.selected a{
color:#868585;
}

#subNav li a{
color:#e4e4e4;
}
#subNav li.selected a{
color:#303030;
}


/* Typography Styles */

h1{
color:#000000;
font-size:24px;
border-bottom:solid 1px #cccccc;
margin-bottom:20px;
padding-bottom:6px;
}

h2{
padding-bottom:20px;
}

h3{
margin-bottom:0;
padding-bottom:4px;
}

p.featureBox{
background-color:#eaeaea;
padding:8px 0 8px 15px;
margin-bottom:16px;
font-weight:bold;
}

p.featureBox span{
color:#a7a7a7;
padding:0 10px;
}



/* page-specific styles */

p.intro{
font-weight:bold;
font-size:14px;
}

#clientType{
background:url(../img/clientListBgBtm.jpg) bottom left no-repeat;
width:718x;
}

#clientType p{
border-bottom:solid 1px #CCC;
margin-right:270px;
padding-bottom:10px;
margin-bottom:10px;
}

#clientType p.noBorder{
border-bottom:0;
}


#clientType div.top{
background:url(../img/clientsListBg.jpg) no-repeat;
font-weight:bold;
padding:20px 0 0 20px;
font-size:13px;
margin-bottom:20px;
}









#cbList,
#cbList3{
background:url(../img/clientListBgBtm.jpg) bottom left no-repeat;
width:718px;
}



#cbList2{
background:url(../img/clientListBgBtm2.jpg) bottom left no-repeat;
width:718px;
}




#cbList p{
border-bottom:solid 1px #CCC;
margin-right:370px;
padding-bottom:10px;
margin-bottom:10px;
}


#cbList2 p{
border-bottom:solid 1px #CCC;
margin-right:320px;
padding-bottom:10px;
margin-bottom:10px;
}


#cbList3 p{
border-bottom:solid 1px #CCC;
margin-right:60px;
padding-bottom:10px;
margin-bottom:10px;
}



#cbList2 p.noBorder,
#cbList p.noBorder,
#cbList3 p.noBorder{
border-bottom:0;
padding-bottom:20px;
}


#cbList2 div.top,
#cbList3 div.top,
#cbList div.top{
background:url(../img/creditListBg.jpg) no-repeat;
font-weight:bold;
padding:20px 0 0 20px;
font-size:13px;
margin-bottom:20px;
}


#cbList3{
width:678px;
}

#cbList2 div.top{
background:url(../img/creditListBg2.jpg) no-repeat;
}


#cbList3 div.top{
background:url(../img/creditListBg3.jpg) no-repeat;
}



body#retirement #cbList3 div.top{
background:url(../img/retirementListBg.jpg) no-repeat;
}


body#retirement #cbList3 div.top p{
margin-right:200px;
}






/* Contact Page */

table#contactA,
table#contactB,
table#contactC{
font-weight:bold;
}

table#contactA span{
display:block;
font-weight:normal;
padding-bottom:10px;
}
table#contactA input{
width:260px;
font-size:12px;
margin-bottom:7px;
}

table#contactB,
table#contactC{
margin-top:20px;
}

table#contactB td,
table#contactC td{
padding-bottom:8px;
}

#contactDetails{
background:url(../img/contactDetailsBg.jpg) no-repeat;
width:424px;
height:120px;
margin-top:20px;
padding-top:15px;
}

#contactDetails p{
padding:0 20px 15px 20px;
}

#contactDetails a{
color:#333333;
}


/* Publications */

p.footnote{
font-size:10px;
}

#publicationsList,
#creditServices,
.investmentServices{
background:url(../img/publicationsBgTop.jpg) no-repeat;
padding-top:15px;
}
#publicationsList div,
#creditServices div,
.investmentServices div{
background:url(../img/publicationsBgBtm.jpg) no-repeat bottom left;
}

#publicationsList div p{
/*background:url(../img/pubIcon.gif) no-repeat;*/
padding:0 20px 15px 25px;
margin-left:0px;
}

#publicationsList div p a{
font-weight:bold;
display:block;
text-decoration:none;
color:#2d2d2d;
}


#publicationsList{
margin-bottom:15px;
}

#creditServices div p{
padding:0 20px 15px 0px;
margin-left:20px;
font-weight:bold;
}


.darkGrey{
color:#2d2d2d;
}

#colA .investmentServices div{
padding-bottom:10px;
}

#colA .investmentServices div p {
padding:5px 20px 5px 10px;
overflow:hidden;
margin-left:10px;
margin-right:30px;
margin-bottom:6px;
font-weight:normal;
}

.investmentServices div p.whiteRow {
font-weight:normal;
background-color:#ffffff;
}


/* Management Team */


.anchorLinks{
padding-left:50px;
height:180px;
}

.bio{
width:130px;
float:left;
/*height:200px; */
height:80px;
margin-right:25px;
margin-left:5px;
display:inline;
color:#333;
font-size:11px;
margin-top:5px;
}

.bio span{
display:block;
line-height:100%;

}

.bio a{
color:#484949;
display:block;
padding-top:10px;
}


.bioDetail{
padding-top:15px;
font-size:11px;
width:720px;

}
.bioDetail .left{
width:570px;
float:left;
}

.bioDetail img{
float:left;
margin-left:15px;
}

.bioDetail span{
font-weight:bold;
padding-right:10px;
}
.bioDetail span.title{
padding-left:10px;
border-left:solid 1px #000;
font-weight:normal;

}

.bioDetail p{
padding-top:6px;
}




div.hr {
  height: 15px;
  background: #fff url(../img/hr_bg.gif);
  margin:5px 20px 0px 0px;
  display:block;
  clear:both;
}



div.hr hr {
  display: none;
}

p.btt{
font-size:10px;

}

div#subFooter{
background-color:#373737;
color: #ffffff;
font-size:10px;
padding:7px 0 7px 20px;
margin-top:0px;
}



.overviewRow{
background:url(../img/overviewPanelBg.gif) repeat-y;	
margin-bottom:20px;
}

.overviewPanel{
	float:left;
	width:350px;
	margin-right:20px;
	
}

.overviewPanel p{
padding:0 15px 10px 15px;	
}

.overviewPanel h3{
padding:15px 0 10px 15px;	
}


.investLeft{
float:left;
width:550px;
margin-right:20px;
}

.investRight{
float:left;
width:140px;
}

.investRight img{
border:solid 5px #CCC;
display:block;
margin-bottom:15px;
}


#investment .featured{
background-color:#dedede;
padding:15px;
margin-bottom:15px;
}


body#investment .featuredInvest{
	background:url(../img/bgInvestments.gif) no-repeat;
padding:15px;
margin-bottom:15px;	
}

#investment .featured ul{
margin:0 0 0 15px;
}



#propertyPics img{
	border:solid 6px #CCC;
    margin-right:10px;
	float:left;
}


#propertyPics img#noMargin{
    margin-right:0px;
}


#imgLink a{
	color:#333;
}


#publicationsDetails{
background:url(../img/publications_bg.jpg) no-repeat;
width:718px;
height:297px;
color:#000;
padding-top:10px;
margin-bottom:40px;
}


#publicationsDetails p{
border-bottom:solid 1px #999;
padding:15px 0 15px 0;
margin:0 460px 0 20px;
}


#publicationsDetails p span{
font-weight:bold;
display:block;
font-size:14px;
}


span.note{
	font-size:14px;
}


.address{
	float:left;
	width:210px;
	padding:10px;
	margin-right:10px;
	background-color:#d7d6d6;
	margin-bottom:20px;
}


.clear{
	clear:both;
}


.noMarginRight{
	margin-right:0px;
}


ul#retirementPlanning{
	margin:0 0 20px 30px;
}


ul#retirementPlanning li{
	padding-bottom:10px;
}


ul.greyBoxList{
   padding:15px 0 15px 20px;
   background-color:#dfdfdf;
   margin-bottom:20px;
}

ul.greyBoxList li{
   margin-left:20px;
   padding-bottom:10px;
}


.overviewPanel ul{
	margin-left:20px;
	padding-left:20px;
	padding-bottom:20px;
}

h1 a{
	color:#000000;
	text-decoration:none;
}

h1 a:hover{
	color:#666666;
}

body#investment h4{
	font-size:16px;
	padding-bottom:10px;
}

.leightbox{
	border-bottom:dotted 1px #666;
	padding-bottom:15px;
	margin-bottom:25px;
}


.leightbox ul{
    font-weight:bold;
	padding:0;
	margin:0;
}



.leightbox ul li{
	padding-bottom:8px;
}

