
body {
background: #339999 url(../images/bg.jpg) repeat 0 0 fixed;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


.container {
text-align:center;
margin:0px auto;
width:800px;height:100%;
background:#fff;
}

.header {
width:800px;height:150px;
}

.content {
background:#fff;;
}

.geo_bar {
position:relative;
top:5px;
margin:0px auto;
background:#b1a39a;
height:20px;
width:796px;
color:#fff;
font-weight:bold;
}

.geo_bar p {text-align:left;position:relative;left:15px;top:1px;}

.nav_bar {
position:relative;
top:5px;
margin:0px auto;
background:#e7dfd8;
height:24px;
width:796px;
border-bottom:1px solid #585765;
color:#fff;
text-align:left;
}

.nav_bar span {
color:#000;
text-align:left;
position:relative;
top:4px;
left:15px;
}

.nav_bar a {color:#de1e35;}

.grey {color:#8d8d8d;}

.spacer {display:block;height:10px;}


.form_space {margin:0px auto;font:12px arial,helvetica,sans-serif;border:1px solid #d0dded;width:780px;padding:5px;}
.form_left {float:left;text-align:right;line-height:22px;}
.form_right {float:left;margin-left:5px;margin-right:5px;}
.form_txt {position:relative;margin-top:22px;}
.clear {clear:both;margin-top:3px;}

/* Auto Complete */
.autocomplete {
background-color: white;
border: 1px solid #888;
position: absolute;
}
.autocomplete ul {
list-style-type: none;
margin: 0px;
padding: 0px;
overflow: auto;
max-height: 200px;
}

