/* reset.css (from Blueprint CSS Framework 0.7.1 screen.css)*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}




/* setup ------------------------- */
body { 
	font: 12px/18px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
}
div.clear, div.clearing {
	clear: both;
}





/* typography + links ------------------------- */

/* links */
a {
	text-decoration: none;
	color: #555;
	padding: 1px;
	border-bottom: 1px solid #ccc;
}
a:visited { border-bottom: 1px dashed #ccc; }
a:hover {
	background: #FFE698;
	border-bottom: 1px solid #FFE698;
}
h1 a, h2 a, h3 a, h4 a { 
	border: none;
	padding: 0;
	color: #333;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	border: none;
}
a.noborder, a.noborder:visited, a.noborder:hover,
.noborder a, .noborder a:visited, .noborder a:hover {
	border: none;
	padding: none;
	background: none;
}
a.noborder_hover {
	border: none;
}

/* general typography */

h1, h2, h3, h4, h5, h6, p, li, blockquote {
	font: 14px/18px Georgia,Garamond,'Times New Roman',Times,serif;
	color: #333;
	text-align: left;
	margin: 0 0 18px 0;
}

h1 {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 42px;
	line-height: 48px;
	color: #ff8809;
	margin-bottom: 18px;
}
h3, h3 a {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #777;
}
h2, h4 {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #336eac;
	letter-spacing: 0.15em;
	font-size: 10px;
}
h4 {
	margin-top: 24px;
	margin-bottom: 9px;
}
h5, h5 a {
	font-weight: bold;
	color: #336eac;
	margin-top: 24px;
	margin-bottom: 9px;
}

em { font-style: italic; }

strong { font-weight: bold; }

.sc {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.8em;
}

ol li,
ul li {
	margin-left: 36px;
}

.steps p,
p.steps,
.intro p,
.intro li,
p.intro {
	font-size: 18px;
	line-height: 27px;
	color: #666;
	width: 640px;
}

p.meta {
	margin-bottom: 9px;
	font-size: 11px;
}

p.small,
.small p {
	font-size: 11px;
	line-height: 15px;
}

table {
	margin: 9px 0 36px 0;
}

/* footnotes ---------------*/
div.notes {
	margin-top: 36px;
	padding: 18px;
	background: #FAFAFA;
	border-top: 2px solid #eee;
}
div.notes p {
	font-size: 9px;
	line-height: 12px;
}





/* page layout --------------- */

div#content {
	width: 800px;
	margin: 20px auto auto auto;
	padding-bottom: 36px;
}
/*
div#content {
	background-image:url('../siteimages/grid-960px-12col-18px.png');
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
*/

div#header {
	margin: 9px 0 26px 0;
	height: 19px;
	padding: 0 0 9px;
	border-bottom: 1px solid #ffbe00;
}

div.intro {
	background-color: #FFF6E1;
	padding: 9px;
}

div.focus {
	width: 462px;
	margin-right: 18px;
	float: left;
}

div.sidebar {
	width: 302px;
	padding-left: 17px;
	float: right;
}



/* navigation level 1 --------------------- */

#major_nav {
	margin: 36px 0 0 0;
	width: 788px;
	padding: 9px 0 9px 12px;
	background-image:url('../siteimages/gradient_800x18.gif');
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#major_nav p {
	color: #000;
	font: 14px/18px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
}
#major_nav a, #major_nav a:visited {
	color: #000;
	font-weight: bold;
}
#major_nav a:hover {
	color: #fff;
}
#major_nav a:active {
	color: #ff8809;
}
#major_nav .number {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

#major_nav div.major_section {
	margin-right: 9px;
	float: left;
}
#major_nav div#major_section_intro {
	margin-right: 6px;
}

#minor_nav {
	margin: 6px 0 36px 0px;
	width: 789px;
	padding: 0 0 4px 11px;
}
#minor_nav p {
	font: 12px/18px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	color: #ff8809;
	margin: 0;
}
#minor_nav a, #minor_nav a:visited {
	color: #777;
	border: none;
}
#minor_nav a:hover {
	color: #ff8809;
	background: none;
}
#minor_nav a:active {
	color: #ff8809;
}




/* call tracker tables -------------------- */

table.call td {
	padding: 6px 12px 6px 12px;
	border-top: 1px solid #ddd;
}
table.call tr.odd {
	background: #E9E9E9;
}
table.call tr.even {
	background: #F9F9F9;
}
table.call {
	color: #777;
}
table.call em {
	font-style: normal;
	font-weight: normal;
	color: #000;
}

table.call tr.label td {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-top: none;
	border-bottom: 2px solid #aaa;
}

table.call td.center {
	text-align: center;
}