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

body {
	margin:0;
	padding:0;
	background:url(../images/bg_tile.gif) top repeat-x #daf3fd;
}
h1, h2, h3, h4, h5, h6 {
	_margin:21px 0; /* IE 6 and below margin fix */
}
#leftSidebar,
#rightSidebar,
#footer {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
#wrapOut2 {
	/*background:url(../images/bg_tile.jpg) top repeat-x #ffcc00;*/
}
#wrapOut1 {
	background:url(../images/bg.jpg) 50% 0% no-repeat;
}
#wrap {
	margin:0 auto;
	width:955px;
}
#header {
	width:955px;
	height:405px;
	background:url(../images/bg_header.jpg) center top no-repeat;
	position:relative;
	behavior:url(css/iepngfix.htc);
}
#header #homelink {
	position:absolute;
	top:32px;
	left:23px;
	width:477px;
	height:120px;
}
#mainWrap {
	width:955px;
	background:url(../images/bg_content_tile.gif) center repeat-y #ffffff;
}

/****************************************************************
LEFT SIDEBAR
****************************************************************/
#leftSidebar {
	float:left;
	width:200px;
	margin:0 0 15px 0;
	/*padding:0 0 0 5px;*/
}

/****************************************************************
MENU
****************************************************************/
/** JAVASCRIPT STYLES FOR MENU **/
#menu li.submenu1 a {
	background-image:url(../images/menu_arrow.gif); 
	background-position:100% 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:100% 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 0 6px 0;
	width:200px;
	text-align:left;
	border-top:1px solid #000000; /* DARK */
	border-bottom:1px solid #014675; /* LIGHT */
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#menu ul {
	display:none;
	width:200px;
	/*border-top:1px solid #014675; /* LIGHT or DARK - whatever looks best for tops of submenus */
	/*border-bottom:1px solid #d60000; /* DARK */
	border-bottom:none;
	background:url(../images/bg_submenu_top.jpg) 50% 0% no-repeat #005ea5; /* Changes all submenu link BG's */
}
#menu li {
	width:200px;
}
#menu ul li {
	margin:0;
}
#menu ul li ul {
	margin-top:0;
	width:200px;
	border:none;
}
/** MENU LEVEL 1 **/
#menu a {
	padding:6px 30px 6px 10px;
	width:160px;
	height:auto;
	outline:none;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	border-top:1px solid #014675; /* LIGHT */
	border-bottom:1px solid #000000; /* DARK */
	background-color:none; /* Changes all link BG colors */
}
#menu a:hover {
	color:#ffffff;
	background-color:#014C7F;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding-left:10px;
	width:160px;
	height:auto;
	display:block;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	background-color:none; /* Changes all submenu link BG colors - can be done for each level */
	border:none;
}
#menu ul a:hover {
	color:#ffffff;
	background-color:#004070;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding-left:20px;
	width:150px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding-left:30px;
	width:140px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding-left:40px;
	width:130px;
}
/** END MENU **/

/****************************************************************
UNDER MENU ITEMS
****************************************************************/
#underMenuItems {
	padding:10px 0 0 0;
	width:200px;
	text-align:center;
}
#underMenuItems img {
	margin:10px 0 0 0;
	border:none;
}
#underMenuItems p {
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

/** SEARCH FORM **/
#search {
	margin:0 auto 15px auto;
	padding:0;
	width:180px;
	white-space:nowrap;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
#search form {
	margin:0;
	padding:0;
}
#search input.search {
	width:74%;
}

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

/****************************************************************
CONTENT
****************************************************************/
#contentWrap {
	float:left;
	width:755px;
}
#content {
	float:left;
	padding:0 10px 15px 10px;
	width:535px;
}

/****************************************************************
RIGHT SIDEBAR
****************************************************************/
#rightSidebar {
	float:left;
	padding:15px 0 0 0;
	width:180px;
	text-align:center;
}
#rightSidebar a {
	display:block;
	margin-bottom:15px;
}
#rightSidebar img {
	border:none;
}
#iHouse {
	margin:0 0 15px 0;
}

/* coupons */
#right_sb_coupons {
	position:relative; 
	margin-bottom:10px; 
	width:180px; 
	height:274px; 
	background:url(../images/smallcoupons.gif) no-repeat;
}
#right_sb_coupons a {
	 position:absolute; 
	 display:block;
	 padding:3px;
}
#right_sb_coupons a:hover {
	padding:0;
	border:3px dashed #ff0000;
}

/****************************************************************
FOOTER
****************************************************************/
#footerWrap {
	/*ackground:url(../images/bg_footer_tile.jpg) top repeat-x;*/
}
#footer {
	margin:0 auto;
	padding:30px 10px 0 10px;
	width:935px;
	/*height:90px;*/
	background:url(../images/bg_footer.gif) 50% 0% no-repeat;
}
#copyright {
	font-size:11px;
	text-align:center;
	color:#015c9a;
}	

/** CREDITS **/
#credits {
	font-size:11px;
	text-align:center;
	color:#015c9a;
}
#credits a {
	color:#015c9a;
}
#credits a:hover {
	color:#c83437;
}

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