﻿* {
    font-family: Verdana, Arial, Sans-Serif;
}

body, html {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-image: url("./images/background-repeat.gif");
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #ffffff;
    min-width: 770px;
    font-size: 12px;
}
a img {
    border: 0px;
}
.clear {
    clear: both;
}
h1 {
 color: #213370;
 font-size: 20px;
 margin-top: 0px;
}
h2 {
    color: #213370;
    font-size: 16px;
    margin: 0px;
}
h3 {
    color: #213370;
    font-size: 16px;
    margin: 0px;
}
#rightSide h3 {
    font-size: 15px;
}
#page {
    width: 770px;
    margin: auto;
    text-align: left;
    padding: 16px 0px 0px 0px;
    position: relative;
    background: none;
}
#header {
    width: 770px;
    height: 76px;
    background: none;
    background-image: url("./images/top.gif");
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 0px;
}
#pylon_top {
    position: absolute;
    width: 132px;
    height: 165px;
    background-image: url("./images/pylon_top.png");
    _background-image: url("./images/pylon_top.gif");
    background-repeat: no-repeat;
    background-position: center top;
    top: 10px;
    left: -50px;
    z-index: 1000;
}
#pylon_top a {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 132px;
    height: 165px;
}
#pylon_bot {
    position: absolute;
    width: 90px;
    height: 278px;
    background-image: url("./images/pylon_bot.png");
    _background-image: url("./images/pylon_bot.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    top: 175px;
    left: -50px;
    z-index: 1000;
}
#content {
    background-image: url("./images/contentBackground.gif");
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #656565;
    height: 445px;
    z-index: 900;
    position: relative;
    width: 770px;
}
#content .left {
	width: 250px;
	float: left;
	overflow: hidden;
	display: none;
	height: 440px;
}
#content .right {
	width: 723px;
	height: 440px;
	float: left;
	margin-left: 37px;
	_margin-left: 20px;
}
#content.open .right {
    width: 471px;
    margin-left: 0px;
}
#content.open .left {
    display: block;
    margin-left: 39px;
    _margin-left: 20px;
}
#bar {
    background: none;
    height: 10px;
}
#bottom {
    background: none;
}
#search .bottom {
    display: none;
}
#logo {
    display: none;
}
#loading {
    width: 723px;
    left: 37px;
}
#search {
    width: 200px;
    bottom: 15px;
    right: 15px;
}
#search .button {
    background-image: url("./images/button.gif");
    display: block;
    width: 70px;
    height: 19px;
    overflow: hidden;
    text-indent: -300px;
    text-align: left;
    float: left;
    margin-left: -1px;
}
#search img {
    display: none;
}
#search input.text {
    width: 120px;
    float: left;
    border: 1px solid #7f9db9;
    padding: 2px 1px;
    font-size: 11px;
}
#bottom #copyright {
    right: auto;
    left: 0px;
    top: 0px;
}
#bottom ul {
    padding: 0px;
    position: relative;
    top: 0px;
    right: 0px;
}
#bottom ul li {
    border: 0px;
    float: right;
    position: relative;
    top: 0px;
}
#bottom ul li a {
    color: #cf1d13;
    position: relative;
    margin-right: 0px;
    margin-left: 20px;
}
#mylocation {
    padding: 0px;
    background-position: left top;
    background-image: url("./images/myLocation.gif");
    background-color: #0c2579;
    height: 90px;
    overflow: hidden;
}
#mylocation div {
    padding: 15px 10px 15px 70px;
}
#mylocation h3 {
    width: 105px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("./images/textLocationsNear.gif");
    margin-bottom: 10px !important;
}
#locations {
    z-index: 100000;
}
#nav {
    margin: 0px;
    padding: 0px;
    height: 36px;
    overflow: hidden;
    list-style: none;
    text-align: right;
    width: 460px;
    position: absolute;
    bottom: 3px;
    left: 83px;
    display: block;
}
#nav li {
    display: inline;
}
#nav li a {
    display: block;
    text-align: center;
    width: 76px;
    float: left;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    vertical-align: middle;
}
#nav li a.guarantee {
    width: 154px;
    margin-left: 72px;
}
#nav li a:hover {
    background-color: #ef1c25;
}