/***** Left nav boxes ****/
#keepintouch-box {
	background: #5688B5;
	color: #fff;
	padding: 4px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 169px;
}

#v-tour-box, #e-card-box  {
	background: #1E609C;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 7px 0;
}


#search-box {
	padding: 3px 0;
	background: #fff;
	border-bottom: 1px solid #8B949D;
}

.sub-nav-box {
	text-align: right;
	color: #474F5F;
	padding: 8px 3px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: normal;
}

.sub-nav-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sub-nav-box ul li {
	margin: 0 0 3px 0;
}


/**** Major elements ****/
#homepage-table {
	margin-top: 2px;
	width: 774px;
}

#leftbar {
	background: #DCE6EF;
	width: 169px;
}


#rightbar {
	width: 600px;
	padding: 0 0 0 2px;
	margin: 0;
}

a.whitelink {
	color: #fff;
	text-decoration: none;
}












/********** Main body stuff *********/
.content-table {
	margin: 2px 0 0 0;

}

.content-table * {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 8pt;
	line-height: 12pt;
	color: #474F5F;
}

.head1, .head2 {
	border-right: 1px solid #fff;
}

.head3 {
}

.doublehead {	/* double header (head 1 & 2) in content table */
	border-right: 1px solid #fff;
	text-align: center;
}

.col1 {
	width: 201px;
	padding: 5px 2px 0 0;
	border-right: 1px solid #DCE6EF;
	padding-bottom: 10px;
}

.col2 {
	width: 199px;
	padding: 5px 2px 0 2px;
	border-right: 1px solid #fff;
	padding-bottom: 10px;
}

.col3, .doublecol2 {
	width: 187px;
	background: #DCE6EF;
	padding: 5px 4px 0 4px;
	padding-bottom: 10px;
}


.doublecol {	/* double column (col 1 & 2 in content table */
	width: 410px;
	padding: 5px 2px 0 2px;
	padding-bottom: 10px;
	border-right: 1px solid #fff;
}


.col2 .odd, .col2 .even{
	padding-bottom: 4px;
}

.check_it_out h3 {	/* h3 living under td cell in "what's new" table */
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}

/*** Typography ***/

h1 {
	font-size:14px;
	line-height: 14px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

.content-table th, .content-table td.headerLine {
	text-align: left;
	color: #fff;
	background: #5688B5;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 5px 0 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

}


.col3 h3, .col3 h3 a {
	color: #474F5F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0 0 3px 0;
	padding: 0;
	text-decoration: none;
}

.col3 p {
	padding: 0;
	margin: 0 0 10px 0;
}

#v-tour-box h1, #e-card-box h1 {
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sub-nav-box h1 {
	letter-spacing: 5px;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 3px;
}

#main-content-table1 {
	line-height: normal;
}

/*** Links ***/




.sub-nav-box a {
	text-decoration: none;
	color: #474F5F;
}