
/* Grid.css */

/* `Container 
----------------------------------------------------*/
.container { margin: 0 auto; width: 960px;}

/* `Grid 
----------------------------------------------------*/
/* shared structure */
.grid_1,.grid_2,.grid_3,.grid_4,
.grid_5,.grid_6,.grid_7,.grid_8,
.grid_9,.grid_10,.grid_11,.grid_12 { display: inline; float: left; position: relative; margin-left: 10px; margin-right: 10px; }

.grid_1 { width: 60px; }
.grid_2 { width: 140px; }
.grid_3 { width: 220px; }
.grid_4 { width: 300px; }
.grid_5 { width: 380px; }
.grid_6 { width: 460px; }
.grid_7 { width: 540px; }
.grid_8 { width: 620px; }
.grid_9 { width: 700px; }
.grid_10 { width: 780px; }
.grid_11 { width: 860px; }
.grid_12 { width: 940px; }

/* `Prefix Extra Space
----------------------------------------------------*/
.prefix_1 { padding-left: 80px; }
.prefix_2 { padding-left: 160px; }
.prefix_3 { padding-left: 240px; }
.prefix_4 { padding-left: 320px; }
.prefix_5 { padding-left: 400px; }
.prefix_6 { padding-left: 480px; }
.prefix_7 { padding-left: 560px; }
.prefix_8 { padding-left: 640px; }
.prefix_9 { padding-left: 720px; }
.prefix_10 { padding-left: 800px; }
.prefix_11 { padding-left: 880px; }

/* `Suffix Extra Space
----------------------------------------------------*/
.suffix_1 { padding-right: 80px; }
.suffix_2 { padding-right: 160px; }
.suffix_3 { padding-right: 240px; }
.suffix_4 { padding-right: 320px; }
.suffix_5 { padding-right: 400px; }
.suffix_6 { padding-right: 480px; }
.suffix_7 { padding-right: 560px; }
.suffix_8 { padding-right: 640px; }
.suffix_9 { padding-right: 720px; }
.suffix_10 { padding-right: 800px; }
.suffix_11 { padding-right: 880px; }

/* `Push Space
----------------------------------------------------*/
.push_1 { left: 80px; }
.push_2 { left: 160px; }
.push_3 { left: 240px; }
.push_4 {	left: 320px; }
.push_5 { left: 400px; }
.push_6 { left: 480px; }
.push_7 { left: 560px; }
.push_8 { left: 640px; }
.push_9 { left: 720px; }
.push_10 { left: 800px; }
.push_11 { left: 880px; }

/* `Pull Space >> Global
----------------------------------------------------*/
.pull_1 { left: -80px; }
.pull_2 { left: -160px; }
.pull_3 { left: -240px; }
.pull_4 { left: -320px; }
.pull_5 { left: -400px; }
.pull_6 {left: -480px; }
.pull_7 { left: -560px; }
.pull_8 { left: -640px; }
.pull_9 { left: -720px; }
.pull_10 { left: -800px; }
.pull_11 { left: -880px; }

/* `Misc Class & Helpers
----------------------------------------------------*/
/* first and last columns */
.grid_first { margin-left: 0; }
.grid_last { margin-right: 0; }

/* horizontal lines */
hr { background: #ddd; color: #ddd; clear: both; float: none; width: 100%; height: 0.1em; margin: 0 0 1.45em; border: none; }
hr.space { background: #fff; color: #fff; visibility: hidden; }

/* structure */
.clearfix:after, .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.clearfix, .container { display: block; }
.clear { clear: both; }
     
     
     /* Typography.css */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) 
-------------------------------------------------------------- */
html { font-size:100.01%; }
body { 
  font-size: 75%;
  color: #222; 
  background: #77787A;
  font-family: Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */
p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */
li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */
table         { margin-bottom: 1.4em; width:100%; }
th            { font-weight: bold; }
thead th 		  { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td    { background: #e5ecf9; }
tfoot         { font-style: italic; }
caption       { background: #eee; }


/* Forms
-------------------------------------------------------------- */
input[type=text], input[type=password],
input.text, input.title,
textarea, select { background-color: #fff; border: 1px solid #bbb; }

input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus { border-color: #666; }

input[type=text], input[type=password],
input.text, input.title,
textarea, select { margin: 0.5em 0; }

input.text,
input.title   { width: 300px; padding: 5px; }

input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio { position: relative; top: 0.25em; }

form.inline { line-height: 3; }
form.inline p { margin-bottom: 0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* Misc classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0;}
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


     
     
     
 #global_nav li.current {
  background-color: #f8971d; }

#subhead_wrapper {
  background-color: #f8971d; }

#subnav_wrapper ul li.current {
  background-position: 15px -262px; }

#main_content h3, #main_content a, #main_content th {
  color: #f8971d; }
#main_content #localize_link {
  font-size: 0.95em;
  margin-bottom: 1.5em; }
  #main_content #localize_link .current_zip {
    color: #77787a;
    font-style: italic;
    padding-right: 5px; }
#main_content table#listings {
  border-collapse: collapse; }
  #main_content table#listings th {
    font-size: 1.2em;
    border-bottom: solid 1px #F8971D; }
    #main_content table#listings th.size {
      padding-left: 15px; }
  #main_content table#listings td {
    font-size: 0.9em;
    padding: 15px; }
    #main_content table#listings td p {
      margin-bottom: 0; }
    #main_content table#listings td.size {
      color: #77787a;
      font-size: 1.67em;
      font-wwight: bold;
      vertical-align: text-top;
      width: 110px; }
      #main_content table#listings td.size a.btn_reserve_now {
        background: transparent url("../images/button_gradients.png") 0 -32px;
        color: #fff;
        display: block;
        font-size: 0.65em;
        font-weight: bold;
        height: 20px;
        margin-top: 5px;
        padding: 2px 10px;
        text-decoration: none;
        width: 85px; }
    #main_content table#listings td.features {
      width: 250px; }
      #main_content table#listings td.features .full_desc {
        display: none; }
    #main_content table#listings td.localize_cta {
      padding-left: 50px;
      width: 520px; }
      #main_content table#listings td.localize_cta a {
        font-size: 1.3em;
        font-weight: bold; }
    #main_content table#listings td.cost {
      width: 100px; }
    #main_content table#listings td.specials {
      width: 150px; }
      #main_content table#listings td.specials label {
        display: block;
        margin: -14px 0 0 23px;
        width: 125px; }
    #main_content table#listings td.distance {
      width: 60px; }

div#fancy_inner {
  background: #f8971d; }
  div#fancy_inner div#fancy_div {
    background: #fff;
    color: #000; }
    div#fancy_inner div#fancy_div p {
      padding: 0 15px; }
      div#fancy_inner div#fancy_div p.modal_title {
        background: #f8971d;
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 0.75em;
        padding: 0 0 5px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase; }
    div#fancy_inner div#fancy_div img.unit_image {
      display: block;
      margin: 0 auto 20px; }
    div#fancy_inner div#fancy_div #box_special_details ul {
      padding: 0 0 1.5em 30px;
      width: 370px; }
    div#fancy_inner div#fancy_div #box_special_details li {
      float: left;
      margin-right: 10px;
      width: 175px;
      list-style-position: inside; }
    div#fancy_inner div#fancy_div #box_special_details p.error {
      clear: both;
      padding: 5px;
      margin: 15px; }

#ajax_modal {
  display: none; }

 