/* CSS Document */

body {

	position: relative;
	background: #E6ECEE;
	
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
	margin: 0;
	padding: 0;
}


/* -------------------------- general tags ------------------------ */



h2 {
	background: url(/img/bg/h3.gif) repeat-x top left;
	height: 30px;
	/*width: 253px;*/
	color: #CF2527;
	padding: 9px 7px 0 7px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

.hidden {
	display: none;
}

.cleaner {
	float: left;
	width: 100%;
	height: 1px;
	clear: both;
}

.greyText {
	color: #666666;
}
.smallerText {
	font-size: .8em;
}

.fright {
	float: right;
}

a {
	color: #CF2527;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.red {
	color: #CF2527;
}

.hidden {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}
.visible {
	visibility: visible;
	height: auto;
	overflow: auto;
}


/* -------------------------- page properties - general divs ------------------------ */

#page {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 766px;
	background: url(/img/bg/page.gif) no-repeat top left;
	padding: 0 3px;
}
#page:after {
	content: ".";
	clear: both;
	color: #E6ECEE;
	display: block;
	height: 0px;
}

/* -------------------------- header ------------------------ */
#header {
	position: relative;
	float: left;
	width: 760px;
	background: url(/img/bg/header.gif) no-repeat top left;
}

#header img {
	float: left;
}

#logo {
	float: left;
	margin-top: 40px;
	height: 24px;
}
#logo h1 {
	font-size: 9px;
	line-height: 9px;
	padding: 0;
	margin: 0;
}

#navBar {
	position: absolute;
	top: 27px;
	left: -17px;
	z-index: 30;
	width: 568px;
	height: 32px;
	background: url(/img/bg/logo.gif) no-repeat top left;
	padding: 3px 0 3px 227px; 
}

.navItem a {
	float: left;
	border-right: 1px solid #CF2527;
	height: 24px;
	padding: 8px 13px 0 13px;
	color: #000000;
	text-decoration: none;
}
.navItem a:hover {
	text-decoration: underline;
	background: url(/img/bg/nav-item.gif) repeat-x top left;
	color: #FFFFFF;
}

.selected a {
	background: url(/img/bg/nav-item.gif) repeat-x top left;
	color: #FFFFFF;
}

#largeImage {
	float: left;
}

#mainContent {
	position: relative;
	width: 760px;
	float: left;
}

/* -------------------------- columns ------------------------ */
#leftColumn {
	float: left;
	width: 404px;
	padding: 16px 16px 0 36px;
}

#rightColumn {
	position: relative;
	float: left;
	width: 297px;
}

/* -------------------------- main feature box ------------------------ */
#mainFeature {
	position: absolute;
	top: -127px;
	right: 7px;
	width: 297px;
	z-index: 20;
}

#mainFeature img {
	float: left;
	margin: 0;
}

#mainFeature ul {
	margin-top: 5px;
	margin-bottom: 0;
}

.featureBoxBlue {
	padding: 0 15px 0 15px;
	background: url(/img/bg/blue-box.gif) no-repeat top left;
	margin: 0;
	float: left;
	width:: 267px;
	color: #FFFFFF;
}

.featureBoxBlue h3 {
	background: url(/img/bg/blue-h3.gif) repeat-x top left;
	height: 30px;
	width: 253px;
	color: #3C71BB;
	padding: 9px 7px 0 7px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

.featureBoxBlue ul li {
	width: 220px;
}

.featureBoxBlue h3 a {
	color: #3C71BB;
}
.featureBoxBlue h3 a:hover {
	text-decoration: none;
}


/* -------------------------- right feature box ------------------------ */

.featureBoxRed {
	position: relative;
	background: url(/img/bg/red-box.gif) no-repeat top left;
	padding: 15px 15px 0 15px;
	width: 267px;
	height: 340px;
	overflow: hidden;
	float: left;
	margin-top: 53px;
	color: #FFFFFF;
}

.featureBoxRed h3 {
	background: url(/img/bg/red-h3.gif) repeat-x top left;
	height: 30px;
	width: 253px;
	color: #981B1D;
	padding: 9px 7px 0 7px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

h3 a.smallText {
	font-size: 11px !important;
	padding-left: 45px;
}

#slideshow1, #slideshow2, #slideshow3 {
	position: absolute;
	top: 60px;
	left: 15px;
	width: 267px; 
}

/* -------------------------- footer ------------------------ */

#footer {
	background: url(/img/bg/footer.gif) no-repeat top left;
	height: 56px;
	width: 760px;
	float: left;
	margin-top: 30px;
}

.footerContact {
	float: left;
	height: 31px;
	padding: 25px 0 0 75px;
	color: #FFFFFF;
}
.footerContact a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerContact a:hover {
	text-decoration: none;
}
	
.footerDisclaimer {
	float: right;
	padding: 15px 15px 0 0;
	color: #DB9B9C;
}
.footerDisclaimer a {
	text-decoration: none;
	color: #DB9B9C;
}