/* - - - - - - - - - - - - - - - - - - - - -

Title : Sally Alspaugh CAP&trade;
Author : Eric Wolf
URL : http://www.activecanvas.com

Description : Main style sheet for the Sally Alspaugh CAP&trade; website second-level pages, older browsers

Created : 05/18/2006
Modified : 04/27/2008

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
margin: 0;
padding: 0;
}
html{
font-size: 1.25em; /* 1.25 x 16px = 20px */
}
body{
margin: 0;
color: #333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 50%; /* adjusts base font to 10px */
background-color: #fff;
}
html>body {
    font-size: 10px; /* overrides the above in all browsers except IE */
}

/* ----- IDs ----- */

#container{
margin: 0 auto 10px auto;
background-color: #fff;
text-align: left;
}
#container, #nav, #wrapper, #footer{
width: 770px;
}
#nav{
	clear: right;
	float: left;
	padding: 0;
}
#logo{
	clear: none;
	float: left;
	width: 206px;
	padding: 10px 0;
}
#navigation{
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	clear: none;
	float: right;
	margin: 0;
	padding: 47px 10px 0 0;
}
#wrapper, #Content{
	clear:both;
	float:left;
}
#wrapper{
	border: 1px solid #999;
	margin:0;
	padding:0;
}
#Content{
	background-image:url(/images/bg.gif);
}
#leftContent{
	clear: none;
	float: left;
	width: 448px; /* for IE5/Win */
	margin:0;
	padding:0;
	line-height:2em;
}
#rightContent{
	clear: right;
	float: right;
	width: 322px;
	background: #faf8ea !important;
	margin: 0;
	padding: 12px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
}
#sidebar {
	clear: none;
	float: left;
	width: 164px;
	background: #faf8ea;
}
#lboxes{
	clear: right;
	float: left;
	width: 160px;
}
#lContent{
	clear: both;
	float: left;
	width: 160px; /* for IE5/Win */
	margin:0;
	padding:12px 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px; /* actual value */
}
html>body #lContent {
	width: 140px; /* be kind to Opera */
}
#mainContent{
	clear: right;
}
#mainContent, #ContentHoriz, #ContentBottom{
	float: left;
	width: 604px;
}
#ContentHoriz{
	clear: none;
	margin:0;
}
#ContentBottom{
	clear:left;
}
#footer{
	font: .9em Arial, Helvetica, sans-serif;
	clear:left;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0;
	background: #699;
	color: #fff;
}
#schwab {
	font-size: 1em;
	background: #fff;
	color: #000;
}

/* ----- CLASSES ----- */

.rContent{
	clear:both;
	float:right;
	margin:0 0 12px 0;
}
.halfContent{
	clear: none;
	float: left;
	width: 385px; /* for IE5/Win */
	margin:0;
	line-height:2em;
	padding: 12px 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 365px; /* actual value */
}
html>body .halfContent {
	width: 365px; /* be kind to Opera */
}
.mContentL, .mContentR {
	float: left;
	width: 302px;
	margin:0;
	padding: 12px 0;
}
.mContentL{
	clear: none;
}
.mContentR {
	clear: right;
}

.clr_home{
color:#699;
}
.clr_abt{
color:#036;
}
.clr_invest{
color:#69c;
font-variant:small-caps;
}
.clr_wealth{
color:#f93;
}
.clr_np{
color:#636;
}
.red{
color:#f00;
}

.foto{
	padding:10px;
	margin-right:10px;
	background:#faf8ea;
}
.foto_bio{
	padding:10px;
	margin:10px;
	background:#fff;
}
.foto_pic{
	margin:5px 10px 0 5px;
	background:#faf8ea;
}

.legal{
font:.9em Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
}

.smCap{
font-variant:small-caps;
}
.h {
  display:none; 
}

/* ----- HEADINGS ----- */

h1{
margin: 0;
padding: .67em 0 .25em 0;
font-size: 1.6em;
font-weight: bolder;
text-transform: uppercase;
	color: #066;
}
h2{
font-size: 1.5em;
margin: .75em 0;
}
#rightContent h2{
	font-size: 1.1em;
	font-weight:bolder;
	margin: 1.5em 0 .75em 12px;
}
h3{
font-weight: bolder;
font-size: 1.17em;
margin: .83em 0;
}
h4, blockquote, ul, fieldset, form, ol, dl, dir, menu {
font-size: 1em;
margin: 1.12em 0;
}
h5{
font-size: .83em;
margin: 1.5em 0;
}
h6{
font-size: .75em;
margin: 1.67em 0;
}
h1, h2, h3, h4, h5, h6 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, form, fieldset, ol, ul, dl, cite { 
	margin-left: 12px;
	margin-right: 12px;
}

/* ----- PARAGRAPHS ----- */

p{
margin:.5em 12px;
font-size: 1.2em;
}

#rightContent p{
	font-size: 1.1em;
}

form p{
font-size: 1em;
font-weight:bold;
}

/* ----- QUOTES ----- */

blockquote{
margin-left: 40px; 
margin-right: 40px;
}
cite{
font-size:1.1em;
}

/* ----- CODE ----- */

pre, tt, code, kbd, samp { 
font-family: monospace 
}

pre{
white-space: pre;
}

/* ----- LISTS ----- */

ol, ul{
margin-left: 40px;
font-size:1.2em;
}
ul li{
list-style-type: square;
}
ol ul, ul ol, ul ul, ol ol  {
margin-top: 0; 
margin-bottom: 0 
}

#navigation ul li{
display: inline;
list-style: none;
letter-spacing: .15em;
margin:0;
padding:0;
}

/* ----- IMAGES ----- */

.hd_imgL {
	background: #faf8ea !important;
	padding: 12px 0 12px 12px;
}
.hd_imgR {
margin-right: 12px;
border: 1px solid #ccc;
}

/* ----- TEXT FORMATTING ----- */

strong, b {
font-weight:bolder;
}

/* ----- LINKS ----- */

a{
	text-decoration: underline;
}
a:link, a:visited {
	color: #066;
	text-decoration: underline;
}
a:hover{
	color: #699;
	text-decoration: underline;
}
a:active{
	color: #699;
	text-decoration: underline;
}

#logo a img, form a img{
	border:none;
	text-decoration: none;
}
#navigation ul li a{
	text-decoration: none;
}
#navigation ul li a:hover{
	text-decoration: underline;
}
#footer a:hover{
	color: #faf8ea;
}

/* ----- TABLES ----- */

table{
display: table;
border-spacing: 2px;
}
caption{
display: table-caption;
text-align: center;
}
thead, tbody, tfoot  { 
vertical-align: middle ;
}
th{
font-weight: bolder; 
text-align: center;
vertical-align: inherit;
}
td{
vertical-align: inherit;
}

/* ----- FORMS ----- */

form{
width:96%;
margin:0;
padding:0;
}
form p a img{
	text-align:center;
}

fieldset{
	border: 1px solid #699;
	margin: 0 35px 12px 35px;
	padding: 10px 20px;
}
legend{
	font-size: 1.2em;
	background: #eee;
	border: 1px solid #699;
	border-bottom-color:#888;
	border-right-color:#888;
	padding: 4px 8px;
}

label{
font-size:1.1em;
}
input{
padding:2px;
}
button, textarea, input, select { 
display: inline-block ;
}
#message, #organization, #submit_by {
width:300px;
}
#title, #phone, #last_name, #first_name {
width:200px;
}

/* ----- DEFINITIONS ----- */

dd{
margin-left: 40px;
}

/* ----- PRINTING ----- */

@media print {
h1 { 
page-break-before: always; 
}
h1, h2, h3, h4, h5, h6 { 
page-break-after: avoid; 
}
ul, ol, dl { 
page-break-before: avoid; 
}