/* Redefine HTML tags 
----------------------------------------------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #33435a url('../images/pageBG.jpg') repeat-x 0 0;
	color: #33435a;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

p {
	line-height: 1.50;
}

/* Standard Classes
----------------------------------------------------------------------------------- */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1px;
}

.superscript {
	vertical-align: super;
	font-size: 80%;
}

a:link,
a:visited {
	color: #33435a;
	text-decoration: underline;
}

a:hover {
	color: #33435a;
	text-decoration: none;
}

.photoLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.photoRight {
	float: right;
	margin: 0 0 10px 10px;
}

#container {
	width: 820px;
	margin: 0 auto;
}

/* Header
----------------------------------------------------------------------------------- */

.header {
	display: block;
	width: 820px;
	height: 190px;
	color: #000000;
	margin: 0 auto;
	background: url('../images/headerBG.png') no-repeat 0 0;
}

.homeHeader {
	display: block;
	width: 820px;
	height: 190px;
	color: #000000;
	margin: 0 auto;
	background: url('../images/homeHeaderBG.png') no-repeat 0 0;
}

.logoLink {
	position: absolute;
	display: block;
	width: 300px;
	height: 150px;
	top: 35px;
	left: 50%;
	margin: 0 0 0 -360px;
}

.logoHome {
	position: absolute;
	display: block;
	width: 460px;
	height: 150px;
	top: 200px;
	*top: 190px;
	left: 50%;
	margin: 0 0 0 -230px;
	z-index: 5000;
	background: url('../images/logoHome.gif') no-repeat 0 0;
}

/* Main
----------------------------------------------------------------------------------- */

#mainContainer {
	width: 820px;
	margin: 0 auto;
	*margin: -4px auto 0 auto;
	background: url('../images/mainContainerBG.png') repeat-y 0 0;
}

#main {
	width: 800px;
	margin: 0 auto;
	background: #ffffff url('../images/mainBG.png') no-repeat 0 0;
}

.mainLeft {
	float: left;
	width: 140px;
	min-height: 400px;
	font-size: 10px;
	color: #000000;
	padding: 0 0 0 20px;
}

.mainLeft h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
}

.mainLeft p {
	margin: 0 0 10px 0;
}

.mainLeft a:link,
.mainLeft a:visited {
	color: #33435a;
	text-decoration: none;
}

.mainLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.mainLeft ul.mainNav {
	font-size: 12px;
	margin: 0 0 20px -40px;
	*margin: 0 0 20px 0;
	list-style-type: none;
}

.mainLeft ul.mainNav li {
	margin: 0 0 1px 0;
	_margin: 0 0 -12px 0;
}

.mainNav a:link,
.mainNav a:visited {
	color: #33435a;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 5px;
	background: #dde0e4;
	/*background: url('../images/navBG.jpg') repeat-x 0 0;*/
}

.mainNav a:hover {
	color: #dde0e4;
	text-decoration: none;
	display: block;
	padding: 5px;
	background: #33435a;
	/*background: url('../images/navBG.jpg') repeat-x 0 0;*/
}

.mainNav a.hot:link,
.mainNav a.hot:visited {
	color: #dde0e4;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 5px;
	background: #33435a;
	/*background: url('../images/navBG.jpg') repeat-x 0 0;*/
}

.mainNav a.hot:hover {
	color: #dde0e4;
	text-decoration: none;
	display: block;
	padding: 5px;
	background: #33435a;
	/*background: url('../images/navBG.jpg') repeat-x 0 0;*/
}

.mainLeft ul {
	margin: 0 0 20px -20px;
	*margin: 0 0 20px 20px;
}

.mainLeft ul li {
	margin: 0 0 10px 0;
}

.subNav a:link,
.subNav a:visited {
	color: #33435a;
	font-size: 11px;
	text-decoration: none;
}

.subNav a:hover {
	color: #000000;
	text-decoration: none;
}

.mainRight {
	float: right;
	width: 585px;
	line-height: 1.5;
	padding: 5px 0 0 10px;
	margin: 0 20px 20px 0;
}

.mainRight h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
}

.mainRight h2 {
	font-size: 16px;
	font-weight: bold;
	color: #33435a;
	margin: 0 0 5px 0;
}

.mainRight h2 a:link,
.mainRight h2 a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #33435a;
	text-decoration: none;
}

.mainRight h2 a:hover {
	color: #33435a;
	text-decoration: none;
}

.mainRight h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
}

.mainRight h4 {
	font-size: 12px;
	font-weight: bold;
	color: #33435a;
	margin: 0 0 15px 0;
}

.mainRight p {
	margin: 0 0 10px 0;
}

.mainRight ul {
	margin: 0 0 20px 0;
}

.mainRight ul li {
	margin: 0 0 5px -20px;
	*margin: 0 0 5px 15px;
}

.mainRight a:link,
.mainRight a:visited {
	color: #33435a;
	text-decoration: underline;
}

.mainRight a:hover {
	color: #33435a;
	text-decoration: none;
}

.callout {
	border: 1px solid #ffffff;
	width: 500px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #cdd1d7;
}

.smallFont {
	font-size: 10px;
}

.smallFontLight {
	color: #b8c2d1;
	font-size: 10px;
}

#home {
	width: 800px;
	margin: -10px auto 0 auto;
	padding-top: 185px;
	background: #fefefe url('../images/mainBG.png') no-repeat 0 0;
}

/* Home Navigation
----------------------------------------------------------------------------------- */

.navigation {
	width: 800px;
	height: 29px;
	background: #fefefe url('../images/homeNavBG.jpg') repeat-x 0 0;
	margin: 0 auto;
	text-align: center;
}

.navigation ul {
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	text-transform: uppercase;
	padding : 2px 0 0 0;
}

.navigation ul li {
	margin: 0;
	display: inline;
}

.navigation ul li a:link,
.navigation ul li a:visited {
	color: #e7eae6;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #e7eae6;
	text-decoration: none;
}

.navigation ul li a:link.hot,
.navigation ul li a:visited.hot,
.navigation ul li a:hover.hot {
	color: #e7eae6;
	text-decoration: none;
}

.navigation img {
	margin: -2px 5px 0 7px;
}


/* Home Boxes
----------------------------------------------------------------------------------- */

.homeBoxes {
	font-size: 10px;
	width: 780px;
	line-height: 1.4;
	margin: 0 auto 10px auto;
}

.homeBoxes h3 {
	font-size: 14px;
	font-weight: bold;
	margin: -2px 0 3px 0;
}

.homeBoxes p {
	margin: 1px 0 1px 0;
	line-height: 1.4;
}

.homeBoxes a:link,
.homeBoxes a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.homeBoxes a:hover {
	color: #33435a;
	text-decoration: none;
	font-weight: bold;
}

.homeBoxes h3 a:link,
.homeBoxes h3 a:visited {
	color: #33435a;
	text-decoration: none;
}

.homeBoxes h3 a:hover {
	color: #33435a;
	text-decoration: none;
}

.homeBoxes ul {
	margin: 5px 0 7px 0;
}

.homeBoxes ul li {
	margin: 0 0 5px -25px;
	*margin: 0 0 5px 15px;
}

.homeBoxLeft {
	float: left;
	width: 233px;
	margin: 175px 0 0 0;
	text-align: left;
	padding: 10px;
	background: #fefefe url('../images/homeBoxBG.jpg') repeat-x 0 0;
}

.homeBoxMid {
	float: left;
	width: 234px;
	margin: 175px 0 0 10px;
	text-align: left;
	padding: 10px;
	background: #fefefe url('../images/homeBoxBG.jpg') repeat-x 0 0;
}

.homeBoxRight {
	float: right;
	width: 233px;
	margin: 175px 0 0 0;
	text-align: left;
	padding: 10px;
	background: #fefefe url('../images/homeBoxBG.jpg') repeat-x 0 0;
}

/* Home Photo Row
----------------------------------------------------------------------------------- */

.homePhotoRow {
	width: 780px;
	height: 231px;
	margin: 0 auto;
	background: #677ea0 url('../images/homePhotoRowBG.jpg') repeat-x 0 0;
}

.homePhotoRow img {
	margin: 1px 2px 0 2px;
}

.spacerRow {
	display: block;
	height: 10px;
	background: #fefefe;
}


/* Footer
----------------------------------------------------------------------------------- */

.footerGraphic {
	width: 820px;
	height: 25px;
	margin: 0 auto;
	*margin: -4px auto 0 auto;
	background: url('../images/footerGraphic.gif') no-repeat 0 0;
}

.footer {
	font-size: 10px;
	width: 820px;
	margin: -10px auto 20px auto;
	*margin: -14px auto 20px auto;
	color: #dde0e4;
	z-index: 3000;
}

.footerLeft {
	float: left;
	width: 380px;
	padding: 0 0 0 10px;
}

.footerLeft a:link,
.footerLeft a:visited {
	color: #dde0e4;
	text-decoration: none;
}

.footerLeft a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footerRight {
	float: right;
	width: 380px;
	text-align: right;
	padding: 0 10px 0 0;
}

.footerRight a:link,
.footerRight a:visited {
	color: #dde0e4;
	text-decoration: none;
}

.footerRight a:hover {
	color: #ffffff;
	text-decoration: none;
}


