/*
red-orange      #C41200
orange          #ED5100
new yellow      #fffed7
highlight       #9ACDCE
baby blue       #CCE5E2
gray blue		#5D478B
navy blue		#191970
maroon 			#7c0d0a
brown-orange    #C41200
*/
body {
    font-family: arial, verdana, sans-serif;
    margin: 0px;
    text-align: center;
    font-size: 65%;
    height: 100%;
    background-color: ghostwhite;
}

div, td {
    font-family: arial, verdana, sans-serif;
    color: #555;
    text-align: left;
}

input, textarea, select, radio {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}

select {
    height: 22px;
    color: #5D478B;
}

#whole-body {
    padding: 5px 5px 5px 5px;
    border: 0 solid #cecece;;
    width: 990px;
    margin: 0px auto 0px auto;
    position: relative;
    display: block;
    background-color: #fff;
    min-height: 800px;
    height: 100%;
    border: 1px solid #cecece;;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

#content-full-section {
    width: 975px;
    clear: left;
    margin: 0px auto 0px auto;
    position: relative;
}

#content-left-wide-section {
    width: 635px;
    float: left;
    margin: 0px auto 0px auto;
    position: relative; /*border-right: solid 1px #fffed7;*/
}

#content-right-narrow-section {
    width: 310px;
    float: left;
    margin: 0px auto 0px auto;
    position: relative;
}

#content-equal-section {
    width: 465px;
    float: left;
    margin: 1px auto 1px auto;
    position: relative;
}

#content-side-section {
    width: 160px;
    float: left;
    margin: 10px auto 1px 0;
    position: relative;
    height: 100%;
    /*border:1px dashed;*/
}

.content-side-sub-section {
    clear: both;
    width: 100%;
    position: relative; /*border: solid 1px silver;*/
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 0 20px 0;
    background-color: white;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.content-side-sub-section h2 {
    background-color: lavender;
    margin: 0 0 5px 0;
    padding: 5px; /*text-align:left;*/
}

#content-left-section {
    width: 565px;
    float: left;
    margin: 5px auto 1px 10px;
    position: relative;
}

#content-right-section {
    width: 220px;
    float: right;
    /*border: 1px dashed;*/
    margin: 10px auto 1px 5px;
    position: relative;
}

#content-right-sub-section {
    clear: both;
    width: 100%;
    position: relative; /*border: solid 1px silver;*/
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 0 20px 0;
}

#content-right-sub-section h2 {
    background-color: lavender;
    margin: 0 0 10px 0;
    padding: 5px; /*text-align:left;*/
}

#top-section {
    height: 156px;
    width: 995px;
    margin: 0px auto 0px auto;
    position: relative;
    text-align: center;
}

#search-section {
    height: 50px;
    clear: left;
    width: 980px;
    margin: 0px auto 0px auto;
    position: relative;
    background-color: lavender;
    padding-bottom: 5px;
    height: 50px;
    padding-top: 10px;
    border: 1px solid #cecece;;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3); /*zIndex: 2000;*/
}

#footline-section {
    height: 50px;
    clear: left;
    width: 995px;
    margin: 0px auto 0px auto;
    position: relative;
}

#footer-section {
    width: 995px;
    margin: 10px auto 0px auto;
    position: relative;
    text-align: center;
    display: block;
    background-color: lavender;
    height: 60px; /*border: 1px dashed #f8d800;*/
}

/* Set-up everything to 0 */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial, verdana, sans-serif;
    font-weight: bold; /*color: #5D478B;*/
    color: #01336b;
    font-size: 1.4em;
    margin: 7px 5px 0 10px;
}

h2 {
    color: #C41200;
    font-size: 1.3em;
}

h3 {
    color: #b35f00;
    font-size: 1.2em;
    clear: both;
}

h4 {
    font-size: 1.2em;
    color: #444;
}

a, a:link, a:visited {
    color: #933;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #009900;
}

a img {
    border: 0
}

p {
    font-size: 1em;
    padding: 1px 0;
}

form input, form textarea {
    padding: 2px;
    color: #5D478B;
}

.button {
    margin-top: 20px;
    padding: 1px;
}

.result-item {
    margin: 8px 5px;
    float: left;
}

.result-item a {
    margin: 4px 0 0 0;
    display: block;
    font-size: 1.1em;
}

.result-item a.listing {
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 0 0 0;
    color: #5D478B;
}

.result-item a.listing:hover {
    color: #ED5100;
    text-decoration:underline;
}

.result-item a.item {
    font-size: 1.1em;
    padding: 4px 0 0 0;
    color: blue;
}

.result-item a.item:hover {
    color: #ED5100;
    text-decoration:underline;
}


.result-item a.city {
    font-size: .9em;
    color: #5D478B;
}

.result-item p span.city {
    font-size: .9em;
    color: #555;
}

.result-item a.category {
    font-size: .9em;
    color: #C41200;
}

.result-item a.member {
    font-size: 1em;
    color: #C41200;
}

.result-item p span.small {
    font-size: .9em;
    color: #999; /*font-style: italic;*/
}

.result-item p {
    padding: 0 0;
    margin: 0 0;
}

.result-item p.review {
    font-size: 1em;
    color: #444;
}

.result-item p a {
    display: inline;
}

.result-item p span a {
    color: blue;
    font-size: .9em;
}

.result-item p span a {
    color: #999;
    text-decoration: none
}

.result-item p span a:hover {
    color: #009900;
}

.result-item img {
    margin: 0 10px 0 5px;
    float: left;
    width: 50px;
    height: 50px;
}

#content-left-section h1 {
    margin: 10px 10px;
    padding-top: 0;
}

#content-left-section p {
    max-width: 565px;
    font-size: 1.1em;
    margin: 10px 10px 10px 10px;
    line-height: 1.3em;
    text-align: justify;
}

#content-left-section img {
    margin: 0 10px 0 5px;
    float: left;
    width: 200px;
    height: 200px;
}

#content-left-section .result-item p {
    padding: 0 0;
    margin: 0 0;
}

#content-left-section .result-item img {
    margin: 0 10px 0 5px;
    float: left;
    width: 50px;
    height: 50px;
}

input, select, radio {
    margin-top: 2px;
    margin-right: 2px;
    font-size: 12px;
    font-weight: 400;
}

#left-section ul li {
    font-size: 1.1em;
    line-height: 1.5em;
}

#left-section ul li.promo {
    border-top: 1px dashed #933;
    border-bottom: 1px dashed #933;
}

#left-section ul li ul {
    margin: 0;
}

#left-section ul li ul li {
    line-height: 0.9em;
    margin-top: 0;
}

#top-logo-section {
    background-color: #fff;
    height: 100px;
    padding: 0 5px 0 5px;
    width: 985px
}

#top-section ul li a {
    padding: 4px 0;
    margin: 4px 20px 0 0;
    color: #5D478B;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
}

/* style to center */
#top-menu-section {
    width: 995px;
    height: 25px;
    position: relative;
    margin: 0px auto 3px auto;
    display: block;
    background-color: #fff;
    background-image: url(/images/dot-background.png);
    border: 1px solid #cecece;;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

#top-line-section {
    width: 995px;
    height: 15px;
    margin: 0px auto 0px auto;
    display: block;
}

#top-menu-actions {
    margin: 2px 20px 0 185px;
}

#top-menu-actions ul {
    list-style-type: none;
}

#top-menu-actions ul li {
    float: left;
}

#top-menu-actions ul li a {
    padding: 2px 0;
    margin: 2px 20px 0 0;
    color: #999;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
}

#top-menu-main {
    margin: 2px 0 0 10px;
}

#top-menu-main ul {
    list-style-type: none;
}

#top-menu-main ul li {
    float: left;
}

#top-menu-main img {
    float: left;
    padding: 2px 0;
    margin: 1px 5px 0 0;
    height: 20px;
    width: 20px;
}

#top-menu-main p {
    float: left;
    padding: 2px 0;
    margin: 2px 0 0 0;
    color: #C41200;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
}

#top-menu-main p span a {
    padding: 5px 0;
    font-size: .8em;
    font-weight: normal;
    color: #C41200;
}

#top-menu-main ul li a {
    padding: 2px 0;
    margin: 2px 20px 0 0;
    color: #C41200;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
}

#top-menu-right ul {
    list-style-type: none;
}

#top-menu-right ul li {
    float: right;
}

#top-menu-right ul li a {
    padding: 1px 1px;
    margin: 1px 20px 0 0;
    color: #999;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
}

#top-menu-cat-section {
    width: 985px;
    height: 25px;
    border: solid 0px #990066;
    position: relative;
    margin: 0px auto 0px auto;
    display: block;
    padding: 0 5px 0 5px;
    background-color: #fff;
}

#top-menu-cat ul {
    list-style-type: none;
    margin-left: 4px;
}

#top-menu-cat ul li {
    margin: 0px 2px 0px 2px;
    float: left;
    background-image: url(/images/menu_tab.gif);
    border: 1px solid #cecece;;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

#top-menu-cat ul li a {
    color: #C41200;
    text-decoration: none;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    margin: 1px 1px 1px 1px;
    padding: 2px 10px 2px 10px;
}

#top-menu-cat ul li:hover {
    color: #fff;
    background-color: orange;
    background-image: url(/images/menu_tab_selected.gif);
}

#top-menu-cat ul li a:hover {
    color: #fff;
    background-color: orange;
    background-image: url(/images/menu_tab_selected.gif);
}

#top-menu-loc {
height:20px;
/*width:120px;*/
float:right;
/*border:1px dashed;*/
}
#top-menu-loc ul {
    list-style-type: none;

}

#top-menu-loc ul li {
    margin: 0px 2px 0px 2px;
    float: right;
    background-image: url(/images/menu_tab.gif);
    float: right;
    text-align: right;
    border: 1px solid #cecece;;
}

#top-menu-loc ul li a {
    color: #C41200;
    text-decoration: none;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    margin: 1px 1px 1px 1px;
    padding: 2px 10px 2px 10px;
}

#top-menu-loc ul li a:hover {
    color: #fff;
    font-color: #fff;
    background-color: orange;
    background-image: url(/images/menu_tab_selected.gif);
}

#top-menu-loc ul li:hover {
    color: #fff;
    font-color: #fff;
    background-color: orange;
    background-image: url(/images/menu_tab_selected.gif);
}

#locationPopup {
visibility: hidden;
position: absolute;
}

#locationPopup div {
background-color: gainsboro;
padding: 10px 0 0 5px; /*border:1px solid #909090;*/
-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .3); /*background-image: url(/images/menu_tab_selected.gif);*/
}

#locationPopup ul {
padding: 0 0 0 0;
}

#locationPopup ul li {
float: left;
width: 130px;
padding: 2px 0 10px 2px;
}

#locationPopup ul li a {
font-size: 1.3em;
width: 100%;
font-weight: bold;
}

#locationPopup ul li a:hover {
color: #ED5100;
text-decoration:underline;
}

#locationPopup ul li ul {

}

#locationPopup ul li ul li {
padding: 2px 0 2px 2px;
}


#locationPopup ul li ul li a{
padding: 2px 0 2px 2px;
font-weight: normal;
}

#close-pop {
padding:0 4px 0 4px;
/*color:ghostwh ite;*/
background-color:gainsboro;
float:right;
}


/*Search Engine Section*/

#search-section form p {
    float: left;
    padding: 0;
}

#search-section form p label {
    display: block;
    margin-left: 15px;
}

#search-section form p label strong {
    color: #649;
    font-size: 1.4em
}

#search-section form p label span {
    font-size: .9em
}

#search-section form p input {
    margin: 0 0 0 10px;
}

#footer {
    position: relative;
    display: block;
    margin: 0px auto 0px auto;
    height: 100%;
    text-align: center;
    padding: 6px 0 0 0;
}

#footer a {
    color: #191970;
    padding: 0 10px 0 10px;
}

#errors {
    width: 90%;
    padding: 10px 10px 10px 10px;
    position: relative;
    display: block;
}

#errors div {
    color: #C41200;
    font-weight: bold;
    font-size: 1.4em;
}

#errors ul {
    padding-left: 20px;
    padding-top: 5px;
    list-style-type: square;
}

#errors ul li {
    color: #C41200;
    font-size: 1.1em;
    padding-bottom: 2px;
}

.error {
    background-color: #fffed7;
    border: 1px solid #C41200;
}

.minitext {
    font-size: .9em;
}

#center-content {
    width: 400px;
    text-align: center;
}

#center-content div.content-item {
    width: 300px;
    position: relative;
    display: block;
    margin: 0px auto 0px auto;
    height: 100%;
    padding: 3px 10px 10px 10px;
}

#center-content p {
    clear: left;
}

#input-form {
    width: 400px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#input-form-wide {
    width: 500px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#input-form-wide form p, #input-form form p {
    padding: 3px 0;
    margin: 0 0;
    font-size: 1.2em;
    line-height: 1em;
    text-align: justify;
}

p.spacer {
    height: 5px;
}

#common-container {
    margin-left: 20px;
    margin-right: 40px;
}

#common-container p {
    text-align: justify;
    font-size: 1.1em;
    padding: 5px 5px 0 0;
}

#common-container ul {
    padding-left: 20px;
    padding-top: 5px;
    list-style-type: square;
}

#common-container ul li {
    font-size: 1.1em;
    padding-bottom: 5px;
}

#pagination {
    height: 30px;
    float: left;
    padding: 10px 0 10px 10px
}

#pagination p {
    font-weight: bold;
}

#pagination ul {
    list-style: none;
    margin-left: 0;
    padding: 0 0 0 0;
}

#pagination li {
    float: left;
    padding: 1px;
    font-weight: bold;
    min-width: 25px;
    margin-top: 15px;
}

#pagination li a {
    margin: 1px; /*background-image: url(/images/menu_tab.gif);*/
    border: 1px lavender solid;
    padding: 4px;
}

#pagination li a:hover {
    color: #fff;
    background-image: url(/images/menu_tab_selected.gif);
}

#pagination li a.strong {
    color: #fff;
    background-image: url(/images/menu_tab_selected.gif);
}

#input-form form p label, #input-form-wide form p label {
    text-align: right;
    width: 100px;
    font-size: 1em;
    font-weight: 400;
    color: #666;
    font-family: arial, verdana, sans-serif;
    margin-top: 2px;
    margin-right: 10px;
    float: left;
}

#admin-top-section {
    height: 25px;
    width: 995px;
    margin: 4px auto 2px auto;
    position: relative;
    background-color: #C1FFC1;
    border: 1px solid #00CED1;
    padding: 5px 5px 5px 5px;
}

#admin-top-section h1 {
    float: left;
    font-weight: 600;
    font-size: 1.1em;
    margin: 5px 0 0 5px;
    color: #8B1A1A;
}

#admin-top-section ul {
    margin-top: 5px
}

#admin-top-section ul li {
    float: left;
    font-size: 1.1em;
    padding: 0 10px 0 10px
}

#admin-top-section ul li a {
    color: #CD2626;
}

#admin-top-section ul li a:before {
    content: '\BB\20'
}

div .success {
    font-size: 1.1em;
    margin: 10px 0 0 0;
    font-weight: 600;
    color: blue;
}

#items-menu span a {
    color: #999;
    text-decoration: none;
    text-align: bottom
}

#items-menu span a:hover {
    color: #009900;
}

#items-menu ul {
    padding-left: 5px;
    padding-top: 5px;
}

#items-menu ul li {
    float: left;
    padding: 5px 5px 0 5px;
    width: 100%;
    text-align: left;

}

#items-menu ul li a {
    color: blue;
    font-size: 1.2em;
    text-align: left;
}

#items-menu ul li a:hover {
    border-left: groove 10px;
    border-color: #ED5100;
    color: #ED5100;
    padding-left: 4px;
}

.topItem {
    padding: 2px 5px 2px 5px;
    font-size: 1.2em;
}

.topItem:hover {
    border-left: groove 10px;
    border-color: #ED5100;
    color: #ED5100;
}

#items-menu  ul li span a {
    color: #999;
    text-decoration: none;
    font-size: .9em
}

#items-menu  ul li span a:hover {
    color: #009900;
}

#content-side-section #items-menu ul li a.more {
    color: blue;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

h1 {
    margin: 10px 0;
    padding-top: 0;
}

h2.alt {
    color: #191970;
}

.member-item {
    margin: 10px 0;
}

.member-item img {
    margin: 0 5px 0 -5px;
    float: left;
    width: 50px;
    height: 50px;
}

.member-item a {
    font-size: 1.0em;
    overflow: hidden;
}

.member-item a.listing {
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 0 0 0;
    color: #5D478B;
}

.member-item a.city {
    color: #5D478B;
}

.member-item a.category {
    font-size: 1.0em;
    color: #C41200;
}

.member-item p {
    padding-bottom: 0;
}

.member-item p a {
    display: inline;
}

#recent-listing-section {
    float: none;
    margin: 10px 5px 10px 0px;
}

#recent-reviews-section {
    float: none;
    /*margin: 10px 5px 10px 5px;*/
}

#feature-item-section {
    float: none;
    margin: 10px 5px 10px 5px;
}

div.yuimenu {
    position: relative;
    visibility: hidden;
    background-color: #fff;
    border: solid 1px #444;
    border-top: solid 5px #333;
    padding: 5px;
    width: 250px
}

li.menu-item {
    margin-top: 3px;
}

li.menu-item:hover {
    border-left: solid 4px #009900;
    font-weight: bold;
}

a.menu-item-label {
    padding-left: 4px;
    font-size: 1.1em;
    color: #555;
}

.add_unit_item {
    padding: 10px 10px 0 10px; /*border: dashed 1px;*/
}

.add_unit_item h3 {
    color: #4C4C4C;
    text-decoration: underline;
    margin-left: 16px;
}

.add_unit_item p {
    color: #7F7F7F;
    font-size: 1.2em;
    margin-left: 16px;
}

.add_unit_item  a {
/*margin-left:13px;*/
    color: #B3B3B3;
    font-size: .8em;
}

.arrow_icon {
    display: block;
    width: 40px;
    height: 40px;
    clear: none;
    background-image: url(/images/web2.0.gif);
    background-repeat: no-repeat;
}

.ar_purple {
    background-position: 0px 0px;
}

.ar_red {
    background-position: 0px -30px;
}