/* CSS Document */

html, body, * {
	margin: 0;
	padding: 0;	
}

body  {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#body-container {
	
}

#page-container {
	
}

#page {
	
}

#header-container {
    background-image: url("images/border_shadow.png");
    background-position: 0 100%;
    background-repeat: repeat-x;
    height: 120px;
    padding: 20px 0 0;
}

#header {
	width: 900px;
	margin: 0 auto 0 auto;
}




#footer-container {
	background-color: #555;
	color: #fff;
	border-top: 3px solid #777;
	padding: 0px 0 20px 0;
	clear: both;
	float: none;
	/*
	box-shadow: 0 5px 20px #222222 inset;
	-o-box-shadow: 0 5px 20px #222222 inset;
	-moz-box-shadow: 0 5px 20px #222222 inset;
	-webkit-box-shadow: 0 5px 20px #222222 inset;
	*/
}

#footer-container a {
	color: #ccc;
}


#footer {
	width: 900px;
	margin: 0 auto 0 auto;	
}


#logo-container {
	float: left;
}

#logo {
	
}

#content-container {
	width: 900px;
	margin: 0 auto 0 auto;	
	background-color: #fff;
	clear: both;
}

img {
	border: 0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="search"], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #393C3D;
    font-size: 1em;
    padding: 0.3em 0.4em;
}


.homepage_location_div {
	
}

.homepage_location_div #location, #search_box {	
	width: 400px;
	color: #fe6013;
    font-family: inherit;
    font-size: 1.5em;
	height: 24px;
    font-weight: bold;	
	border-top-right-radius: 0;
	-moz-top-radius-bottomright: 0;
	-webkit-top-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-right: 0;
	display: block;
	float: left;	
}

.rounded-box {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
}

.box-with-shadow {
	
	box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
	
}


.btn-gradient {
	border: 1px solid #ccc;
	background: #FA560B;
	background: -webkit-gradient(linear,center top,center bottom,from(#FA560B),to(#EB3012));
	background: -moz-linear-gradient(top,#FA560B,#EB3012);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA560B',endColorstr='#EB3012',GradientType=0);
	display: inline-block;
	text-align: center;
	min-width: 50px;
	min-height: 30px;
	cursor: pointer;
	position: relative;
	border-radius: .3em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	line-height: 2em;
	padding: 2px 10px;
	font-size: 1.15em;
	font-weight: bold;
	color: white!important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
}

.tab-style {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: 0;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.grey-gradient {
	border: 1px solid #ccc;	
	background: -webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#999999));
	background: -moz-linear-gradient(top,#ffffff,#999999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#999999',GradientType=0);
}

.grey-gradient.on {
	background: -webkit-gradient(linear,center top,center bottom,from(#cccccc),to(#555555));
	background: -moz-linear-gradient(top,#cccccc,#555555);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#555555',GradientType=0);	
}


#home-search-btn, #search_btn {
	width: 120px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	font-size: 1.5em;
	height: 36px;
}


#search_btn {
	width: 160px;
}


#home-location-links {
	margin: 10px 0 0 0;
}

#home-location-links a {
	color: #eb3012;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.small_copy {
	font-size:10px;
}

.menu_divider{
	width:1px;
	background-color:#E2E65B;
}

.menu_divider_black {
	width:25px;
	background-color:#000000;
}

.menu_option{
	background-color:#000000;
	vertical-align:middle;
}

.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #FFFFFF;
}

.heading_right_to_know
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #FFFFFF;
}

.heading2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.content_td{
	padding-top:30px;
	padding-bottom:30px;
}

.em a{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.address_style1 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   /*color: #000000; 
   background-color: #FFFFCC; */
   padding: 2px; 
   height: 22px;
   width: 509px; 
   border: 1px solid #7F9DB9; 
}	

.business_name_style1 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   /*color: #000000; 
   background-color: #FFFFCC; */
   padding: 2px; 
   height: 22px; 
   width: 509px; 
   border: 1px solid #7F9DB9; 
}	

span.error
{
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: red;
}

.yellow_form{
	color:#000000;
	font-weight:bold;
}

.orange_form{
	color:#FFFFFF;
	font-weight:bold;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
.style4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.story_heading {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.story_text {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.story_type {font-size: 16px}

.style5 {font-size: 12px}

.style6 {
	font-size: 10px;
	color: #FF0000;
}

#search_results{
	font-size:12px;
}

#search_results div.listing{
	margin: 3px 2px 5px 0px;
}


#map {
	color:#000000;
	font-size: 11px;
}

.regular a {
	color:#FFFFFF;
	text-decoration:none;
}

.regular a:hover {
	text-decoration:underline;
}

.info {
	font-size: 10px;
	font-weight: bold;
}

.form_section { 
	
}

.approx {
	color:#999999;
	font-size:10px;
	font-style:oblique;
}

#msg {
	font-size: 12px;
}


#header_logo {
	float: left;
	width: 300px;
}

#top_menu {
	float:right;
	text-align:right;
	width:100px;
	margin: 10px 10px 0 0;
}

#top_menu a {
	text-decoration:none;
	font-size:12px;
	color: #3359AE;
}

#top_menu a:hover {
	color: #000000;
}


#footer_links {
	margin: 10px 0 10px 0;
	border-top: 0px solid #999;
	border-bottom: 0px solid #999;
	padding: 10px 0 10px 100px;
	height: 85px;
}

#footer_links .footer_section {
	float: left;
	width: 160px;	
	text-align: left;
}

#footer_links a {
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 12px;
}

.b1, .b2, .b3 {
	display: block;
	height: 1px;
	line-height: 1px;
}

span.example_desc {
	display: none;
}


a.single_listing {
	display: block;
	clear: both;
	text-decoration: none;
	color: #555;
	cursor: pointer;
}

a.single_listing:hover {
	background-color: #222;
	color: #fff;
}


div.single_listing {
	border-bottom: 1px dotted #777;
	display: block;
	width: 100%;
	margin: 5px;
	padding: 5px 0 0 0;
}

div.single_listing .price {
	border-right: 1px dotted #777;
	display: block;
	float: left;
	padding: 10px; 
	width: 75px;
	margin: 0 5px 0 0;
	font-weight: bold;
}

div.single_listing .type {
	margin: 5px;
	text-decoration: none;
	color: #aaa;
}

div.single_listing .type a {
	text-decoration: none;
}

div.single_listing .title {
	margin: 5px;
}