body {
	
	color: #6C6C6C;
	font-size: 10px;
	font-family: "Segoe UI";
	margin: 0;
	padding: 0;
	text-align: center;
} /* Needed to center layout in old IE browsers. */

acronym, abbr {cursor: help;
               border-bottom: 1px dotted;}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px 0;
	padding: 0 0 2px 0;
	color: #507C9F;
	background-color: #FFF;
	font-weight: normal;
}

.bottom-border {border-bottom: 1px solid #E0E0E0;}

.headline {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
}

ul {list-style-type: square;}

p {padding: 0;
   margin: 0 0 25px 0;
   line-height: 160%;}

p.clear-left {clear: left;}

img {border: 0;
     margin: 0 0 25px 0;}
       
h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

a {color: #8BA11D; text-decoration: none; background-color: #FFF;}
a:link {
	color: #000000;
	background-color: #FFF;
}
a:visited {
	color: #000000;
	background-color: #FFF;
}
a:hover {
	color: #5782A4;
	background-color: #FFF;
}
            
#container {
	width: 800px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	padding: 5;
	font-family: "Segoe UI";
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 13px;
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	color: #000000;
	height: 83px;
}

#header h1 {margin: 0;
            background: #3D3D3D;
            color: #EEE;
            padding: 0;}

#logo {display: block;
       margin: 0;}

#sub-header {
	width: 800px;
	height: 150px;
	color: #6C6C6C;
	padding-bottom: 0px;
	background-color: #000000;
	background-image: url(images/recoverytowerjpg.jpg);
	background-repeat: no-repeat;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#sub-header2{
	width: 800px;
	height: 150px;
	color: #6C6C6C;
	padding-bottom: 25px;
	background-color: #FFF;
	background-image: url(images/recoverytowerjpg.jpg);
	background-repeat: no-repeat;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* Begin main navigation menu. */

#menu {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #FFF url(images/menu_background.jpg) repeat-x;
	color: #000000;
	position: relative;
	display: block;
	background-image: url(images/menu_background.jpg);
}

#menu-right {
	position: absolute;
	width: 13px;
	height: 52px;
	right: 0;
	top: 0;
	background: #FFF url(images/menu_right.jpg) no-repeat;
	color: #333;
	background-image: url(images/menu_right.jpg);
}

#menu-left {position: absolute;
            width: 13px;
            height: 52px;
            left: 0;
            top: 0;
            background: #FFF url(images/menu_left.jpg) no-repeat;
            color: #333;}


#menu ul {list-style-type: none;
          margin: 0;
          padding: 12px 0 0;
          text-align: center;}

#menu ul li {
	display: inline;
	margin: 10px 0 0 10px;
	padding: 0;
	font-weight: bolder;
}

#menu ul li#first {margin: 0;}

#menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #525252;
	background-color: #FFF;
	font-size: 10px;
}

#menu ul li a:hover {color: #000;
                     background-color: #FFF;}

.access-key {color: #8BA11D;
             font-size: 18px;
             background-color: #FFF;
             font-weight: normal;}

/* End main navigation menu. */ 

#content {
	color: #000000;
	padding-top: 5;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

/* The right-column division is your main content division. */
#history-column {
	width: 780px;
	float: left;
	min-height: 350px;
	font-size: 13px;
}

#right-column {
	width: 525px;
	float: right;
	min-height: 350px;
	font-size: 13px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#left-column {
	width: 230px;
	padding: 0;
	margin-right: 504px;
	font-weight: normal;
}

#footer {
	width: 760px;
	height: 78px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #6C6C6C;
	background-color: #FFF;
	background-repeat: no-repeat;
}

#footer-content {padding: 51px 20px 0;}

#footer-right {float: right;
               margin: 0;}

#footer p {margin: 0;}

.news {margin: 0 0 40px 0;}

.date {
	color: #5A84A5;
	background-color: #FFF;
	font-style: italic;
	float: right;
}

.left {float: left;
       margin: 3px 5px 0 0;}

.right {float: right;}

.justify {text-align: justify;}

.clear {clear: both;}

/* Begin recent clients list. */

#recent-clients {margin-bottom: 25px;
                 padding: 0;}

#recent-clients ul {margin: 0;
                    padding: 0;
                    list-style-type: none;}

#recent-clients li {display: inline;
                    padding: 0 1px 0 0;}

#recent-clients li a img {padding: 0;
                          margin: 0;
                          border: 2px solid #E0E0E0;}

#recent-clients li a:hover img {border: 2px solid #677C2F;}

/* End recent clients list. */

/* Begin style for the featured services. */

#featured-wrapper {
	width: 468px;
	color: #8CAA54;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 120px;
}

#featured-top {
	width: 468px;
	height: 200px;
	background: #FFF url(images/featured_top.png) no-repeat;
	color: #6C6C6C;
}

#featured-bottom {
	width: 468px;
	height: 15px;
	background: #FFF url(images/featured_bottom.png) no-repeat;
	color: #6C6C6C;
}

#featured-content {
	margin-top: -50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FF0000;
}

.featured {
	width: 100%;
	clear: both;
	padding-bottom: 0px;
}

.featured h3 {
	margin: 0;
	background: transparent;
	font-size: 16px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.number {
	font-size: 16px;
	line-height: normal;
	float: left;
	margin: 0 10px 0 0;
	color: #000000;
	padding: 0;
}

/* End style for featured services. */

