/*

Title:    Master screen styles
Author:   Mike Kroll - www.imagehat.com
Date:     9/21/2008

------------------------------------------------------

font-sizes
----------

after reset 62.5% (10px):
set as 1.1em (11px), 1.2em (12px), etc.

colors 
----------

blue: #6c8fb3
silver: #999999
bronze: #9f6f47

light grey: #e1e1e1
med grey: #d9d9d9

*/

@import "reset.css";

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5; 
	color: #000;	
	background: #dcdcdc url(../images/site/bg-tile.gif) repeat;
}

a { 
	color: #000; text-decoration: underline; 
}
a:hover { 
	text-decoration: underline;
}


/* =Typography Defaults
------------------------------------------------------ */

h1,h2,h3,h4,h5,h6 { 	font-weight: bold; font-family: "Times New Roman", times, sans-serif; }

h1 { text-transform: uppercase; font-size: 1.3em;  letter-spacing: 0.2em; margin: 0; padding: 0; line-height: 1.2em; }
h2 { margin: 0 0 1em; font-size: 1.3em; font-weight: bold; font-style: italic; }
#secondary h2 {	margin-bottom: 0; }
h3 { font-size: 1.2em; margin: 20px 0 4px; font-family: Arial, Helvetica, sans-serif; }

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: none; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* =structure
------------------------------------------------------ */

#wrap {
    width: 894px;
    background: #fff url(../images/site/page-bg.gif) repeat-y 0 0;
    margin: 21px auto;
}
#main {
	margin: 0 65px; padding: 3px 0 10px 0; /* w: 764 */
	border-top: 1px solid #999;
}
#title {
   background: #013252;
   padding: 60px 12px 12px 12px;
}
#primary {
    background: #d9d9d9;
    margin: 0 0 10px;
    padding: 12px 65px 1.5em 12px;
	min-height: 140px;
}
#main-inner {
	background: #d9d9d9 url(../images/site/main-bg.gif) repeat-y top left;
	padding: 12px 0 1.5em 12px;
	margin: 0 0 10px;
	min-height: 140px;
}
#content {
	float: left;
	width: 485px;
}
#sidebar {
	float: right;
	width: 188px;
}
#footer {
    padding: 0 0 7px;
    background: transparent url(../images/site/page-bot.gif) no-repeat bottom left;
}
  

/* =header
------------------------------------------------------ */

#header {
    position: relative;
    height: 194px; margin: 0 0 3px;
    background: transparent url(../images/site/page-top.gif) no-repeat 0 0;
		z-index: 1000; /* dropdown fix */
}
#logo {
    position: absolute; top: 56px; left: 73px;
    width: 226px; height: 120px;
    
}
#tagline {
    position: absolute; top: 95px; right: 65px;
    width: 208px; height: 12px;
    text-indent: -9999px;
    background: url(../images/site/branding-tagline.gif) no-repeat 0 0;
}

#tagline_link {
    position: absolute; top: 111px; right: 65px;
    width: 208px; height: 12px;
    font-size: 12px;
    text-align: center;
}
#quicklinks {
    position: absolute; top: 69px; left: 322px;
}
#quicklinks {
    margin: 0; padding: 19px 0 0; list-style: none;
    width: 172px; height: 58px;
    background: url(../images/site/quicklinks_test.gif) no-repeat 0 0;
}
#quicklinks li {
    margin: 0; padding: 0;
    height: 13px;
}
#quicklinks a {
    display: block;
    height: 13px;
    text-indent: -999px;
}
#quicklinks a:hover {}


/* =navigation
------------------------------------------------------ */

/* top-level list */
#nav {
    position: absolute; bottom: 0; left: 65px;
    margin: 0; padding: 0;
    width: 764px; height: 29px;
    list-style: none;
    background: none;
    z-index: 1000; /* dropdown fix */
}
#nav li {
    float: left;
    margin: 0; padding: 0;
    height: 29px;
position: relative;
}
#nav a {
    display: block;
    height: 29px;
    text-indent: -9999px;
    background: url(../images/site/nav_100701.gif) no-repeat 0 0;
    text-decoration: none;
}

#nav #n-home a { width: 64px; background-position: 0 0; }
#nav #n-about a { width: 102px; background-position: -64px 0; }
#nav #n-services a { width: 140px; background-position: -166px 0; }
#nav #n-advisors a { width: 171px; background-position: -306px 0; }
#nav #n-resources a { width: 204px; background-position: -487px 0; }
#nav #n-contact a { width: 73px; background-position: -691px 0; }

#nav a:hover { /* no top level hover or active style */ }

/* second-level lists */

#nav ul {
    position: absolute; top: 29px; left: -999em;
    margin: 0; padding: 5px 0 15px 0;
    background: #fff; list-style: none;
    width: 160px;
}
#nav ul li {
    float: none; height: auto;
    margin: 0; padding: 0.3em 14px;
	line-height: 1.2em;
} 
#nav ul a {
    height: auto; width: auto; text-indent: 0; background: none;
	color: #000;
	text-decoration: none;
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 12px;
}
#nav #n-home ul a, #nav #n-about ul a, #nav #n-services ul a,
#nav #n-products ul a, #nav #n-resources ul a, #nav #n-contact ul a {
	width: auto;
}
#nav ul a:hover {
	text-decoration: underline;
}
#nav li:hover ul,
#nav li.sfhover ul {
	left: 0;
	z-index: 1000; /* dropdown fix */
	visibility:visible; /* IE7 fix */
}


/* =main
------------------------------------------------------ */

#primary, #main-inner {
	text-align: justify;
}
#main p, #main ul, #main ol, #main dl, #main blockquote {
    font-size: 1.2em; /* 12px */
}

#main ul li {
	padding: 0 0 0 8px;
	background: url(../images/site/bullet.gif) no-repeat 0 8px;
}
#main ol li {
	margin: 0 0 1em;
}
img.photo {
	padding: 5px;
	border: 5px solid #bababa;
	background: #fff;
}

/* title headlines */
#title h1 { color: #fff; }

/* repeating entries (bios) */
.entry {
	border-top: 1px solid #b2b2b2;
    padding-top: 10px; margin-top: 10px;
}
.entry h3 {
    font-size: 1.2em; font-weight: bold;
    margin: 0 0 0.5em 0;
    
}
.entry img {
    float: right; margin: 0 0 8px 10px;
    padding: 4px; background: #fff;
    border: 1px solid #b2b2b2;
}


/* =sidebar
------------------------------------------------------ */

#sidebar {
	background: #fff;
	text-align: left;
}
#sidebar h2 {
	margin: 0 0 4px; padding: 0 0 4px 0;
	line-height: 1.3em;
	background: url(../images/site/rule-h.gif) repeat-x bottom left;
}

/* product buttons */

#main ul.button-products {
	margin: 0 0 1em; padding: 0 0 4px 0;
	list-style: none;
	background: url(../images/site/rule-h.gif) repeat-x bottom left;
}
#main ul.button-products li {
	margin: 0 0 4px; padding: 0; 
	background: none;
}
#main ul.button-products li.last {
	margin-bottom: 0;
}
#main ul.button-products a {
	display: block;
	line-height: 1;
	background: #6c8fb3;
	text-decoration: none;
}

#main ul.button-products li.individuals-and-families a.investments { background: #3f6e9f; }
#main ul.button-products li.individuals-and-families a.financial-planning { background: #6c8fb3; }
#main ul.button-products li.individuals-and-families a.risk-management { background: #d4d4d4; }
#main ul.button-products li.individuals-and-families a.wealth-transfer { background: #9f6f47; }
#main ul.button-products li.financial-advisors a { background: #999; }
#main ul.button-products li.institutional-investors a { background: #9f6f47; }

#main ul.button-products a:hover, #main ul.button-products a.active,
#main ul.button-products li.individuals-and-families a:hover,
#main ul.button-products li.financial-advisors a:hover,
#main ul.button-products li.institutional-investors a:hover {
	background: #fff;
}

/* professionals links */

p.professionals-link {
	font-family: "Times New Roman", times, sans-serif;
	font-style: italic; line-height: 1.3em;
}
#main ul.professionals-list {
	font-family: "Times New Roman", times, sans-serif;
	font-style: italic; line-height: 1.2em;
	margin-left: 0;
}
#main ul.professionals-list li {
	padding-left: 0; background: 0; margin-bottom: 1em;
}



/* =footer
------------------------------------------------------ */

#footer-inner {
    margin: 0 65px; padding: 14px 0 14px;
    background: url(../images/site/rule-h.gif) repeat-x top left;
}
#footer p {
	margin: 0;
	font-size: 11px;
}
#footer p.footer_tag {
	font-family: Georgia, serif;
	font-size: 11px;
	margin-bottom: 10px;
}
#footer p.copyright {
	font-size: 9px;
}


/* =home page specific
------------------------------------------------------ */

body#home #main {
	padding-bottom: 0;
}
#banner {
    height: auto; padding: 1px 0;
    margin-bottom: 3px;
    background: #013252;
    color: #fff;
}
#banner #rotation {
    width: 247px; height: 166px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}
#banner #message {
    padding: 25px 20px 25px 260px;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
}

div.button-links {
    padding: 4px 0;
    background: url(../images/site/rule-h.gif) repeat-x top left;
}
#main ul.button-list {
    margin: 0; padding: 0;
    list-style: none;
}
#main ul.button-list li {
    margin: 0; padding: 0; 
    background: none;
		float: left;
}
#main ul.button-list a {
    float: left; padding: 0; width: 251px;
    display: block;
    color: #000; font-family: "Times New Roman", times, serif;
    font-style: italic; font-size: 1.2em; line-height: 1.2em;
	text-decoration: none; border: 0;
}
#main ul.button-list li.individuals a {
    margin-right: 5px;
    background: #6d8fb4;
}
#main ul.button-list li.advisors a {
    margin-right: 5px;
    background: #6d8fb4;
}
#main ul.button-list li.institutional a {
    margin-right: 0;
    background: #6d8fb4;
}
#main ul.button-list li a:hover {
    background: #fff;
}


/* =forms
------------------------------------------------------ */

#main form p, #main form div { font-size: 1.2em; }
label { font-weight: bold; color: #666; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #888; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; font-size: 1.3em; font-weight: bold; font-style: italic;	font-family: "Times New Roman", times, sans-serif; }

/* inputs */
textarea { margin: 0.5em 0.5em 0 0; padding: .4em; }
input.txt {	padding: 2px .4em; }
textarea, input.txt {
	background: #fff; 
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: 90%;
}

form.vform p, .vform form p { margin: 0 0 .5em; clear: both; }
form.vform p label, .vform form p label { display: block; }
form.vform p.checkbox label, .vform form p.checkbox label { display: inline; font-weight: normal; }

form.vform span { float: left; margin-right: 8px; margin-bottom: .5em; }
form.vform p span label, form.vform div p label, form.vform label.field { font-weight: normal; font-size: 10px; padding-left: 3px; }
form.vform label.radio { font-weight: normal; font-size: 10px; padding-left: 4px; margin-right: 8px; display: inline; }
form.vform p span input, form.vform p span input.txt, form.vform input.field { width: auto; }

label em, em.required { font-weight: bold; color: #930; }

/* Success, error & notice boxes for messages and errors. */
form.vform .error, .vform form .error { background:#FBE3E4; } /* elements */
div.error, p.error, .notice,.success { margin-bottom:1em;border:2px solid #ddd;padding:0.8em;font-size: 1.2em; }
div.error, p.error { background:#FBE3E4;color:#D12F19;border-color:#FBC2C4; }
.notice { background:#FFF6BF;color:#817134;border-color:#FFD324; }
.success { background:#E6EFC2;color:#529214;border-color:#C6D880; }
div.error a, p.error a { color:#D12F19; text-decoration: underline; }
.notice a { color:#817134; text-decoration: underline; }
.success a { color:#529214; text-decoration: underline; }


/* =tables
------------------------------------------------------ */

table { margin-bottom: 1.5em; width: 100%; }
th { font-weight: normal; background: url(../images/site/rule-h.gif) repeat-x bottom left; padding: 0 10px 10px 0; }
td { padding: 1px 10px 1px 0; background: url(../images/site/rule-h.gif) repeat-x bottom left; }
tfoot { font-style: italic; }
caption { margin: 0; padding: 0; font-weight: bold; }


/* =misc
------------------------------------------------------ */

.note { color: #666; }
#skip-links { position: absolute; top: 0; left: -999em; }
hr, .hide {	display: none; }
.highlight { background: #ffc; }

/* self-clearing floats */
.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
