HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .8em/1.5em Arial, sans-serif;
	color: #000;
	background: #fff url(pics/bg.jpg) no-repeat center top;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #bd1821;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1 A,
H1 A:hover {
	text-decoration: none;
	color: #bd1821;
}
H2 A, H3 A,
H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-size: 1.29em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #bd1821;
}
H2 {
	font-size: 1.29em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 920px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
    position: relative;
}

/* Header
==========*/
#header {
	height: 156px;
	overflow: hidden;
	position: relative;
	background: url(pics/header.gif) no-repeat center bottom;
}

/* Logo
=========*/
#logo {
	width: 285px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 15px;
}

/* Top Navigation
===================*/
#nav {
	width: 600px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	top: 52px;
	right: 0px;
}
#nav UL {
	margin: 0;
	padding: 0;
	float: right;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	background: url(pics/nav.gif) no-repeat left top;
	padding-left: 1px;
	margin: 0 5px 0 0;
}
#nav UL LI.open {
	background: url(pics/nav.gif) no-repeat left -38px;
}
#nav UL LI A {
	background: url(pics/nav.gif) no-repeat right top;
	display: block;
	float: left;
	line-height: 38px;
	padding: 0 20px 0 19px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7f7f7f;
	text-decoration: none;
}
#nav UL LI A:hover {
	color: #bd1821;
}
#nav UL LI A.open {
	text-decoration: none;
	color: #bd1821;
	background: url(pics/nav.gif) no-repeat right -38px;
}
#nav UL LI.first {
	background: none;
}
#nav UL LI A.first {
	padding: 0;
	width: 52px;
	height: 38px;
	overflow: hidden;
	background: url(pics/home.gif) no-repeat center center;
	text-indent: -1000px;
}
#nav UL LI A SPAN {
	display: none;
}

/* linkList in header
======================*/
#header .linkList {
	width: 600px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#header .linkList UL {
	margin: 0;
	padding: 0;
	float: right;
}
#header .linkList UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#header .linkList UL LI A {
	display: block;
	padding: 12px 17px;
	text-decoration: none;
	color: #000;
	background: url(pics/arrow.gif) no-repeat 5px center;
}
#header .linkList UL LI A:hover {
	text-decoration: underline;
}


/* Content
============*/
#content {
	height: auto;
	min-height: 520px;
	overflow: hidden;
	padding: 0 30px 30px 30px;
	background: #fff url(pics/border.gif) repeat-y 278px top;
}
#main {
	float: right;
	width: 570px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.banner IMG {
	margin-bottom: 20px;
}
.mainText {
	padding: 0 10px;
}
.mainText > :first-child,
H2.iframeHeading {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: left;
	width: 260px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.column1Text {
	padding: 0 30px 0 0;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
#clearDiv,
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/

#navigaatio {
	display: none;
}
.subnav {
	padding: 0 0 20px 0;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.subnav UL LI A {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 3px 15px 3px 0;
	font-size: 14px;
}
.subnav UL LI A:hover {
	color: #bd1821;
	text-decoration: none;
}
.subnav UL LI A.open {
	color: #bd1821;
	font-weight: bold;
}
.subnav UL LI A.current {
	background: url(pics/subnav.gif) no-repeat right center;
}
/* sub */
.subnav UL LI UL {
	padding: 0 0 10px 0;
}
.subnav UL LI UL LI {
}
.subnav UL LI UL LI A {
	padding: 3px 15px 3px 20px;
	font-size: 12px;
}
.subnav UL LI UL LI A.open {
	font-weight: normal;
}
/* subsub */
.subnav UL LI UL LI UL LI A {
	padding: 3px 15px 3px 40px;
}


/* FooterContainer
==================*/
#footerContainer {
	margin: 0 auto;
	width: 892px;
	padding: 0 14px 20px 14px;
	font-size: 12px;
}

/* linkList in footer
======================*/
#footerContainer .linkList {
	background: url(pics/footerTop.gif) no-repeat center top;
	padding: 5px 11px;
}
#footerContainer .linkList UL {
	margin: 0;
	padding: 0;
}
#footerContainer .linkList UL LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#footerContainer .linkList UL LI A {
	display: block;
	float: left;
	padding: 5px 7px 5px 6px;
	background: url(pics/footerLinks.gif) no-repeat right center;
}
#footerContainer .linkList UL LI A.last {
	background: none;
}

.footer {
	clear: both;
	padding: 0 17px;
}
.footer P {
	margin: 0;
	padding: 0;
}
/*
#footer .text DIV {
	display: block;
	float: left;
	padding: 0 7px 0 6px;
	background: url(pics/footerBorder.gif) no-repeat right center;
}
#footer .text DIV.siteInfoZip {
	padding: 0 0 0 6px;
	background: none;
}
#footer .text DIV.siteInfoCity {
	padding: 0 7px 0 2px;
}
#footer .text DIV.siteInfoPhone {
	background: none;
}
#footer .text DIV.siteInfoWWW {
	display: none;
}
*/

/* Design by REALLY
====================*/
.really {
	clear: both;
	text-align: right;
}
.really A {
	color: #c2c2c2;
	padding: 5px;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
}
.really A:hover {
	color: #666;
	text-decoration: none;
}

/* Extranet
------------------*/
.extraLogin LABEL {
	display: inline-block;
	width: 100px;
}
.extraLoginField {
	padding-bottom: 5px;
}
.extraLoginSubmitDiv {
	padding-top: 10px;
}

.addthis_toolbox {
	margin-top: 30px;
}