/* 8/11/2009 Trevor Davis Campbell Wealth Print Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basics*****/
body { color: #323232; font: 12pt/18pt "Times New Roman", Times, serif; }

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 24pt; line-height: 30pt; margin-bottom: 9pt; }
h2 { font-size: 20pt; line-height: 26pt; }
h3 { font-size: 18pt; line-height: 24pt; }
h4 { font-size: 16pt; line-height: 22pt; }
h5 { font-size: 14pt; line-height: 20pt; }
h6 { font-size: 12pt; line-height: 18pt; }

a { color: #000; text-decoration: underline; }
img { border: none; }
p, ul, ol, dl, table { margin-bottom: 18pt; }
ul, ol, dd { margin-left: 36pt; }
blockquote { margin: 0 36pt; }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.frame { border: 1px solid #dbdbdb; padding: 4px; }
.leftSide { display: block; float: left; margin: 0 18px 10px 0; }
.rightSide { display: block; float: right; margin: 0 0 10px 18px; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Hide Stuff*****/
#skipLinks, #primaryContent, #secondaryContent, #footer p, #footer .nav, #footer .matrix { display: none; }

/*****Customize appearance*****/
#header { border-bottom: 3px solid #ccc; font: 20pt/20pt"Times New Roman", Times, serif; margin-bottom: 18pt; padding-bottom: 18pt; }
#logo {
	display: inline;
	float: left;
	font-weight: bold;
	margin-right: 20pt;
	text-decoration: none;
}
#header .tagline { font-weight: normal; }
#footer { 
	border-top: 3px solid #ccc;
	color: #666;
	font-size: 10pt;
	line-height: 16pt;
	padding-top: 18pt;
}
#footer p.copyright { display: block; }

