img{behavior: url(/includes/iepngfix.htc);}
a img 
{
    border:1px solid;
    margin-left:10px;
}
body 
{
    margin:0;
    text-align:center;
    background:url(/images/layout/background.jpg) repeat-x;
}
#container
{
    text-align:left;
    width:882px;
    background-color:#F0F0F0;
    margin:0 auto;
}
#header
{
    width:882px;
    height:244px;
    background:url(/images/layout/header.jpg) no-repeat;
    position:relative;
}
a
{
    color:#0D8194;
    text-decoration:none; 
}
a:hover
{
    text-decoration:underline;
}
#header .logo{position:absolute;top:7px;left:7px;width:212px;height:87px;}
#header .mpass{position:absolute;top:110px;left:15px;width:185px;height:43px;}
#header .phone{position:absolute;top:165px;left:11px;width:190px;height:27px;}
#header .hidef{position:absolute;top:7px;left:309px;width:177px;height:25px;}
#header #nav
{
    position:absolute;
    top:208px;
    left:50px;
    width:825px;
    background-color:#000;
    height:30px;
}
a#login 
{
    display:block;
    position:absolute;
    width:20px;
    height:20px;
    left:720px;
    top:100px;
}
#header #nav a.link, #header #nav a.link:visited
{
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#DBDBFF;
	width:100px;
	height:30px;
	background:#000;
	padding-left:10px;
	line-height:29px;
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
}
#content
{
    margin-top:15px;
}
.clear
{
    clear:both;
}
#content h1, h2, h3, h4, h5, h6 {color:#1B08D3;text-indent:25px;}
#content h1
{
    margin:0;
    text-indent:25px;
    font-family:Trebuchet MS;
}

#content h3
{
    margin:0;  
    text-indent:25px;
    font-family:Trebuchet MS;
    margin-bottom:5px;
    margin-top:5px;
}
#content ul.upto
{
    list-style:none;
    margin:0;
    padding:0;
    font-family:Trebuchet MS;
    font-size:12px;
}
#content ul.upto li
{
    text-indent:40px;
}
#content ul.upto li.date
{
    font-weight:bold;
}
#content ul.upto li.event
{
    margin-left:9px;
}
#content p
{
    font-family:Georgia;
    margin:15px 30px;
    font-size:14px;
}
#content #leftCon
{
    float:left;
    width:225px;
    margin-right:2px;
    padding:5px;
}
#content #rightCon
{
    float:left;
    width:625px;
    padding:5px;
    border-left:1px solid #DBDBFF;
}
div.services
{
    
    margin:5px;
}
#content div.sure_location
{
    float:right;
    clear:right;
    text-align:center;
    width:419px;
    padding:3px;
    margin:25px 5px 5px 5px;
}
#content div.sure_location span._box
{    
    display:block;
    float:left;
    width:133px;
    height:123px;
    background:url(/images/layout/contact_background.jpg);
    margin:3px;
    font-size:15px;
    padding-top:10px;
}
#content #letter
{
    width:425px;
    float:right;
    background-color:#E2E1E1;
    margin:0 5px;
}
#content #letter div.center 
{
    font-style:italic;
    
}
div.center
{
    display:block;
    text-align:center;
}
ul#image_rotate
{
    list-style: none;
    float:left;
    margin:0;
    padding:0; 
    margin-left:40px;
    height:300px;
}
ul#image_rotate li
{
    display:none;
    margin:0;
    padding:0;
    list-style: none;
    border:2px solid #000;
    height:300px;
}
ul#procedures{
	clear:left;
	padding-top:15px;
	width:400px;
}
ul#procedures li
{
	list-style:decimal;
	margin-bottom:5px;
}
ul#procedures li span{
	font-weight:bold;
	text-decoration:underline;
}
dl#services
{
    clear:left;
}
dl#services dt
{
    margin-left:20px;
    color:#1B08D3;
    font-weight:bold;
}
dl#services dd
{
    margin-bottom:15px;
}
#truckGallery
{
    margin-left:20px;
}

#truckGallery img.header
{
    border:none;
    margin:0;
    margin-top:10px;
}
dl#contact_list dt
{
    padding-top:15px;
    clear:left;
    margin-top:15px;
}
dl#contact_list dd
{
    margin-left:100px;
}
dl#contact_list dt img
{
    float:left;
}
.bold 
{
    font-weight:bold;
}
div#calInfo
{
    margin-bottom:15px;
    margin-left:10px;
}
/* */
.menu 
{
    top:0;
    right:10px;
	font-size:0.85em;
	position:absolute;
	z-index:100;
	border-right:1px solid #000;
	font-family:Verdana;
	background-color:#000;
	
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:780px;
	w\idth:780px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}


.menu ul ul {
	width:125px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:125px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#DBDBFF;
	width:125px;
	height:27px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#000;
	padding-left:5px;
	line-height:29px;
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:125px;
	w\idth:125px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#2F2F2F;
	font-family:Verdana;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}

.menu ul ul :hover > a.drop {
	background:#2F2F2F;
	font-family:Verdana;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#2F2F2F;
	font-family:Verdana;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#2F2F2F;
	font-family:Verdana;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:27px;
	left:0;
	width:125px;
	border-top:1px solid #000;
	font-family:Verdana;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:27px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px;
	top:-1px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#2F2F2F;
	color:#DBDBFF;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
	font-family:Verdana;
	font-size:12px;
	
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#DBDBFF;
	background:#2F2F2F;
	text-decoration:underline;
	font-family:Verdana;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#DBDBFF;
	background:#2F2F2F;
	font-family:Verdana;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
/* */

/* End Page Head */
