body {
    background: #E3E9F0;
    text-align: center;
}

h2 {
    line-height: 1.2em;
}

#wrapper {
    background: #FFF;
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
}

#header {
    clear: both;
    background: #3C4860 url('../images/header_bg.png') repeat-x;
    color: #FFF;
    padding: 10px 0 0;
    height: 11 3px;
    text-align: center;
}

#header a { color: #FFF; }

#logo {
    margin-top: 10px;
    float: left;
    display: block;
    height: 68px;
    width: 361px;    
}

#logo a {
    background: url('../images/gas-stations-usa-logo.png') no-repeat;
    display: block;
    height: 68px;
    text-indent: -9999px;
    width: 361px;
}

#header .phone {
    width: 300px;
    float: right;
}

#header .phone h3 {
    border: none;
    color: #FBC73B;
    font-size: 22px;
    margin: 0;
}

#header ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

#nav_wrap {
    background: #21466F url('../images/nav_bg.png') repeat-x;
}

#navbar {
    margin: 0 !important;
    overflow: hidden;
    border-left: 1px solid #1A3757;
    
}

#navbar li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    
}

#navbar a {
    border-left: solid #3E81C4;
    border-right: solid #1A3757;
    border-width: 0 1px;
    padding: 10px 15px;
    display: block;
    float: left;
}

#navbar .last {
    border-right: 1px solid #3E81C4;
    
}

#navbar a:hover,
#navbar .active a {
    background: #2C5D92;
    text-decoration: none;
}

#sidebar {
    width: 300px;
    float: right;
}

#footer {
    margin-top: 0px;
    padding: 30px 0;
    clear: both;
    text-align: center;
}

#footer ul.inline {
    float: right;
    list-style-type: none;
}

#footer ul.inline li {
    display: inline;
    padding: 0 10px;
}

.subnav {
    list-style-type: none;
    margin-left: 0;
}

.subnav a {
    display: block;
    border-bottom: 1px solid #C4D7E7;
    padding: 3px 0;
}

.subnav a:hover {
    text-decoration: none;
    background: #C4D7E7;
}

#footer ul.inline li {
    border-right: 1px solid #666;
}

.footer_footer {
    padding: 5px 0;
    border-bottom: 1px solid #C4D7E7;
    border-top: 1px solid #C4D7E7;
    overflow: hidden;
    
}

.footer_footer ul,
.footer_footer p {
    margin-bottom: 0;
    padding-bottom: 0;
    
}

#logos {
    margin-top: 30px;
}

#logos ul {
    margin: 0;
}

#logos li {
    display: inline;
    padding: 10px 8px;
}

#footer_services ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer_services {
    font-size: 11px;
    margin-bottom: 30px;
}

/* Home Page*/

#property_spinner {
    border: 5px #FFF solid;
    overflow: hidden;
    position: relative;
    height: 250px;
    width: 590px;
}

#property_spinner .tabs {
    list-style-type: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 298px;
}


#property_spinner .tabs li {
    padding-right: 8px;
    position: relative;
    z-index: 2;
}

#property_spinner .tabs a {
    background: url('../images/spinner_tab_bg.png') repeat-x #3B7BAE;
    color: #FFF;
    padding: 5px 20px 0 10px;
    display: block;
    font-size: 11px;
    height: 79px;
    text-decoration: none;
}

#property_spinner .tabs .ui-state-active {
    background: url('../images/spinner_active.png') 100% 49%  no-repeat;
}

#property_spinner .tabs a strong {
    font-size: 16px;
}

#property_spinner .tabs a:hover {

}

#property_spinner .properties {
    background: #444;
    text-align: center;
    float: right;
    overflow: hidden;
    width: 300px;
}

#property_spinner .property {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 300px;
}

#property_spinner .property a {
    width: 300px;
    display: block;
    height: 250px;
}

#property_spinner .url {
    display: none;
}

#property_spinner .property .featured {
    background: url('../images/featured_banner.png') no-repeat;
    display: block;
    height: 108px;
    right: 0;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 108px;
    z-index: 10;
}

.nav_tabs {
    background: #FFF;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    zoom: 1;
}

.nav_tabs li {
    display: inline;
    overflow: hidden;
}

.nav_tabs li a {
    background: #2C5D93 url('../images/tab_bg.jpg') repeat-x;
    border:1px solid #3B7BAE;
    color: #FFF;
    display: inline-block;
    float: left;
    padding: 8px 10px;
    margin-right: 4px;
    position: relative;
}

.nav_tabs li a:hover,
.nav_tabs li.active  a {
    background-position: 0 -45px;
    text-decoration: none;
}

/* Prperty list */

#sort_controls {
    margin-bottom: 10px;
}

#sort_controls select {
    margin-right: 10px;
}

#sort_controls #submit {
    margin-top: 6px;
}

.property_listing .property {
    background: #EEF2F6;
    overflow: hidden;
    margin-bottom: 2px;
    padding: 10px;
}

.property_listing .property:hover {
    cursor: pointer;
}

.property_listing .alt {
    background: #F9FBFC;
}


.property_listing .property .image {
    float: left;
    width: 110px;
}

.property_listing .property ul {
    float: left;
    list-style-type: none;
    width: 260px;
    margin-right: 0;
    margin-bottom: 0;
}

.property_listing .property .price {
    border-bottom: none;
    color: #4D4D4D;
    float: right;
    font-size: 24px;
    font-weight: normal;
}

/* Single Property Page */
.property_page .photos {
    float: left;
    padding-bottom: 30px;
    width: 300px;
}

.details #freeform dt {
    display: none;
}

.details #freeform dl {
    margin-bottom: 5px;
}


.property_page .photos img {
    display: block;
}

.property_page .photos .additional a {
/*    display: block;*/
float: left;
    margin: 20px 15px 10px;
}

.property_page .photos .additional .first {
    margin-left: 0;
}

.property_page .details {
    float: right;
    padding-bottom: 30px;
    width: 240px;
}

.attribute_list {
    margin-left: 0;
    margin-right: 0;
}

.attribute_list li {
    background: #EEF2F6 url('../images/arrow_green.png') 10px 50% no-repeat;
    display: block;
    margin-bottom: 2px;
    padding: 5px 10px 5px 35px;
}

.attribute_list li.alt {
    background-color: #F9FBFC;
}

#request_more_info input {
    width: 235px;
    margin-bottom: 5px;
}

#request_more_info p {
    margin-bottom: 0;
}

#request_more_info p input {
    width: auto;
    margin-top: -1em;
}

/* Contact Page */

#contact_wrap .left_col {
	padding: 10px;
	background:#EEF2F6;
	float: left;
	width: 360px;
}

#nda_wrap {
    background:#EEF2F6;
	padding: 10px;
	overflow: hidden;
}

#contact_wrap .right_col {
	float: right;
	width: 160px;
}

#contact_wrap .right_col img {
	border: 1px solid #CCC;
}

/* News Page*/
#news_list {
}

#news {
    width: 390px;
    float: left;
}

#news_list .entry {
    overflow: hidden;
    padding: 10px 10px 0;
    background: #EEF2F6;
    margin-bottom: 2px;
}

#news_list .alt {
    background: #F9FBFC;
}

#news_list #categories {
    width: 180px;
    float: right;
}

#categories h3 {
	margin-bottom: 0;
}

#categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#categories .view_all,
#categories li a {
/*  border-bottom: 1px solid #C4D7E7;*/
background: #EEF2F6;
margin-bottom: 2px;
	display: block;
	padding: 8px;
}

#categories .view_all:hover,

#categories li a:hover {
	background: #EEF2F6;
	text-decoration: none;
}

#categories li .active {
    color: #333;
    font-weight: bold;

}

#shar_this {
	padding-top: 30px;
}

/* faq accordion */

.accordion {
    overflow: hidden;
    position: relative;
}

.accordion dt {
    color: #2C5D93;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.accordion dt:hover {
    cursor: pointer;
    text-decoration: underline;
}

.accordion dd {
    padding-bottom: 20px;
    display: block;
    position: relative;
}

/* rack prices */

.rack_price_tables div {
    display: none;
}

.rack_price_tables td {
    border-bottom:1px solid #C4D7E7;
}

/* Newsletter Widget */

input#mce-EMAIL {
    width: 130px !important;
    float: left;
}

#mc-embedded-subscribe {
    margin: 0 0 0 3px;
}

.content_upper #rack_prices_widget {
    margin-bottom: 0;
}


/* Form Overrides */
fieldset {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    padding: 4px 3px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #555555;
}

select {
    padding: 5px 3px;
}

textarea {
    padding: 5px;
	width: 350px;
}

form dl dd {
    margin-left: 0;
}

#contact_form dl {
    margin-bottom: 10px;
}

#contact_form textarea {
    height: 150px;
}

/* faq widget*/
#faq_widget p {
    padding-bottom: 10px;
}

.faq_q,
.faq_a {
    padding-left: 25px;
}

.faq_q {
    background: url('../images/q_bg.png') 0 5px  no-repeat;
    font-weight: bold;
    font-style: italic;
}

.faq_a {
    background: url('../images/a_bg.png') 0 5px  no-repeat;
}

#stories_widget .title {
/*    color: #2C5D93;*/
    font-style: italic;
    font-weight: bold;
}

/* General classes*/

.paginate,
.pagination {
    overflow: hidden;
    margin-top: 30px;
	padding-bottom: 20px;
}

.paginate span {
	display: inline;
}

.paginate  .links {
	clear: both;
	overflow: hidden;
}


.paginate strong,
.paginate  .links a {
    background: #3B7BAE;
    color: #FFF;
	border: 1px solid #CCC;
	display: inline-block;
	padding: 5px 11px;
	margin: 0;
	clear: none;
	position: relative;
}

.paginate strong {
    border: none;
    background: #ccc;
    color: #999;
}

.paginate .links a {
    color: #FFF;
	background: #3B7BAE;
}

.paginate .links a:hover {
	text-decoration: none;
	background: #448BBC;
}


#freeform .controls input,
.button {
    background: url('../images/btn_bg.png') repeat-x #3b7bae;
    border: 1px solid #3b7bae;
    color: #FFF;
    display: block;
    padding: 6px 10px 4px;
}

.button {
    padding: 5px 10px;
}

#freeform .controls input:hover,
.button:hover {
    text-decoration: none;
    opacity: .95;
}

#freeform .controls input:focus,
.button:focus {
    text-decoration: none;
    
}

#freeform .controls input:active,
.button:active {
    opacity: 1;
    padding: 7px 10px 3px;        
}

.button:active {
    opacity: 1;
    padding: 6px 10px 4px;
}


#content_wrap {
    padding-top: 30px;
    overflow: hidden;
}

.center {
    margin: 0 auto;
    text-align: left;
    width: 865px;
}

.content {
    background: #E3E9F0;
    float: right;
    padding: 20px 20px 10px;
    width: 560px;
    overflow: hidden;
    position: relative;
    display: block;
}

#news_wrap {
    width: 580px;
    padding: 10px 10px 10px;
}

#with_tabs {
    padding: 0;
    width: 600px;
    
}

#with_tabs .inner {
    padding: 30px 20px 10px;
}

.sidebar {
/*    margin-right: 30px;*/
    float: left;
    width: 235px;
    zooom: 1;
    position: relative;
}

.content_upper {
    background: #E3E9F0;
    display: block;
    padding: 30px 0;
    margin-bottom: 30px;
}

.content_upper .content {
    padding: 0;
    width: 600px !important;
}

#content_lower .content {
    background: #FFF;
    padding: 0;
    width: 600px;
}

.one_third {
    float:left;
    padding-right: 30px;
    width: 285px;
}

.percent_one_third {
    float: left;
    width: 33%;
}

.two_thirds {
    float: left;
    padding-right: 30px;
    width: 600px;
}

.one_fourth {
    float: left;
    margin-right: 30px;
    width: 230px;
}

.no_pad {
    padding-right: 0;
}

.box {
    padding: 5px 10px 10px;
    background: #E3E9F0;
    overflow: hidden;
    margin-bottom: 20px;
    zoom: 1;
}

.box p {
    margin-bottom: 5px;
}

.box fieldset {
    margin: 0;
}

.content_upper .box {
    background: #FFF;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.bottom_box {
    clear: both;
    overflow: hidden;
}

.attachment {
    background: #E3E9F0;
    padding: 5px 10px;
}

.bottom_box .half {
    background: none repeat scroll 0 0 #EEF2F6;
    float: left;
    min-height:150px;
    height:auto !important;
    height:150px;
    margin: 20px 20px 10px 0;
    padding: 10px;
    width: 250px;
}

.bottom_box .last {
    margin-right: 0 !important;
}

.smaller p {
	font-size: 11px;
}

#mce-responses {
    margin-top: 10px;
}
div#mce-error-response,
div.mce_inline_error {
    width: 190px !important;
    clear: both;
}

div.mce_inline_error {
        padding: 10px !important;
        margin: 10px 0 !important;

}

div#mce-error-response,
div#mce-success-response {
    display: none;
            font-weight: bold !important;
}

div.mce-success-response {
    width: 190px !important;
    clear: both;
    padding: 10px !important;
    margin: 10px 0 !important;
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    
}

input.mce_inline_error {
    width: 200px !important;
}
#form_feedback {
    padding: 5px;
/*    background-color:#FFEEEE;*/
    color:#FF0000;
    font-weight:bold;
}

#faux_texarea {
    background: #FFF;
    padding: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #555555;
    
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #B8B8B8;
    
}
