

/*------------------------------------ bg wrappers ------------------------------------ */
body {
	background:url(../images/bg_home_tile.jpg) top center repeat-y;
}

#wrapper {
	background:url(../images/bg_home_top.jpg) top center no-repeat;
}

#content {
	background:url(../images/bg_home_bottom.jpg) bottom center no-repeat;
}


/*------------------------------------ homepage wrappers ------------------------------------ */  
#homeLeft {
	float:left;
	display:inline;
	width:385px;
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(../images/bg_home_left.jpg) 0 175px no-repeat;
}
#homeLeftpad {
	clear:both;
	padding:10px 15px 15px 10px;
}

#homeRight {
	float:left;
	display:inline;
	width:385px;
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(../images/bg_home_right2.jpg) top center no-repeat;
}
#homeRightpad {
	clear:both;
	padding:10px 10px 15px 15px;
}





/* ----------------------- home h1, h2 tags (titles and learn more/signup links) ----------------------- */
#homeLeft h1, #homeRight h1 {
	font-size:36px;
	line-height:40px;
	font-weight:bold;
}
#homeLeft h1 a {
	width:340px;
	padding-right:45px;
	color:#f93;
	text-align:right;
	display:block;
}
#homeLeft h1 a:hover {
	text-decoration:none;
	color:#930;
}
#homeRight h1 a {
	width:340px;
	padding-left:45px;
	color:#09f;
	text-align:left;
	display:block;
}
#homeRight h1 a:hover {
	text-decoration:none;
	color:#06c;
}


#homeLeft h2, #homeRight h2 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
#homeLeft h2 a {
	float:right;
	margin-right:45px;
	padding-left:20px;
	color:#930;
	text-align:right;
	display:inline;
	background:url(../images/arrow_orange.jpg) 0 2px no-repeat;
}
#homeLeft h2 a:hover {
	text-decoration:none;
	color:#f93;
}
#homeRight h2 a {
	float:left;
	margin-left:45px;
	padding-left:20px;
	color:#06c;
	text-align:left;
	display:inline;
	background:url(../images/arrow_blue.jpg) 0 2px no-repeat;
}
#homeRight h2 a:hover {
	text-decoration:none;
	color:#09f;
}

/*
#loginWrap {
	margin-bottom:30px;
}*/

/* ----------------------- home city listings ----------------------- */
#homeLeftpad h3 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	padding:10px 0;
	color:#f93;
	text-align:left;
}
#homeLeftpad h4 {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	clear:both;
	padding:10px 0 5px 0;
	color:#f93;
	text-align:left;
}
#homeLeftpad ul.city1 li {
	display:block;
	float:left;/*
	width:75px;*/
	margin-right:25px;
	color:#79675c;
	font-weight:bold;
}
#homeLeftpad ul.city1 li a {
	display:block;
	color:#79675c;
	font-weight:bold;
}


#homeLeftpad ul.city2 li {
	display:block;
	float:left;
	width:160px;
	margin-right:5px;
	color:#79675c;
	font-weight:normal;
}
#homeLeftpad ul.city2 li a {
	display:block;
	color:#79675c;
	font-weight:normal;
}
