
body {
	background-color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

.container {
	width: 931px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	height: 82px;
	width: 100%;
	left: 0;
	background-image: url(../images/design/2010/bkg_topbar.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/* main menu */

#menuPopup {
	margin: 45px 0 0 0;
	height: 24px;
}
#menuPopup ul {
	list-style: none;
	z-index:100;
	position:relative;
	margin: 0 0 0 0;
	padding: 0;
	list-style-image: none;
	height: 23px;
	border-left: 1px solid #e9e5da;
}
#menuPopup ul li ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	margin: 0;
	overflow: hidden;
	top: 23px;
	left: -1px;
	background-color: transparent;
}
#menuPopup ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/* main menu buttons */
#menuPopup ul li a, #menuPopup ul li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	color: #b9b199;	
	height: auto;	
	padding: 4px 22px 4px 22px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #e9e5da;
}
#menuPopup ul li:hover a, #menuPopup ul li a:hover {
/*	border-bottom: 1px solid #FFF;			*/
	border-bottom: 0;
	color: #2b87b4;
}
#menuPopup ul li a.active, #menuPopup ul li.active a.active {
	color: #2b87b4;
}
#menuPopup a {
	cursor: pointer;	
}

.menuPopupWM ul li:hover a, .menuPopupWM ul li a:hover, .menuPopupWM ul li a.active, .menuPopupWM ul li.active a.active {
	color: #015351 !important;
}


/* main content holder */

#content {
	position: absolute;
	top: 82px;
	width: 100%;
	left: 0;
}

/* subpages */

#content div#colLeft {
	float: left;
	width: 694px;
}
#content div.colLeftWM {
	float: none !important;
/*	width: 915px !important;			*/
	width: 931px !important;
}
#content div#colRight {
	float: right;
	width: 220px;
}
#content div#colLeft div#subInfo {
	float: right;
	width: 425px;
	padding: 0 0 15px 0;
	margin: 0 7px 0 0;
}
html>body #content div#colLeft div#subInfo {
	margin: 0 15px 0 0;
}
#content div.colLeftWM div#subInfo {
/*	width: 650px !important;				*/
	width: 680px !important;
	margin: 0 !important;
}
#content div#colLeft div#subMenu {
	float: left;
	width: 220px;
}

#content div#colLeft div#sub_strapline {
	height: 120px;	
}
#content div#colLeft div#sub_strapline img {
	margin: 21px 0 0 0;	
}

#content div#colLeft div#submenu ul {
	list-style: none;
	list-style-image: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-right: 1px solid #7c9fc1;
	border-left: 1px solid #7c9fc1;
}
#content div#colLeft div#submenu ul li {
	padding: 0;
	margin: 0;
	height: 100%;
}
#content div#colLeft div#submenu ul li a {
	height: 100%;
	display: block;
	border-bottom: 1px solid #7c9fc1;
	padding: 4px 10px 4px 20px;
	background-image: url(../images/design/bullet_leftmenu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #2b87b4;
	text-decoration: none;

}
#content div#colLeft div#submenu ul li a:hover {
	text-decoration: underline;
}
#content div#colLeft div#submenu ul li a.active {
	font-weight: bold;
}

#content div#colLeft div#quoteBox {
	border-right: 1px solid #7c9fc1;
	border-left: 1px solid #7c9fc1;
	border-bottom: 1px solid #7c9fc1;
	padding: 10px 10px 10px 10px;
	margin: 0 0 20px 0;
}
#content div#colLeft div#quoteBox p {
	color: #2b87b4;
	padding: 0;
	font-size: 11px;
}
#content div#colLeft div#quoteBox p.txtSmall {
	padding: 2px 0 0 0;
	font-style: italic;
}

#content div#colRight div#monahans_logo {
	height: 120px;
}

#content div#colRight div#contactBox {
	background-color: #f6f5f0;
	border-right: 1px solid #7c9fc1;
	border-left: 1px solid #7c9fc1;
	border-bottom: 1px solid #7c9fc1;
	padding: 10px 8px 0 10px;
	margin: 0 0 20px 0;
}
#content div#colRight div#contactBox label {
	width: 67px;
}
#content div#colRight div#contactBox div.formLine input.text {
	width: 122px;
}
#content div#colRight div#contactBox div.formLine {
	height: 22px;
}
#content div#colRight div#contactBox div.formLineLarge {
	height: 80px;
}
#content div#colRight div#contactBox div.formLineLarge textarea {
	float: left;
	width: 122px;
	height: 70px;
}
#content div#colRight div#contactBox p.codeText {
	font-size: 11px;
	padding: 0;
	color: #2b87b4;
}

div.blueBorder {
	border-right: 1px solid #7c9fc1;
	border-left: 1px solid #7c9fc1;
	border-bottom: 1px solid #7c9fc1;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	background-color: #FFF;
}
div.blueBorder p {
	font-size: 11px;
}
div.blueBorder p, div.blueBorder h2, div.blueBorder h3, div.blueBorder ul {
	color: #2b87b4;
}
div.blueBorder a {
	color: #a79c7c;
	text-decoration: none;
}
div.blueBorder a:hover {
	text-decoration: underline;
}
div.blueBorder img.newsThumb {
	float: left;
	margin: 3px 10px 5px 0;
}
div.blueBorder h3.newsh3 {
	padding: 0 0 1px 0;
}

h2.blueBox {
	background-image: url(../images/design/header-7994b8.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;

	padding: 5px 0 5px 10px;
}
h2.brownBox {
	background-image: url(../images/design/header-c7bea1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 10px;
}

/* homepage */

#homeIntro {
	width: 694px;
/*	height: 320px;		*/
	height: 327px;
	background-image: url(../images/design/2010/bkg_home_top.jpg);
	overflow: hidden;
	margin: -7px 0 17px 0;
}
#homeIntro h1 {
	display: none;
}
#homeIntro div.home_padder {
	padding: 142px 10px 0 255px;	
}
#homeIntro div.home_padder p, #homeIntro div.home_padder ul li {
	line-height: 16px;
	font-size: 12px;
}
#homeIntro div.home_padder p {
	padding: 0 0 6px 0;
}
#homeIntro div.home_padder p, #homeIntro div.home_padder h2, #homeIntro div.home_padder h3, #homeIntro div.home_padder li {
	color: #fff;	
}
#homeIntro div.home_padder a {
	color:#d4cdbc;
}

#value_calculator {
	background-image: url(../images/design/2010/bkg_calculator.gif);
	height: 200px;
	margin: 0 0 17px 0;
	padding: 0 12px;
	position: relative;
}
#value_calculator h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 20px 0 10px 0;
}
#value_calculator p {
	color: #000;
	padding: 0;
	line-height: 16px;
}
#value_calculator p a {
	color: #000;	
}
.people_link {
	position: absolute;
	bottom: 17px;
	left: 12px;
	padding: 0;
}

#right_callback {
/*	height: 211px;				*/
	height: 161px;
	background-image: url(../images/design/2010/bkg_callback.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 17px 0;
}
#right_callback p {
/*	padding: 181px 0 0 13px;			*/
	padding: 131px 0 0 13px;
	font-size: 16px;
	font-weight: bold;
}
#right_callback p a {
	color: #fff;
	text-decoration: none;
}
#right_callback p a:hover {
	text-decoration: underline;
}

#right_helpsheet {
	height: 143px;
	background-color: #a4c2dd;
	overflow: hidden;
	padding: 0 12px;
	margin: 0 0 17px 0;
}
#right_helpsheet h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0 0 0;
	line-height: 16px;
}
#right_helpsheet p {
	color: #000;
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 15px;
}
#right_helpsheet a {
	color: #fff;
	text-decoration: underline !important;
}
#right_helpsheet a:hover {
	text-decoration: none !important;	
}

#right_wealthmanagement {
	background-image: url(../images/design/2010/wm/bkg_mainsite_login.gif);
	width: 220px;
	height: 48px;
	margin: 0 0 17px 0;
}
#right_wealthmanagement p {
	padding: 9px 0 0 11px;
	line-height: 15px;
}
#right_wealthmanagement p a {
	display: block;
/*	color: #005351;				*/
	color: #2b87b4;
	text-decoration: none;
	font-weight: bold;
}
#right_wealthmanagement p a span {
	display: block;
	color: #fff;
}

.homeBaseBox {
	float: left;
	width: 200px;
	height: 536px;
	background-image: url(../images/design/2010/bkg_home_col.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 10px;
	margin: 0 17px 30px 0;
}
.homeBaseBoxEnd {
	margin: 0;	
}

.homeBaseBox h2 {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 4px 0 1px 0;
}
.homeBaseBox div.home_news_box {
	height: 169px;	
	position: relative;
}
.homeBaseBox div.homePhoto {
	float: right;
	width: 65px;
	text-align: right;
}
.homeBaseBox div.homeInfo {
	float: left;
	width: 133px;
	padding: 0 0 10px 0;
}
.homeBaseBox h3 {
	color: #2b87b4;
	padding: 13px 0 5px 0;
}
.homeBaseBox p {
	font-size: 11px;
	line-height: 15px;
	padding: 0;
}
.homeBaseBox p.news_base_link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	font-size: 12px;
}
.homeBaseBox p.news_base_link a {
	display: block;
	background-image: url(../images/design/2010/bkg_homenews_link.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 4px 5px 5px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.homeBaseBox p.news_base_link a:hover {
	text-decoration: underline;
}
.homeBaseBox ul li {
	padding: 0 0 5px 0;
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
}

/* new right base home box */

#right_base_box {
/*	background-image: url(/images/design/bkg_base_box.gif);
	background-position: bottom left;
	background-repeat: no-repeat;				*/
	background-color: #a4c2dd;
	padding: 10px 13px 0 13px;
	min-height: 73px;
}
#right_base_box h1, #right_base_box h2, #right_base_box h3 {
	color: #fff;
	padding: 0 0 6px 0;
}
#right_base_box p, #right_base_box li {
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
#right_base_box a {
	color: #fff;
	text-decoration: underline;
}
#right_base_box a:hover {
	text-decoration: none;
}

/* footer */

#footerStrip {
	background-color: #a4c2dd;
	border-bottom: 5px solid #b9b199;
	padding: 15px 0 15px 0;
}
.footerStripWM {
	background-color: #88b2b0 !important;	
}
#footerStrip p.txtSmall {
	color: #ece3dc;
	line-height: 1.3em;
}

div#footer ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 3px 0;
}
div#footer ul li {
	padding: 0 12px 0 0;
	margin: 0;
	display: inline;
	color: #FFF;
}
div#footer ul li#copyright {
	float: right;
	padding-right: 0;
}
div#footer ul li a {
	color: #FFF;
	text-decoration: none;
}
div#footer ul li a:hover {
	text-decoration: underline;
}

div#footerStrip ul#officeLocations {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
div#footerStrip ul#officeLocations li {
	display: inline;
	font-size: 10px;
	padding: 0 12px 0 0;
	font-weight: bold;
}
div#footerStrip ul#officeLocations li a {
	color: #FFF;
	text-decoration: none;
}
div#footerStrip ul#officeLocations li a:hover {
	text-decoration: underline;
}

#footerStrip #ifa {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	min-height: 30px;
	padding: 34px 0 0 0;
	margin: 0;
}
#footerStrip #ifa img {
	float: left;
	margin: -25px 10px 0 0;
}
































#searchnav {
	border-top: 2px solid #AB9D77;
	padding-top: 8px;
	text-align: right;
}
#searchnav a {
	font: 70% Arial, Helvetica, sans-serif;
	color: #AB9D77;
	text-decoration: none;
}
#searchnav a:hover {
	text-decoration: underline;
}

.photo {
	border: 2px solid #AB9D77;
	margin: 10px 0;
}

/* Basic overall styles ____________________________________________________ */

.clear {
	clear: both;
}
html>body .clear {
	height: 0;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

/* Form styles _____________________________________________________________ */

.formline {
	height: 25px;
	clear: left;
}
.formlineLarge {
	height: 95px;
	clear: left;
}
label {
	width: 105px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #5177A5;
}
.formline label, .formlineLarge label {
	float: left;
}
.formline input, .formlineLarge textarea {
	float: left;
	width: 260px;
	border: 1px solid #C7BEA1;
	font: 12px Arial, Helvetica, sans-serif;
	color: #AB9D77;
}
input.button {
	background-color: #5177A5;
	border: 1px solid #5177A5;
	color: #FFF;
	font-weight: bold;
}


h2.brownBox {
	background-image: url(/images/header-c7bea1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 10px;
}
