/* #headerHomeTop
The top part of the header for the home page, where the search box is located.
*/
#headerHomeTop {
	background-image: url(images/header/header_home_top.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
}

/* #headerTop
The top part of the header for the internal pages, where the search box is located.
*/
#headerTop {
	background-image: url(images/header/header_top.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
}

/* #headerHome
The main/middle part of the header used on the home page.
*/
#headerHome {
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 165px;
}

/* #headerInternal
The main/middle part of the header used in the internal pages.
*/
#headerInternal {
	background-image: url(images/header/header_internal.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 132px;
}

/* #topNavbar
The top/main navigation bar style. This is consistent throughout the website.
*/
#topNavbar {
	background-image: url(images/header/mainMenuBG.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	width: 1000px;
	height: 40px;
}

/* #topSubNavbar
The top/main sub-navigation bar style. This is consistent throughout the website.
*/
#topSubNavbar {
	background-color: #820024;
	text-align: center;
	vertical-align: middle;
	width: 1000px;
	height: 22px;
}

/* #searchArea
Style for the search box at the top header.
*/
#searchArea {
	padding: 0px;
	margin: 0px 0px 0px 790px;
}

/* #homeActionButtonsArea
Style for the 3 button area at the home page.
*/
#homeActionButtonsArea {
	padding-left: 20px;
}

/* #actionButtonsArea
Style for the 3 button area at the home page.
*/
#actionButtonsArea {
	width: 200px;
	padding: 20px 0px 20px 0px; /* T, R, B, L */
}

/* HOME: SPECIAL FEATURES **************************************************
Styles for the special feature and upcoming events box sections on the home page
*/
#specialFeature {
	font-family: Verdana, sans-serif;
	font-size: .85em;
	color: #333333;
	padding: 15px;
	height: 88px;
}

#specialFeature .image {
	float: left;
	margin-right: 10px;
}

#specialFeature a:link,
#specialFeature a:visited {
	color: #004a80;
	text-decoration: none;
}

#specialFeature a:hover {
	color: #004a80;
	background-color: #dfe7ec;
	text-decoration: underline;
}
/* END **************************************************/

/* RIGHT SIDEBAR CONTENT **************************************************
Defines styles for Recommended Links and other similar content for the right sidebar
*/
.ts_head_off {
	background-image: url(images/tabButton_off.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	width: 170px;
	height: 29px;
}

.ts_head_on {
	background-image: url(images/tabButton_on.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	width: 170px;
	height: 29px;
}

.ts_head_off a,
.ts_head_on a {
	color: #000000;
	text-decoration: none;
}

.ts_head_off a:hover,
.ts_head_on a:hover {
	color: #0000BF;
	text-decoration: underline;
}

.ts_content a { color: #0000BF; text-decoration: none; }
.ts_content a:hover { color: #0000BF; text-decoration: underline; }
.ts_content {
	background-color: #d9d9d9;
	width: 140px;
	margin-left: 0px;
	margin-top: -3px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
/* END **************************************************/

/* #cu_container
This style is applied to the main part of the content pages. It serves only as a container, to provide padding
at the top, left, bottom, right sides of the content.
*/
#cu_container {
	padding: 20px 20px 50px 20px;
}

/* #cu_wideContainer
This style is used for the info request and live advisor pages.
*/
#cu_wideContainer {
	padding: 20px 80px 50px 80px; /* top right bottom left*/
	color: #333333;
}

/* #leftNavbar
Left side navigation bar style, for the javascript menus.
*/
#leftNavbar {
	background: #ebe5c0; /*#f8f2cc;*/
}

/* OVERVIEW SECTIONS **************************************************
This section defines styles for the overview pages
*/
.cu_overviewColumn {
	font-family: Verdana, sans-serif;
	font-size: .85em;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	border-left: 1px solid #d1d3d4;
}

.cu_overviewNewSection,
.cu_overviewNewSection a {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
	text-indent: 1em;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	line-height: 1.75em;
	color: #555555;
}

.cu_overviewNewSection a:hover {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
	text-indent: 1em;
	color: #0067b1;
	background-color: #f0f5f7;
	border-top: 1px solid #0067b1;
	border-bottom: 1px solid #0067b1;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cu_overviewHead {
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: .75em;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #820024;
	border-left: 3px solid #820024;
}

.cu_smallCopyLinksIndent {
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 2px;
	text-indent: 1.3em;
	line-height: 1.75em;
}

.cu_smallCopyLinksIndent a:link,
.cu_smallCopyLinksIndent a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	margin-top: -2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.cu_smallCopyLinksIndent a:hover {
	color: #0067b1;
	background-color: #f0f5f7;
	display: block;
	border-top: 1px solid #0067b1;
	border-bottom: 1px solid #0067b1;
	margin-top: -2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* END **************************************************/
