/* This site runs like Clockwork (http://www.clockwork.net/). */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	margin: 0;
	padding: 0;
}

/* Typography */
a {
	color: #006a9a;
}
#footer a:after {
	content: " <" attr(href) "> ";	
}
h1, .hd1, h2, .hd2, h3, .hd3, h4, .hd4, h5, .hd5, h6, .hd6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1, .hd1 {
	font-size: 18pt;
}
h2, .hd2 {
	font-size: 16pt;
}

h3, .hd3, #sub_nav h3 a {
	font-size: 15pt;
}
h4, .hd4 {
	font-size: 14pt;
}
h5, .hd5 {
	font-size: 13pt;
}
h6, .hd6 {
	font-size: 8pt;
	font-weight: normal;
}

/* Page Layout */
#print_logo {
	text-align: center;
	margin-bottom: 20px;
}
#sidebar, #container {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

/* Link Images */
a img {
	border: none;
}

/* Extra Space for header img */
.image_component img { margin-top: 10px; }

/* Hide the following */
div.header_shadow, div.header form, p.header_phone_number, #footer ul, div.menu_nav, #side_nav, ul.breadcrumb_component {
	display: none;
}

/* Quote Styles */
#quote {
	font-size: 12pt;
	font-family: 'Arial Rounded', 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;	
}

#quote p {
	font-size: 10pt;
}