@media print{
  /* Does this need a print style or does it print fine as is? */
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    background: #FFF url(../images/banner-bg.png) repeat-x top;
    margin: 0px;
    padding: 0px;
}
div#wrapper{
    width: 965px;
    margin: 0px auto 40px auto;
    position: relative;
    /* background: url(../images/20px-lines.gif);*/ /* Remember to remove this. */
}
div#banner{
    background: url(../images/banner-rl-bg-965x128.png) no-repeat top left;
    width: 965px;
    height: 128px;
    overflow: hidden;
}
h1{
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    margin-top: 42px;
    margin-left: 200px;
}
h1 span.stateName{
    text-transform: uppercase;
    display: block;
    font-size: 60px;
    line-height: 62px;
}
div#contentPrimary{
    margin-left: 200px;
    margin-top: 10px;
}
h2, h3{
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 40px;
    color: #333;
}
h2{
    font-size: 24pt;
}
h3{
    font-size: 18pt;
    white-space: nowrap;
}
div#contentPrimaryp,
div#contentPrimary ul li {
    color: #333;
}
div#contentPrimary p{
    margin: 0;
    width: 36em;
    font-size: 14px;
}
div#contentPrimary p+p{
    text-indent: 1.5em;
}
#map{
    width: 760px;
    height: 476px;
    border: 2px solid #000;
    margin-top: 21px; /* Align to vertical grid. */
}
div.mapCaption{
    background-color: #ccc;
    width: 756px;
    border: 2px solid #000;
    border-top: 0px; /* To collapse with bottom border of map itself. */
    margin-top: 0px;
    padding: 4px 2px;
    height: 50px; /* Combine with border and padding to equal 60, multiple of 20px. */
}
div#contentPrimary div.mapCaption p{
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
    width: 100%;
}
address{
    white-space: nowrap;
    font-style: normal;
}
span.range{font-weight: bold;}

div#rangeList{
    margin-top: 40px;
}

div.rangeInfo{
    width: 760px;
    border-top: 0px solid #ccc; 
    padding-top: 0px;
    padding-bottom: 19px;
    clear: both;
    overflow: hidden;
}
div.rangeInfo:hover{
    outline: 1px solid #ccc;
}
div.mapped{
    background: url(../images/mapped.png) no-repeat top left;
}
div.unmapped{
    background: #FEE url(../images/unmapped.png) no-repeat top left;
}
div.unmapped span.corrections a{
    color: #F00;
}
div.rangeInfo h3{
    font: normal 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    margin-left: 16px;
    margin-top: -1px; /* For vertical alignment to baseline of adjacent column's text. */
    width: 188px;
    white-space: normal;
    text-align: right;
    color: #000;
}
div.rangeInfo h3,
div.rangeInfo div{
    float: left;
}
div.rangeInfo div{
    margin-left: 10px;
    width: 540px;
    color: #333;
    font-size: 14px;
}
div.rangeInfo div address{
    display: inline;
    padding-right: 5px;
}
div.rangeInfo div span.phone{
    padding-right: 5px;
}
div.rangeInfo div span.sports,
div.rangeInfo div span.access{
    display: block;
}

fieldset{
    margin-bottom: 2em;
}
legend {
    text-transform: lowercase;
    font-variant: small-caps;
    color: brown;
}
label {
    display: block;
    margin-top: 1.5em;
    text-transform: lowercase;
    font-variant: small-caps;
    color: #000;
}
input[type=text],
input[type=email]{
    width: 20em;
}
textarea{
    width: 30em;
    height: 10em;
}

div#contentSecondary{
    position: absolute;
    width: 160px;
    top: 180px;
    left: 0px;
}
div#contentSecondary h2{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #F00;
}
div#contentSecondary h2 + p{
margin-top: 0px;
}
div#contentSecondary p{
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0px;
}


form#switchStates{
    margin: 0px;
    height: 20px;
    text-align: right;
}
form#switchStates fieldset{
    border: none;
    margin: 0px;
    padding: 0px;
}
form#switchStates label{
    display: inline;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}
/* Google AdSense, Project Wonderful div */
#AdSense,
#projectWonderful{
    width: 160px;
    margin-bottom: 40px;
}



/* State pages */

#contentPrimary #suggestNewRange{
    color: #f00;
    text-transform: uppercase;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
    width: 100%;
}
#suggestNewRange a{
    color: #f00;
}
form#rangeFilter{
    margin: 20px 0px;
    height: 80px;
    padding: 0px;
    display: none;
}
form#rangeFilter label{
    padding: 0px;
    margin: 0px;
}
#filterFeedback{
    font-weight: normal;
    color: #666;
    padding-left: 10px;
}
p.fieldNotes{
    font-size: 80%;
    color: #666;
    margin: 3px 0px;
}
form#rangeFilter label,
form#rangeFilter p.fieldNotes{
    width: 535px;
    margin-left: 200px;
}

/* Contact page */
#contact div#rangeData{
    font-size: 80%;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 10px;
    width: 75%;
    line-height: 1.3;
}
#contact strong.rangeName{
    font-size: 120%;
}
#contact form{
    margin-top: 1em;
}
#contact div#contentSecondary{
    top: 133px;
}
#contact form ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#contact form li{
    margin: 0;
    padding: 0;
}



/* Form Feedback Styles */
.formFeedback{
    border: 1px solid black;
    padding: 1em;
}
.formFeedback h2{
    font-size: 1.6em;
    margin-top: 0;
}
.formSuccess{
    background-color: #cfc;
    border-color: green;
}
.formError{
    background-color: #fcc;
    border-color: red;
}
