/* CSS Document */

body {
	background: #FFF url(../images/topBg.png) left top repeat-x;
}

#container {
	width: 100%;
	min-width: 814px;
}

#homeHead {
	margin-top: 9px;
	height: 98px;
	width: 50%;
	background: transparent url(../images/headerBg.png) repeat-x;
	text-align: right;
}
#headerRight {position: absolute; left: 50%; margin: 3px 0px 0px 215px; width: 175px; height:110px;}
#headerRight img {
	margin: 0 0 3px 0;
	}
#homeHead .right {
	width: 4px;
	height: 98px;
	float: right;
	background: transparent url(../images/headerBgRight.png) left top no-repeat;
}

#innerContainer {
	width: 814px;
	margin: 0px auto;
}
#bigBanner {
	padding-top: 15px;
	}
#innerContainer .right {
	width: 410px;
	float: right;
	padding-top: 30px;
	text-align: center;
}

#innerContainer  .left {
	width: 350px;
	float: left;
	padding-top: 20px;
}

#innerContainer .right h1, .left h1 {
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -.5px;
	color: #41788B;
}

p.turquois {
	color: #3B6F81;
	font-weight: bold;
	text-align:center;
}

#navigation ul {
	width: 302px;
	margin: 20px auto;
	text-align: left;
}

#navigation ul li {
	height: 23px;
	list-style-type: none;
	background: transparent url(/images/navBg.png) top left no-repeat;
	margin-top: 3px;
	letter-spacing: -.5px;
}

#navigation ul li a {
	display: block;
	padding-left: 4px;
	height: 23px;
	font-size: 11px;
	line-height: 23px;
	text-decoration: none;
	color: #666;
	background: transparent url(../images/navBgRightblue.gif) 290px 6px no-repeat;
}

#navigation ul li a.green {
	background: transparent url(../images/navBgRightGreen.gif) 290px 6px no-repeat;
}

p.quote {
	color: #808080;
	padding-left: 20px;
	font-size: 13px;
	margin-top: 15px;
}

a.more {
	color: #999;
	float: right;
}

p.quotee {
	color: #808080;
	font-size: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
table {
	width: 379px;
	border:none;
	border-collapse: collapse;
	margin:0px 0 0 20px;;
	}
tr#tHeader{
	width: 379px;
	height: 29px;
	background: url(../images/tableHeader.jpg) top left no-repeat;
	color: #fff;
	font--size: 17px;
	font-weight:bold;
	margin: 1px;
	}
#thLeft {
	background: url(../images/tableHeader.jpg) top left no-repeat;
	}
#thRight {
	background: url(../images/tableHeader.jpg) top right no-repeat;
	}
td {
	width: 177px;
	height: 70px;
	padding: 0 3px;
	font-size: 12px;
	color:#000;
	margin: 2px;
	}
td#odd {
	background: #f0f0f0;
	}