* {
	padding: 0;
	margin: 0;
}
body {
	background: #3a3839;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
a {
	text-decoration: none;
}
#Page-Wrapper {
	width:960px;
	margin:0px auto;
}
#Header-Wrapper {
	width:960px;
	height: 120px;
	background: #b8d86f;
}
.Private #Header-Wrapper {
	background: #82d1da;
}
.Companies #Header-Wrapper {
	background: #d2d0e7;
}
.Advisors #Header-Wrapper {
	background: #fdb813;
}
#Logo-Wrapper {
	position: relative;
	top: 22px;
	left: 43px;
	width: 273px;
	height: 75px;
	background: url(../cssimg/logo_green.gif);
}
#Logo-Wrapper:hover {
	cursor: hand;
}
#Logo-Wrapper img{
	display: none;
}
.Private #Logo-Wrapper {
	background: url(../cssimg/logo_blue.gif);
}
.Companies #Logo-Wrapper {
	background: url(../cssimg/logo_violet.gif);
}
.Advisors #Logo-Wrapper {
	background: url(../cssimg/logo_orange.gif);
}

#Content-Wrapper {
	background: #fff;
	overflow: auto;
	width: 960px;
}
#Secondary-Navigation-Wrapper {
	width: 318px;
	margin: 67px 0;
	float: left;
	display: inline;
}
.Pfleger #Secondary-Navigation-Wrapper {
	display:none;
}
#Branding-Wrapper {
	width: 642px;
	height: 414px;
	float: left;
	display:inline;
}
.Pfleger #Branding-Wrapper {
	background: url(../cssimg/home.jpg) no-repeat bottom;
	width: 960px;
	height: 600px;
	margin-left: 0;
}
.Team #Branding-Wrapper {
	background: url(../cssimg/our-team.jpg) no-repeat bottom;
	height: 304px;
}
.Advantage #Branding-Wrapper, .Disclaimer #Branding-Wrapper {
	background: url(../cssimg/competitive-advantage.jpg) no-repeat bottom;
	height: 274px;
}
.M #Branding-Wrapper {
	background: url(../cssimg/mfinancialgroup.jpg) no-repeat bottom;
	height: 394px;
}
.Careers #Branding-Wrapper {
	background: url(../cssimg/careers.jpg) no-repeat bottom;
	height: 374px;
}
.Values #Branding-Wrapper {
	background: url(../cssimg/corporate-values.jpg) no-repeat bottom;
	height: 414px;
}
.History #Branding-Wrapper {
	background: url(../cssimg/history.jpg) no-repeat bottom;
	height: 282px;
}
.Contact #Branding-Wrapper {
	background: url(../cssimg/contact-us.jpg) no-repeat bottom;
	height: 363px;
}
.Services #Branding-Wrapper {
	background: url(../cssimg/products-services.jpg) no-repeat bottom;
	height: 382px;
}
.Private #Branding-Wrapper {
	background: url(../cssimg/custom-tailored.jpg) no-repeat bottom;
	height: 350px;
}
.Advisors #Branding-Wrapper {
	background: url(../cssimg/valued-partnerships.jpg) no-repeat bottom;
	height: 389px;
}
.Companies #Branding-Wrapper {
	background: url(../cssimg/reliable-solutions.jpg) no-repeat bottom;
	height: 392px;
}
.News #Branding-Wrapper, .Press #Branding-Wrapper, .Case #Branding-Wrapper {
	background: url(../cssimg/news.jpg) no-repeat bottom;
	height: 284px;
}
.Privacy #Branding-Wrapper, .Disclaimer #Branding-Wrapper {
	display: none;
}
#Content {
	float:right;
	display:inline;
	position: relative;
	width: 642px;
}
.Pfleger #Content {
	display:none;
}
#Content .padding {
	padding: 15px 30px 15px 0;
}
.bio-photo {
	float:right;
	padding: 0 0 10px 10px;
}
#Content h1 {
	font-size: 16px;
	padding-bottom: 5px;
}
#Content h2 {
	font-size: 14px;
	padding-bottom: 5px;
}
#Content h3 {
	font-size: 12px;
	padding-bottom: 5px;
}
#Content p {
	font-size: 12px;
	padding-bottom: 10px;
	text-align: justify;
}
#Content ul {
	padding-bottom: 10px;
}
#Content li {
	font-size: 12px;
	margin-left: 25px;
	padding-bottom: 4px;
}
.M #Content img {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#Footer-Wrapper {
	clear:both;
}
#Footer .padding {
	padding: 15px;
}
#Footer p {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	color: #fff;
}
#Footer a {
	color: #fff;
}
#Footer a:hover {
	color: #b8d86f;
}
#Disclaimer { 
	display: none;
}
#Social-Links {
	display: inline;
	position: relative;
	top: 3px;
}
#Social-Links img{
	border: none;
}
.Private #Footer a:hover {
	color: #82d1da;
}
.Companies #Footer a:hover {
	color: #d2d0e7;
}
.Advisors #Footer a:hover {
	color: #fdb813;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	list-style-type:none;
	float: left;
	display: inline;
	margin-left: 515px;
	margin-top: 16px;
}
#menu li {
	display:block;
	float:left;
	position:relative;
	z-index:100;
	font-size: 14px;
	color: #fff;
}
#menu li a, #menu li a:visited {
	display:block;
	padding: 0 10px;
	color: #58585a;
	text-transform: lowercase;
	border-right: 1px solid #fff;
}
#menu li a.active {
	color: #fff;
}
#menu li a.last {
	border-right: none !important;
}
#menu li a.activeLast {
	border-right: none !important;
	color: #fff;
}
#menu li a:hover {
	color: #fff;
	text-decoration: none;
}
#submenu li {
	list-style: none;
}
#submenu li a {
	display: block;
	padding: 3px 76px 3px 0px;
	color:#3a3839;
	font-size: 14px;
	text-decoration: none;
	text-align:left;
	text-align: right;
	text-transform: lowercase;
}
#submenu li a:hover {
	text-decoration:none;
	color:#b8d86f;
}
#submenu a.selected {
	text-decoration:none;
	color:#b8d86f;
}

.Companies #submenu a.selected {
	text-decoration:none;
	color:#d2d0e7;
}

.Advisors #submenu a.selected {
	text-decoration:none;
	color:#fdb813;
}

.Private #submenu a.selected {
	text-decoration:none;
	color:#82d1da;
}

#submenu a.Companies:hover {
	text-decoration:none;
	color:#d2d0e7;
}

#submenu a.Advisors:hover {
	text-decoration:none;
	color:#fdb813;
}

#submenu a.Private:hover {
	text-decoration:none;
	color:#82d1da;
}

#Comfort-Nav {
	list-style-type:none;
	float: left;
	display: inline;
	margin-left: 197px;
	margin-top: 10px;
}
.Pfleger #Comfort-Nav {
	margin-left: 516px;
}
.Advisors #Comfort-Nav, .Companies #Comfort-Nav, .Private #Comfort-Nav, .Products #Comfort-Nav {
	display: none;
}
#Comfort-Nav li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:100; 
	font-size: 14px;
	color: #3a3839;
}
#Comfort-Nav li a, #Comfort-Nav li a:visited {
	display:block; 
	padding: 0 10px;
	color: #58585a;
	text-transform: lowercase;
	border-right: 1px solid #3a3839;
}
#Comfort-Nav li a.last {
	border-right: none !important;
}
#Comfort-Nav li a.activeLast {
	border-right: none !important;
	color: #fff;
}

#Comfort-Nav li a.Private:hover {
	color: #82d1da;
	text-decoration: none;
}

#Comfort-Nav li a.Companies:hover {
	color: #d2d0e7;
	text-decoration: none;
}

#Comfort-Nav li a.Advisors:hover {
	color: #fdb813;
	text-decoration: none;
}



