/*---- Baker Street Advisors Text CSS
Copyright (c) 2008 Dan Hartmann Designs, LLC
Version 1.0 ----*/

*, html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, talbe, td {
font-size: 12px;
font-family: Arial;
font-weight: normal;
color: #000;
margin: 0px;
padding: 0px;}

h1 {
padding: 1em 0px 1em 0px;
font-weight: bold;
font-size: 28px; }

h2 {
padding: 1em 0px 1em 0px;
font-weight: bold;
font-size: 24px; }

h3 {
padding: 1em 0px 1em 0px;
font-weight: bold;
font-size: 21px;
}

h4 {
padding: 1em 0px 1em 0px;
font-weight: bold;
font-size: 18px; }

h5 {
padding: 1em 0px 0em 0px;
font-weight: bold;
font-size: 14px; }

h6 {
padding: 1em 0px 0em 0px;
font-weight: bold;
font-size: 13px; }

p {
font-size:12px; }

ul {
list-style-type: disc;
list-style-position: outside;
padding: .5em 0px .5em 1.5em; }

ul ul {
list-style-type:circle;
list-style-position: outside;
padding: 0px 0px 0px 1.5em; }

ul ul ul {
list-style-type:square;
list-style-position:outside;
padding: 0px 0px 0px 1.5em; }

strong {
font-weight: bold; }

em {
font-style: italic; }

.hidden {
display: none; }

/*--- General Link styles ---*/

/*a:link, a:visited {
	color: #a8a83d;
	text-decoration: none;
} 

a:hover, a:focus {
color: #3b607e;
} */

/*--- Heading text ---*/

#headingAccessMenu{
color: #990;
font-size: 10px;
font-family: Helvetica, Arial, sans-serif;
line-height: 19.25px;
text-align: right; }

#headingAccessMenu a:link, #headingAccessMenu a:visited {
color: #990;
font-size: 10px;
font-family: Helvetica, Arial, sans-serif;
line-height: 19.25px;
text-align: right;
text-decoration: none; }

#headingAccessMenu a:hover, #headingAccessMenu a:focus {
color: #3b607e;
font-size: 10px;
font-family: Helvetica, Arial, sans-serif;
line-height: 19.25px;
text-align: right;
text-decoration: none; }

#headingAccessMenu a:active {
color: #990;
font-size: 10px;
font-family: Helvetica, Arial, sans-serif;
line-height: 19.25px;
text-align: right;
text-decoration: none; }

#headingTitle h1 {
display: none; }

/* #menus a:link, #menus a:visited {
color: #a3bacc;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
letter-spacing: .225em; }

#menus a:hover, #menus a:focus {
color: #FFF; } */

#headingSubTitle .heading {
color: #3b607e;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 21px;
font-weight: normal;
line-height: 1.2em;
text-align: left;
padding: 0em;
font-style: normal; }

#headingSubTitle .subheading {
color: #606060;
font-size: 14px;
font-family: Arial;
line-height: 1.57em;
text-align: left;
padding-top: 8px; }

#headingSubTitle .bodyText {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #b1b1b1;
line-height: 2.27em;
padding-top: 8px;
padding-bottom: 0px;
text-align: left; }

#headingSubTitle .bodyText a:link,
#headingSubTitle .bodyText a:visited {
color: #a8a83d;
font-weight: bold;
text-decoration: none; }

#headingSubTitle .bodyText a:hover,
#headingSubTitle .bodyText a:focus {
color: #3b607e;
font-weight: bold;
text-decoration: none; }

/*--- footer text ---*/

#footer p {
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #606060;
font-size: 11px;
font-weight: normal;
padding-bottom: 15px; }

#footer p .companyName {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #606060; }

#footer p .copyright {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
color: #999; }

#footer p a:link, #footer p a:visited {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
color: #990;
text-decoration: none; }

#footer p a:hover, #footer p a:focus {
color: #3b607e; }