/*     [ Legacy Wealth Management - Code by Joe Rstom ]      */

/* --- Reset --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* --- Main Styling --- */
body {
	width:100%;
	margin:0px;
	padding:0px;
	font-family:"HelveticaNeueLTStd-Lt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", sans-serif;
	background:url('../images/bg_pattern.jpg') top left repeat;
}
#wrapper {
	width:100%;
	margin:0px;
}
#header {
	width:100%;
	margin:0px;
	background:#a59e8e;
}
#dropTop {
	width:100%;
	height:50px;
	margin:70px 0px 0px;
	background:url('../images/dropshadow_top.png') top left repeat-x;
}
#dropBot {
	width:100%;
	height:50px;
	background:url('../images/dropshadow_bot.png') top left repeat-x;
}

/* --- Main Bar --- */
#mainBar {
	margin:0px auto;
	width:780px;
	height:190px;
	position:relative;
}
#home #mainBar {
	background:url('../images/home_span.jpg') top right no-repeat;
}
#ourstory #mainBar {
	background:url('../images/home_span2.jpg') top right no-repeat;
}
#kaiser #mainBar {
	background:url('../images/home_span4.jpg') top right no-repeat;
}
#services #mainBar {
	background:url('../images/home_span3.jpg') top right no-repeat;
}
#women #mainBar {
	background:url('../images/home_span5.jpg') top right no-repeat;
}
#mainBar h3 {
	margin:395px 0px 0px 5px;
	font-size:6pt;
	color:#cccbc3;
}
#mainBar #logo{
	position:absolute;
	top:-105px;
	left:260px;
	width:225px;
	height:123px;
	background:url('../images/sec_logo.png') top left no-repeat;
}
#mainBar #subhead {
	font-size:0pt;
}
#mainBar h1 a {
	visibility:hidden;	
}
/* --- Nav --- */
#nav {
	position:absolute;
	top:0px;
	left:0px;
	padding:13px 19px 12px 100px;
	width:115px;
	height:165px;
	text-align:right;
	background:#6b624f url('../images/nav_orn_sec.jpg') center left no-repeat;
}
#nav li {
	color:#cccbc3;
	margin:0px 0px 5px;
}
#nav li a:link, #nav li a:visited {
	font-family:"Times New Roman", serif;
	font-size:14pt;
	line-height:15pt;
	font-variant:small-caps;
	font-weight:normal;
	color:#cccbc3;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration: underline;
}



/* --- Content --- */
#conDropTop {
	width:872px;
	height:36px;
	margin:0px auto;
	margin-top:-50px;
	background:url('../images/content_header.png') top left no-repeat;
}
#conDropBot {
	width:872px;
	height:24px;
	margin:0px auto;
	background:url('../images/content_footer.png') top left no-repeat;
}
#content {
	width:872px;
	margin:0px auto;
	padding:0px 0px 25px;
	background:url('../images/content_span.png') top left repeat-y;
	position:relative;
}
#leftBar {
	position:absolute;
	top:-36px;
	left:13px;
	width:235px;
	padding:36px 32px 50px 0px;
	background:url('../images/leftBar_bg.png') top right no-repeat;
	text-align:right;
}
#leftBar .contact {
	color:#7d6a55;
	font-size:9pt;
	font-weight:normal;
	line-height:12pt;
}
#leftBar .boldcaps {
	font-weight:bold;
	text-transform:uppercase;
}
#leftBar .contact a:link, #leftBar .contact a:visited {
	color:#7d6a55;
	text-decoration: none;
}
#leftBar .contact a:hover {
	text-decoration: underline;
}
#leftBar #mailForm {
	margin:25px 0px 0px;
}
#mailForm h4 {
	font-size:9pt;
	color:#7d6a55;
}
#mailForm dl dt {
	font-size:9pt;
	color:#7d6a55;
	margin:5px 0px 0px;
}
#mailForm input {
	border:1px solid #7d6a55;
	padding:2px;
	margin:1px 0px 3px;
}
#mailForm #submit {
	margin-top:5px;
	background-color:#7d6a55;
	color:#ffffff;
}
#mailForm #submit:hover {
	color:#7d6a55;
	background-color:#cccbc3;
}
#leftBar #bio {
	text-align:right;
	font-size:8pt;
	color:#7d6a55;
	margin:20px 0px 0px 62px;
	width:175px;
}
#leftBar #bio a:link, #leftBar #bio a:visited {
	color:#7d6a55;
	text-decoration:underline;
}

#copy {
	width:485px;
	min-height:400px;
	margin:0px 0px 40px 307px;
}
#copy .para {
	color:#7d6a55;
	font-size:10pt;
	margin:0px 0px 10px;
	line-height:13pt;
}
#copy .paraHeader {
	color:#7d6a55;
	font-size:12pt;
	font-weight:600;
	margin:15px 0px 0px;
}
#copy .paraList {
	margin:10px 0px 0px 15px;
	color:#7d6a55;
}
#copy .para a:link, #copy .para a:visited {
	color:#7d6a55;
}
#copy .para a:hover {
	color:#584F3E;
}
#copy .paraList li {
	margin:10px 0px 0px;
	font-size:10pt;
}
#copy .paraList .listHeader {
	font-weight:bold;
	font-size:10pt;
}
.footCopy {
	text-align:center;
	color:#7d6a55;
	font-size:8pt;
	font-weight:normal;
	margin:20px 0px -20px;
}
.footCopy a:link, .footCopy a:visited {
	text-decoration:none;
	color:#6B624F;
}
.footCopy a:hover {
		color:#cccbc3;
}
#disclaimer {
	text-align:center;
	margin:0px auto 25px;
	width:748px;
}
#disclaimer .discbold {
	color:#584F3E;
	font-size:7.5pt;
	font-weight:bold;
	line-height:9pt;
}
#disclaimer .disc {
	color:#584F3E;
	padding:0px 150px;
	font-size:7.5pt;
	line-height:9pt;
}


#popup {
	background:url('../images/popup_bg.jpg') top left no-repeat;
}
#popup p {
	text-align:left;
	font-size:8pt;
	color:#7d6a55;
	margin:10px 15px 0px 32px;
}
#popup .bioHead {
	margin-top:20px;
	font-size:10pt;
	font-weight:bold;
}
/* --- Mac Hacks ---- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav {
		padding-top:12px;
		padding-bottom:13px;
		list-style-type:none;
	}
}

