/* Global Reset */
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, b, u, i, center, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0;
}
input, select, textarea {
	background: #fff;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #d91b00;
}
a:hover {
	text-decoration: underline;
}
h1, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: #d91b00;
	margin: 20px 0 10px;
}
h1 {
	font-size: 30px;
	line-height: 1.2em;
}
h2 {
	color: #474C52;
	font: 18px Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 22px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table, tr, td {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
label {
	text-align: left;
	display: block;
}

/* Global Styles */
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.block {
	display: block;
}
.bold {
	font-weight: bold;
}
.clb {
	clear: both;
}
.cll {
	clear: left;
}
.clr {
	clear: right;
}
delete {
	text-decoration: line-through;
}
.errorBlock {
	color: white;
	background-color: #c33;
	border: 1px solid #c33;
	padding: 0px 0.5em;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.inline {
	display: inline;
}
.hidden {
	display: none;
}
.italic {
	font-style: italic;
}
.noBorder, .noBorder td, .noBorder th {
	border: none;
}
.noIndent {
	margin-left: 0px;
	padding-left: 0px;
}
.notBold {
	font-weight: normal;
}
.noUnderline, active a.noUnderline {
	text-decoration: none;
}
.noWrap {
	white-space: nowrap;
}
.pointer {
	cursor: pointer;
}
.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.underline {
	text-decoration: underline;
}

/* Layout */
#frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
#wrapper {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
#bodyContent {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;	
}
#header {
	background: transparent url( "/Images/HeaderBackground.png" ) repeat-x 0 0;
	height: 81px;
	position: relative;
}
#banner {
	width: 376px;
	height: 48px;
	position: relative;
	top: 17px;
	left: 40px;
	display: block;
	background: transparent url( "/Images/Logo.png" ) no-repeat 0 0;
}
#navigation {
	height: 70px;
	background: transparent url( "/Images/HeaderBackground.png" ) repeat-x 0 25px;
}
#navigation ul {
	height: 39px;
	background: transparent url( "/Images/NavigationBackground.png" ) repeat-x 0 1px;
	padding-left: 60px;
}
#navigation ul li {
	font-size: 16px;
	font-weight: bold;
	float: left;
	height: 54px;
}
#navigation ul li a {
	margin: 0.6em 20px 0;
	display: block;
	color: #000;
}
#navigation ul li:hover {
	background: transparent url( "/Images/HoverNavigationElement.png" ) repeat-x 0 0;
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
	margin: 0 -1px;
}
#navigation ul li.separator:hover {
	background: transparent url( "/Images/NavigationBackground.png" ) repeat-x 0 1px;
	border: 0;
	margin: 0;
}
#navigation ul li:hover a {
	color: #fff;
	text-decoration: none;
}
#navigation ul li.selected {
	background: transparent url( "/Images/SelectedNavigationElement.png" ) repeat-x 0 0;
}
#navigation ul li.selected a {
	margin: 0.6em 20px 0;
	color: #fff;
}
#navigation ul li img {
	margin-top: 1px;
}
#footer {
	clear: both;
	margin: 40px;
}
#footerAd {
	width: 768px;
	height: 90px;
	margin: 20px auto;
}
#footer a {
	color: #000;
	font-weight: normal;
}
#footer a:hover {
	color: #d91b00;
}
#footerNavigation {
	height: 102px;
	overflow: hidden;
	background: transparent url( "/Images/FooterLinksBackground.png" ) no-repeat 0 0;
}
#footerNavigation ul {
	margin: 35px 95px;
}
#footerNavigation ul li {
	background: transparent url( "/Images/FooterLinkListDecoration.png" ) no-repeat 0 6px;
	width: 105px;
	padding-left: 16px;
	float: left;
	height: 2em;
}
#footerNavigation ul li.long {
	width: 190px;
}
#footerNavigation ul li.medium {
	width: 160px;
}
#footerSEOLinks {
	width: 420px;
	margin: 10px auto;
}
#footerSEOLinks ul {
	margin: 5px auto;
	overflow: hidden;
}
#footerSEOLinks ul li {
	margin-left: 50px;
	float: left;
}
#footerSEOLinks ul li.first {
	margin-left: 0;
}
#footerSEOLinks ul li a {
	text-decoration: underline;
}
#copyRight {
	text-align: center;
	margin: 10px;
	clear: both;
}




