﻿html, body
{
	margin: 0;
	padding: 0;
	background: #FFF url('/Assets/Layout/background_gradient.jpg') repeat-x center top;
	height: 100%;
	width: 100%;
	position: relative;
	font-family: 'Trebuchet MS';
}

a:link, a:visited
{
	color: #50ace0;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#body
{
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

#header_container
{
	width: 1200px;
	height: 120px;
	position: relative;
	z-index: 10;
}

#header_image
{
	border: 0;
	width: 1200px;
	height: 120px;
	position: relative;
	z-index: 10;
}

a.menu_link:link, a.menu_link:visited
{
	width: 160px;
	position: absolute;
	top: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 12pt;
	font-weight: bold;
	color: #F7F7F7;
	text-shadow: 1px 1px 2px #000;
	z-index: 11;
	text-decoration: none;
	left: 0;
}

.hover_div
{
	position: absolute;
	top: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 12pt;
	font-weight: bold;
	color: #F7F7F7;
	text-shadow: 1px 1px 2px #000;
	z-index: 11;
	text-decoration: none;
	left: 0;
	height: 36px;
	border-bottom: 3px solid #F7F7F7;
	opacity: 0;
	width: 159px;
	pointer-events: none;
}

.active_hover_div
{
	position: absolute;
	top: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 12pt;
	font-weight: bold;
	color: #F7F7F7;
	text-shadow: 1px 1px 2px #000;
	z-index: 11;
	text-decoration: none;
	left: 0;
	height: 36px;
	border-bottom: 3px solid #F7F7F7;
	opacity: .9;
	width: 159px;
	pointer-events: none;
}


a.menu_link:hover
{
	/*color: #88C4FF;*/
}

.menu_link_active
{
	/*color: #88C4FF;*/
}

#home_link
{
	left: 120px;
}

#about_link
{
	left: 280px;
}

#services_link
{
	top: 0;
}

#impound_link
{
	left: 600px;
}

#ourwork_link
{
	left: 760px;
}

#contact_link
{
	left: 920px;
}

a#link_phone
{
	font-size: 14pt;
	font-weight: normal;
	color: #F7F7F7;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	position: absolute;
	right: 280px;
	top: 35px;
	z-index: 11;
}


#services_container
{
	width: 160px;
	position: absolute;
	top: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 14pt;
	font-weight: bold;
	color: #F7F7F7;
	text-shadow: 1px 1px 2px #000;
	z-index: 11;
	text-decoration: none;
	left: 440px;
}

a.services_link:link, a.services_link:visited
{
	width: 160px;
	height: 40px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #F7F7F7;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

a.services_link:hover, a.services_link_active:link, a.services_link_active:visited
{
	background-color:#03599b;
	/*text-decoration:underline;*/
	/*color: #88C4FF;*/
}

.services_hover_link
{
	position:absolute;
	left:0;
	right:0;
	height: 37px;
	border-bottom: solid 3px #F7F7F7;
	opacity: 0;
	pointer-events:none;
}

#services_dropdown
{
	position: absolute;
	top: 40px;
	background-color: #007bc0;
	display: none;
	border: solid 1px #333;
}

.section_spacer
{
	height: 15px;
	width: 1041px;
	clear: both;
}

a.scroll_top:link, a.scroll_top:visited
{
	font-size: 12px;
	line-height: 14px;
	/*color: #F7F7F7;
	text-decoration: none;*/
	float: right;
}

a.scroll_top:hover
{
	/*text-decoration: underline;*/
}

.page_shadow
{
	background: transparent url('/Assets/Layout/page_center_shadow.png') top center no-repeat;
	height: 20px;
	margin-bottom: -20px;
	clear: both;
}
