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

body {
	margin:0;
	padding:0;
	background:url(../images/bg_tile.jpg) top repeat-x #d6d6d6 fixed;
}
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
#wrapper {
	margin:15px auto;
	width:955px;
}
#header {
	width:955px;
	height:269px;
	background:url(../images/bg_header.jpg) center top no-repeat;
}
#contentWrap {
	width:955px;
	background:url(../images/bg_content_tile.gif) center repeat-y;
}
#contentWrapInner {
	width:955px;
}
#leftSidebar {
	float:left;
	margin:0 0 15px 0;
	width:227px;
	background:url(../images/bg_sidebar.gif) center repeat-y;
}

/** JAVASCRIPT STYLES FOR MENU **/
#menu li.submenu1 a {
	background-image:url(../images/bg_menuLinkArrow.gif);
	background-position:0% 0%; 
	background-repeat:no-repeat;
}
#menu li.submenu1 a:hover {
	background-image:url(../images/bg_menuLinkArrow.gif);
	background-position:0% 100%; 
	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_arrow.gif); 
	background-position:95% 50%;
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li.submenu2 a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a:hover {
	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 a:hover,
#menu li.submenu1 ul li.submenu2 ul li a,
#menu li.submenu1 ul li.submenu2 ul li a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 ul li a:hover {
	background-image:none;
}
/** END JAVASCRIPT STYLES FOR MENU **/

/** BEGIN MENU **/
#menuWrap {
	margin:0 1px;
	width:225px;
	text-align:left;
	border-top:5px solid #000099; /* DARK */
	border-bottom:4px solid #000099; /* LIGHT */
}
#menuTopBar {
	margin:10px 1px 0 1px;
	border-top:2px solid #000099; 
	border-bottom:1px solid #f0f1f4; 
}
#menuBottomBar {
	margin:0 1px;
	border-top:1px solid #f0f1f4;
	border-bottom:2px solid #000099;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:225px;
}
#menu ul {
	border-bottom:1px solid #000099;
}
#menu ul ul {
	border:none;
}
#menu li {
	width:225px;
}
/** MENU LEVEL 1 **/
#menu a {
	padding-left:10px;
	width:215px;
	height:34px;
	line-height:34px;
	display:block;
	white-space:nowrap;
	outline:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000099;
	/*border-top:1px solid #000099; /* LIGHT */
	border-bottom:1px solid #000099; /* DARK */
	background:url(../images/bg_menuLink.gif) 0% 0% no-repeat;
}
#menu a:hover {
	color:#ffffff;
	background:url(../images/bg_menuLink.gif) 0% 100% no-repeat;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding:6px 20px 6px 10px;
	width:195px;
	height:auto;
	line-height:normal;
	display:block;
	white-space:normal;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#000099;
	background-color:#d5d6de; /* Changes all submenu link BG colors - can be done for each level */
	border:none;
}
#menu ul a:hover {
	color:#ffffff;
	background-color:#000099;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:6px 20px 6px 20px;
	width:185px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:6px 20px 6px 30px;
	width:175px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:6px 20px 6px 40px;
	width:165px;
}
/** END MENU **/

/** UNDER MENU ITEMS **/
#underMenuItems {
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
}
#underMenuItems img {
	margin:0 0 10px 0;
	border:none;
}

/** CREDIT CARDS **/
#creditCards {
	margin:0;
	padding: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:#000099;
	text-align:center;
	text-decoration:none;
	/*border:1px solid #0000FF; /* test centering */
}
#creditCards a:hover {
	color:#000099;
}
#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:727px;
}
#content {
	float:left;
	padding:0 10px 0 10px;
	width:517px;
}
body#land #content {
	float:left;
	padding:0 55px 0 55px;
	width:846px;
}

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

/** FOOTER **/
#footerWrap {
	margin:0 auto;
	width:955px;
}
#footer {
	margin:0;
	padding:10px 25px 0 25px;
	height:98px;
	background:url(../images/bg_footer.jpg) center top no-repeat;
}
#copyright {
	font-size:11px;
	text-align:center;
	color:#ffffff;
}
#credits {
	font-size:11px;
	text-align:center;
	color:#ffffff;
}
#credits a {
	color:#ffffff;
	text-decoration:none;
}
#credits a:hover {
	text-decoration:underline;
}

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

























