/* Main CSS for EDI Web Marketing */

*
{
	background: inherit;
	color: inherit;
	border: none;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #FFFFFF;
	color: inherit;
}

#enclosure
{
	display: block;
	background:transparent;
	background-image:url(../images/briggs-bkgrdpic.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
}

#content_enclosure
{
	display: block;
	background:transparent;
	background-image:url(../images/briggs-bkgrdpic_content.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header
{
	
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 750px;
	height: 165px;
	z-index:-10;

}

#header_content
{
	
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 750px;
	height: 100px;
	z-index:-10;

}

.subheader{

	background:transparent;
	text-align:right;
	display: block;
	position:relative;
	top:115px;
}

#skyline{
	position: relative;
	display: block;
	background:none;
	height:120px;
	z-index:-20;
}

#header #left #logo
{
	background: none;
	position: absolute;
	top: 0px;
	left: 275px;
	width: auto;
	height: 100px;
	text-decoration: none;
	z-index:20;
}

#header_content #left_content #logo
{
	background: none;
	position: absolute;
	top: 0px;
	left: 175px;
	width: auto;
	height: 100px;
	text-decoration: none;
	z-index:20;
}

#footer
{
	display: block;
	background-color:#e5e5e5;
	background-image:none;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
	width: 750px;
	height: 50px;
}

#footer #footer_top{

	display:block;
	background-color:#899cbd;
	font-family: arial, "lucida console", sans-serif;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	height:25px;
	padding-right:10px;
	padding-top:3px;
	


}

#footer #footer_top a{

	text-decoration:none;


}

#footer #footer_bottom{

	display:block;
	text-align:right;
	color:#404040;
	font-weight:bold;
	height:25px;
	


}

#footer .powered
{
	display: block;
	background: transparent;
	color: #404040;
	position: absolute;
	top: 25px;
	right: 10px;
	width: 150px;
	height: 25px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

#footer .powered a
{
	color:#404040;
	height: 25px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#footer .copyright
{
	display: block;
	background: none;
	color: #404040;
	position: absolute;
	top: 23px;
	left: 10px;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer .copyright a
{
	color: #404040;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}