@charset "utf-8";
/* CSS Standard Styles */

.dotted-heading {
	border-bottom:1px dotted #71D2E5;
	width: 315px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	color:#666;
}
/*------------Must Complete-----------*/

p {
	padding:0;
	margin:0 0 15px;
	line-height:16px;
	font-size:12px;
}
p.datestyle {
	border: none;
	margin: 0pt 0pt 3px;
	padding: 0pt;
	color: #999999;
}
input, textarea, label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
label {
	display:block;
	font-size:12px;
}
h1 {
	font-size:20px;
	margin:0 0 15px;
	color:#41c3db;
}
h2 {
	/*	font-size:18px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0A7285;
	margin:0 0 15px;
}
h2 a, h2 a:link, h2 a:visited {
	color:#0A7285;
	text-decoration:none;
}
h2 a:hover, h2 a:active {
	color:#ff8f00;
	text-decoration:none;
}
h3 {
	font-size:16px;
	margin:0 0 15px;
	font-weight:100;
}
h4 {
	font-size:15px;
	margin:0 0 15px;
	line-height:17px;
	font-weight:500;
}
h5 {
	font-size: 12px;
	border: none;
	margin: 0pt 0pt 3px;
	padding: 0pt;
	color: #999999;
	font-weight:normal;
}
h1#logo {
	text-indent:-9999px;
	height:0;
	outline:0;
	font-size:0;
	line-height:0;
	margin:8px 0 0;
}
.image-logo {
	margin:0 0 8px 18px;
	float:left;
	display:inline;
}
*html .image-logo {
	margin:0 0 0 18px;
}
a, a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff8f00;
	text-decoration:none;
}
a:hover, a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff8f00;
	text-decoration:none;
}
a img {
	border: none;
}
.announcement-list h4 a {
	font-size:12px;
}
.advisors-latest-news .announcement-list h4 a {
}
/*
ul {
	margin: 5px 40px 10px 20px;
}
ul ul {
	margin: 5px 40px 10px 20px;
}
ul li {
	font:12px Arial, Helvetica, sans-serif;
	margin: 4px 0 7px 20px;
	list-style:outside;
	list-style-type:none;
	list-style-image:url(../images/website/template/bullet-arrow.gif);
	line-height:16px;
	}
*/	

ul li {
	margin: 0 0 0 15px;
	padding:0 0 10px 10px;
	background: transparent url(../images/website/template/bullet-arrow.gif) no-repeat 0 1px;    
}

ol {
	margin: 5px 20px 10px 20px;
}
ol li {
	font:12px Arial, Helvetica, sans-serif;
	margin: 4px 0 4px 20px;
	list-style:outside;
	list-style-type:decimal;
}
ol ol {
	margin: 5px 20px 10px 20px;
}
ol ol li {
	font:12px Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	list-style:outside;
	list-style-type:lower-alpha;
}
.roundedcornr_content_261902 ul {
	margin: 0;
	padding:0;
	position:relative;
	top:-10px;
}
.roundedcornr_content_261902 li {
	/*
	margin: 0 0 10px 14px;
	padding:0;
	list-style-type:none;
	list-style-image:url(../images/website/template/bullet-arrow.gif);
	color:#3a8e9d;
	font-size:12px;
*/
	margin: 0;
	padding:0 0 10px 10px;
	list-style: none;
	font-size:12px;
	color:#ff8f00;
	background: transparent url(../images/website/template/bullet-arrow.gif) no-repeat left top;
}
.roundedcornr_content_261903 ul {
	margin:0;
	padding:0;
	position:relative;
	top:-10px;
}
.roundedcornr_content_261903 li {
	margin: 0;
	padding:0 0 10px 10px;
	list-style: none;
	font-size:12px;
	color:#ff8f00;
	background: transparent url(../images/website/template/bullet-arrow.gif) no-repeat left top;
}
.advisors-latest-news ul {
	/*	margin: 0 0 0 40px;*/
	margin: 10px 0 0 26px;
	padding:0;
}
.advisors-latest-news li {
	margin:0;
	padding: 0 0 10px 10px;
	list-style:none;
	color:#ff8f00;
	background: transparent url(../images/website/template/bullet-arrow.gif) no-repeat left top;
}
#homepage-content h2 {
	/* added font family */
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#BFBCAB;
	font-weight:bold;
	margin:0px 0 5px 26px;
	letter-spacing:-1px;
}
.advisors-latest-news h4 {
	margin:15px 0 15px 25px;
	padding-left: 15px;
	background:url(../images/website/template/bullet-arrow.gif) no-repeat left;
}
.advisors-latest-news p {
	margin:0 0 0 25px;
	line-height:12px;
	font-size:12px;
}
/*------------Custom Classes-----------*/

td.hr {
	border-top: 1px dotted #0A7285;
	margin: 0px;
	padding:0px;
}
hr {
	border:0;
	margin:15px 0;
	color:#ccc;
	background:#ccc;
	height:1px;
}
/* Text Selection/Highlight CSS */
/*::-moz-selection{
	color:#437996;
} 

::selection {
	color:#437996;
} 
*/

form {
	margin:0;
	padding:0;
}
input {
	margin:0;
	padding:0;
}
/* added Login - Homepage */
.left {
	float: left;
}
.right {
	float: right;
}
.clearB {
	clear: both;
}
.formfields_home {
	width: 223px;
}
.secure-zone-login-home {
	margin: 0;
	padding: 0;
	width:216px;
	height:30px;
	background: url(../images/website/template/input-backg.gif) no-repeat top left;
}
.login_txtbox_home {
	margin: 6px 0 0 5px;
	padding: 0;
	width: 205px;
	height: 18px;
	font-size:14px;
	border: 0;
}
.login-button-home {
	padding: 69px 0 0 0;
}
.secure-zone-login {
	background:#fff url(../images/website/template/input-backg.gif) no-repeat;
	border:0;
	padding:6px 4px 2px 10px;
	width:202px;
	height:22px;
	margin:0 0 8px;
	font-size:14px;
}
.home-login {
/*
	margin:0 0 0 110px;
	position:relative;
*/	
}
.login-button {
	/*float:right;
	display:inline;
	margin:-40px -10px 0 50px !important;*/
	left:225px;
	bottom: 0;
	position:absolute;
}
.username-label-home {
	width:77px;
	height:16px;
	text-indent:-9999px;
	background:url(../images/website/template/username-label.gif) no-repeat;
}
.forgot-password {
	font-size:10px;
	color: #FF8F00;
}
.password-label-home {
	margin: 8px 0 0 0;
	padding: 0 0 0 80px;
	height:15px;
	/*	text-indent:-9999px;*/
	background:url(../images/website/template/password-label.gif) no-repeat top left;
}
*html password-label-home {
	padding: 2px 0 0 80px;
}
*+html password-label-home {
	padding: 2px 0 0 80px;
}
#search-box {
	border:solid 1px #e6e6e6;
	padding:6px;
	height:16px;
	display:inline;
	width:158px;
}
.search {
	/*margin:-40px 40px 0 0 !important;*/
	margin:-40px 40px 0 0;
	display:inline;
	/*position:relative;
top:44px;
left:450px;*/
float:right;
}
.search form {
	height:35px !important;
	height:auto;
}
.search-button {
	display:block;
	position:relative;
	left:172px;
	top:-30px;
 *top:-31px;
}
#searchnext {
	padding: 0px;
	margin: 0px;
}
#searchprev {
	padding: 0px;
	margin: 0px;
}
/*------------Must Complete End-----------*/


#wrapper {
	width:880px;
	/*	min-height: 100%;
	height: auto !important;
	height: 100%;*/
	margin: 0 auto;
}
#topper {
	float:right;
	display:inline;
	margin:-9px 0 0 0;
}
#main-nav {
	margin:0 0 5px 0!important;
	margin:-15px 0 5px 0;
	height:56px;
	background:url(../images/website/template/nav-backg.gif) no-repeat;
	clear:both;
}
/* Homepage Styles */
#login-details {
	display:none;
	padding:0 0 0 10px;
	width:620px;
	height:40px;
	font-weight:bold;
	color:#7A4300;
	background:#DFDCD3 url(../images/website/template/logged-in-bottom.gif) no-repeat bottom left;
	position:relative;
}
.welcome {
	float:left;
	display:inline;
	padding:12px 5px 0 0;
	font-size:12px;
}
.logout {
	display:inline;
	margin:6px 0 0 0;
	float:right;
}
.btn-change-password {
	display:inline;
	margin:6px 5px 0 0;
	float:right;
}
.advisor-home {
	display:inline;
	margin:6px 5px 0 0;
	float:right;
}
.advisor-login {
	position:relative;
	top:5px;
}
.advisors-latest-news {
	float:left;
	display:inline;
	width:330px;
}
.wed-love-to-hear-from {
	position:absolute;
	bottom:-30px;
	left:0;
}
#homepage-content {
	border:0;
}
#homepage-flash {
	border:0;
	background:#fff;
}
/*tabs*/

#fragment-2 {
	background:url(../images/website/content/iphone.jpg) no-repeat right;
}
#container-1 {
	margin:10px 0 0;
}
.advisor-map {
	position:absolute;
	right:10px;
	top:45px;
}
.three-boxes {
	/*	margin:0 0 20px;*/
	margin: 5px 0 0 0;
}
.roundedcornr_box_261901 h3, .roundedcornr_box_261902 h3, .roundedcornr_box_261903 h3 {
	font-size:18px;
	margin:0 0 15px 0;
	color:#41c3db;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif; /*"Century Gothic"*/
	text-align:center;
	position:relative;
	top:-15px;
	font-weight:bold;
}
.three-boxes h3 {
	color:#41c3db;
	font-size:16px;
	font-weight:16px;
	font-family:Arial, Helvetica, sans-serif; /*"Century Gothic"*/
}
.adviser-home-heading {
	padding:12px 0 0;
}
.adviser-home h3 {
	color:#ff8f00;
	font-size:14px;
}
.quick-links-girl {
	position:absolute;
	bottom:-30px;
	right:0px; /* works in all */
*right:1px; /* targets IE6 and 7 */
	_right:1px; /* targets IE6 */
}
.quick-links-girl-new {
	position:absolute;
	background:url(../images/website/template/new-girl.gif) no-repeat;
	width:158px;
	height:181px;
	bottom:-30px;
	right:0px; /* works in all */
*right:1px; /* targets IE6 and 7 */
	_right:1px; /* targets IE6 */
}
.all-news {
	position:absolute;
	bottom:-30px;
	left:70px;/*margin:0 0 -25px 60px;*/
}
.min-height {
	/* specify height */
	min-height: 340px;
	height: auto !important;
	height: 340px;
}
.min-height-blog {
	/* specify height */
	min-height: 320px;
	height: auto !important;
	height: 320px;
}
.min-height-boxes {
	/* specify height */
/*	min-height: 160px;
	height: auto !important;*/
	height: 160px;
}
.min-height-boxes li {
	line-height:11px;
}
/*Footer*/

.footer {
	width:880px;
	margin:0px auto 10px;
	clear:both;
	text-align:center;
	color:#bfbfbf;
}
.footer p {
	font:11px Arial, Helvetica, sans-serif;
	line-height:18px;
	position:relative;
	top:10px;
}
.footer a, .footer a:link, .footer a:visited {
	font:11px Arial, Helvetica, sans-serif;
	color:#bfbfbf;
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	font:11px Arial, Helvetica, sans-serif;
	color:#bfbfbf;
	text-decoration:underline;
}
/* Subpage Styles */
#homepage-investors-content {
	margin:20px 0 0 0;
}
#subpage-content {
	margin:10px 0 0;
	width:630px;
	display:inline;
	float:left;
}
#adviser-home-content {
	margin:0;
}
#adviser-subpage-content {
	margin:20px 0 0;
	width:630px;
}
#sidebar {
	width:215px;
	display:inline;
	margin:0 20px 10px 0;
	float:left;
}
#sidebar-menu {
	background:#bff2fc url(../images/website/template/in-this-section.gif) no-repeat top;
	padding:50px 0 0;
}
.quick-links-side-header {
	margin:10px 0 0 0;
	height: 40px;
}
.quick-links-side-container {
	/*	padding: 0 0 20px -20px;*/
	padding: 0;
	width:100%;
	height:130px;
	background:url(../images/website/template/quick-links-side-footer.gif) bottom left no-repeat;
}
.news-links-side-container {
	/*	padding: 0 0 20px -20px;*/
	padding: 0;
	width:100%;
	height:130px;
	background:url(../images/website/template/news-side-footer.gif) bottom left no-repeat;
}
ul.quick-links-side, .news-links-side-container ul {
	margin:0;
	padding:0;
	list-style: none;/*	
	min-height: 150px;
	height: auto !important;
	height: 150px;
*/	
}
.quick-links-side li, .news-links-side-container li {
/*
	margin-top:0;
	padding-bottom:2px;
	padding-top:0px;
	padding-left:0px;

	margin: 0 0 0 15px;
	padding:0 0 10px 10px;
    
	min-height: 10px;
	height: auto !important;
	height: 10px;	

	background: transparent url(../images/website/template/bullet-arrow.gif) no-repeat 0 1px;    
*/	
}

.news-sidebar {
	background:url(../images/website/template/news-side-footer.gif) bottom no-repeat;
	width:100%;
	height:110px;
	padding-bottom:20px;
	padding-left:-20px;
}
.news-sidebar .quick-links-side h4 {
	padding:0;
 *line-height:10px;
	background:url(../images/website/template/bullet-arrow.gif) no-repeat;
	background-position:left 5px;
*background-position:left top;
}
.news-sidebar .quick-links-side h4 a {
	background:url(../images/website/template/test.gif) no-repeat;
}
.sidebar-footer {
	background:url(../images/website/template/in-this-section-footer.gif) bottom no-repeat;
	height:15px;
	width:100%;
}
#sidebar h3 {
	font-size:18px;
	margin:0 0 15px;
	color:#41c3db;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif; /*"Century Gothic"*/
	text-align:center;
	font-weight:bold;
}
/* Utility Functions */

.clear {
	clear: both;
	height:0;
}
.left {
	float:left;
	display: inline
}
.right {
	float:right;
	display: inline
}
noscript p {
	margin:10px;
	font-weight:bold;
	margin:20px 0 40px;
	text-align:center;
}
/* Override BC 1% hack */
* html .clear {
	height: 0;
	line-height:0;
	font-size:0;
}
.flash {
	border:0;
}
.hidden {
	display: none;
}
table {
/*	border-collapse: collapse;*/
}
/*MENU CLASSES*/
.for-advisers-menu-off {
	padding: 12px 0 12px 15px;
	margin: 0px;
	font-size:12px;
	color:#794400;
	cursor:pointer;
	font-weight:bold;
	background:#dfdcd3 url(../images/website/template/brown-arrow.gif) no-repeat 6px center;
}
.for-advisers-menu-on {
	padding: 12px 0 12px 15px;
	margin: 0px;
	font-size:12px;
	font-weight:bold;
	color:#794400;
	cursor:pointer;
	background:#f3f0e9 url(../images/website/template/brown-arrow.gif) no-repeat 6px center;
}
.sidemenu-menu-off {
	margin: 0px;
	padding:12px 0 12px 18px;
	font-size:12px;
	font-weight:bold;
	color:#0a7285;
	cursor:pointer;
	background:#bff2fc url(../images/website/template/blue-arrow.gif) no-repeat 6px center;
}
.sidemenu-menu-on {
	margin: 0px;
	padding:12px 0 12px 18px;
	font-size:12px;
	font-weight:bold;
	color:#0a7285;
	cursor:pointer;
	background:#e6f8fb url(../images/website/template/blue-arrow.gif) no-repeat 6px center;
}
.catsub434211 {
	background: #178ea4 url(../images/website/template/drop-down-backg.gif) repeat-x;
}
.catsub435243 {
	background: #69c3d4 url(../images/website/template/investor-drop-nav-backg.gif) repeat-x;
}
input#Captcha {
	width: 146px;
}
.comment-list input#Captcha {
	width: 146px;
	padding:0;
}
.webform p {
	margin:0;
	padding:0;
	margin:6px 0 0 0;
}
.webform input {
	padding:2px 0;
}
table.webform td {
	padding: 4px;
}
/*login box*/

.roundedcornr_box_369963 {
	background: #eeede8;
	float:left;
	display:inline;
}
.roundedcornr_top_369963 div {
	background: url(/images/website/template/roundedcornr_369963_tl.png) no-repeat top left;
}
.roundedcornr_top_369963 {
	background: url(/images/website/template/roundedcornr_369963_tr.png) no-repeat top right;
}
.roundedcornr_bottom_369963 div {
	background: url(/images/website/template/roundedcornr_369963_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_369963 {
	background: url(/images/website/template/roundedcornr_369963_br.png) no-repeat bottom right;
}
.roundedcornr_top_369963 div, .roundedcornr_top_369963, .roundedcornr_bottom_369963 div, .roundedcornr_bottom_369963 {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.roundedcornr_content_369963 {
	margin: 0 0 0 20px;
	padding: 0 0 0 110px;
	width: 295px;
	height: 105px;
	background:url(../images/website/template/advisor-login.gif) no-repeat top left;
}
/*Homepahe - 3 boxes*/

/*// FIRST BOX----*/

.roundedcornr_box_261901 {
	display:inline;
	margin:10px 0 0 0;
	width:290px;
	background: url(/images/website/template/roundedcornr_261902_tl.png) no-repeat top left;
	float:left;
}
.roundedcornr_top_261901 {
	background: url(/images/website/template/roundedcornr_261902_tr.png) no-repeat top right;
}
.roundedcornr_bottom_261901 {
	background: url(/images/website/template/roundedcornr_261902_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_261901 div {
	background: url(/images/website/template/roundedcornr_261902_br.png) no-repeat bottom right;
}
.roundedcornr_content_261901 {
	margin: 0;
	padding: 0;
	background: url(/images/website/template/roundedcornr_261902_r.png) top right repeat-y;
	position:relative;
}
.roundedcornr_top_261901 div, .roundedcornr_top_261901, .roundedcornr_bottom_261901 div, .roundedcornr_bottom_261901 {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_261901, .roundedcornr_bottom_261901 {
/*	margin-top: -19px;*/
}
.roundedcornr_content_261901 {
	padding: 0 15px;
}
/*---SECOND BOX-----*/

.roundedcornr_box_261902 {
	display:inline;
	margin:10px 0 0 5px;
	width:290px;
	background: url(/images/website/template/roundedcornr_261902_tl.png) no-repeat top left;
	float:left;
}
.roundedcornr_top_261902 {
	background: url(/images/website/template/roundedcornr_261902_tr.png) no-repeat top right;
}
.roundedcornr_bottom_261902 {
	background: url(/images/website/template/roundedcornr_261902_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_261902 div {
	background: url(/images/website/template/roundedcornr_261902_br.png) no-repeat bottom right;
}
.roundedcornr_content_261902 {
	background: url(/images/website/template/roundedcornr_261902_r.png) top right repeat-y;
	position:relative;
}
.roundedcornr_top_261902 div, .roundedcornr_top_261902, .roundedcornr_bottom_261902 div, .roundedcornr_bottom_261902 {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_261902, .roundedcornr_bottom_261902 {
/*	margin-top: -19px;*/
}
.roundedcornr_content_261902 {
	padding: 0 15px;
}
/*---THIRD BOX-----*/

.roundedcornr_box_261903 {
	background: url(/images/website/template/roundedcornr_261902_tl.png) no-repeat top left;
	width:290px;
	float:left;
	display:inline;
	margin:10px 0 0 5px;
}
.roundedcornr_top_261903 {
	background: url(/images/website/template/roundedcornr_261902_tr.png) no-repeat top right;
}
.roundedcornr_bottom_261903 {
	background: url(/images/website/template/roundedcornr_261902_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_261903 div {
	background: url(/images/website/template/roundedcornr_261902_br.png) no-repeat bottom right;
}
.roundedcornr_content_261903 {
	background: url(/images/website/template/roundedcornr_261902_r.png) top right repeat-y;
	position:relative;
}
.roundedcornr_top_261903 div, .roundedcornr_top_261903, .roundedcornr_bottom_261903 div, .roundedcornr_bottom_261903 {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_261903, .roundedcornr_bottom_261903 {
/*	margin-top: -19px;*/
}
.roundedcornr_content_261903 {
	padding: 0 15px;
}
/*Adviser Home Box*/
.roundedcornr_box_353279 {
	background: url(/images/website/template/roundedcornr_353279_tl.png) no-repeat top left;
	width:170px;
	margin:10px 0 0 5px;
}
.roundedcornr_top_353279 {
	background: url(/images/website/template/roundedcornr_353279_tr.png) no-repeat top right;
}
.roundedcornr_bottom_353279 {
	background: url(/images/website/template/roundedcornr_353279_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_353279 div {
	background: url(/images/website/template/roundedcornr_353279_br.png) no-repeat bottom right;
}
.roundedcornr_content_353279 {
	background: url(/images/website/template/roundedcornr_353279_r.png) top right repeat-y;
	position:relative;
	right:0 !important;
	right:2px;
}
.roundedcornr_top_353279 div, .roundedcornr_top_353279, .roundedcornr_bottom_353279 div, .roundedcornr_bottom_353279 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_353279, .roundedcornr_bottom_353279 {
/*margin-top: -19px;*/
}
.roundedcornr_content_353279 {
	padding: 0 15px;
}
/*join tab box*/

.roundedcornr_box_610261 {
	background: #eeede8;
	margin:0 6px 10px 0;
	width:425px;
	float:left;
	display:inline;
}
.roundedcornr_top_610261 div {
	background: url(/images/website/template/roundedcornr_610261_tl.png) no-repeat top left;
}
.roundedcornr_top_610261 {
	background: url(/images/website/template/roundedcornr_610261_tr.png) no-repeat top right;
}
.roundedcornr_bottom_610261 div {
	background: url(/images/website/template/roundedcornr_610261_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_610261 {
	background: url(/images/website/template/roundedcornr_610261_br.png) no-repeat bottom right;
}
.roundedcornr_top_610261 div, .roundedcornr_top_610261, .roundedcornr_bottom_610261 div, .roundedcornr_bottom_610261 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_610261_leadershipteam {
	margin: 0 15px;
	min-height: 113px;
	height: auto !important;
	height: 113px;
	background:url(../images/website/template/meet-our-leaders.gif) no-repeat 10px 10px;
	position:relative;
}
.roundedcornr_content_610261 {
	margin: 0 15px;
	min-height: 113px;
	height: auto !important;
	height: 113px;
	background:url(../images/website/template/the-consultum-difference.gif) no-repeat 10px 10px;
	position:relative;
}
.roundedcornr_content_610261 ul, .roundedcornr_content_610261_leadershipteam ul {
	/*	margin:0 0 0 140px;*/
	margin:0 0 0 150px;
	padding: 0;
}
.roundedcornr_content_610261 ul li, .roundedcornr_content_610261_leadershipteam ul li {
	margin: 0;
	padding:0 0 8px 10px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	font-size:11px;
	color:#3a8e9d;
	list-style: none;
	background: transparent url(../images/website/template/bullet-arrow.gif) no-repeat 0px 1px !important;
}
/*
#outer .roundedcornr_content_610261 ul li {
	font-size:11px;
	color:#3a8e9d;
	margin-top:2px;
	margin-bottom:2px;
}
*/
.learn-more {
	position:absolute;
	top:80px;
	left:20px;
}
.img-roll-1 {
	float:right;
	display:inline;
}
.img-roll-2 {
	float:right;
	display:inline;
	margin:0 10px 0;
}
.adviser-home {
	width:656px;
	float:left;
	display:inline;
}
.adviser-home p {
	font-size:11px;
	line-height:14px;
}
.adviser-home h2 {
	color:#ff8f00;
	font-size:14px;
	margin:15px 0 10px;
	position:relative;
	left:3px;
	text-align:center;
	width:150px;
}
.adviser-home-box {
	width:152px;
	border-left:solid 1px #e0dcd3;
	background:#F3F0E9 url(../images/website/template/right-line.gif) right repeat-y;
	padding:0 15px 0 5px;
}
.adviser-home-box-backg {
	background:url(../images/website/template/curved-top.gif) top left no-repeat;
}
.more-info {
	position:relative;
	top:-5px;
	left:-3px;
}
#adviser-side-bar {
	float:left;
	display:inline;
	width:185px;
	margin:0 10px 0 0;
	background:#dfdcd3 url(../images/website/template/for-advisers-sidebar-headin.gif) no-repeat top;
	padding:50px 0 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
/*-------------------------------------------------------------------------------------------------------------Investor styles*/
#investor-nav {
	background:url(../images/website/template/investor-nav-nackg.gif) no-repeat;
	margin:-9px 0 5px;
}
#mi_232977 {
	cursor:auto;
}
.investor-blue-boxes-content {
	border-left:#9FE1EF 1px solid;
	background:url(/images/website/template/blue-dot.gif) repeat-y right;
	width:145px;
	padding:5px 15px 0 10px;
}
.investor-blue-boxes-content p {
	line-height:15px;
	font-size:12px;
}
.investor-blue-boxes-heading h2 {
	font-size:13px;
	font-weight:bold;
	color:#54c9df;
	text-align:center;
	width:160px;
	margin:0;
}
.investor-blue-boxes-heading {
	border-left:#9FE1EF 1px solid;
	background:#cef0f6 url(/images/website/template/blue-dot.gif) repeat-y right;
	height:34px;
}
/*-------------------------------announcments*/

h3.latest-news {
	margin-bottom:-5px;
}
.roundedcornr_content_261901 h3.resources {
	color: #41c3db;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif; /*"Century Gothic"*/
	text-align: center;
	position: relative;
	top: -15px;
	font-weight: bold;
}
.roundedcornr_content_261901 ul {
	margin-left:40px;
	padding-left:90px;
	margin-bottom:0;
	padding-bottom:0;
	position:relative;
	top:-10px;
}
.roundedcornr_content_261901 ul li {
	/*
	font-size: 12px !important;
	width:100% !important;
	width:70px;
*/
	margin: 0;
	padding:0 0 10px 10px;
	list-style: none;
	font-size:12px;
	color:#ff8f00;
	background: transparent url(../images/website/template/bullet-arrow.gif) no-repeat left top;
}
.announcement-list h4 {
	font-size: 12px;
}
.latest-news-page .announcement-list h4 {
	margin:0;
}
.latest-news-page .announcement-list h4 a {
	font-size:16px;
	margin:0;
	line-height:17px;
	font-weight:500;
}
.latest-news-page .announcement-list li {
	list-style-type:none;
	font:12px Arial, Helvetica, sans-serif;
	margin: 4px 0 4px 20px;
}
.latest-news-page .announcement-list ul {
	margin:0;
	padding:0;
}
.announcement-detail p {
	margin:0;
}
.announcement-detail h2 {
	margin-bottom:10px;
}
.latest-news-page .announcement-list .go-back a {
	font-size:12px;
}
.roundedcornr_content_261902 .announcement-list ul {
	margin:0;
	padding:0;
}
.roundedcornr_content_261902 .announcement-list p {
	padding:0;
	margin:0 0 5px 15px;
	font-size:12px;
	line-height:12px;
}
.roundedcornr_content_261902 .announcement-list h4 {
	margin:0;
}
.roundedcornr_content_261902 .announcement-list h4 a {
	margin:0 0 0 5px;
	padding:0 0 0 10px;
	background:url(../images/website/template/bullet-arrow.gif) no-repeat 2px 5px;
}
/*login page styles*/

#subpage-content .secure-zone-login {
	background-image:none;
	border:1px solid #bdb8a5;
	width:270px;
	margin:10px 0;
}
#subpage-content .home-login {
	margin:0;
	position:static;
	padding:65px 0 0 0;
	height:180px;
	width:413px;
	margin:0 auto;
	background:#d7d4c9 url(../images/website/template/advisor-login-page-topper.gif) top no-repeat;
}
#subpage-content .username-label {
	text-indent:0;
	background:none;
	display:inline;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin:0 10px;
	position:relative;
	top:0;
 *top:-15px;
}
#subpage-content .password-label {
	text-indent:0;
	background:none;
	display:inline;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin:0 11px 0 10px;
	position:relative;
	top:0;
 *top:-15px;
}
.remember {
	color:#794400;
	margin:0 0 0 104px;
}
#subpage-content .login-button {
	left:320px;
}
#subpage-content .forgot {
	color:#794400;
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:-8px;
	margin:0 5px 0 210px;
}
#subpage-content .announcement-list h4 {
	margin:0;
}
#subpage-content .announcement-list li {
	margin:0 0 10px 0;
}
#homepage-news {
	height:134px;
*height:137px;
	overflow:hidden;
	padding:0 0 0 1px;
}
#homepage-content .advisors-latest-news p {
	display:none;
}
.booking-container .form-container .cat_textbox {
	width:265px;
}
.booking-container .cat_dropdown_smaller {
	width:100px;
}
.media-releases p {
	padding:0 0 10px;
	margin:0;
	border-bottom:1px dotted #0A7285;
}
.media-releases h2 {
	margin:8px 0;
}
.wealth-creation {
	margin:0 5px;
}
.my-life-stage {
	margin:0 0 0 2px;
}
.map_name_popup h5 {
	margin:0;
	padding:0;
	display:inline;
}
.map_name_popup h5 a {
	margin:0;
	padding:0;
	color:#41c3db;
	font-weight:100;
	display:inline;
}
.map_name_popup hr {
	margin:6px 0 4px;
}
.map_name_popup h4 {
	font-weight:bold;
}
.map_nearest_popup h5 a {
	margin:0;
	padding:0;
	color:#41c3db;
	font-weight:100;
	display:inline;
}
div.map_nearest_popup hr {
	margin:0px 0 10px;
}
.map_nearest_popup h5 {
	margin:0;
	padding:0;
	display:inline;
}
.map_nearest_popup h4 {
	font-weight:bold;
}
.news-sidebar {
	margin:0px;
	padding:0px;
}
td.hover-color {
	border:1px solid #FFFFFF;
	border-bottom: 1px dotted #0a7285;
	padding: 10px;
	width: 300px;
}
.roundedcornr_content_261902 .announcement-list p {
	height:23px;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	list-style:none;
}
/* --- new item --- */

#subpage-content ul, .subpage-content-bullet {
	margin: 0 0 10px 0;
	padding: 0;
}

/*
#subpage-content ul li, .subpage-content-bullet li, #adviser-home-content ul li {
	margin: 0 0 0 10px;
	padding: 4px 0 2px 10px;
	list-style: none;
	background: transparent url(../images/website/template/bullet-arrow.gif) no-repeat 0 7px;
	line-height:16px;
}
*/

/* --- RSS FEEDS --- */
.rss_title {
	font-weight:bold;
}
a.rss_item {
	font-weight:bold;
	font-size:11px;
}
a:hover.rss_item {
	color:#0A7285;
}
.rss_date {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-size:10px;
}
/* --- CHANGE PASSWORD STYLES --- */
.chp_inputCont {
	padding:5px;
}
.chp_inputCont label {
	display:block;
	float:left;
	width:120px;
	line-height:25px;
	text-align:right;
}
.chp_inputCont input {
	width:150px;
}
