#hd_bg {
	height: 132px;
	background: #d2d2d2 url(../_img/masthead.png) center;
}

#hd {
	position: relative;
}

#hd .radial { /* i don't like all the extra markup here... but i didn't know how else to achieve the effect in the design */
	height: 132px;
	width: 571px;
	background: #d2d2d2 url(../_img/masthead_gradient.png)  -152px 0 no-repeat;
}

#hd h1 {
	position: absolute;
	top: 40px;
	left: 6px;
}

#hd h1 a {
	display: block;
	width: 187px;
	height: 52px;
	text-indent: -9000em;
	overflow: hidden;
	
	background-image: url(../_img/logo.png);
}

#nav {
	position: absolute;
	left: 219px;
	top: 50px;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	float: left;
}

#nav_home a,
#nav_portfolios a,
#nav_process a,
#nav_cu-yield-builder a,
#nav_people a,
#nav_signalpoint-blog a,
#nav_contact a {
	height: 33px;
	text-indent: -9000em;
	overflow: hidden;
	margin-right: 2px;
}

/* NAV */

#nav_home a {
	width: 84px;
	background-image: url(../_img/nav_home.png);
}

#nav_portfolios a {
	width: 121px;
	background-image: url(../_img/nav_portfolios.png);
}

#nav_process a {
	width: 99px;
	background-image: url(../_img/nav_process.png);
}

#nav_cu-yield-builder a {
	width: 121px;
	background-image: url(../_img/nav_cu-yield-builder.png);
}

#nav_people a {
	width: 92px;
	background-image: url(../_img/nav_people.png);
}

#nav_signalpoint-blog a {
	width: 80px;
	background-image: url(../_img/nav_blog.png);
}

#nav_contact a {
	width: 105px;
	background-image: url(../_img/nav_contact.png);
}

/* ACTIVE NAV */

#nav_home a:hover,
#nav_home.current a {
	width: 84px;
	background-image: url(../_img/nav_home_active.png);
}

#nav_portfolios a:hover,
#nav_portfolios.current a {
	width: 121px;
	background-image: url(../_img/nav_portfolios_active.png);
}

#nav_process a:hover,
#nav_process.current a {
	width: 99px;
	background-image: url(../_img/nav_process_active.png);
}

#nav_cu-yield-builder a:hover,
#nav_cu-yield-builder.current a {
	width: 121px;
	background-image: url(../_img/nav_cu-yield-builder_active.png);
}
#nav_princeton-capital a:hover,
#nav_princeton-capital.current a {
	width: 121px;
	background-image: url(../_img/nav_cu-yield-builder_active.png);
}

#nav_people a:hover,
#nav_people.current a {
	width: 92px;
	background-image: url(../_img/nav_people_active.png);
}

#nav_signalpoint-blog a:hover,
#nav_signalpoint-blog.current a {
	width: 80px;
	background-image: url(../_img/nav_blog_active.png);
}

#nav_contact a:hover,
#nav_contact.current a {
	width: 105px;
	background-image: url(../_img/nav_contact_active.png);
}

/* BODY */

#bd {
	padding-top: 50px;
}

#flash_feature {
	margin-bottom: 40px;
}

/* Column Style 1 */

.col_style_1 h2 {
	color: #4d4d4d;
	font-size: 161.6%;
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
}

.col_style_1 h3 {
	color: #4d4d4d;
	font-size: 108%;
	line-height: 1.5em;
	font-weight: bold;
}

.list_style_1,
.list_style_2 {
	margin-left: 16px;
}

.col_style_1 p,
.list_style_1 li,
.list_style_2 li {
	color: #7b7b7b;
	font-size: 108%;
	font-family: "Georgia", serif;
	line-height: 1.5em;
}
.col_style_1 p {
	margin-bottom: 10px;
}

.list_style_1 li,
.list_style_2 li {
	list-style: none outside url(../_img/bullet.png);
}

.list_style_2 li {
	margin-bottom: 20px;
}

.list_style_2 {
	margin-bottom: 10px;
}

.col_style_1 .learn_more a {
	margin-top: 26px;
}

.learn_more a {
	display: block;
	
	width: 73px;
	height: 26px;
	
	text-indent: -9000em;
	overflow: hidden;
	background-image: url(../_img/learn_more.png);
}

.col_style_2 {
	margin-bottom: 66px;
}

.col_style_2 h3 {
	text-indent: -9000em;
	overflow: hidden;
	
	width: 300px;
	height: 98px;
	
	background-image: url(../_img/signal_point_portfolio_system.png);
}

.col_style_2 p {
	color: #4d4d4d;
	font-size: 108%;
	font-family: "Georgia", serif;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.col_style_2 .learn_more {
	text-align: right !important;
	margin-bottom: 0 !important;
}

.col_style_2 .learn_more a {
	display: inline-block;
	text-align: left;
}

.link_style_1 {
	color: #cd152c;
	font-size: 93%;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
}

.dark_wrapper {
	padding: 10px;
	background-color: #e0e0df;
	margin-top: 1px;
	margin-bottom: 45px;
}

.col_style_2 p {
	color: #4d4d4d;
}

.col_style_2 h4 {
	color: #4d4d4d;
	font-size: 108%;
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
}

#update_name {
	width: 230px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 85%;
}

#update_submit {
	border: 0;
	color: #77aa42;
	font-size: 77%;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 4px;
	text-decoration: underline;
	background-color: white;
	cursor: pointer;
}

/* CLIENT LOGIN */

#birdy {
	position: relative;
	height: 37px;
	background-image: url(../_img/birdy.png);
}

#client_login {
	position: absolute;
	left: 839px;
}

#client_login a {
	display: block;
	width: 100px;
	height: 40px;
	text-indent: -9000em;
	overflow: hidden;
	background-image: url(../_img/client_login.png);
}

/* FOOTER */

#ft_bg {
	height: 173px;
	overflow: hidden;
	background: transparent url(../_img/ft_bg.png) top center no-repeat;
}

#ft {
	padding-top: 18px;
	margin-top: 1px;
}

#ft_nav {
	color: #7b7b7b;
	font-size: 77%;
	margin-bottom: 20px;
}

#ft_nav a {
	color: #7b7b7b;
	text-decoration: none;
}
#ft_nav a:hover {
	text-decoration: underline;
}

#ft_addy,
#ft_disclosure,
#ft_copyright {
	color: #95979a;
	font-size: 77%;
	line-height: 1.5em;
}

#ft_addy,
#ft_copyright {
	margin-bottom: 20px;
}

#ft_disclosure a,
#ft_copyright a {
	color: #95979a;
	text-decoration: none;
}

#ft_disclosure a:hover,
#ft_copyright a:hover {
	text-decoration: underline;
}

.header_style_1 h2 {
	color: #cd152c;
	font-size: 197%;
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
}

.header_style_1 h3 {
	color: #4d4d4d;
	font-size: 161.6%;
	border-bottom: 1px solid #cecece;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

/* PORTFOLIO LIST */

#portfolio_list {
	margin-left: 20px;
}

#portfolio_list li {
	list-style: none outside url(../_img/portfolio_item.png);
	margin-bottom: 24px;
}

#portfolio_list h3 a {
	color: #4d4d4d;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

#portfolio_list p {
	color: #7b7b7b;
	font-size: 93%;
	line-height: 1.5em;
}

#portfolio_list a:hover {
	color: #77aa42;
}

#portfolio_list.signal-10 #left_nav_signal-10,
#portfolio_list.domestic-signal #left_nav_domestic-signal,
#portfolio_list.global-signal-us-and-international #left_nav_global-signal-us-and-international,
#portfolio_list.international-signal #left_nav_international-signal,
#portfolio_list.high-income-point #left_nav_high-income-point,
#portfolio_list.moderate-income-point #left_nav_moderate-income-point,
#portfolio_list.stable-income-point #left_nav_stable-income-point,
#portfolio_list.market-assessment-model #left_nav_market-assessment-model,
#portfolio_list.signalpoint-qa #left_nav_signalpoint-qa,
#portfolio_list.overview #left_nav_overview,
#portfolio_list.balanced-point #left_nav_balanced-point {
	list-style: none outside url(../_img/portfolio_item_active.png);
}
#portfolio_list.signal-10 #left_nav_signal-10 a,
#portfolio_list.domestic-signal #left_nav_domestic-signal a,
#portfolio_list.global-signal-us-and-international #left_nav_global-signal-us-and-international a,
#portfolio_list.international-signal #left_nav_international-signal a,
#portfolio_list.high-income-point #left_nav_high-income-point a,
#portfolio_list.moderate-income-point #left_nav_moderate-income-point a,
#portfolio_list.stable-income-point #left_nav_stable-income-point a,
#portfolio_list.market-assessment-model #left_nav_market-assessment-model a,
#portfolio_list.signalpoint-qa #left_nav_signalpoint-qa a,
#portfolio_list.overview #left_nav_overview a,
#portfolio_list.balanced-point #left_nav_balanced-point a {
	color: #77aa42;
}

#portfolio_image {
	border: 2px solid #95979a;
}

#portfolio_summary h2 {
	background-color: #95979a;
	color: white;
	font-size: 161.6%;
	padding: 20px;
}

#summary_wrapper {
	background: #e0e0e0 url(../_img/summary_wrapper_bg.png) repeat-y;
	margin-top: 1px;
}

#summary_wrapper div div {
	padding: 20px;
}

#summary_wrapper p {
	color: #4d4d4d;
	font-size: 93%;
	line-height: 1.5em;
}

#summary_wrapper h4 {
	color: #242323;
	font-size: 123.1%;
}

#summary_wrapper .serif {
	font-family: "Georgia", serif;
	font-size: 12px;
}

#summary_wrapper a {
	font-weight: bold;
}

#summary_wrapper p,
#summary_wrapper h4 {
	margin-bottom: .5em;
}

.pdf_download a {
	display: block;
	width: 110px;
	height: 26px;
	text-indent: -9000em;
	overflow: hidden;
	background-image: url(../_img/pdf_download.png);
}

.pdf_download {
	margin-bottom: 20px;	
}


/* PEOPLE */

#people_detail h2 {
	color: #232323;
	font-size: 182%;
}

#people_detail h3 {
	color: #232323;
	font-size: 123.1%;
}

#people_detail p {
	color: #7b7b7b;
	font-size: 108%;
	font-family: "Georgia", serif;
	line-height: 1.5em;
}

#people_detail p {
	margin-bottom: 1em;
}

.person_wrapper {
	margin-bottom: 66px;
}

/* BLOG */

.blog {
	margin-top: 10px;
}

.blog h4 {
	color: #232323;
	font-size: 182%;
}

.blog .post_meta {
	color: #7b7b7b;
	font-style: italic;
	font-size: 93%;
	margin-bottom: 20px;
}

.blog .post_meta strong {
	color: #4d4d4d;
	font-style: italic;
	font-weight: bold;
	
}

.blog .read_more {
	float: right;
}

.blog .read_more,
.blog .post_meta {
	font-family: 'Helvetica', 'Arial', sans-serif;
}
.blog .post {
	padding-bottom: 60px;
}

.blog p {
	color: #7b7b7b;
	font-size: 108%;
	font-family: "Georgia", serif;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.blog img {
	padding: 3px;
	border: 1px solid #cfcfcf;
}

.blog .read_more {
	font-size: 93%;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	margin-bottom: 60px;
}

.blog_sidebar {
	margin-top: 10px;
}

.blog_sidebar h2 {
	font-size: 161.1%;
}

.blog_sidebar h2,
.blog_sidebar h2 a {
	color: #4d4d4d;
}

.blog_sidebar h2,
.blog_sidebar p {
	margin-bottom: 10px;
}

.blog_sidebar h2 a {
	display: block;
	text-indent: 32px;
	background: transparent url(../_img/rss.png) left center no-repeat;
	text-decoration: none;
}

.blog_sidebar h2 a:hover {
	text-decoration: underline;
}

.blog_sidebar hr {
	margin: 0px;
	margin-bottom: 14px;
	padding: 0px;
	border-bottom: 1px solid #cecece;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
}

.blog_sidebar .rss_subscribe {
	color: #7b7b7b;
	font-size: 108%;
	line-height: 1.5em;
}

.blog_sidebar form {
	margin-bottom: 14px;
}

.blog_sidebar .quarterly_reflections a {
	display: block;
	color: #4d4d4d;
	font-size: 108%;
	text-decoration: none;
}

.blog_sidebar .quarterly_reflections li {
	margin-bottom: 10px;
}

/* PROCESS */

#process_detail h2 {
	color: #232323;
	font-size: 182%;
	margin-bottom: 10px;
}

#process_detail h4 {
	color: #232323;
	font-size: 123.1%;
	margin-bottom: 10px;
}

#process_detail p {
	color: #7b7b7b;
	font-family: "Georgia", serif;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.green_bullets {
	color: #7b7b7b;
	line-height: 1.5em;
	font-family: "Georgia", serif;
	padding-left: 14px;
	margin-bottom: 10px;
}

.green_bullets li {
	list-style: none outside url(../_img/green_bullet.png);
}

.grey_bullets {
	width: 540px;
	color: #7b7b7b;
	line-height: 1.5em;
	font-family: "Georgia", serif;
	padding-left: 15px;
	margin-bottom: 10px;
}

.grey_bullets li {
	list-style: none outside url(../_img/bullet.png);
}

.grey_bullets.last { margin-bottom: 100px; }

strong { font-weight: bold; }

#process_detail p.green_bold {
	color: #77aa42;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

#process_detail p.sans {
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.qa { padding-left: 2em; }
.qa li {
	font-family: "Georgia", serif;
	font-weight: bold;
	color: #4d4d4d !important;
	list-style: decimal outside;
	margin-left: 5px;
}

.question {
	color: #4d4d4d !important;
	/*width: 463px;*/
	font-weight: bold;
}

.answer {
	color: #7b7b7b !important;
	font-weight: normal !important;
}

hr.qa {
	margin: 0px;
	margin-bottom: 14px;
	padding: 0px;
	border-bottom: 1px solid #cecece;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	
	margin-bottom: 30px;
	margin-top: 40px;
}


.fine_print {
	font-size: 93%;
	font-style: italic;
}

.fine_print.last {
	margin-bottom: 100px !important;
}

.green_bulleted {
	color: #4d4d4d;
	font-size: 123.1%;
	font-weight: bold;
	text-indent: 10px;
	background: transparent url(../_img/green_bullet.png) left center no-repeat;
	margin-bottom: 16px;
}

.component { margin-bottom: 40px; }


#contact-form label,
#contact-form legend {
	color: #4d4d4d;
	font-size: 123.1%;
}
#contact-form input {

}

#contact-form p {
	margin-bottom: 26px;
}

#contact-form textarea {
	width: 480px;
	margin-bottom: 0px;
	height: 124px;
}

.contact_form .dark_wrapper {
	padding: 29px;
}
.contact_form {
	margin-top: 10px;
}

#contact_name,
#contact_email,
#text_2211 {
	width: 282px;
	display: block;
}


#submit {
	display: block;
	height: 26px;
	width: 73px;
	border: none;
	overflow: hidden;
	text-indent: -9000em;
	cursor: pointer;
	background-image: url(../_img/submit_button.png);
	
	margin-bottom: 0 !important;
}

#formsubmit { margin-bottom: 0 !important; }

.contact_sidebar h3 {
	color: #77aa42;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.5em;
	font-family: 'Helvetica', 'Arial', sans-serif;
}
.contact_sidebar {
	margin-top: 10px;
}

.contact_sidebar p {
	color: #7b7b7b;
	font-size: 108%;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.contact_sidebar a {
	/* color: #77aa42; */
}

.errorSummary {
	margin-bottom: 10px;
	font-size: 123.1%;
	font-weight: bold;	
	color: #cd152c;
}

.error {
	margin-bottom: 10px;
	font-weight: bold;
	color: #cd152c;
}


.phoney {
	width: 40px;
	margin-right: 13px;
}

#contact-form label em,
#contact-form legend em {
	color: #7b7b7b;
	font-size: 77%;
	font-style: italic;
}

.questionnaire label {
	color: #7b7b7b !important;
	font-size: 93% !important;	
	padding: 4px;
	margin-right: 2em;
}

.questionnaire input {
}

/* site wide anchor tag styling */

p a {
	color: #cd152c;
	text-decoration: underline;
}
p a:hover {
	color: #77aa42;
	text-decoration: underline;
}

/* Client Login page styling additions */

p.small {
	font-size: 77%;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 20px 20px 0 0;
}
p.client_login a {
	margin: 25px 0 0 40px;
	height: 63px;
	width: 215px;
	display: block;
}
p.client_login a:hover {
	border: 1px solid #cd152c;
	margin: 24px 0 0 39px;
}