/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/backgroundSquare.jpg);
	background-repeat:repeat;
	font-size:12px;
	padding:0;
	margin:0;
}
html body {
	font-size:12px; /*for IE5/Win */
	font-size: 12px; /*For other IE Versions */
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

a
{
	color:#000000;
}

*
{ 
	padding:0;
	margin:0;
}

p
{
	font-size:12px;
	color:#000000;
	margin:8px 4px;
}	

h1
{
	font-size:16px;
	color:#000000;
	padding-bottom:5px;
}
.contentDiv 
{
	position:relative;/*must use relative*/	 
	width:759px;/*width of content*/
	margin-right:auto;
	margin-left:auto;
	padding:0;
	margin-bottom:0;
	background-color:#F7F4EE;
	/*height:105em;*/
}

li
{
	padding:3px 8px 3px 0;
}

#nav
{
	float:left;
	margin:0;
	display:block;
	padding: 10px 0 0 0;
	height:41px;
	list-style:none;
}

#nav li
{
	float:left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	width:187px;
	height:32px;
	text-align:center;
	background-image: url(images/tabUnselected.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#nav a
{
	display:block;
	height:25px;
	margin:0;
	padding: 15px 8px 4px 8px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover, body#home #nav #t-intro {
	background-image:url(images/tabSelected.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.linksDiv
{
	font-size:12px;
	font-weight:bold;
}

.linksDiv li
{
	float:left;
	padding:5px 22px;
	list-style:none;
}

.linksDiv li a
{
	color:#FFFFFF;
}

.linksDiv a:hover
{
	font-weight:bold;
}

.linksDiv body#about a 
{
	color:#000000;
}

.footerDiv {
	width:760px;
	height:10px;
	font-size:10px;
	padding-bottom:20px;
}

.tabList {
	position:relative;
	display:block;
}

.tabList a {
	position:relative;
	display:block;
	width:187px;
	height:29px;
	float:left;
	background-image: url(images/tabUnselected.gif);
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:12px;
}

.tabList .default {
	background-image: url(images/tabSelected.gif);
}

.weatherDiv {
	background-color:#BBBBBB;
	padding:15px 5px 6px 5px;
}

.weatherDiv div {
	border:none;
	float:left;
	margin:4px;
}

.weatherDiv img {
	display:block;
	border:none;
	margin:4px;
	margin-bottom:2px;
}

.weatherDiv b {
	display:block;
	margin-bottom:8px;
}

.redButton {
	display:block;
	width:76px;
	height:17px;
	background-image:url(images/redButton.jpg);
	background-repeat:no-repeat;
	color:#DDDDDD;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:17px;
	margin-top:5px;
	margin-left:5px;
}

.redButton:hover {
	font-size:12px;
	font-weight:120%;
}

/* PDF Zones *****************************/

.pdfZone {
	padding-left:10px;
}

.pdfZone .zone_group {
	margin-bottom:15px;
}

.pdfZone .zoneGroup_title {
	display:block;
	font-weight:bold;
}

.pdfZone ul {
	list-style-image:url(images/star.gif);
	list-style-position:inside;
}

/* PDF Stats ******************************/

#pdfStats {
	width:400px;
	border:1px solid #666;
}

.pdfStat_cell {
	background-color:#ccc;
	float:left;
	width:198px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #fff;
}

.pdfStatCell_left {
	float:left;
	margin:6px 0px 0px 10px;
}

.pdfStatCell_left b {
	color:#980C31;
}

.pdfStatCell_right {
	float:right;
	width:55%;
	height:30px;
	border-left:1px solid #DDD;
}

.pdfStatCell_right a, .pdfStatCell_right b {
	display:block;
	color:#980C31;
	margin:4px 0px 0px 8px;
	padding:2px;
	text-decoration:none;
}

.pdfStatCell_right a:hover {
	background-color:#fff;
}

.clear {
	clear:both;
	height:1px;
}