@charset "UTF-8";
/* CSS Document */

img, div { behavior: url(scripts/iepngfix/iepngfix.htc) }

/* Reset code */
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, img, 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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Formatting */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525759;
	background-color: #525759;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #9d0f20;
	line-height: 26px;
	padding-bottom: 4px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #535859;
	padding-bottom: 4px;	
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
p {
	line-height: 18px;
	padding-bottom: 18px;
}
.introtext {
	color: #525759;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 18px;
}
#featured h1, #featured_home_content h1 {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 12px;
}
#featured p, #featured_home_content p {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	padding-bottom: 18px;
}
#featured p {
	padding-bottom: 0px;
}
a.featured_link, a:link.featured_link, a:visited.featured_link, a:hover.featured_link {
	height: 29px;
	width: 172px;
	background-image: url(../images/shared/featured-link-btn.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 29px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#main ul {
	margin-left: 10px;
	padding-bottom: 12px;
}
#main li {
	background-image: url(../images/shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	padding-bottom: 8px;
}

/* Links */

a:link, a:visited {
	color: #2d86b7;
	text-decoration: none;
}
a:hover {
	color: #1e6a94;
	text-decoration: underline;
}



/* Layout */

#main {
	background-color: #ffffff;
	background-image: url(../images/shared/main-bkd.gif);
	background-repeat: repeat-x;
}
#top {
	background-image: url(../images/shared/header-bkd-repeat.gif);
	background-repeat: repeat-x;
}
.container {
	width: 1020px;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
	height: 120px;
	background-color: #FFFFFF;
	background-image: url(../images/shared/header-bkd.gif);
	background-repeat: no-repeat;
}
#logo {
	padding-top: 21px;
	padding-right: 30px;
	padding-left: 30px;
}
#featured_home {
	background-color: #525759;
	background-image: url(../images/shared/featured-bkd.gif);
	background-repeat: repeat-x;
}
#featured_home_photo {
	float: left;
	padding: 30px;
	width: 340px;
	background-color: #131414;
	height: 169px;
}
#featured_home_content {
	margin-left: 400px;
	padding: 30px;
	height: 169px;
	color: #FFFFFF;
}
#featured {
	padding: 15px 30px 15px 30px;
	color: #FFFFFF;
}
#content_top {
	background-image: url(../images/shared/content-top-bkd.gif);
	background-repeat: no-repeat;
	height: 51px;
}
#content {
	float: left;
	width: 549px;
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a3c8dc;
	margin-bottom: 20px;
}
#sidebar {
	margin-left: 620px;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#footer {
	background-color: #D5F3FA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98001F;
}
#footer_info {
	background-color: #d5f3fa;
	padding: 15px 30px 15px 30px;
	background-image: url(../images/shared/footerlogo.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#footer_info p {
 	color: #4c92b9;
	padding: 0;
}
.footertext {
	float: left;
	width: 275px;
}
.footerimages {
	margin-left: 295px;
	padding-right: 40px;
}
#copyright {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

/* navigation */
#nav {
	width: 700px;
	height: 29px;
	float: right;
}

/* misc */
.clear {
	clear: both;
}
.floatright {
float: right;
}
a.pdficon {
	background-image: url(../images/shared/pdf-icon.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.registericon {
	background-image: url(../images/shared/register-icon.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}
.bigtext {
	font-size: 22px;
	line-height: 24px;
}
/* IE stuff */
