/* CSS Document */

body, html {
	padding:0;
	margin:6px 0 0;
}

#container {
	position:relative;
}

.skip {
	display:none;
}
.contentTable{
	float:left;
}
/***************************************************/
/*                                                 */
/*  Styles to place home link over transit center  */
/*                                                 */
/***************************************************/
#homeLink {
	position:absolute;
	text-transform:uppercase;
	font-weight:bold;
	z-index:101;
}

#homeLink a:link, #homeLink a:visited {
	color:#fff;
	background-color:#00485b;
	border-right:solid 1px #fff;
	padding:6px 0;
	display:block;
	width:39px;
	text-align:center;
	font-weight:bold;
}
div#universalnav {	
	border-top: 1px solid #3F6EAA;
	border-bottom: 1px solid #3F6EAA;
	height: 25px;/* _height: 20px;*/
	}
/************** End homeLink Styles *****************/


/***************************************************/
/*                                                 */
/*                Sign-In Box Styles               */
/*                                                 */
/***************************************************/
#signin {
	display:none;
	width:208px;
	height:160px;
	border:1px solid #bbb;
	right:111px;
	top:15px;
	background-color:#fff;
	z-index:11;
	padding:4px;
	position:absolute;
}
	
#signin h4 {
	margin:0;
	background-color:#B79965;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	padding:2px;
}
	
#signin input {
	width:192px;
}
	
.password {
	position:relative;
}
	
.submit {
	text-align:right;
	margin-top:25px;
}
	
input#signin_submit {
	width:47px;
	height:19px;
}
	
#signinForm {
	height:120px;
	padding:10px 4px 0px 4px;
	margin:0;
}
	
input#signin_remember {
	width:auto;
}
	
a.lost {
	font-weight:bold;
	position:absolute;
	right:8px;
	top:0;
}
/************ End Sign-In Box Styles ***************/


/***************************************************/
/*                                                 */
/*                   Header Styles                 */
/*                                                 */
/***************************************************/
#header {
	width:980px;
	float:left;
	padding-bottom:1px;
}

#logo {
	float:left;
	width:360px;
	margin:4pt 0pt;
}

#headerRight {
	float:right;
	width:400px;
	padding-top:10px;
}

#signIn a{
	color:white
}

#signIn p {
	margin:0;
	color:white;
	text-align:right;
}

/* Secondary Nav Styles */

/* styles for links pre js */
#subNav li a {
	display:block;
	color:#fff;
	background: #00485b; /*url(arrow_white.gif) no-repeat scroll right center;*/
	text-decoration:none;
	padding:2px 8px 1px;
	border-right: 4px solid #00485b;
}
/* end styles from links pre js */

#subNav {
	text-align:center;
	padding-top:31px;
	font-weight:normal;
}

#subNav ul {
	list-style-type:none;
	float:right;
	margin:0;
}

#subNav li {
	float:left;
	border-right: 1px solid #FFFFFF;
}

/*
#subNav li a:hover {
	z-index:50px;
	background-color:#7098C1;
	border-right: 4px solid #7098C1;
}*/


/* hack for older versions of IE with incorrect box model */
* html #subNav li#subNavItem1 a:link, * html #subNav li#subNavItem1 a:visited {height:17px; height:0;}


/* End Secondary Nav Styles */

/*************** End Header Styles *****************/


/***************************************************/
/*                                                 */
/*                  Main Nav Styles                */
/*                                                 */
/***************************************************/
#home #mainNav {
	float:left;
	background: #00485b;
	/*background:#D79B23 url('primarynav_no_submenu.gif') repeat-x;*/
	width:100%;
	height:40px;
}

#default #mainNav, #rightNavBody #mainNav {
	float:left;
	/*background url('primarynav_submenu.gif') repeat-x;*/
	width:100%;
	height:40px;
	Background-color: #00485b
}

#mainNav ul {
	list-style-type:none;
	margin:0;
	padding-left:0;
}

#mainNav li {
	float:left;
}

/* styles for links */
#mainNav li a.primaryNav  {
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	padding:15px 30px 11px;
	display:block;
	border-right:1px solid #fff;
	font-stretch:expanded;
	letter-spacing: 1px;;
	text-transform:uppercase;
	background-color: #00485b;
	float:left;
}

#mainNav li a.primaryNavOn {
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	padding:15px 30px 11px;
	display:block;
	border-right:1px solid #fff;
	font-stretch:expanded;
	text-transform:uppercase;
	background-color:#2A7384;
	letter-spacing: 1px;;
}

#actionItems li {
	background:#04323E;
	margin: 10px 0px 0px 12px;
}
#actionItems li a {
	color:#fff;
	font-size:1.0em;
	display:block;
	font-stretch:expanded;
	float:left;
	padding: 2px 6px;
	border: 1px solid #00485b;
}

#actionItems li a:hover{
	text-decoration:none;
	border: 1px solid white;
}

#actionItems li a.actionItemOn {
	border: 1px solid white;
}

/* end styles for links*/

#home #mainNav ul ul {
	width:100%;
	position:absolute;
	top:-144px;
	left:0px;
	height:28px;
	z-index:20;
}

#default #mainNav ul ul, #rightNavBody #mainNav ul ul {
	width:100%;
	position:absolute;
	top:138px;
	left:0;
	height:28px;
	z-index:20;
}

#mainNav ul ul li.first {
	padding-left:4px;
}

#mainNav ul ul a {
	color:#fff;
	display:block;
	padding:4px 0;
	float:left;
}

#mainNav ul ul li span {
	display:block;
	float:left;
	padding:4px 0px;
	color:#fff;
}


/*************** End Main Nav Styles ***************/


/***************************************************/
/*                                                 */
/*                 Homepage Styles                 */
/*                                                 */
/***************************************************/
#home #contentContainer {
	padding:20px 0px;
	float:left;
	margin: 20px 0px 0px 5px;
}

#contentContainer ul#threeCol{
	padding:0px;
	float:left;
	margin: 0px;
}
/*************** End Homepage Styles ***************/

/***************************************************/
/*                                                 */
/*                 Feature Styles                  */
/*                                                 */
/***************************************************/
body#default #feature {float:left;margin:0 0 15px;width:474px;}
body#home #feature {float:left;width:730px;height:310px;}
#feature div{float:left;padding:4px;}
#feature #featureBlock{padding:0px;}
#feature #tabBlock a{display:block;}
body#home #feature #tabBlock .tabOn{background:transparent url(HometabOnBG.gif) no-repeat scroll right top;padding:2px 0pt 8px 2px;
width:361px;}
body#home #feature #tabBlock .tabOff{background:transparent url(HometabOffBG.gif) no-repeat scroll left top;padding:4px 0pt 5px 2px;
width:361px;}
body#home #feature #tabBlock {padding: 0px;margin-top:244px;}
body#default #feature #tabBlock .tabOn{background:transparent url(tabOnBG.gif) no-repeat scroll right bottom;padding:3px 0px 7px;
width:236px;}
body#default #feature #tabBlock .tabOff{background:transparent url(tabOffBG.gif) no-repeat scroll left top;padding:4px 0px 1px;
width:236px;}
body#default #feature #tabBlock {padding: 0px;margin-top:237px;}
#feature #tabBlock .text{color:#666666;}
#feature #tabBlock .text a{color:inherit}
#feature #tabBlock .text h5{
	font-size:12px;
	color:#00485b;
	text-transform:uppercase;
	margin: 0px 0px 5px;
}
#feature .overlay{
	float:left;
	margin-top:-56px;
	Filter:alpha(opacity=80);
	opacity:.80;
	height:40px;
	background-color:#00485b;
	padding: 8px;
	display:block;
	position:absolute;
	_position:relative;
}
/*Hack for ie 6 and 7*/
*:first-child+html #feature .overlay{position:relative;}
/*End Hack*/

body#home div.corner {
	/*background:transparent url(corner_overlay.gif) no-repeat scroll right top;
	margin-left:672px;
	padding:29px;
	position:absolute;*/
	display:none;
}

body#home #featureBlock div.corner{
	background:transparent url(corner_overlay_home.gif) no-repeat scroll right top;
	/*margin-top:164px;
	width:689px;*/
	width:726px;
	padding:30px 0px 30px;
	position:absolute;
	z-index:101;
	display:block;
	/*display:none;*/
}
body#default #featureBlock div.corner {
	background:transparent url(corner_overlay_landing.gif) no-repeat scroll right top;
	/*margin-top:164px;
	width:689px;*/
	width:470px;
	padding:30px 0px 30px;
	position:absolute;
	z-index:101;
	display:block;
}
/*
body#default #feature .overlay{margin-top:-70px;}
*/
#feature .home{width:702px;}
#feature .landing{width:447px;}
#feature #tabBlock .home{width: 245px;}
#feature #tabBlock .landing{width: 120px;}
.overlay h2{
	color: #FFFFFF;
	margin: 0;
	text-transform:uppercase;
}
body#default #feature .featureImage1{
	background:transparent url(featureshell.gif) no-repeat scroll right top;
	padding: 0px 7px 0px 4px;
	position:absolute;
}
body#default #feature .featureImage2{
	background:transparent url(featureshell.gif) no-repeat scroll right top;
	padding: 0px 7px 0px 4px;
	position:absolute;

}
body#home #feature .featureImage1{
	background:transparent url(homeshell.gif) no-repeat scroll right bottom;
	padding: 0px 9px 4px 4px;
	position:absolute;
}
body#home #feature .featureImage2{
	background:transparent url(homeshell.gif) no-repeat scroll right bottom;
	padding: 0px 9px 4px 4px;
	position:absolute;
}

/***************************************************/
/*                                                 */
/*                 Content Styles                  */
/*                                                 */
/***************************************************/
#home #mainContent {
	width:980px;
	float:left;
	background:url('bg_content.gif') repeat-x scroll right top;
	padding-right:1px;
	margin:0;
	position:relative;
}
#default.Forms #mainContent {width:750px}
#default #mainContent {
	width:980px;
	float:left;
	background:url('bg_default.gif') repeat-x;
	position:relative;
}

#content {
	float:left;
	width:742px;
	min-height:777px;
  	height: auto !important;
  	height:777px;
}

#home #feature {
	margin-top:25px;
	margin-left:15px
}

#default #content, #rightNavBody #content {
	padding:0px 20px;
	width:467px;
}

#default .mainbox, #rightNavBody .mainbox {
	border-bottom:solid 2px #b79966;
	margin-bottom:30px;
	padding-bottom:15px;
	background-color:#fff;
}

.pageTitle {
	padding:13px 0px;
	margin:0;
}
/*************** End Content Styles ****************/


/***************************************************/
/*                                                 */
/*                   InfoBox Styles                 */
/*                                                 */
/***************************************************/
#default ul.infoboxes li, #default .contentTable .infobox{margin-bottom:21px}
.infobox {
	float:left;
	width:465px;
	margin: 0px;
	background-color:#fff;
	padding-left:0px;
	padding-bottom:5px;
	list-style:none;
}
.infobox .goldheader{width:455px;}
#threeCol .infobox .goldheader{width:100%;}
.infoboxes {padding:0;margin:0;float:left;list-style-type:none}

/*************** End InfoBox Styles ****************/

/***************************************************/
/*                                                 */
/*               Right Column Styles               */
/*                                                 */
/***************************************************/
#rightColumn {
	width:206px;
	float:left;
	margin-left:10px;
	margin-top:30px;
}
#rightNavBody #rightColumn {
	border-bottom:0;
}

#rightColumn h4 {
	color:#fff;
	background-color:#e3ab2e;
	margin:0;
	padding:5px;
	font-size:1.0em;
}

#rightColumn h4 a:link, #rightColumn h4 a:visited {
	color:#fff;
}

#rightColumn ul#rightNav {
	border:2px solid #e3ab2e;
	border-top:0;
	margin:0;
	list-style-type:none;
	padding:7px 10px 10px 10px;
}

#rightColumn ul#rightNav li {
	padding:3px 0 0 0;
}

#rightColumn ul#rightNav li a:link, #rightColumn ul#rightNav li a:visited {
	background: url('arrow_orange.gif') right no-repeat;
	padding-right:10px;
	color:#e3ab2e;
}

#rightColumn ul#rightNav li a.rightNavOn:link, #rightColumn ul#rightNav li a.rightNavOn:visited {
	color:#a88c5d;
	background: url('arrow_brown.gif') right no-repeat;
	font-weight:bold;
}

#rightColumn ul#rightNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#rightColumn ul#rightNav ul li {
	margin:0;
	padding:3px 0 0 18px;
}

#rightColumn ul#rightNav ul li a:link, #rightColumn ul#rightNav ul li a:visited{
	color:#a88c5d;
	background: url('arrow_brown_small.gif') right no-repeat;
	padding-right:10px;
}

#emailfriendlink {
	background:transparent url('QUICKLINKS - EMAIL ICON.GIF') no-repeat scroll left center;
	padding-left:20px;
}
#printpagelink {
	background:transparent url('QUICKLINKS - PRINT ICON.GIF') no-repeat scroll left center;
	padding-left:20px;
}
#quickLinks {
	padding:10px;
	margin-top:10px;
	border-top:1px solid #bbbbbb;
	background:#f8f7f1;
}
/************* End Right Column Styles *************/

/***************************************************/
/*                                                 */
/*               Left Column Styles               */
/*                                                 */
/***************************************************/
#leftColumn {
width:205px;
float:left;
/*background:white;*/
min-height:777px;
}

#leftColumn #leftNav {
padding-left:0px;
margin:0pt;
}

#leftColumn #leftNav .parentRow{
list-style-type:none;
text-transform:uppercase;
border-bottom: 1px solid #BBBBBB;
font-weight:bold;
}

#leftColumn #leftNav .parentRow a{
color: #333333;
font-size: 11px;
padding:20px 0px 5px 10px;
display:block;
background: white;
}

#leftColumn #leftNav .bottomRow{
background:white;
height:350px;
}

#leftColumn #leftNav .childRow {
border-bottom:1px solid #BBBBBB;
}

#leftColumn #leftNav .childRow a{
color:#666666;
font-weight:bold;
padding: 5px 0px 5px 20px;
background: white url(box_grey.gif) no-repeat scroll 10px 10px;
display: block;
}

#leftColumn #leftNav .childRow a.leftNavLinkOn {
background: transparent url(box_teal.gif) no-repeat scroll 10px 10px;
color: #00485b;
padding: 5px 0px 5px 20px;
display: block;
}

/*Commented out - does nothing
#leftNavBody #leftColumn {
	border-bottom:0;
}

#leftColumn h4 {
	color:#333333;
	background-color:#e3ab2e;
	margin:0;
	padding:5px;
	font-size:1.0em;
}

#leftColumn h4 a:link, #leftColumn h4 a:visited {
	color:#fff;
}

#leftColumn ul#leftNav {
	border:2px solid #e3ab2e;
	border-top:0;
	margin:0;
	list-style-type:none;
	padding:7px 10px 10px 10px;
}

#leftColumn ul#leftNav li {
	padding:3px 0 0 0;
}

#leftColumn ul#leftNav li a:link, #leftColumn ul#leftNav li a:visited {
	background: url('arrow_orange.gif') right no-repeat;
	padding-right:10px;
	color:#e3ab2e;
}

#leftColumn ul#leftNav li a.leftNavOn:link, #leftColumn ul#leftNav li a.leftNavOn:visited {
	color:#a88c5d;
	background: url('arrow_brown.gif') right no-repeat;
	font-weight:bold;
}

#leftColumn ul#leftNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#leftColumn ul#leftNav ul li {
	margin:0;
	padding:3px 0 0 18px;
}

#leftColumn ul#leftNav ul li a:link, #leftColumn ul#leftNav ul li a:visited{
	color:#a88c5d;
	background: url('arrow_brown_small.gif') right no-repeat;
	padding-right:10px;
}

#quickLinks {
	padding:10px;
	margin-top:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}*/

/************* End Left Column Styles *************/



/***************************************************/
/*                                                 */
/*                    Tab Styles                   */
/*                                                 */
/***************************************************/
#tabContainer {
	background-color:#fff;
	border:1px solid #ACA482;
}

ul#tabs {
	margin:0;
	padding:0 0 1px;
	list-style-type:none;
	background-color:#ACA482;
	width:466px;
	float:left;
	border-top:3px solid #ACA482;
}

ul#tabs li {	
	text-align:center;
	color:#fff;
	font-weight:bold;
	float:left;
	width:92px;
	border-left:1px solid #fff;
	border-bottom:1pt solid #fff;
	margin-bottom:-2px;
}

ul#tabs li.firstTab {
	border-left:0;
	background:#ACA482 none repeat scroll 0%;
}

ul#tabs li a:link, ul#tabs li a:visited {
	color:#fff;
	background-color:#ACA482;
	display:block;
	padding:2px;
}

ul#tabs li a.active:link, ul#tabs li a.active:visited {
	background-color:#fff;
	color:#ACA482;
}

h5.tab {
	display:none;
}
/*optional tabs in second row*/
ul#tabs li.bottomTabs{
	border-bottom: 0pt none;
	border-right: 1px solid white;
	border-left: 0pt none;
	margin-top:2px;
	padding-bottom:2px;
}
ul#tabs li.firstBottomTab{
	border-bottom: 0pt none;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-left: 40pt;
	margin-top:2px;
	padding-bottom:2px;
}
ul#tabs li.noTab{
display:none;
}

/*end optional second row*/

/***************** End Tab Styles ******************/


/***************************************************/
/*                                                 */
/*                  Footer Styles                  */
/*                                                 */
/***************************************************/
#footer {
	background-color:#f2f1e1;
	padding:10px;
	clear:both;
	margin-top:40px;
	font: normal 10px Arial, Helvetica, sans-serif;
}

#footerLinks {
	width:900px;
	text-align:center;
}

/**************** End Footer Styles ****************/