body {
    background-color: #333333;
    background-repeat: repeat;
    font-family:"Trebuchet MS", Verdana, Arial;
    font-size:90%;
    margin:0px;
    padding:0px;
    background-image: url(../images/background.jpg);
    height:100%;
}

form { margin:0px; padding:0px; }
a { outline: none; }
label.required {
    background-image: url(../images/required.png) !important;
    background-position:top right;
    background-repeat: no-repeat;
    behavior:url('templates/system/js/pngbehavior.htc');
}
h1 { font-size:160%; }

/* PANEL */
#panel {
    overflow:hidden;
    background:#EDF9FE;
}

.flashMessenger {
    width:350px;
    background: #000000;
    z-index: 10000;
    position: absolute;
    margin:170px 50%;
    padding:20px;
    text-align:center;
    color:#FFFFFF;
    font-weight:bold;
    left:-175px;
}
.flashMessengerSmall {
    background: #000000;
    z-index: 10000;
    position: absolute;
    bottom:10px;
    left:10px;
    padding:7px;
    color:#FFFFFF;
    font-weight:bold;
}

.flashMessenger-rate {
    background: #000000;
    z-index: 10000;
    position: absolute;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-weight:bold;
}

.clr-green {
    clear:both;
    width:100%;
    height:10px;
    background: #d6e339 url(../images/clr.jpg) repeat;
}
.clr { clear:both; }

/** HEADER **/
#header { overflow:hidden; position:relative; min-height:45px; }

#header #menubar {
    height:150px;
    position:absolute;
    background:#d6e339 url(../images/clr.jpg) repeat;
    width:100%;
}

#header #menubar-drop {
    height:45px;
    width:400px;
    float:right;
    background:#d6e339 url(../images/clr.jpg) repeat;
    margin-right:20px;
    text-align:right;
    line-height:45px;
    color:#000000;
    font-weight:bold;
    cursor:pointer;
}
#header #menubar-drop span {
    margin-right:30px;
    padding-right:30px;
    background:#d6e339 url(../images/menu-arrow.jpg) top right no-repeat;
}

/** MAIN **/
#wrapper {
    display: block;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    height: 100%;
}
#content {
    background:#f2efe9;
    color:#8D8D8D;
    overflow:hidden;
}
#content-wrapper {
    width:760px;
    margin:20px auto;
    
}

#body { height:420px; width:100%; }

#register,
#main { width:900px; margin:auto auto 30px auto;
}
#register a,
#main a { color:#000000; text-decoration:none; }
#register a:hover,
#main a:hover { text-decoration:underline; }
#register p.hint,
#main p.hint {
    padding:7px;
    border:1px solid #E0DBC7;
    background:#FFFFFF;
    font-size:11px;
    margin:0 15px 15px 15px;
    line-height:20px;
}
.columns-container { overflow:hidden; }
.columns-container .register-column { float:left; width:50%; }
.highlight-required { border:1px solid #FF8E5E; }

#register fieldset { border:0px; overflow:hidden; margin:0px; padding:0px; }
#register fieldset legend {
    background-image: url(../images/bullet-footer.png) !important;
    background-position:center left;
    background-repeat:no-repeat;
    behavior:url('templates/system/js/pngbehavior.htc');
    font-weight:bold;
    text-indent:20px;
    display:block;
    height:30px;
    line-height:30px;
}
#register .field,
#main .field {
    margin-left:20px;
    font-weight:bold;
    font-size:11px;
    padding:6px 0;
    overflow:hidden;
}
#register label,
#main label {
    float:left;
    display:block;
    width:200px;
}
#register .register-final,
#main .register-final {
    text-align:center;
    padding:20px 0;
    clear:both;
    font-size:11px;
}
#register .error,
#main .error {
    background:#FAF7CB;
    border:1px solid #DFDCA2;
    padding:7px;
    font-size:11px;
}

#about {
    width:1150px;
    margin:0 auto 30px ;
    overflow:hidden;
}
#about .columns {
    width:30%;
    padding:0 15px;
    float:left;
    text-align:justify;
}
#about h3 {
    background-image: url(../images/bullet-footer.png) !important;
    background-position:center left;
    background-repeat:no-repeat;
    behavior:url('templates/system/js/pngbehavior.htc');
    text-indent:20px;
    font-weight:bold;
    height:30px;
    margin:20px 0px;
    line-height:30px;
}
#about p { font-size:12px; text-align:justify; }

#grid #list-buttons { overflow:hidden; margin-bottom:20px; }
#grid #list-buttons a { color:#666666; font-size:11px; }

#grid table.resources { margin-bottom:30px; border:1px solid #CCCCCC; }
#grid table.resources thead {
    font-size:11px;
    font-weight:bold;
    background:#FFFFFF;
}
#grid .no-resources { text-align:center; background:#FAF7CB; }
#grid .no-resources div { margin:40px 0; }
#grid .resource-hover { background:#E6F7FF; }
#grid .resource-rowset { line-height:24px; }
#grid .resource-row-2 { background:#FFE6E6; }
#grid .coord-2 { background:#FFB0B0; }

/** FOOTER **/
#footer {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#footer-top { height:45px; background-color:#f7f7f5; position:relative; }

#footer-top #session-box { float:left; }
#footer-top #main-box {
    left:-160px;
    position:absolute;
    width:320px;
    height:70px;
    margin:0 50%;
}
#footer-top #main-box #filters {
    height:45px;
    background:	url(../images/mainbox-bg.jpg) top left repeat-y;
}
#footer-top #main-box #filters #filters-body { padding:2px 7px; }
#footer-top #main-box #filters #filters-body .filters-item {
    width:33%;
    float:left;
    text-align:center;
}
#footer-top #main-box #filters #filters-body .filters-item span,
#footer-top #main-box #filters #filters-body .filters-item select {
    font-size:10px;
    color:#000000;
}
#footer-top #search-box {
    position:relative;
    background-image: url(../images/searchbox-right.png) !important;
    background-position:top right;
    background-repeat:no-repeat;
    behavior:url('templates/system/js/pngbehavior.htc');
    height:32px;
}
#footer-top #search-box #search-text {
    position:absolute;
    left:-70px;
    width:70px;
    top:-12px;
    height:64px;
    background-image: url(../images/search-logo.png) !important;
    background-position:top right;
    background-repeat:no-repeat;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/default/images/search-logo.png');
}

#footer-top #search-box #search-container {
    height:32px;
    margin-right:8px;
    background-color:#FFFFFF;
}
#footer-top #search-box input#address {
    color:#000000;
    float:left;
    font-weight:bold;
    border:0px;
    background:transparent;
    width:280px;
    font-size:12px;
    padding-top:9px;
    padding-left:5px;
}
#footer-top #search-box input#search-s {
    height:24px;
    width:22px;
    margin-top:5px;
    float:right;
}

#footer-top #rating-box {
    position:absolute;
    font-size:11px;
    font-weight:bold;
    right:20px;
    top: 15px;
}
#footer-top #rating-box span {
    float:left;
}

#footer-body { }

#footer-body #logo {
    padding-top:10px;
    padding-left:20px;
    float:left;
    position:relative;
}
#footer-body #magazine {
    position:absolute;
    top:-30px;
    right:-15px;
}
#footer-body #text { float:right; }
#footer-body #text #text-1,
#footer-body #text #text-2 {
    float:left;
    margin-right:20px;
    margin-top:43px;
}
#footer-body #text #text-2 {
    margin-right:20px;
    border-left:1px solid #4b4b4d;
    padding-left:7px;
}

#footer-body #text #text-1 h3,
#footer-body #text #text-2 h3 {
    text-indent:20px;
    margin:0px;
    padding:0px;
    font-size:14px;
    color:#8a9196;
    cursor:pointer;
    background-image: url(../images/bullet-footer.png) !important;
    background-position:center left;
    background-repeat:no-repeat;
    background-image: none;

}
#footer-body #text #text-1 p,
#footer-body #text #text-2 p {
    margin:0px;
    padding:0px;
    font-size:11px;
    color:#8a9196;
    margin-bottom:3px;
    padding-left:20px;
}
#footer-body #text div p a { color:#FFFFFF; text-decoration:none; }
#footer-body #text div p a:hover { text-decoration:underline; }

#footer-footer {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    border-top:3px solid #7d842f;
    line-height:40px;
    font-size:11px;
    color:#626366;
    text-align:center;
    margin-top:5px;
}
#footer-footer a { text-decoration:none; }
#footer-footer a.normal { color:#626366; }
#footer-footer a.highlight { color:#d6e339; }
#footer-footer a:hover { color:#FFFFFF; }
#footer-footer a.footer-link { color:#CCCCCC; }

.info-window {
	color:#999999;
}
.info-window h3 { font-size:15px; margin:0 5px; }
.info-window p {
    font-size:11px;
    margin:0 2px;
    padding:0;
}
.info-window a { color:#FF6600; }

#results {
    margin-top: 30px;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
}
#results .gmls-app,
#map .gmls-app { border : none; }
#results .gmls-ads-box-234x60_as .gmls_inline_ads { left : 83px; }

.tool-tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}
 
.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(../images/bubble.png) top left;
}
 
.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
    color: #000;
    width: 130px;
    z-index: 13000;
}
 
.custom-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #3E4F14;
    padding: 8px 8px 4px;
    background: #C3DF7D;
    border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #CFDFA7;
}