﻿body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body a {
	color: #2E2E2E;
}
/************************************************************************
	header
************************************************************************/
.header {
	width: 775px;
	background-color: #FFFFFF;
	height: 260px;
	margin: 0px;
	padding: 0px;
}
.mainnav {
	width: 775px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
.mainnav a: link {
	margin: 0px;
	padding: 0px;
}
.mainnav a:visited {
	margin: 0px;
	padding: 0px;
}
.mainnav a:hover {
	margin: 0px;
	padding: 0px;
}

/************************************************************************
	side menu
************************************************************************/
.side_menu_main {
	background-image: url(/SiteCollectionImages/menu_side_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #969696;	
}
.side_menu_main a {
	color: #969696;
	text-decoration: none;
}
.side_menu_main a:hover {
	color: #000000;
}
#side_menu_main ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#side_menu_main li {
	padding: 6px;
	background-image: url(/SiteCollectionImages/menu_side.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
}
/*------- root level --------------*/
.menu_side {
	padding: 6px;
	background-image: url(/SiteCollectionImages/menu_side.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu_side_expanded {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #2E2E2E;
	padding: 6px;
	background-image: url(/SiteCollectionImages/menu_side.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_side_expanded A {
	color: #2E2E2E;
	text-decoration: none;
}

.menu_side_expanded A:hover {
	color: #000000;
}

.menu_side_selected {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #2E2E2E;
	padding: 6px;
	background-image: url(/SiteCollectionImages/menu_side_selected.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_side_selected A {
	color: #2E2E2E;
	text-decoration: none;
}

.menu_side_selected A:hover {
	color: #000000;
}
/*------- 2nd level --------------*/
.menu_side_2nd {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #969696;
	padding: 6px 6px 6px 20px;
	background-image:  url(/SiteCollectionImages/menu_side_2nd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_side_2nd A {
	color: #969696;
	text-decoration: none;
}

.menu_side_2nd A:hover {
	color: #000000;
}

.menu_side_2nd_selected {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #2E2E2E;
	padding: 6px 6px 6px 20px;
	background-image: url(/SiteCollectionImages/menu_side_selected.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_side_2nd_selected A {
	color: #2E2E2E;
	text-decoration: none;
}

.menu_side_2nd_selected A:hover {
	color: #000000;
}

.menu_side_2nd_expanded {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #2E2E2E;
	padding: 6px 6px 6px 20px;
	background-image: url(/SiteCollectionImages/menu_side_selected.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_side_2nd_expanded A {
	color: #2E2E2E;
	text-decoration: none;
}

.menu_side_2nd_expanded A:hover {
	color: #000000;
}


/*------- 3rd level --------------*/
.menu_side_3rd {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #6C6C6C;
	padding: 6px 6px 6px 30px;
	background-image:  url(/SiteCollectionImages/menu_side_3rd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_side_3rd A {
	color: #6C6C6C;
	text-decoration: none;
}

.menu_side_3rd A:hover {
	color: #000000;
}

.menu_side_3rd_selected {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #000000;
	padding: 6px 6px 6px 30px;
	background-image:  url(/SiteCollectionImages/menu_side_3rd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_side_3rd_selected A {
	color: #000000;
	text-decoration: none;
}

.menu_side_3rd_selected A:hover {
	color: #000000;
}
/************************************************************************
	side menu 2, can be removed
************************************************************************/
#side_menu {
	font-size: 11px;
	text-transform: uppercase;
	color: #969696;
}
#side_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 145px;
}
#side_menu li {
	margin: 0;
	padding: 0;
	width: 145px;
}
#side_menu a { /* all links within #menu */
	display: block;
	color: #969696;
	text-decoration: none;
	padding: 6px;
	line-height: 15px;
	background-image: url(/SiteCollectionImages/menu_side_top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#side_menu a:hover { /* all links within #menu */
	color: #000000;
}
#side_menu li a { /* first level */
	padding-left: 10px;
	display: block;
}
#side_menu li ul li a { /* second level */
	padding-left: 20px;
	display: block;
}
#side_menu li ul li ul li a { /* third level */
	padding-left: 30px;
	display: block;
	background-image:  url(/SiteCollectionImages/menu_side_3rd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#side_menu .selected {
	color: #000000;
	text-decoration: none;
	background-image:  url(/SiteCollectionImages/menu_side_3rd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#side_menu .selected a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#side_menu .selected a:hover {
	
}
#side_menu .expanded {
	text-decoration: none;
	background-image: url(/SiteCollectionImages/menu_side_selected.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#side_menu .expanded a {
	display: block;
}
#side_menu .expanded a:hover {
	
}
/************************************************************************
	main content area
************************************************************************/
.content {
	width: 773px;
	border: 1px solid #CCC;
	border-bottom: 0;
	margin-top: 23px;
	padding-top: 30px;
	padding-bottom: 15px;
	overflow: hidden;
}
.column_left {
	vertical-align: top;
	text-align: left;
	float: left;
	width: 145px;
	/* background-color: #CCCCCC; */
}
.column_center_home {
	float: left;
	width: 535px;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 15px;
	font-size: 10pt;
	font-weight: normal;
	line-height: 13pt;
	color: #2E2E2E;
	/* background-color: #999999; */
}

.column_center {
	float: left;
	width: 395px;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 15px;
	font-size: 10pt;
	font-weight: normal;
	line-height: 13pt;
	color: #2E2E2E;
	/* background-color: #999999; */
}
.column_right {
	float: right;
	width: 195px;
	vertical-align: top;
	/* background-color: #EFEFEF; */
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CDCDCD;
	padding: 2px;
}
.copy {
	font-size: 10pt;
	font-weight: normal;
	line-height: 13pt;
	color: #2E2E2E;
}
.caption, .caption a {
	color: #969696;
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
}
.caption a:hover {
	color: #2E2E2E;
	text-decoration: underline;
}
.swatch {
	font-size: 12px;
	font-weight: normal;
	color: #2E2E2E;
}
.swatchnum {
	color: #9E9E9E;
}
.featheading, .featheading a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.featheading a:hover {
	color: #2E2E2E;
	text-decoration: underline;
}
.featcopy, .featcopy a {
	font-size: 11px;
	color: #969696;
	text-decoration: none;
}
.featcopy a:hover {
	color: #2E2E2E;
	text-decoration: underline;
}
/************************************************************************
	data tables
************************************************************************/
.data {
	font-size: 8pt;
	background-color: #969696;
}

.data thead {
	color: #FFFFFF;
	font-weight: bold;
}

.data tbody {
	color: #2E2E2E;
	background-color: #FFFFFF;
}
/************************************************************************
	benefits table
************************************************************************/
.ben_area {
	background-image: url(/SiteCollectionImages/white.gif);
}

.ben_left {
	background-image: url(/SiteCollectionImages/ben_line_left.gif);
	background-repeat: repeat-y;
}
/************************************************************************
	agenda tables
************************************************************************/
.agenda_heading {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #818181;
}

.agenda {
	font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #818181;
	background-color: #C0C0C0;
}

.agenda thead {
	color: #FFFFFF;
	font-weight: bold;
}

.agenda tbody {
	color: #818181;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
/************************************************************************
	featured boxes
************************************************************************/
.feat_box, .feat_box_large {
	text-align: left;
	padding: 10px;
	font-size: 11px;
	color: #999999;
	clear: both;
	float: right;
}
.feat_box {
	background-image: url(/SiteCollectionImages/featbox_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 175px;
}
.feat_box_large {
	background-image: url(/SiteCollectionImages/featboxlarge_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 274px;
}
.feat_box_footer, .feat_box_large_footer {
	height: 1px;
	clear: both;
	float: right;
	font-size: 0px;
	line-height: 0px;
}
.feat_box_footer {
	background-image: url(/SiteCollectionImages/featbox_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 195px;
}
.feat_box_large_footer {
	/*background-image: url(/SiteCollectionImages/featboxlarge_bg.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	width: 294px;
}
.feat_box a, .feat_box_large a {
	color: #999999;
	text-decoration: none;
}
.feat_box a:hover, .feat_box_large a:hover {
	color: #2E2E2E;
	text-decoration: underline;
}
.feat_box_title, .feat_box_title a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	padding-bottom: 3px;
}
.feat_box img {
	margin-bottom: 5px;
}
.feat_box_w_flash {
	text-align: left;
	padding: 0;
	padding: 10px 10px 0 0;
	width: 185px;
	color: #999999;
	clear: both;
	background-image: url(/SiteCollectionImages/featbox_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
.feat_box_w_flash .caption {
	padding-top: 5px;
	color: #999999;
}
.feat_box_fold {
	float: right;
	padding: 2px;
}
/************************************************************************
	footer
************************************************************************/
.footer {
	clear: both;
	width: 775px;
	text-align: left;
	padding-top: 3px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.footer_logo {
	float: right;
	padding-bottom: 10px;
	text-align: right;
	line-height: 7pt;
	font-size: 7pt;
	color: #ABABAB;
	text-decoration: none;
}
.footer_logo a {
	color: #ABABAB;
	font-size: 7pt;
	text-decoration: none;
}
.footer_nav {
	float: left;
	
}
.footer_nav a {
	color: #666;
	margin-right: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 8pt;
}
.floatleft {
	float: left;
}
.search_box {
	position: relative;
	margin: -11px;
	padding: 0px;
	top: 34px;
	left: 240px;
}
.searchtext {
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.searchbtn {
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
