#tagline {
    font-size: 10px;
    text-align:center;
}
#logo {
    background:url(images/logobackgroundslice.png) repeat-x;
    position: relative;
    height: 50px;
}
#logo a {
    display:block;
}
#logo .social a {
    padding: 0;
}
#register {
    background:url(images/register.png) no-repeat;
    width: 237px;
    position:absolute;
    top: 13px;
    left: 200px;
    z-index: 3;
    height: 40px;
}
#followme {
    width: 270px;
    position:absolute;
    top: 15px;
    left: 460px;
    z-index: 3;
    height: 35px;
}
#followme span {
    float:left;
    color:white;
}
#login,  #logohome {
    background-color: #001642;
    position:absolute;
    top: 9px;
    right: 15px;
    z-index: 3;
    padding: 9px;
}
#login a, #logohome a {
    color: white;
    text-decoration: none;
    height: auto;
}
#login ul, #logohome ul {
    margin: 0;
}
#login li, #logohome li {
    list-style-type: none;
}
#logohome {
    right: 550px;
}
.social_small ul li {
    margin: 2px !important;
}
.social ul {
    position:relative;
    top: -5px;
}
.social ul li {
    margin: 0 2px 0 2px !important;
}
/* Corner radius */

.corner-tl { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; }
.corner-tr { -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; }
.corner-bl { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; }
.corner-br { -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; }
.corner-top { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; }
.corner-bottom { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; }
.corner-right {  -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; }
.corner-left { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; }
.corner-all { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.corner-all-large { -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
.corner-all-verylarge { -moz-border-radius: 36px; -webkit-border-radius: 36px; border-radius: 36px; }

/* Styling Divs */
div.inline {
    width: 100%;
    float: left;
}
div.inline div {
    width: auto !important;
    clear: none !important;
    padding-right: 25px;
}
div.inline label {
    display: inline !important;
    width: auto;
}
div.threecollist {
    width: 33%;
    float:left;
}
table input[type="checkbox"] {
    float:none !important;
}
.imagesummary {
    margin: 10px 0;
    float:left;
}
.imagesummary div {
    float:left;
}
.imagesummary .image {
    width: 180px;
}
.imagesummary .actions {
    padding: 10px 0 0 30px;
}
.buttons input[type="submit"] {
    display: inline;
}
#instruction p {
    margin: 10px 30px;
}
#instruction ol {
    margin: 10px 0 10px 45px;
}
.vbanner {
    width: 200px;
    background-color: grey;
    height: 400px;
}
.webpack, .packicon {
    float: left;
    height: 135px;
}
.packicon {
    margin: 0 10px;
    text-align: center;
    height: 90px;
}

.packicon input {
    display: block;
    margin: 8px auto;
}
.packicon img {
    width: 110px;
    height: 60px;
}
.current {
    background-color: #9999FF;
}
.addon {
    background-color: #E9E9E9;
}
.webpack p {
    margin: 8px;
    font-weight: bold;
    font-size: 120%;
}
.summarymidboxanchor {
    background-color:yellow;
    border:1px #83ADD3 solid;
    color:#83ADD3;
    margin-top:10px;
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
    display: block;
}
.ulamenities {
    list-style:disc;
    list-style-position:inside;
}
.numphotos {
    background-color:#83ADD3;
    margin-top:0;
    clear: both;
}
.numphotos p {
    color:white;
    font-weight:bold;
    margin-left: 8px;
}
.summarybox {
    border: #2566af 3px solid;
    padding: 10px;
}
.summarywrapper {
    margin-bottom: 12px;
    float: left;
}
.summarytitle {
    font-size:17px;
    font-weight:bold;
    margin: 0 0 8px 8px;

}
.centered {
    text-align: center;
    margin: auto;
}
.smallpic {
    display:inline;
}
.mainpic {
    margin-left: -30px;
}
.homeinfo {
    margin-left: 30px;
}
.homeinfo h4 {
    margin-top: 1.25em;
    margin-bottom: 0;
}
.homeinfo hr {
    width: 75%;
}
#registration-form img {
    display:block;
}
#registration-form {
    width: 420px;
    border: 5px solid #789;
    padding: 20px;
    background-color: #E9E9E9;
}
input[type=submit]:hover, .linkbutton:hover {
    cursor: pointer;
    color: #76C376;
}
div.flash
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}
.field_primary input[type="checkbox"], .field_primary label {
    float:none !important;
    display: inline !important;
    margin: .2em 0 .8em !important;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}
.fixedwidth30 {
    width: 30% !important;
    display: inline-block;
}
.submit {
    margin-top: 15px;
}
.breadcrumbs {
    margin: 8px 0 8px 15px;
}
.pager {
    float:left;
    width: 100%;
}
#bodywrapper {
    text-align: left;
}
#loginlogin .container .container {
    background-color: white;
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    margin-bottom: 40px;
}
#loginlogin .form {
    margin: 15px 0 15px 60px;

}
.expired, .deleted, .disabled, .inactive {
    color: red;
}
.pending {
    color: blue;
}
.review {
    color: orange;
}
#logininfo {
    background-color: lightgray;
    border: #9999FF 2px solid;
    padding: 8px;
}
#userinformation {
    font-size: 16px;
    background-color: #E9E9E9;
}
#userinformation hr {
    width: 95%;
    margin: 8px 0;
    background-color: #2566af;
}
#logininfo {
    font-size: 14px;
    margin-left: -40px;
    margin-right: -20px;
}
.mainpic img {
    border: white 5px solid;
}
.smallpic {
    margin-bottom: 8px;
}
.numphotos {
    border: 2px white solid;
    background-color: red;
    font-weight: bold;
    color: white;
    padding: 2px 8px;
    text-align: center;
}
#listingssearch #bodywrapper {
    background-color: #a6d0e2;
    opacity: .85;
    padding: 0 25px;
    border: white solid 8px;
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
}
.summaryinfo hr {
    background-color: #2566af;
}
.summaryinfo h4 {
    margin-bottom: 8px;
    font-size: 18px;
    color: #ffa500;
    font-weight: bold;
}
#managerapprove .list-view .span-19 {
    margin: 10px 0;
    border: 1px solid black;
    background-color: #ddd;
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    padding: 15px;
}
ul.dropdown a, ul.dropdown span {
    padding: 5px 20px;
}
ul.dropdown li.first {
    -moz-border-radius-topleft: 16px; -webkit-border-top-left-radius: 16px; border-top-left-radius: 16px;
    -moz-border-radius-bottomleft: 16px; -webkit-border-bottom-left-radius: 16px; border-bottom-left-radius: 16px;
}
ul.dropdown li.last {
    -moz-border-radius-topright: 16px; -webkit-border-top-right-radius: 16px; border-top-right-radius: 16px;
    -moz-border-radius-bottomright: 16px; -webkit-border-bottom-right-radius: 16px; border-bottom-right-radius: 16px;
}
ul.dropdown li ul li.first, ul.dropdown li ul li.last {
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.account {
    margin: 12px 0;
    padding: 15px;
    background-color: lightgray;
}
/*#detailwrapper {
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    border: 8px solid white;
}*/
#detailcontainer {
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    border: 2px solid #ffa500;
    padding: 15px;
    float: left;
    background-color: white;
}
.detailsidebar {
    background-color: white;
}
#smallimages img {
    -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
    margin: 4px;
}
#accountcreate #content, #profileedit #content {
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    border: 2px solid #ffa500;
    padding: 35px;
}
.verysmall {
    font-size: 12px !important;
}
.imagesummarydata {
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    border: 2px solid #2566af;
    padding: 15px;
}
.imagesummarydata img {
    -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
}
.form .field_hidephone label, .form .field_alternatecontact label {
    display: inline;
    margin-left: 15px;
    vertical-align: top;
}
#thinheader {
    border: 15px blue solid;
    padding: 10px 15px 15px 15px;
    margin-top: 5px;
}
#thinheader img, #thinheader h2 {
    display: inline;
    vertical-align: top;
}
#thinheader h2 {
    margin-left: 25px;
}
#accountrenew #content {
    float: left;
}
#rightsidebar .newlistings div {
    margin-left: 10px;
    margin-bottom: 0;
}
#rightsidebar div, #leftsidebar div {
    margin-bottom: 10px;
}
#rightsidebar div #newlistingstop, #leftsidebar div #newlistingstop {
    margin-bottom: 0;
}
#auxnavbar li {
    height: 170px;
}
#footer {
    padding-top: 15px;
}
#terms {
    padding: 15px;
}
#craigslist {
    padding: 20px;
}
#accountsubscribe .container {
    background-color: white;
    opacity: .85;
}
#accountsubscribe .container div {
    opacity: 1;
}
#accountsubscribe h1 {
    margin: 12px;
}
.subpack, #total, #visiblity {
    padding: 8px;
}
#accountprocesspayment #content {
    padding: 12px;
}
#accountprocesspayment form label {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 15px;
}
#loading {
  width: 100%;
  height: 190px;
  top: -290px;
  left: 0px;
  position: relative;
  background-color: #000;
  z-index: 99;
  text-align: left;
  display: none;
  color: white;
  font-size: 24px;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
.whitebox {
    background-color: white;
    padding: 15px;
    clear: both;
}
.account img {
    float: left;
    margin-right: 15px;
}
.listingimage {
    width: 160px;
    height: 120px;
}
.account li {
    clear: both;
    float:left;
}
#welcome {
    padding: 15px 0 0 35px;
}
.inlineform label {
    float: left;
    width: 150px;
    display: inline !important;
    margin: .2em 0 .5em;
}
.inlineform input, .inlineform select {
    float: left;
}
.inlineform .row {
    clear: both;
}
/*
#messages div {
    margin-top: 8px;
    padding: 15px;
    border: 2px red solid;
    -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;

}
*/
#overviewdetails p + p {
    margin-top: -1.5em;
}
/*.ui-tabs .ui-tabs-hide {
    position: absolute !important;
    left: -10000px !important;
    display:block !important;
}*/
#detailcontainer td, #detailcontainer th {
    padding: 0;
}
#sitecontact #content,#sitelinks #content  {
    border: #2784BE 4px solid;
    -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px;
    padding: 15px;
}
#sitecontact #content h1,#sitecontact #content p {
    margin-bottom: 1em;
}
.detailamenities li, #listingoptions li {
    list-style-type: disc;
    margin-left: 30px;
}
.underline {text-decoration: underline;}
.availmonth { width: 80px; display: inline-block; font-weight:bold;}
.availstate { width: 100px; display: inline-block;}
.avstate10 {color:green;}
.avstate5 {font-style: italic;}
.avstate1 {color: red;}
.availwidget h4 {
    margin-bottom: 0;
}
.summarymidbox ul { margin: 0;}
.subdued {
    font-size: smaller;
    color: #999;
}
.housesummary {
    font-size: larger;
    font-weight: bold;
}
.amenitieslist {
    list-style-type: disc;
}
.amenitieslist li {
    list-style-type: disc;
    float: left;
    display: inline-block;
    width: 130px;
}
.monthlyrates label, .monthlyrates input {
    diplay: inline;
    float: left;
    width: 60px;
    margin: 0.2em 0.3em 0.5em;
}
.monthlyrates label {
    width: 40px;
    text-align: right;
    margin-top: .3em;
}
.mmdiscount label, .mmdiscount input {
    diplay: inline;
    float: left;
    width: 60px;
    margin: 0.2em 0.3em 0.5em;
}
.mmdiscount label {
    width: 220px;
    text-align: right;
    margin-top: .3em;
}
#wizard .mmdiscount .row {
    clear: none;
}
.detailsidebar, #EGMapContainer1 {
    -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    border: 2px solid #ffa500;
}
#contactfrm li input {
    float: right;
}
#contactfrm li {
    clear: both;
}
.headerlabel {
    font-weight: bold;
    font-size: larger;
}
.textleft {
    text-align: left !important;
}
.textright {
    text-align: right !important;
}
.detect {
    display: none;
}
#homeeditrates #wizard fieldset, #homeeditrates #wizard td {
    padding-bottom: 0;
    margin-bottom: 0;
}
.checkmark {
   list-style-image: url(/img/Checkmark.jpg) !important;
}
.packiconsmall img {
    width: 80px;
}
.subpack img {
    width: 100px;
    margin: 0 15px 15px 0;
}
.subpack li {
    list-style-type: disc;
    margin: 0 15px 10px 130px;
}
.subpack p {
    margin-right: 15px;
}
.noinput {
    border: none !important;
}
#homeviewLeads .view b {
    display: inline-block;
    width: 150px;
}
.availcalon, .availcaloff {
    margin-top: 15px;
}
.availcaloff {
    margin-bottom: 25px;
}
.availcalon {
    display: none;
}
div ol li {
    list-style-type: decimal;
    margin-left: 40px;
}
#listingwizard, #wizard {
    background: url('images/h800.png') repeat-x #BFBFBF;
}
#wizard {
    padding: 25px;
}