/*** RESET STYLES ***/
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	background: #b0b0b0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0px 0px 10px 30px;
}
/* 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: "" "";
}
blockquote {
	margin: 0px 0px 10px 30px;
}
em {
	font-style: italic;
}
p {
	font-size: 12px;
	margin-bottom: 10px;
}
h1 {
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #9e2629;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
li {
	font-size:12px;
	margin-bottom: 10px;
}
a, a:visited {
	text-decoration: none;
	color: #9e2629;	
}
a:hover {
	text-decoration: none;
	color: #000000;
}
strong {
	font-weight: bold;
	color: #9e2629;
}
input, textarea {
	border: solid 1px #000000;
}

/*** Container Styles (in order of appearance in code) ***/
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	background-image: url('/images/wrapper-bg.jpg');
	background-repeat: repeat-y;
}
#header {
	position: relative;
	width: 800px;
	height: 28px;
	background-color: #333333;
}
#logo {
	position: absolute;
	top: 7px;
	left: 45px;
}
#nav {
	position: absolute;
	left: 155px;
	top: 7px;
}
#nav p, #nav a {
	color: #FFFFFF;
	word-spacing: 3px;
	font-weight: bold;
}
.nav_selected {
	color: #8c8c8c !important;
	text-decoration: underline !important;
}
#header_client_login {
	position: absolute;
	top: 7px;
	right: 7px;
	color: #cccccc;
	font-size: 11px;
}
#sidebar_left {
	float: left;
	width: 135px;
	padding: 110px 6px 15px 9px;
}
#subnav {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	border-top: solid 1px #9e2629;
	border-bottom: solid 1px #9e2629;
}
#subnav li {
	margin-left: 20px;
}
#subnav a {
	color: #000000;
}
.subnav_selected {
	color: #9e2629 !important;
	list-style-type: square;
}
#content {
	float: left;
	width: 463px;
	_height: 150px;
	min-height: 150px;
	padding: 10px 15px 10px 15px;
	margin: 11px 0px 11px 0px;
	border-left: solid 1px #000000;
}
#content h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
}
#content p {
	line-height: 1.3em;
}
#content li {
	list-style-type: Square;
	line-height: 1.3em;
}
#content_home {
	position: relative;
	width: 794px;
	height: 401px;
	border: solid 3px #333333;
	background-image: url('/images/content-home-bg.jpg');
	background-repeat: repeat-x;
}
#homepage_logo {
	position: absolute;
	left: 116px;
	top: 54px;
}
#homepage_tagline {
	position: absolute;
	left: 267px;
	top: 54px;
	color: #000000;
	font-size: 34px;
}
#homepage_tagline1b { position: absolute; left: 310px; top: 85px; color: #999999; font-size: 15px; font-style: italic; line-height: 28px; font-weight: bold; }
#homepage_tagline2 {
	position: absolute;
	left: 267px;
	top: 130px;
	color: #000000;
	font-size: 15px;
	font-style: italic;
	line-height: 28px;
}
#homepage_tagline3 {
	position: absolute;
	left: 267px;
	top: 285px;
	color: #000000;
	font-size: 20px !important;
	letter-spacing: 0px;
	font-style: italic;
}
#homepage_reflection {
	position: absolute;
	left: 269px;
	top: 308px;
	width: 425px;
	height: 11px;
	background-image: url('/images/homepage-tagline-reflection.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
#homepage_nav {
	position: absolute;
	right: 0px;
	bottom: 29px;
	padding: 4px 0px 4px 7px;
	width: 455px;
	height: 12px;
	border-top: solid 1px #9e2629;
	border-left: solid 1px #9e2629;
	border-bottom: solid 1px #9e2629;
}
#homepage_nav p, #homepage_nav a {
	margin: 0px;
	padding: 0px;
	color: #9e2629;
	text-decoration: none;
	word-spacing: 5px;
	font-size: 12px;
	list-style-type: circle;
}
#sidebar_right {
	float: left;
	width: 153px;
	min-height: 100px;
	_height: 100px;
}
#right_sidebar_box {
	padding: 11px 10px 0px 15px;
	margin: 51px 0px 20px 17px;
	width: 111px;
	height: 207px;
	background-image: url('/images/sidebar-box-bg.jpg');
}
#right_sidebar_box p { color: #9e2629; font: italic bold 14px/1.5em "Times New Roman", Times, serif; padding-top: 5px; }
#footer {
	position: relative;
	height: 102px;
	width: 800px;
	background-color: #333333;
}
#footer_nav {
	position: absolute;
	left: 15px;
	top: 30px;
}
#footer_nav a, #footer_nav p {
	color: #8d8d8d;
	font-size: 11px;
}
#footer_address {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
#copyright {
	position: absolute;
	bottom: 0px;
	left: 275px;
	color: #8d8d8d;
	font-size: 11px;
}
#footer_promo_box {
	position: absolute;
	left: 325px;
	top: 0px;
	width: 150px;
}
#footer_home {
	position: relative;
	height: 242px;
	width: 800px;
	background-color: #333333;
	overflow: hidden;
}
#footer_promo_box_home {
	position: absolute;
	left: 0px;
	top: 27px;
	width: 500px;
	height: 64px;
	padding: 20px 50px 0px 100px;
	background-color: #666666;
}
#footer_promo_box_home p { color: #FFFFFF; font-size: 12px; line-height: 14px; }
#footer_promo_box2_home {
	position: absolute;
	right: 0px;
	top: 27px;
	width: 150px;
	height: 84px;
	background-color: #000000;
}
#footer_nav_home {
	position: absolute;
	left: 15px;
	top: 125px;
}
#footer_nav_home a, #footer_nav_home p {
	color: #8d8d8d;
	font-size: 11px;
}
#footer_address_home {
	position: absolute;
	top: 125px;
	right: 15px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
#copyright_home {
	position: absolute;
	bottom: 0px;
	left: 275px;
	color: #8d8d8d;
	font-size: 11px;
}
/*** Universal Classes ***/
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearboth {
	clear: both;
}
