/* CSS code to support polylines and polygons in Internet Explorer */
v\:* {
      behavior:url(#default#VML);
}
.hidden {
    display: none;
}
#outer {
    background:#fff !important;
}
.innerContentGrid {
    float:left !important;
    width:935px !important;
}
body div.container .breadcrumbBox {
    margin: 22px 22px 14px 20px;
}
.breadCr {
    width:90%;
}
.leftCl {
    width:250px;
    float:left;
    margin: 0 15px 0 0;
    background:#ffffff;
}
.rightCl {
    width:660px;
    float:left;
}
div#navCol {
    display: none;
}
div.container {
    position: relative;
    background: #fff;
    width: 961px !important;
    height: 700px;
    font-size: 11px;
}
#contentCol1 form {
    padding: 5px 10px; 
}
div#top-searchbox form, div#top-quicklinksBox form {
    padding: 0;
}
form input#locationsearch, form input#directions_from, form input#directions_to, input.text {
    border: 1px solid #7F9DB9;
    margin: 5px 5px 5px 0;
    width: 225px;
}
form.directions {
    margin: 5px 0;
}
input.text {
    width: 180px;
}
form input#directions_from {
    width: 270px;
}
form input#directions_to {
    float: left;
    font-weight: bold;
    border: none;
    background: #fff;
    text-transform: capitalize;
    color: #000;
    height: 16px;
}
form input.submit {
    position: relative;
    top: -1px;
    width: 33px;
    height: 16px;
}
div#directions form input.submit {
    float: left;
    top: 4px;
}
* + html div#directions form input#directions_to {
    margin-left: 10px;
}
* html div#directions form input#directions_to {
    margin-left: 10px;
}
h3 {
    margin: 0 0 10px 5px;
    font-size: 1.3em;
    color: #000066;
}
div#map {
    position: absolute;
    width: 599px;
    height: 511px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #999999;
}
div.right, div.left {
    position: absolute;
    top: 40px;
}
div.right {
    top: 67px;
    left: 340px;
    right: 20px;
    bottom: 20px;
}
div.linksUnderMap {
    position: absolute;
    top: 589px;
    left: 340px;
    right: 20px;
}
div.linksUnderMap p {
    width: 290px;
    margin-right: 10px;
    float: left;
}
div.linksUnderMap p a {
    color: #000066;
    text-decoration: none;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
}
div.linksUnderMap p a:hover {
    text-decoration: underline;
}
div.left {
    left: 20px;
    width: 300px;
}
h4.paneltitle {
    margin: 0 0 5px 0;
    padding: 5px;
    color: #fff;
    background: #000066;
}
