@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#5B7491;
}
#leftSidebar,
#rightSidebar,
#footer {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
#wrap {
	margin:0 auto;
	width:975px;
	background:url(../images/bg_dropshadow_tile.gif) center repeat-y;
}
#wrapInner {
	padding:0 10px 5px 10px;
	width:955px;
}
#header {
	width:955px;
	height:109px;
	background:url(../images/bg_header.gif) center top no-repeat;
}
#contentWrap {
	width:955px;
}
#contentWrapInner {
	width:955px;
	background:url(../images/bg_content_tile.gif) right repeat-y;
}
#leftSidebar {
	float:left;
	padding:0 0 0 10px;
	width:200px;
}
#leftSidebarTop {
	font-size:0px;
	height:10px;
	background:url(../images/bg_left_sidebar_top.gif) bottom no-repeat;
}
#leftSidebarBottom {
	font-size:0px;
	height:10px;
	background:url(../images/bg_left_sidebar_bottom.gif) top no-repeat;
}
#leftSidebarInner {
	padding:0 1px;
	background:url(../images/bg_left_sidebar_tile.gif) repeat-y;
}

/** JAVASCRIPT STYLES FOR MENU **/
#menu li.submenu1 a {
	background-image:url(../images/menu_arrow.gif); 
	background-position:95% 50%; 
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li.submenu2 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a {
	background-image:url(../images/menu_arrow2.gif); 
	background-position:95% 50%; 
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li a,
#menu li.submenu1 ul li.submenu2 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 ul li a {
	background-image:none;
}
/** END JAVASCRIPT STYLES FOR MENU **/

/** BEGIN MENU **/
#menuWrap {
	margin:0;
	width:198px;
	/*border-top:1px solid #ffffff; /* DARK */
	border-bottom:1px solid #ffffff; /* LIGHT */
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:198px;
}
#menu ul {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
}
#menu li {
	width:198px;
}
#menu ul li {
	margin:0;
}
#menu ul li ul {
	display:none;
	margin-top:0;
	border:none;
	width:198px;
}
/** MENU LEVEL 1 **/
#menu a {
	padding:6px 25px 6px 10px;
	width:163px;
	height:auto;
	display:block;
	outline:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#2e3191;
	border-top:1px solid #ffffff; /* LIGHT */
	border-bottom:1px solid #cccccc; /* DARK */
	background-color:none; /* Changes all link BG colors */
}
#menu a:hover {
	color:#2e3191;
	background-color:#D4D4D4;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding-left:10px;
	width:163px;
	height:auto;
	display:block;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#2e3191;
	background-color:#eff3fb; /* Changes all submenu link BG colors - can be done for each level */
	border:none;
}
#menu ul a:hover {
	color:#2e3191;
	background-color:#C6D3F1;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding-left:20px;
	width:153px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding-left:30px;
	width:143px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding-left:40px;
	width:133px;
}
/** END MENU **/

/** UNDER MENU ITEMS **/
#underMenuItems {
	margin:0;
	padding:15px 0 0 0;
	text-align:center;
}
#underMenuItems img {
	margin:0 0 10px 0;
	border:none;
}
#underMenuItems #current_economy {
	margin-bottom:15px;
}
#underMenuItems #map {
	margin:0 0 15px 0;
	font-size:12px;
	color:#333333;
}
#underMenuItems #map #mapHeading {
	font-size:14px;
	font-weight:bold;
}
#underMenuItems #map a {
	display:block;
	margin:5px auto;
	width:178px;
	height:178px;
	border:1px dotted #999999;
}
#underMenuItems #map img {
	margin:0;
}
#underMenuItems .divider {
	margin:0 0 15px 0;
	font-size:0px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #ffffff;
}

/** MY SPACE **/
#myspace {
	padding:0 0 15px 0;
}

/** CREDIT CARDS **/
#creditCards {
	margin:0;
	padding:0 0 10px 0;
}
#creditCards .space {
	margin:0 0 4px 0;
}
#creditCards a {
	margin:0 auto;
	/*width:104px; /* 2 or 4 cards */
	width:156px; /* 3 cards */
	display:block;
	white-space:nowrap;
	font-size:10px;
	color:#2e3191;
	text-align:center;
	text-decoration:none;
	/*border:1px solid #0000FF; /* test centering */
}
#creditCards a:hover {
	color:#2e3191;
}
#creditCards img {
	margin:1px;
	border:none;
}
#creditCards img.lock {
	border:none;
	margin:0 0 -3px 0;
}

/** CONTENT **/
#mainWrap {
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width:745px;
}
#headerImage {
	margin:0 0 10px 0;
	width:745px;
	height:250px;
	background:url(../images/bg_header_img.jpg) no-repeat;
}

#headerLinks {
	margin:0 0 5px 0;
	padding:0 15px 10px 15px;
	border-bottom:1px solid #cccccc;
}
#headerLinks img {
	border:none;
}
#headerLinks ul {
	margin:0;
	padding:0;
}
#headerLinks ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:143px;
	height:52px;
	text-align:center;
}

#content {
	float:left;
	padding:0 0 0 15px;
	/*width:525px;*/
	width:715px;
}
#contentBottom {
	font-size:0px;
	height:15px;
	background:url(../images/bg_content_bottom.gif) right top no-repeat;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	padding:10px 0 0 0;
	/*width:180px;*/
	text-align:center;
}
#rightSidebar img {
	margin:0 0 10px 0;
	border:0;
}

/** FOOTER **/
#footerWrap {
	margin:0 auto;
	width:955px;
}
#footer {
	margin:0;
	padding:0 15px;
}
#footerLogos {
	padding:0 0 10px 0; 
}
#footerLogos ul {
	margin:0;
	padding:0;
}
#footerLogos ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:185px;
	height:50px;
	text-align:center;
}
#copyright {
	font-size:11px;
	text-align:center;
	color:#ffffff;
}
#credits {
	font-size:11px;
	text-align:center;
	color:#ffffff;
}
#credits a {
	color:#ffffff;
}
#credits a:hover {
	color:#f6921e;
}

/** SERVICE AREAS **/
#serviceAreas {
	margin:0;
	padding:15px 0;
	text-align:left;
	font-size:10px;
	color:#ffffff;
}