﻿BODY
{
    background-color:#001225;
    font-family:Verdana;
    font-size:12px;
}
#main
{
    margin-left:auto;
    margin-right:auto;
    width:992px;
    border:solid 1px white;
    height:540px;
    background-image:url(../images/layer.jpg);
    background-repeat:repeat-y;
}
#header
{
    background-image:url(../images/manheimPHXheader.png);
    height:112px;
    width:992px;
    vertical-align:bottom;
}
#navigation
{
    height:26px;
    background-image:url(../images/gradient1.png);
    background-repeat:repeat-x;
    border-top:solid 1px white;
    
}
#navigation ul
{
    padding-top:4px;
    padding-left:240px;
    margin-bottom:0px;
    margin-top:1px;
    padding-bottom:10px;
    height:100%;
}
#navigation li
{
    list-style-type:none;
    display:inline;
    color:White;
    padding-right:10px;
    padding-left:10px;
    cursor:pointer;
    border-left:solid 1px black;
    border-right:solid 1px black;
    font-size:12px;
    height:26px;   
}
#navigation li.current
{
    background-color:#dfe9ff;
    font-weight:bold;
    color:Black;
    border:none;
    font-size:12px;
    height:26px;
    padding-bottom:10px;
    
}
#navigation li.current:hover
{
    background-color:#dfe9ff;
}
#navigation li:hover
{
    background-color:gray;
}
#navigation a
{
    color:white;
    text-decoration:none;
    font-weight:bold;
}
#content 
{
    border:0px;
    padding:0px;
}
#contentTable
{
    border:0px;
    padding:0px;
}
.window
{
    background-image:url(../images/window.png);
}
.window ul
{
    padding-bottom:10px;
    margin-left:5px;
    padding-left:13px;
    margin-top:0px;
    padding-top:20px;
    width:88%;
    border-right:solid 1px white;
    border-left:solid 1px white;
    border-bottom:solid 1px white;
}
.windowTwo
{
    background-image:url(../images/window2.png);
    background-repeat:no-repeat;
    width:230px;
    margin-bottom:0px;
    padding-bottom:0px;
    margin-left:6px;
    margin-right:6px;
    text-align:center;
}
.windowDiv{
	border-right:solid 1px white;
    border-left:solid 1px white;
    border-bottom:solid 1px white;
	margin-left:4px;
    margin-right:4px;
	margin-top:2px;
	margin-bottom:0px;
	padding-top:0px;
}
.windowTwo ul
{
    padding-bottom:20px;
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    width:100%;
    height:100%;
}
.windowTwo li{
	margin-bottom:0px;
	padding-bottom:0px;
}
.windowTwo form{
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:20px;
}
h3
{
    font-size:12px;
    padding-top:13px;
    padding-left:20px;
    margin-bottom:0px;
    color:Gray;
}
h4
{
    font-size:12px;
    padding-top:0px;
    padding-left:0px;
    margin-bottom:0px;
    vertical-align:top;
    color:Gray;
}
.leftContent
{
    vertical-align:top;
    width:240px;
    color:White;
    position:relative;
    float:left;
    border-top:solid 1px white;
}
.rightContent
{
    background-image:url(../images/layer2.png);
    background-repeat:repeat-x;
    background-color:White;
    width:752px;
    height:480px;
    position:relative;
    float:left;
}
#contentDiv
{
    padding:20px;
}
a
{
    text-decoration:none;
    font-size:12px;
}
a:hover
{
    text-decoration:underline;
    color:#001225;
}
a:visited
{
    color:blue;
}
li
{
    list-style-type:none;
    padding-top:4px;
    padding-bottom:4px;
}
#header div
{
    vertical-align:bottom;
    text-align:left;
    padding-left:250px;
    padding-top:92px;
    color:white;
    font-size:12px;
}
#homeText
{
    display:none;
}
#phoneText
{
    display:none;
}
#employeeText
{
    display:none;
}
#directionText
{
    display:none;
}
#mainFoot
{
    margin-left:auto;
    margin-right:auto;
    width:992px;
    border-bottom:solid 1px white;
    border-right:solid 1px white;
    border-left:solid 1px white;
    background-image:url(../images/layer.jpg);
    background-repeat:repeat-y;
}
#footer
{
    height:26px;
    background-color:Black;
    color:White;
    padding-left:20px;
}
#firstSort
{
    display:block;
}
#lastSort
{
    display:none;
}
#directionsCell{
	width:400px;
	height:100%;
	vertical-align:top;
}
#mapCell{
	vertical-align:top;
}
#map_canvas{
	width:500px;
	height:300px;
}