/* CSS Document that Re-sets and Normalizes HTML Elements */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	font-size:100%;
}

img {
	border:none;
}

body {
	width:895px;
	margin: 0px auto;
	padding: 0 0 0 0;
	background:#fff url(images/page-background.gif) top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
}
body#subpage {
	background:#fff url(images/page-background-sub.gif) top center no-repeat;
}

/* Classes */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearit {
	clear: both;
	height: 0;
	overflow: hidden;
	}

img.icon {
	vertical-align: middle;
	margin: 0 5px 0 0;
	border:none;
	}

/**************************** Wrapper Section **************************/

#wrapper {
	width:875px;
	height:auto;
	background:none;
	margin: 0 auto;
	padding:0;
}
#wrapper-inner {
	width:875px;
	margin:0;
	padding:0;
	background:none;
}

#main-content {
	width:759px;
	margin:0 40px 0 76px;
	padding:0;
	background:none;
}

/**************************** Branding Section **************************/

#branding {
	margin:0 auto;
	width:875px;
	height:232px;
	padding:0;
	background:none;
}
#branding-subpage {
	margin:0 auto;
	width:875px;
	height:140px;
	padding:0;
	background:none;
}

/**************************** Logo Section **************************/

#logo {
	width:635px;
	height:140px;
}
#logo h1, #logo-subpage h1 {
	text-indent:-1000em;
}
#logo h1 a {
	display:block;
	width:635px;
	height:140px;
	background:none;
	border:none;
}

#logo-subpage {
	width:360px;
	height:112px;
}
#logo-subpage h1 a {
	display:block;
	width:360px;
	height:112px;
	background:none;
	border:none;
}

/**************************** Statement Section **************************/

html #column-main {
	float:left;
	width:490px;
	height:auto;
	margin:45px 0 0 0;
	padding:0 0 0 0;
	background:none;
	display:inline;
}
#column-main h2 {
	margin:0;
	padding:0;
	color:#333366;
	font-weight:bold;
	font-size:23px;
	line-height:normal;
}
#column-main h4 {
	font-size:13px;
	color:#111;
	font-weight:bold;
	margin: 20px 0px 0px 0px;
	padding:0;
	line-height:17px;
}
#column-main p {
	font-size:13px;
	color:#111;
	font-weight:normal;
	margin: 20px 0px 0px 0px;
	padding:0;
	line-height:17px;
}
#column-main p.italic {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444;
	font-style:italic;
	margin-top:35px;
}
#column-main p.italic a {
	color:#222;
}
#column-main p.italic a:hover {
	color:#666;
}

#column-main a {
	color:#333366;
	text-decoration: underline;
}
#column-main a:hover {
	color:#5c5c8b;
	text-decoration: underline;
}

#column-main ul, #column-main ol {
	font-size:10.5pt;
	color:#555;
	font-weight:normal;
	margin: 9px 0px 0 20px;
	padding: 0 0 0 12px;
}
#column-main li {
	margin: 0px 0 0 0;
	padding: 2px 0 2px 0;
}
#column-main ol li {
	margin: 0px 0 0 0;
	padding: 2px 0 2px 0;
}
#column-main blockquote {
	margin:14px 0 0 0;
	padding:12px;
	background:#e6eddd;
	font-size:11pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#2d800a;
	line-height:1.65em;
}

/**************************** Right Buttons Section **************************/

#column-right {
	float:right;
	display:inline;
	width:210px;
	padding:0;
	margin:0;
}
#column-right h3 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#333366;
	font-size:14px;
	font-weight:bold;
}
html body #wrapper #column-right ul {
	margin:22px 0 0 0;
	padding:0;
	list-style-type:none;
}
html body #wrapper #column-right li {
	color:#0066cc;
	font-weight:bold;
	font-size:12px;
	margin:0 0 16px 0;
	padding:0;
	list-style-type:none;
	line-height:15px;
}
#column-right li a, #column-right li a:visited {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
html #wrapper-inner #column-right li a:hover, html #wrapper-inner #column-right li a:active {
	color:#666;
	font-weight:normal;
	text-decoration:underline;
}

.plus {
	color:#99cc33;
}

/**************************** Footer **************************/

#footer {
	clear:both;
	width:526px;
	margin:0;
	padding:15px 0 20px 0;
	border-top:solid 3px #000;
	color:#000;
	font-size:13px;
}
#footer.subpage {
	width:100%;
}
#footer a, #footer a:visited {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
#footer p a:hover {
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}
