/*     [ 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:"Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background:url('../images/bg_pattern.jpg') top left repeat;
}
#wrapper {
	width:100%;
	margin:0px;
	background:#a59e8e;
}
#dropTop {
	width:100%;
	height:50px;
	margin:30px 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;
}
#content {
	position:relative;
	width:710px;
	margin:0px auto;
	background:#6b624f url('../images/nav_orn.jpg') center left no-repeat;
}

/* --- Main Bar --- */
#mainBar {
	margin:0px 0px 0px 200px;
	width:548px;
	height:433px;
	background:url('../images/home_span.jpg') top left no-repeat;
}
#mainBar h3 {
	margin:390px 0px 0px 0px;
	font-size:7pt;
	font-weight:normal;
	color:#cccbc3;
	text-align:center;
}
#mainBar h3 a:link, #mainBar h3 a:visited {
	text-decoration:none;
	color:#cccbc3;
}
#mainBar h3 a:hover {
	color:#6B624F;
}
#mainBar h1 a {
	visibility:hidden;	
}

/* --- Left Bar (Nav and Contact) --- */
#leftBar {
	position:absolute;
	top:20px;
	left:20px;
	width:155px;
	height:433px;
	text-align:right;
}
#leftBar .contact {
	position:absolute;
	bottom:30px;
	left:0px;
	color:#cccbc3;
	font-size:9pt;
	font-weight:normal;
	line-height:12pt;
}
#leftBar .contact a:link, #leftBar .contact a:visited {
	color:#cccbc3;
	text-decoration: none;
}
#leftBar .contact a:hover {
	text-decoration: underline;
}
#leftBar .contact .bold {
	font-weight:bold;
}
#leftBar #nav {
	width:115px;
	margin-left:40px;
}
#nav li {
	color:#cccbc3;
	margin:0px 0px 5px;
}
#nav li a:link, #nav li a:visited {
	font-family:"Times New Roman", serif;
	font-weight:normal;
	font-size:14pt;
	line-height:15pt;
	font-variant:small-caps;
	color:#cccbc3;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration: underline;
}
#disclaimer {
	position:absolute;
	top:450px;
	width:748px;
	text-align:center;
	margin:0px auto;
}
#disclaimer .discbold {
	color:#584F3E;
	font-size:8pt;
	font-weight:bold;
}
#disclaimer .disc {
	color:#584F3E;
	font-size:8pt;
	padding:0px 100px;
}
/* --- Mac Hacks ---- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav {
		list-style-type:none;
	}
}