/* --------------------
   Brooke Designs
   Print Styles
----------------------- */

body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #fff;
	color: #002F65;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

#header #branding {
	float: left;
}

#header #contact {
	float: right;
	margin-bottom: 20px;
	font-size: 10pt;
}

#contact p {
	margin-bottom: 3px;
}

#main {
	clear: both;
	float: left;
	width: 528px;
	margin-right: 10px;
	font-size: 12pt;
}

body.wide #main {
	width: 100%;
	margin-right: 0;
}

#main-info {
	float: left;
	width: 172px;
	margin-right: 20px;
	font-size: 12pt;
}

#sidebar {
	float: right;
	width: 164px;
	font-size: 11pt;
}

a {
	background-color: transparent;
	color: #002F65;
	text-decoration: none;
	outline: none;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 1.6em;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.3em;
	text-transform: lowercase;
}

h3 {
	margin: 0;
	font-size: 1em;
	background-color: transparent;
	text-transform: lowercase;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-transform: lowercase;
}

p {
	margin: 0 0 1em 0;
}

.reg {
	position: relative;
	top: -.5em;
	font-size: .8em;
}

.small {
	font-size: .85em;
}

acronym, abbr {
	border-bottom: none;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.padright {
	padding-right: 10px;
}

.imgleft {
	float: left;
	margin: 0 30px 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 30px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr, .print-only {
	display: none;
}

.wai {
	display: block;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden; /* bug fix for IE 7 */
}

/* hide */
#nav-primary, #nav-secondary, #main-selector, 
#skip, .wai, hr, .print-only {display: none;}

