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

@charset "UTF-8";
/* CSS Stylesheet for Landing Pages */

/* List Styling - making it global */
.viewport-article-content ul{
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.viewport-article-content ul li{
	background: url(/Images/Uploads/RECos/10000/ContentFiles/bullet.gif) no-repeat 2px 5px;
	padding: 0 0 0 15px;
	margin: 5px 0;
	color: #666;
}

/* Right Panels */
.rightSide{
	float:right;
	width:253px;
	margin:0 0 20px 5px;
}

.rightSide img{
	margin:0 0 6px;
}

.sidePanel{
	background:url(/Images/Uploads/RECos/10000/ContentFiles/sidebar_bottom.gif) no-repeat 50% 100% #D3C296;
	padding:25px 10px;
	margin:0 0 6px;
	overflow:visible;
	width:233px;
	display:block;
	color:#002245;
}
.sidePanel img{
	margin:0;
}
/* Preferably use h2, but I'm covering the bases */
.sidePanel h1,
.sidePanel h2 {
	background:url(/Images/Uploads/RECos/10000/ContentFiles/sidebar_top.gif) no-repeat 50% 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #FFF;
	margin:-25px 0 5px -10px;
	padding:20px 10px 0px;
	width:233px;
	display:block;
}
.sidePanel p{
	margin:5px 0;
}
.sidePanel a:link,
.sidePanel a:visited{
	color:#D00F3B;
	text-decoration:underline;
}
.sidePanel a:hover{
	color:#A30327;
}

/* Blog Feeds */
.blog-feed{
	background: url(/Images/Uploads/RECos/10000/ContentFiles/blog_feed_bg.gif) repeat-x 0 50%;
	width: 720px;
	height: 46px;
	margin: 10px 0;
	clear: both;
}
.blog-feed h4{
	font-size: 14px;
	color: #002245;
	padding: 5px 10px 0 20px;
	margin: 0;
	font-weight: normal;
	float: left;
}
.blog-feed a:link,
.blog-feed a:visited{
	display: inline;
	float: left;
	padding: 5px 0;
	line-height: 36px;
	font-size: 11px;
	color: #D00F3B;
}
.blog-feed ul{
	display: inline;
	float: left;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	line-height: 36px;
	height: 36px;
	font-size: 11px;
	color: #024;
}
.blog-feed ul li{
	margin: 0;
	padding: 0;
	background: none;
}
.blog-feed a:link,
.blog-feed a:visited{
	float: none;
	display: inline;
	padding: 0;
}
.blog-feed a:hover{
	color: inherit;
}

/* Service Wheel */
#serviceWheel{
	background: url(service-wheel.jpg) no-repeat center top;
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	position: relative;
}
#serviceWheel a{
	text-indent: -2000px;
}
#serviceWheel .button{
	position: absolute;
}

/*Wheel Buttons*/
#wheelTitle{
	width: 73px;
	height: 59px;
	top: 0;
	left: 74px;
}
#wheelInsurance{
	width: 46px;
	height: 85px;
	top: 51px;
	left: 104px;
}
#wheelRelocation{
	width: 88px;
	height: 35px;
	top: 115px;
	left: 31px;
}
#wheelRealEstate{
	width: 46px;
	height: 84px;
	top: 51px;
	left: 0;
}
#wheelMortgage{
	width: 77px;
	height: 59px;
	top: 0;
	left: 3px;
}

#wheelTitle span{ background-image: url(/Images/Uploads/RECos/10000/ContentFiles/title_states.png); }
#wheelInsurance span{ background-image: url(/Images/Uploads/RECos/10000/ContentFiles/insurance_states.png); }
#wheelRelocation span{ background-image: url(/Images/Uploads/RECos/10000/ContentFiles/relocation_states.png); }
#wheelRealEstate span{ background-image: url(/Images/Uploads/RECos/10000/ContentFiles/real_estate_states.png); }
#wheelMortgage span{ background-image: url(/Images/Uploads/RECos/10000/ContentFiles/mortgage_states.png); }

/* Open Houses */
.open-houses{
	width: 100%;
	clear: both;
	margin: 10px 0 17px;
}
.open-houses div{
	float: left;
	border-right: #FFFFFF solid 14px;
}
#nw,
#ne{
	border-right-width: 15px;
}
#outlying{
	border-right-width: 18px;
}
#iowa{
	border-right-width: 17px;
}
.open-houses div.last{
	border:none;
}
.open-houses div.clear{
	clear: both;
	float: none;
}
.open-houses ul{
	margin: 0;
	padding: 12px 0 12px 12px;
	list-style: none;
}
.open-houses ul li{
	margin: 0 0 0 10px;
	padding: 0;
	background: none;
	text-indent: -10px;
}

#omaha-open{
	background: url(/Images/Uploads/RECos/10000/ContentFiles/omaha_open_bg.gif) repeat-y left top;
}
#omaha-open ul{
	width: 150px;
}
#other-open{
	background: url(/Images/Uploads/RECos/10000/ContentFiles/other_open_bg.gif) repeat-y left top;
}
#other-open ul{
	width: 210px;
}


#home {
	background:url(http://cbshomeimages.fnistools.com/Uploads/RECos/10000/ContentFiles/home_bg.gif) repeat-x center top #002245;
}
