* {
	font-family: Arial, sans-serif;
}
body, html {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	background-image: url("./images/page_bg.gif");
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
	background-color: #858e9d;
}
.clear {
    clear: both;
}
#legend {
    display: none;
}
form 
{
    padding: 0px;
    margin: 0px;
}
a img {
    border: 0px;
}
h3 
{
    font-size: 1.3em;
    margin: 0px;
}
#page {
	width: 770px;
	background-color: #959596;
	display: none;
}
#javascript {
    width: 770px;
	font-size: 2em;
	text-align: center;
	line-height: 10em;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
}
#header {
	background-color: #313131;
	position: relative;
	height: 80px;
	background-image: url("./images/logo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
    position: absolute;
    top: 14px;
    left: 61px;
}
#search {
	width: 425px;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 10px;
	line-height: 1.6em;
	vertical-align: bottom;
	color: #eae9e7;
}
#search .bottom {
	padding-top: 4px;
	font-size: .9em;
	line-height: 1.6em;
}
#search .top * {
	vertical-align: top;
}
#search .bottom * {
	vertical-align: top;
}
#search input {
	margin: 0px;
	font-size: .85em;
}
#defaultTop input, #defaultTop img {
    float: left;
}
#search input.text {
	margin-right: 2px;
	width: 200px;
}
#search .bottom input {
	margin: 1px 2px 0px 15px;
}
#search .button 
{
    cursor: pointer;
    background-image: url("./images/button.gif");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 19px;
    overflow: hidden;
    text-indent: -300px;
    text-align: left;
}

#content {
	height: 440px;
	position: relative;
	overflow: hidden;
}
#content .left {
	width: 255px;
	float: left;
	overflow: hidden;
	display: none;
	height: 440px;
}
#content .right {
	width: 770px;
	height: 440px;
	float: left;
}
#content.open .right {
    width: 515px;
}
#content.open .left {
    display: block;
}
#content .left h3 {
	font-size: 1.35em;
	margin: 4px 0px 0px 0px;
}
#mylocation {
	background-image: url("./images/pin_mylocation.gif");
	background-repeat: no-repeat;
	background-position: 7px 15px;
	background-color: #000;
	color: #eae9e7;
	padding: 10px 10px 15px 32px;
	font-size: .9em;
	overflow: hidden;
}
#mylocation h3 {
    width: 114px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("./images/text_locationsnear.gif");
    overflow: hidden;
    text-align: left;
    text-indent: -400px;
}
#myaddress 
{
    color: #eae9e7;
    text-decoration: none;
}
#locations {
	overflow-y: scroll;
	background-image: url("./images/list_bg.gif");
	background-repeat: repeat-x;
	background-position: left 0px;
	_background-position: left 0px;
	_background-attachment: fixed;
	background-color: #d6d4d5;
	position: relative;
}
#bar 
{
    background-image: url("./images/bar_bg.gif");
    background-repeat: repeat-x;
	background-position: left top;
	height: 41px;
	clear: both;
}
#bottom 
{
    background-image: url("./images/bottom_bg.gif");
    background-repeat: repeat-x;
	background-position: left top;
	background-color: #959596;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	position: relative;
}
#bottom ul 
{
    padding: 6px;
    margin: 0px 0px;
    list-style: none;
}
#bottom ul li 
{
    float: left;
    border-right: 1px solid #666666;
    margin: 0px;
    padding: 0px;
    line-height: .8em;
}
#bottom ul li.last 
{
    border: 0px;
}
#bottom ul li a 
{
    text-decoration: none;
    color: #666666;
    font-size: .85em;
    margin: 0px 10px;
}
#bottom #copyright 
{
    text-align: right;
    font-size: .85em;
    color: #666666;
    position: absolute;
    right: 16px;
    top: 6px;
}
#map_canvas 
{
    height: 440px;
}
#locations .noresults 
{
    padding: 10px;
    font-size: 1em;
    color: #000000;
    position: relative;
}
#locations .location 
{
    background-repeat: no-repeat;
    padding: 10px 5px 7px 35px;
    color: #666666;
    font-size: .8em;
    border-bottom: 1px solid #cccccc;
    background-position: 5px 6px;
    position: relative;
}
#locations .location b 
{
    font-size: 1.2em;
    color: #660000;
}
#locations .location a 
{
    color: #660000;
    text-decoration: none;
}
#locations .vioc 
{
    background-image: url("./images/vioc.png");
    _background-image: url("./images/vioc.gif");
    background-position: 5px 10px;
}
#locations .express 
{
    background-image: url("./images/express.png");
    _background-image: url("./images/express.gif");
    background-position: 4px 5px;
}
#locations .location a.icon 
{
    position: absolute;
    display: block;
    border: 0px;
    width: 21px;
    height: 34px;
    left: 5px;
    _left: -30px;
    top: 6px;
}
#locations .location.vioc a.icon 
{
    position: absolute;
    display: block;
    border: 0px;
    width: 28px;
    height: 34px;
    left: 5px;
    _left: -30px;
    top: 10px;
}
#locations .location.express a.icon 
{
    position: absolute;
    display: block;
    border: 0px;
    width: 25px;
    height: 40px;
    left: 4px;
    _left: -31px;
    top: 5px;
}

#templateLocation, #templateInfo 
{
    display: none;
}
.hours 
{
    width: 265px;
}
#loading 
{
    width: 770px;
    height: 440px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    text-align: center;
}
#loading img {
    margin: 180px auto 0px auto;
}
#pages {
    padding: 5px;
    text-align: center;
    font-size: .8em;
    line-height: 1.6em;
}
#pages a {
    color: #660000;
}
#pages a, b {
    margin: 0px 4px;
}
#pages a.prev {
    float: left;
}
#pages a.next {
    float: right;
}
#nav {
    display: none;
}