
body,html{
	width:100%;
	height:100%;
	margin:0;
	background:url(../images/body-bg-bluehead.png) repeat-x #E6E6E6;
	background-position: 0% 0%;
	font-family:Arial;
	font-size:12px;
	color: #555;
	padding: 0;
}

/* links */
a, a:visited {
	text-decoration: underline;
	color: #2180BC;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}
.cl{clear:left;}

#maincontainer{ width:990px; height:auto; margin:0 auto; padding:0;}


#header{ width:990px; height:51px; margin:0 auto 10px auto; padding:15px 0 0 10px; background: none;}
.new-page-logo{margin-top: 2px; font: bolder 37px 'Trebuchet MS', Arial, Sans-serif; text-decoration:none; }
.new-page-logo a{font: bolder 37px 'Trebuchet MS', Arial, Sans-serif; text-decoration:none; color:#ffffff; text-decoration:none;}

.search-box {
	display:none;
/*	height:38px;
*/
	background:rgba(57, 60, 61, 0.8);
	-o-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid rgba(0, 0, 0, 0.8);
	padding:4px;
	display:inline-block;
	margin:0;
	position:relative;
	line-height:1.2;
	-webkit-transition:width ease-out 900ms;
	-moz-transition:width ease-out 900ms;
	-o-transition:width ease-out 900ms;
	transition:width ease-out 900ms
}

.search-box #location_body {
	width:228px;
	font-size:19px;
	-o-box-shadow:inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow:inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	background:#fff;
	height:29px;
}

.search-box button {
	font-weight:bold;
	line-height:1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	min-height:0;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	
}

#nav-bg{
	width:990px;
	height:32px;
	margin:0 auto;
	padding:1px 0 0 0;
	font-size:15px;
}

#nav-bg ul{
	width:990px; height:38px; margin:0 auto; display:inline; list-style-type:none; padding:0;
}
#nav-bg ul li{margin:0 5px 0 0; display:inline; list-style-type:none;}
#nav-bg ul li a{line-height:35px; padding:5px 10px; color:#323232; text-decoration:none;}
#nav-bg ul li a:hover{
	line-height:32px;
	padding:5px 10px;
	border:1px #BABABA solid;
	color:#333;
	text-decoration:none;
	background: rgb(178,178,178); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhZTBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDk1Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(186,186,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(186,186,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(186,186,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(186,186,186,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae0ff', endColorstr='#1d95cb',GradientType=0 ); /* IE6-8 */
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}

#nav-bg ul li a.select{
	line-height:32px; padding:5px 10px; border:1px #BABABA solid; color:#333; text-decoration:none;
	background: rgb(232,232,232); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhZTBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDk1Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(186,186,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(186,186,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(186,186,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(186,186,186,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae0ff', endColorstr='#1d95cb',GradientType=0 ); /* IE6-8 */
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}

.breadcrumbs{ width:990px; height:auto; margin:16px auto 8px auto; padding: 0 0 0 14px; font-size:13px;}
#crumbs{width:990px; height:auto; margin:16px auto 8px auto; padding: 0 0 0 14px; font-size:13px;}
#crumbs  .padding-right {padding-right: 15px; height:auto;}
#crumbs .half {width:50%; height:auto; margin: 0 0 8px 0;}

#midarea{ width:970px; height:auto; margin:4px auto 1px auto; padding:15px 10px 13px; background:#FFF; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#midarea h2 {font-size:23px;}
#midarea h3 {font-size:19px;}

#midarea .left-area{ width:730px; height:auto; margin:0 10px 0 0; padding:0;}
#midarea .left-area h1{ color:#1d95cb; font-size:25px;}
#midarea h2{color: #88ac0b; padding-top: 8px; margin:16px 0;}

#midarea .left-area .main{ margin:  -17px 0 0 0 ; }
#midarea .left-area .main h1{ color:#1d95cb; font-size:29px; font-family: arial;margin:16px 0 0 0 ;}
#midarea .left-area .main .alt h1{ color:#88ac0b; font-size:29px; font-family: arial;margin:16px 0 0 0 ;}
#midarea .left-area .main{ font-family: Verdana, Tahoma, arial, sans-serif; font-size:13px;}
#midarea .left-area .main li {padding: 8px 0 0 0;}

#midarea .left-area .main .top-square-ad {margin: 16px 10px 0 0;}
#midarea .left-area .main .right-of-top-square {margin: 0 0 0 0; padding: 0px 0 0 0;}
#midarea .left-area .main .right-of-top-square ul {margin: 0 0 0 0; padding: 0 0 0 360px;}
#midarea .left-area .main .right-of-top-square ul li {padding: 8px 0 0 0;}

#midarea .left-area .main .top-square-rhs {}


#midarea .left-area .main .bottom-square-ad {margin: 26px 12px 0 0;}
#midarea .left-area .main .right-of-bottom-square h2 {margin: 0 0 0 347px; padding: 22px 0 0 0;}
#midarea .left-area .main .right-of-bottom-square ul {margin: 6px 0 13px 0; padding: 0 0 0 360px;}
#midarea .left-area .main .right-of-bottom-square ul li {margin: 0 0 9px 10px;}

#midarea .left-area .main .column{ width:237px; float:left;}
#midarea .left-area .main .middle{ margin-left: 9px; margin-right: 9px;}
#midarea .left-area .main .column h3{ margin: 10px 0 10px 0;}
#midarea .left-area .main .column p{ margin: 10px 0 10px 8px;}

#midarea .left-area .main .bidding-zone{clear:both; padding:16px 0 3px 0; font-size: 120%; padding-left:6px;  padding-bottom:4px}

#midarea .left-area .site-detail{ width:377px; margin: -17px 0 0 0; padding:0;}
#midarea .left-area .site-detail p{ width:377px; margin:0; padding:0; text-align:justify; line-height:28px; font-size:20px; color:#8F8F8F;}
#midarea .left-area .site-detail .biglist { width:377px; margin-left:40px; padding:0; text-align:justify; line-height:26px; font-size:18px; color:#8F8F8F;}
#midarea .left-area .site-detail ul {padding-left: 25px; font-size: 17px; color:#8F8F8F;}
#midarea .left-area .site-detail-banner{ width:730px; margin:0; padding:0;}
#midarea .left-area .site-detail-banner h1{ color:#1d95cb;}
#midarea .left-area .site-detail-banner p { width:730px; margin:0; padding:0; text-align:justify; line-height:30px; font-size:16px; color:#A7A7A7;}

#midarea .left-area .search-area{width:693px; height:auto; margin:10px 10px 0 0; padding:0 15px 15px 15px; background:#1d95cb; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color:#FFF;}
#midarea .left-area .search-area .search-head{ padding: auto; font-size:24px; color:#FFF; border-bottom:#eeeeee 1px solid;}
#midarea .left-area .search-area h2{ text-align: center; font-size: 25px; color:#FFFFFF;}
#midarea .left-area .search-area .search-radio-btn{ font-size:18px; color:#FFF; padding-left:18px; padding-top: 9px; line-height: 23px;}

#midarea .left-area .popular{margin:0; width:730px; height:auto;}
#midarea .left-area .popular h2{ 	color: #88ac0b; font-size: 23px;}
#midarea .left-area .popular .popular-area{ width:220px; margin:0 10px 10px 0; padding:5px; background:#eaeaea; border:#c8c8c8 1px solid; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#midarea .left-area .popular .popular-area .popular-txt{padding:0; line-height:15px;}
#midarea .left-area .popular .popular-area .popular-txt span{ font-size:14px; font-weight:bold;}
#midarea .left-area .popular .popular-area .popular-txt a{font-size:14px; line-height:19px; color:#e63309; font-weight:bold; margin-left:8px;}
#midarea .left-area .popular .popular-area img{margin-right:7px; height:75px; width:115px;}

#midarea .left-area .search-area .search-body{ margin: 25px 25px 25px 20px; }

.white-well {
  min-height: 20px;
  padding: 15px 19px 0 19px;
  margin: 14px 0 14px 0;
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
}

#midarea .right-sidebar{ width:230px; height:auto; margin:0; padding:0;}
#midarea .right-sidebar .div-bg{width:220px; height:auto; margin:0; padding:5px; border:#c4c4c4 1px solid; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#midarea .right-sidebar .div-bg h2{ text-align:center; color:#003261;}

#midarea .right-sidebar .div-bg-menu{width:220px; background-color: #F2F2F2; height:auto; margin-bottom: 10px; padding:5px; border:#c4c4c4 1px solid; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#midarea .right-sidebar .div-bg-menu .list-heading{width:220px; height:auto; margin:0; padding:6px 0; font-size:16px; font-weight:bold; background:#7f8284; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; text-align:center; color:#FFF;}


#midarea .right-sidebar .div-bg-menu ul{width:220px; height:auto; margin:10px 0 0 0; padding:0; font-size:14px; color:#6B6B6B; list-style-type:none;}

#midarea .right-sidebar .div-bg-menu ul li{height:auto; margin:0; padding:0; font-size:14px; color:#6B6B6B; border-bottom:#c4c4c4 1px dotted; list-style-type:none; line-height:25px;}
#midarea .right-sidebar .div-bg-menu ul li.lastitem{height:auto; margin:0; padding:0; font-size:14px; color:#6B6B6B; border-bottom:none; list-style-type:none; line-height:25px;}
#midarea .right-sidebar .div-bg-menu p{margin-left: 7px; font-size:14px; color:#6B6B6B;}
#midarea .right-sidebar .div-bg-menu button{width:220px;}


.div-bg-menu ul li a{display: block; padding-left: 8px; color:#6B6B6B; text-decoration:none;}
.div-bg-menu ul li a:hover{
	padding-left: 8px;
	border:1px #BABABA solid;
	color:#777;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #DEDEDE;
}
.div-bg-menu ul li a.selected{
	padding-left: 8px;
	border:1px #BABABA solid;
	color:#777;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #DEDEDE;
}


#midarea .right-sidebar .square-ad-banner{height:auto; margin-top:30px; margin-left: auto; margin-right:auto;}


#footer {color: #AAAAAA; margin-bottom: 50px; margin-left: 100px; margin-top: 20px; text-align: left;}

#footer_rows { margin-left: auto; margin-right: auto; width: 90%;}
.container {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.container-small {
    margin: 0 auto;
    position: relative;
    width: 760px;
}

.container:before, .container:after {
    content: "";
    display: table;
}
.container:after {
    clear: both;
}



.search-box1 {
	display:none;
	font-size: 12px;
	/*height:38px;
*/
	background:rgba(57, 60, 61, 0.8);
	-o-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid rgba(0, 0, 0, 0.8);
	padding:4px;
	display:inline-block;
	margin-right: 4px;
	position:relative;
	line-height:1.2;
	-webkit-transition:width ease-out 900ms;
	-moz-transition:width ease-out 900ms;
	-o-transition:width ease-out 900ms;
	transition:width ease-out 900ms
}

.search-box1 #location {
	border:1px solid #444;
	width:344px;
	font-size:17px;
	-o-box-shadow:inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow:inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	background:#fff;
	height:33px;
	margin-bottom: 0;
}

#location{
	
}
	




.search-box1 button {
	font-weight:bold;
	line-height:1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	min-height:0;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);

}

#searchtype {
	position:absolute;
	display:inline-block;
	top:11px;
	right:80px;
	width:90px;
	padding:3px 15px 0 0;
	text-align:right;
	cursor:pointer; font-size:12px;
}
	
#current_searchtype{
	padding-top:1px;
	padding-right:3px;
	font-size:12px;
	font-weight:normal;
	color:#888;
	border:1px solid transparent;

}

#searchtype.searchTypeHomes{width:150px}

#searchmenu ul {
  font-family: Arial, Verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#searchmenu ul li {
  display: block;
  position: relative;
  width: 143px;
  float: right;
}
li ul { display: none; }
#searchmenu ul li a {
  display: block;
  text-decoration: none;
  color: #888;
  padding: 5px 5px 5px 5px;
  background: #fff;
  margin-left: 4px;
  margin-right: 4px;
  white-space: nowrap;
}
#searchmenu ul li a:hover { background: #555; }
li:hover ul {
  display: block;
  position: absolute;
  
}

#searchmenu ul ul a:hover {background: solid #fff; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}


#searchmenu li:hover li {
	background: #fff;
  float: none;
  font-size: 12px;
  top: 10px;
  	border-left: 1px solid #444;
	border-right: 1px solid #444;
	/*border-bottom: 1px solid #444;
*/
}

#searchmenu-last {
  float: none;
  font-size: 12px;
  top: 10px;
  	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding-bottom: 3px;
}


#searchmenu li:hover li a:hover { background: #aaa;}

.body_shadow
{
display:block;
margin-left: auto;
margin-right: auto;
}

/* message boxes */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/message_box_info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/message_box_success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/message_box_warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/message_box_error.png');
}

.info a, a:visited {
	text-decoration: underline;
	color: #2180BC;
	background: none;
}
.info a:hover {
	color: #88ac0b;
	background: none;
	text-decoration: underline;
}

.list-heading{height:auto; margin-bottom: 15px; margin-top:19px; padding:6px; font-size:18px; font-weight:bold; background:#7f8284; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; text-align:left; color:#FFF;}

.spacious{font-size: 113%; line-height: 1.42;}

/* Added to resolve twitter bootstrap problems.*/
form.topsearch {
  margin: 0;
	font-size: 12px;
	line-height: normal
}

#location{
	padding: 1px 0;	
}

#submit_location{
	line-height: 20px;
}

#home_link{
	text-decoration: none;
	color: #FFFFFF;
}

input:required {
	border-color: rgba(82, 168, 236, 0.8);
}


/*Bootstrap Over-rides:  Things that are hacked in here to mirror bootstrape, but where there is a conflict.*/
.jumbotron {
  padding: 20px;
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 100;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 23px 30px;
    border-radius: 6px;
  }
 .jumbotron h1 {
    font-size: 63px;
  }
}
/* Bootstrap Ad ons.  Bootstrap just didn't quite do what I wanted it to do, or at least I couldn't make it work*/
.bs .col-10-wide {
	  width: 88%;
	    float: left;
	       min-height: 1px;
    padding-left: 8px;
    padding-right: 15px;
    position: relative;
}

.shrink-font{font-size: 90% !important;}
.font-13{font-size: 13px !important;}
.text-center{text-align: center !important;}
.underline {text-decoration: underline !important;}

.margin-top-none{margin-top: 0 !important;}
.margin-top-tiny{margin-top: 5px !important;}
.margin-top-small{margin-top: 10px !important;}
.margin-top-med{margin-top: 15px !important;}
.margin-top-large{margin-top: 20px !important;}
.margin-right-none{margin-right: 0px !important;}
.margin-right-tiny{margin-right: 5px !important;}
.margin-right-small{margin-right: 10px !important;}
.margin-bottom-none{margin-bottom: 0 !important;}
.margin-bottom-tiny{margin-bottom: 5px !important;}
.margin-bottom-small{margin-bottom: 10px !important;}
.margin-bottom-large{margin-bottom: 20px !important;}
.margin-left-none {margin-left: 0 !important;}
.margin-left-tiny{margin-left: 5px !important;}
.margin-left-sm {margin-left: 10px !important;}
.margin-left-med{margin-left: 15px !important;}
  
.bs .padding-top-none{padding-top: 0 !important;}
.bs .padding-top-small{padding-top: 10px !important;}
.bs .padding-top-large{padding-top: 20px !important;}
.bs .padding-right-none{padding-right: 0 !important;}
.bs .padding-right-tiny{padding-right: 5px !important;}
.bs .padding-bottom-none {padding-bottom: 0 !important;}
.bs .padding-left-none {padding-left: 0 !important;}
.bs .padding-left-xl {padding-left: 25px !important;}


/* Forum Changes to be more aligned */
.jumpbox option{font-size: 13px;}
.postbody .postbody-font {font-size: 15px;}
.postprofile dd {font-size:11px;}
li.icon, .delete-icon, .report-icon, .quote-icon,.pm-icon,.email-icon {padding-top:0 !important;}
.center-text {text-align: center !important;}
.main .panel {margin-top: 17px;}

/* Responsive Library */
@media only screen and (min-width:1120px){
	#maincontainer, #header, #nav-bg, #nav-bg ul, .breadcrumbs, #crumbs{ width:1100px;}
	#midarea{ width:1080px; z-index: 0;}	
	#midarea .right-sidebar{ width:340px;}
	#midarea .right-sidebar .div-bg, #midarea .right-sidebar .div-bg-menu, #midarea .right-sidebar .div-gb-menu .list-heading, #midarea .right-sidebar .div-bg-menu ul, #midarea .right-sidebar .div-bg-menu button,#midarea .right-sidebar .div-bg-menu .list-heading {width:290px; margin-left: auto; margin-right: auto;}
}

/*  Formerly common.css */

#footer {
    margin-top:20px;
    margin-bottom:50px;
    margin-left:100px;
    color:#aaa;
    text-align:left;
    /*margin:30px 0px;*/
    
}
#footer h5 {
    color:#aaa;
    border-bottom:1px solid #eee;
    padding-bottom:3px;
    margin-bottom:5px;
    
}

#footer_rows {
    margin-left:auto;
    margin-right:auto;
    width:90%
}

#footer ul {
    float:left;
    list-style:none;

}
#footer ul li {
    /*float:left;*/
    list-style:none;
    padding:0px 20px;
    color: #545454;
        line-height:1.8;
}
#footer ul li.first {
/*padding-left:150px;*/
font-weight:bold;
}

#footer ul li:hover {
    color:#545454;
text-decoration: underline;
background: transparent;
}

#footer a
{
color:#545454;
text-decoration:none;
display: block;
}
#footer a:hover
{
color:#545454;
text-decoration: underline;
background: transparent;
}

/* Formerly hotelinventory.css */

.feature_product_box1
{
    width:31%;
    float:left;
    margin-left:12px;
    margin-top:0px;
    border:1px solid #d2d2d2;
    padding:9px 0px;
    background:#f1f1f1;
}
.feature_product_box1:hover
{ 
    background:#d2d2d2;
    cursor:pointer;
}
.feature_product_box1 h3
{
    color:#666666;
    padding:5px;
    font-weight:bold;
    font-size:21px;
    text-align: center;
    margin:0px;
    font-family: Verdana, Tahoma, arial, sans-serif;
}


.feature_product_box1:hover h3
{
/*color:#FFFFFF;*/
}
.feature_product_box1:hover h4
{
/*color:#FFFFFF;*/
}
.feature_product_box1 h4
{
padding:5px;

padding-left:10px;
margin-top:10px;
color:#666666;
font-size:21px;
}

p.comment { margin-top:0px; margin-bottom: 6px;}

.small_bottom { margin-bottom: 5px;}

.feature_product_box1 p
{
padding:10px;
padding-top:0px;
text-align:left;
margin-top:0px;
}
.feature_product_box1 a
{
color:#000000;
text-decoration:none;
}
.feature_product_box1 a:hover
{
text-decoration:none;

}
.feature_product_box1:hover p 
{
color:#000000;
}
.feature_product_box1 .img
{
width:90%;
margin-left:10px;
margin-bottom: 10px;
border:2px solid #ccc;
float:left;
padding:0px;
height:auto;
height:150px;
}
.feature_product_box1 .img img
{
width:100%; height:150px;
}
.feature_product_box1:hover .img
{
border:2px solid #fff;
}

.read_more
{
margin-right: 10px;
}

/* Amenities Sprite */
.hotwire-1bdrm{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 0; width: 21px; height: 21px; } 
.hotwire-1bedroom{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -71px; width: 21px; height: 21px; } 
.hotwire-1br{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -142px; width: 21px; height: 21px; } 
.hotwire-24hour{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -213px; width: 21px; height: 21px; } 
.hotwire-2bedroom{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -284px; width: 21px; height: 21px; } 
.hotwire-2br{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -355px; width: 21px; height: 21px; } 
.hotwire-3bedroom{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -426px; width: 21px; height: 21px; } 
.hotwire-ac{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -497px; width: 21px; height: 21px; } 
.hotwire-access{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -568px; width: 21px; height: 21px; } 
.hotwire-accessibility{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -639px; width: 21px; height: 21px; } 
.hotwire-activities{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -710px; width: 21px; height: 21px; } 
.hotwire-aircond{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -781px; width: 21px; height: 21px; } 
.hotwire-airport_ride{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -852px; width: 21px; height: 21px; } 
.hotwire-alacarte{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -923px; width: 21px; height: 21px; } 
.hotwire-all_inclusive{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -994px; width: 21px; height: 21px; } 
.hotwire-american{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1065px; width: 21px; height: 21px; } 
.hotwire-beachfrnt{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1136px; width: 21px; height: 21px; } 
.hotwire-beachfront{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1207px; width: 21px; height: 21px; } 
.hotwire-boutique{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1278px; width: 21px; height: 21px; } 
.hotwire-boutque{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1349px; width: 21px; height: 21px; } 
.hotwire-breakfast{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1420px; width: 21px; height: 21px; } 
.hotwire-business{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1491px; width: 21px; height: 21px; } 
.hotwire-casino{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1562px; width: 21px; height: 21px; } 
.hotwire-children{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1633px; width: 21px; height: 21px; } 
.hotwire-condo{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1704px; width: 21px; height: 21px; } 
.hotwire-condominium{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1775px; width: 21px; height: 21px; } 
.hotwire-entertainment{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1846px; width: 21px; height: 21px; } 
.hotwire-exercise_facilities{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) 0 -1917px; width: 21px; height: 21px; } 
.hotwire-fitness{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px 0; width: 21px; height: 21px; } 
.hotwire-food_services{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -71px; width: 21px; height: 21px; } 
.hotwire-free_breakfast{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -142px; width: 21px; height: 21px; } 
.hotwire-free_internet{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -213px; width: 48px; height: 21px; } 
.hotwire-gambling{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -284px; width: 21px; height: 21px; } 
.hotwire-golf{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -355px; width: 21px; height: 21px; } 
.hotwire-highspeed_connectivity{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -426px; width: 21px; height: 21px; } 
.hotwire-highspeed_internet{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -497px; width: 21px; height: 21px; } 
.hotwire-hotel_suite{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -568px; width: 21px; height: 21px; } 
.hotwire-housekeeping{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -639px; width: 21px; height: 21px; } 
.hotwire-indoor_pool{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -710px; width: 21px; height: 21px; } 
.hotwire-internet{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -781px; width: 21px; height: 21px; } 
.hotwire-kids_activities{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -852px; width: 21px; height: 21px; } 
.hotwire-kitchen{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -923px; width: 21px; height: 21px; } 
.hotwire-kitchenette{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -994px; width: 21px; height: 21px; } 
.hotwire-laundry{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1065px; width: 21px; height: 21px; } 
.hotwire-laundry_service{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1136px; width: 21px; height: 21px; } 
.hotwire-modified_american{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1207px; width: 21px; height: 21px; } 
.hotwire-nearbeach{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1278px; width: 21px; height: 21px; } 
.hotwire-non-smoking{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1349px; width: 21px; height: 21px; } 
.hotwire-nosmoke{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1420px; width: 21px; height: 21px; } 
.hotwire-oceanfront{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1491px; width: 21px; height: 21px; } 
.hotwire-on_the_ocean{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1562px; width: 21px; height: 21px; } 
.hotwire-parking{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1633px; width: 21px; height: 21px; } 
.hotwire-pet_friendly{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1704px; width: 21px; height: 21px; } 
.hotwire-pets{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1775px; width: 21px; height: 21px; } 
.hotwire-pets_allowed{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1846px; width: 21px; height: 21px; } 
.hotwire-pool{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -71px -1917px; width: 21px; height: 21px; } 
.hotwire-premium_drinks{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px 0; width: 21px; height: 21px; } 
.hotwire-resort{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -71px; width: 21px; height: 21px; } 
.hotwire-restaurant{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -142px; width: 21px; height: 21px; } 
.hotwire-restaurant_onsite{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -213px; width: 21px; height: 21px; } 
.hotwire-shuttle{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -284px; width: 21px; height: 21px; } 
.hotwire-slopeside{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -355px; width: 21px; height: 21px; } 
.hotwire-spa{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -426px; width: 21px; height: 21px; } 
.hotwire-studio{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -497px; width: 21px; height: 21px; } 
.hotwire-suite{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -568px; width: 21px; height: 21px; } 
.hotwire-swimming{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -639px; width: 21px; height: 21px; } 
.hotwire-swimmingpool{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -710px; width: 21px; height: 21px; } 
.hotwire-tannis{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -781px; width: 21px; height: 21px; } 
.hotwire-tennis{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -852px; width: 21px; height: 21px; } 
.hotwire-tennis_nearby{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -923px; width: 21px; height: 21px; } 
.hotwire-valet{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -994px; width: 21px; height: 21px; } 
.hotwire-water_activities{ float:left; margin-right:5px; background:url(/prostyle/images/new_amenities.png) -169px -1065px; width: 21px; height: 21px; } 

.stars-1{ background:url(/prostyle/images/amenities.png) -196px 0; width: 74px; height: 14px; } 
.stars-25{ background:url(/prostyle/images/amenities.png) -196px -64px; width: 74px; height: 14px; } 
.stars-2{ background:url(/prostyle/images/amenities.png) -196px -128px; width: 74px; height: 14px; } 
.stars-35{ background:url(/prostyle/images/amenities.png) -196px -192px; width: 74px; height: 14px; } 
.stars-3{ background:url(/prostyle/images/amenities.png) -196px -256px; width: 74px; height: 14px; } 
.stars-45{ background:url(/prostyle/images/amenities.png) -196px -320px; width: 74px; height: 14px; } 
.stars-4{ background:url(/prostyle/images/amenities.png) -196px -384px; width: 74px; height: 14px; } 
.stars-5{ background:url(/prostyle/images/amenities.png) -196px -448px; width: 74px; height: 14px; } 
.stars-Resort{ background:url(/prostyle/images/amenities.png) -196px -512px; width: 74px; height: 14px; } 
.stars_1{ background:url(/prostyle/images/amenities.png) -196px -576px; width: 74px; height: 14px; } 
.stars_25{ background:url(/prostyle/images/amenities.png) -196px -640px; width: 74px; height: 14px; } 
.stars_2{ background:url(/prostyle/images/amenities.png) -196px -704px; width: 74px; height: 14px; } 
.stars_35{ background:url(/prostyle/images/amenities.png) -196px -768px; width: 74px; height: 14px; } 
.stars_3{ background:url(/prostyle/images/amenities.png) -196px -832px; width: 74px; height: 14px; } 
.stars_45{ background:url(/prostyle/images/amenities.png) -196px -896px; width: 74px; height: 14px; } 
.stars_4{ background:url(/prostyle/images/amenities.png) -196px -960px; width: 74px; height: 14px; } 
.stars_5{ background:url(/prostyle/images/amenities.png) -196px -1024px; width: 74px; height: 14px; } 
.stars_Resort{ background:url(/prostyle/images/amenities.png) -196px -1088px; width: 74px; height: 14px; }
.rating { vertical-align:top; margin-right:16px; }

.ta-50{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px 0; width: 118px; height: 20px; }
.ta-45{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -20px; width: 118px; height: 20px; }
.ta-40{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -40px; width: 118px; height: 20px; }
.ta-35{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -60px; width: 118px; height: 20px; }
.ta-30{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -80px; width: 118px; height: 20px; }
.ta-25{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -100px; width: 118px; height: 20px; }
.ta-20{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -1200px; width: 118px; height: 20px; }
.ta-15{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -1400px; width: 118px; height: 20px; }
.ta-10{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -1600px; width: 118px; height: 20px; }
.ta-5{ float: left; margin-right: 5px; vertical-align: middle; background:url(/prostyle/images/ta_ratings.png) -510px -1800px; width: 118px; height: 20px; }

.band{ width:100%; background: none repeat scroll 0 0; display: block; margin: 0 auto; overflow: hidden; position: relative; z-index: -1;}
.lt-blue{background: #cae4f2;}
.first-band{margin-top:-70px; padding-top: 50px;}
