/* @group Resest Rules */

* {
	margin: 0;
	padding: 0;
}

a, img, label, button {
	border: none;
	outline: none;
}

input {outline: none;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	float: none;
	visibility: hidden;
}

.clearfix {zoom: 1;}
ul {list-style: none;}

body {
	font-family: arial, serif;
	background: #f2f2f2;
}

h1 {
	font: bold 22px/22px Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 15px;
	color: #000;
}

h1.beaconNews {
	font: bold 12px/16px Helvetica,Arial,Verdana,sans-serif;
	color: #444;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 0;
}

h2 {
	font: bold 14px/16px Helvetica,Arial,Verdana,sans-serif;
	color: #444;
	/*text-transform: uppercase;*/
}

h3 {
	margin-bottom: 20px;
	font: bold 18px/22px Helvetica,Arial,Verdana,sans-serif;
	color: #444;	
}

h4 {
	font: bold 16px/20px arial;
	color: #888;
	margin-bottom: 5px;
}

p {
	margin-bottom: 18px;
	color: #444;
	font: normal 12px/16px arial;
}

.pageIntro {
	font: bold 16px/20px arial;
	color: #888;
}

.subIntro {
	margin-bottom: 5px;
}

/*@end */

/* all Banner Declarations */

#homePage {
	background: url(../img/banners/home.png) no-repeat left top;
	height: 200px;
}

#news {
	background: url(../img/banners/news.png) no-repeat 190px top;
}

#contact {
	background: url(../img/banners/contact.png) no-repeat 190px top;
}

#why {
	background: url(../img/banners/why.png) no-repeat 181px bottom;
}

#about {
	background: url(../img/banners/about.png) no-repeat 181px top;
}

#ourMission {
	background: url(../img/banners/our-mission.png) no-repeat 181px top;
}

#Corporate {
	background: url(../img/banners/corporate.png) no-repeat 181px top;
}

#directors {
	background: url(../img/banners/directors.png) no-repeat 181px top;
}

#advisory-board {
	background: url(../img/banners/advisory-board.png) no-repeat 181px top;
}

#bpc-advisors {
	background: url(../img/banners/bpc-advisors.png) no-repeat 181px top;
}

#portfolio {
	background: url(../img/banners/portfolio.png) no-repeat 181px top;
}
#logo {
	float: left;
	width: 235px;
	margin-top: 20px;
}

.headerWrap {
	background-color: #fff;
}

.header {
	width: 780px;
	margin: 0 auto;
	height: 87px;
}

.topNav {
	float: right;
	margin-top: 55px;
}

.topNav li {
	display: inline;
	margin-right: 0;
}

.topNav a {
	padding-right: 5px;
	border-right: #3E3E3E solid 1px;
	font: bold 12px/16px arial;
	color:#3E3E3E;
	text-decoration:underline;
}

.topNav a.last {
	padding-right: 0;
	border-right: none;
}

.mastHwrap {
	background: url(../img/common/main_panbg04.gif) repeat-x left bottom;
	height: 180px;
}

#home .mastHwrap {
	background: url(../img/common/main_panbg01.gif) repeat-x left bottom;
	height: 210px;
}

#disclaimer .mastHwrap,
#sitemap .mastHwrap {
	background: url(../img/common/main_panbg01.gif) repeat-x left bottom;
}

.mastHead {
	background: url(../img/common/mastheadbg.png) no-repeat left bottom;
	width: 780px;
	margin: 0 auto;
	/*padding-top: 45px;*/
	/*height: 125px;*/
	height: 170px;
}

h1.mastBg {
	background: url(../img/common/mastheadbg.png) no-repeat left bottom;
	height: 180px;
	margin-bottom: 0;
}

#home .mastBg,
#disclaimer .mastBg,
#sitemap .mastBg {
	background: none;
}

.primaryNav {
	width: 150px;
	/*margin-left: 10px;*/
	padding: 48px 0 0 10px;
}

#home .primaryNav {
	width: 150px;
	/*margin-left: 10px;*/
	padding: 60px 0 0 10px;
}

.primaryNav a {
	background: url(../img/common/menu_arr.gif) no-repeat right center #424242;
	border-top: 1px solid #838383;
	color: #C7C7C7;
	display: block;
	font: normal 11px/15px tahoma;
	letter-spacing:1px;
	margin: 0 0 1px 0;
	padding: 4px 7px;
	text-decoration: none;
	zoom: 1;
	_margin: 0;
}

/* For IE 7 */
html>body .primaryNav a {
	margin: 0;
}

.primaryNav a:hover {
	background-color: #686868;
	border-top: 1px solid #fff;
}

#home .primaryNav {
	float: right;
}

/* Active link Indicators */
/* Based on the page you are on */

#about-us #aboutus,
#corporate #corp,
#folio #pFolio {
	background: #808080 url(../img/common/menu_arr.gif) no-repeat right center;
	color: #fff;
	border-top: 1px solid #a1a1a1;
}

#about-us #oMission #our-mission,
#about-us #wBeacon #why-beacon,
#corporate #dRectors #Directors,
#corporate #aBoard #advisoryBoard,
#corporate #bcpadvisor #bcpAdvisors {
	background: url(../img/common/menu_arr.gif) no-repeat right center #fff;
	border-top: 1px solid #fff;
	color: #a1a1a1;
}


/*#about-us #mission {
	background: #fff;
	border-top: 1px solid #fff;
	color: #a1a1a1;
}*/

.container {
	width: 780px;
	margin: 0 auto;
	background-color: #E5E5E5;
}

.leftColumn {
	width: 170px;
	float: left;
	/*background-color: #e5e5e5;*/
}

.rightColumn {
	background-color: #fff;
	width: 610px;
	float: right;
}

.broad {
	width: 100%;
}

.broad .rightPad {
	padding: 30px 30px 50px;
}

.rightPad {
	padding: 20px 15px 50px;
}

.homePad {
	padding: 40px;
}

.homeLeft {
	width: 330px;
	float: left;
	margin-right: 20px;
}

.w330 {
	width: 330px;
	float: right;
}

.w330 p {
	font: normal 13px/17px arial;
	color: #444;
}

.w330 .pageIntro {
	font: bold 16px/22px arial;
	color: #888;
}

/* News Page Specific Styles */
.newsList li {
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}
.date {
	display:block;
	font:normal 11px/15px arial;
	color:#666;
	margin-bottom:5px;
}
.newsTitle {
	display:block;
	font:bold 12px/16px arial;
	color:#3e3e3e;
	margin-bottom:3px;
}
.newsLinks {
	font:normal 11px/15px arial;
	color:#3e3e3e;
	margin:0;
}
.newsLinks a {
	text-decoration:underline;
	color:#3e3e3e;
	padding-left:17px;
}
.marL5 {
	margin-left:5px;
}
.marR5 {
	margin-right:5px;
}
.readArticle {
	background: url(../img/common/new_win.gif) no-repeat left 1px;
}
.downloadArticle {
	background: url(../img/common/pdfIcon.png) no-repeat left top;
}
.external {
	display: block;
	background: url(../img/common/new_win.gif) no-repeat left 8px;
	color: #3E3E3E;
	font: bold 12px/16px arial;
	margin: 0;
	padding: 5px 0 0 15px;
	text-decoration: underline;
}

.external:hover {
	color: #1a0e46;
	text-decoration: underline;
}

.newsSource {
	color: #888;
	display: block;
	font: normal 11px/15px arial;
	padding: 0 0 0 15px;
}

/* Footer Styles */
.footer {
	width: 780px;
	margin: 0 auto;
}

.footerPad {
	padding: 4px 10px;
}

.pp {
	float: right;
	margin-top: 7px;
	width: 94px;
}

.footerLinks {
	margin-bottom: 5px;
}

.copyInfo {
	float: left;
	width: 400px;
}

.footerLinks li {
	display: inline;
	margin-right: 0;
}

.footerLinks a {
	padding-right: 5px;
	border-right: #3E3E3E solid 1px;
	font: bold 11px/15px arial;
	color: #3E3E3E;
	text-decoration: underline;
}

.footerLinks a.last {
	padding-right: 0;
	border-right: none;
}

.copyright {
	color: #666;
	font-family: Tahoma,verdana,arial,ms sans serif;
	font-size: 11px;
}

/* Sitemap Page Styles */

.sitemap, .subPages {
	margin-left: 40px;
}

.sitemap li {
	margin-bottom: 22px;
}

.sitemap a {
	background: url(../img/common/inp_more02.gif) no-repeat left center;
	color: #3e3e3e;
	font: bold 12px/16px arial;
	padding: 5px 0 5px 15px;
	text-decoration: underline;	
}

/*.subPages {
	margin-bottom: 14px;
}*/

.subPages li {
	margin-bottom: 0;
}

.subPages a {
	background: url(../img/common/inp_more02_i.gif) no-repeat left center;
}

.sitemapHead {
	display: block;
	margin-bottom: 14px;
	color: #3e3e3e;
	font: bold 12px/16px arial;
	text-decoration: underline;	
}

/* Contact Page Styles */
.vcard {
	width: 193px;
	float: left;
	font: normal 12px/16px arial;
	color: #444;
}

.vcard h3 {
	font: bold 14px/16px Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 5px;
}

/* subMenu Styles */

.subNav {
	width: 150px;
	margin: 20px auto;
}

.subNav a {
	background: url(../img/common/menu_arr_hover.gif) no-repeat right center #bbb;
	color: #fff;
	border-top: #fff solid 1px;
	border-bottom: #aaa solid 1px;
	display: block;
	font: normal 11px/15px tahoma;
	letter-spacing:1px;
	/*margin: 0 0 1px;*/
	padding: 4px 7px;
	text-decoration: none;
	zoom: 1;
}

.subNav a:hover {
	background-color: #d6d6d6;
}

.portfolioNav a {
	background: url(../img/common/menu_arr.gif) no-repeat right center #fff;
	/*border-bottom: 1px solid #aaa;*/
	color: #a1a1a1;
	padding-right: 18px;
	}
.portfolioNav a:hover {background-color: #fff;}

.block {
	width: 195px;
	float: left;
	margin-right: 70px;
}

.block img,
.smallBlock img {
	display: block;
	margin-bottom: 10px;
}

.smallBlock {
	width: 170px;
	float: left;
	margin-right: 20px;
}

.last {
	margin-right: 0;
}

.lastBlock {
	margin-right: 0;
	width: 250px;
}

.readMore {
	background: url(../img/common/inp_more02.gif) no-repeat right center;
	color: #3e3e3e;
	font: bold 12px/16px arial;
	padding: 5px 15px 5px 0;
	text-decoration: underline;	
}

.top {
	float: right;
	background: url(../img/common/int_bulli01.gif) no-repeat left center;
	padding-left: 15px;
	font: normal 11px/15px Tahoma;
	color: #bab2d5;
	text-decoration: none;
	margin-right: 7px;
}


.directors {
	float: none;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.item {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

.itemContent {
	width: 425px;
	float: left;
}

.item h3 {
	font: bold 16px/20px arial;
	color: #888;
}

.position {
	display: block;
	margin-bottom: 10px;
	font: normal 11px/15px arial;
	color: #444;
}

.img {
	background: url(../img/common/pic_bg_small.gif) no-repeat scroll center center;
	float: right;
	height: 162px;
	width: 137px;
	margin: 0 0 10px 15px;
}

.teamImg {
	display: block;
	margin: 6px;
}

.folioImg {
	margin: 0 0 4px 0;
}

.baer {
	color: #1A0E46;
	text-decoration: none;
}

.baer:hover {
	color: #555;
}

/* Homepage interaction styles */

.productContent {display: inline;}
.testimonials {
	border-bottom: #f2f2f2 solid 1px;
	padding-bottom: 8px;
	margin-bottom: 18px;
	min-height: 190px;
}
.links {
	float: right;
}

.links li {
	float: left;
	margin-left: 2px;
}

.links a {
	display: block;
	padding: 3px 5px;
	border: #9389b5 solid 1px;
	background-color: #e0cdeb;
	font: normal 0px/4px arial;
	color: #e0cdeb;
	cursor: pointer;
}

.links li.active a {background-color: #6506a2; color: #6506a2;}

.client {
	float: left;
}

.testimonial {
	float: right;
	width: 200px;
	height: 200px;
	font: normal 11px/15px arial;
	color: #444;
}

.person {
	display: block;
}

cite {
	font: normal normal 13px/17px arial;
	color: #444;
}
