﻿body
{
	font-family:Tahoma;
	font-size:0.8em;
	color:#333333;
	padding:0;
	margin:0;
	background-color:#eeeeee;
	background-image:url(gfx/bg_body.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

h1
{
    font-size:1.6em;
    font-weight:normal;
}

h2
{
    font-size:1.3em;
    color:#336699;
    font-weight:normal;
    padding:0;
    margin:0px 0px 5px 0px;
}

p
{
    padding:0;
    margin:0px 0px 10px 0px;
    line-height:1.3;  
}

a
{
    color:#336699;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0;
}

div#pageHolder
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
    background-color:#ffffff;
    padding:0px 10px 0px 10px;
}

div#pageHolder_top
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
    background-color:#dddddd;
    margin-top:10px;
}

div#pageHolder_bottom
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
    background-color:#dddddd;
    margin-bottom:10px;
}

div#logoHolder
{
    float:left;
    width:505px;
}

div#stopHolder
{
    float:right;
    width:300px;
}

div#stopHolder h1
{
    font-size:1.6em;
    padding:10px 0px 0px 0px;
    margin:0;
    font-weight:normal;
}

div#stopHolder p
{
    font-size:0.9em;
    padding:5px 0px 0px 0px;
    margin:0;
}

div#bannerHolder
{
}

div#copyrightHolder
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#am_ad
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.spacer5
{
	clear:both;
	width:100%;
	height:5px;
	font-size:0;
}

.spacer10
{
	clear:both;
	width:100%;
	height:10px;
}

div#homePageSplitLeft
{
    float:left;
    width:650px;
    margin-right:10px;
    padding-top:10px;
}

div#homePageSplitRight
{
    float:right;
    width:300px;
    height:100%;
}

div#homePageSplitRight_content
{
    height:100%;
    padding:10px;
    background-color:#dddddd;
}

.servicesRow
{
}

.servicesPanel
{
    float:left;    
    width:206px;
    margin-right:10px;
}

.noDigPipePanel
{
    float:left;    
    width:96px;
    margin-right:10px;
}

.noDigPipePanel p
{
    font-size:0.8em;
    line-height:1.1;  
}

.formRow
{
    clear:both;
    width:100%;
    margin-bottom:10px;
}

.formColLeft
{
    float:left;
    width:100px;    
}

.formColRight
{
    float:left;
    width:180px;    
    color:#336699;
}

.contentColLeft
{
    float:left;
    width:225px;
    padding-right:10px;
}

.contentColRight
{
    float:left;
    width:400px;
    padding-left:10px;
}