/*General Page Styles*/
* {
padding: 0;
margin: 0;
}

body {
background: #069 url(../images/headerbg.jpg) repeat-x;
font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
font-size: 75%;
}

h1 {
font-size: 2em;
padding: 10px 0px 0px 0px;
margin-bottom: 10px;
border-bottom: 2px solid #014C72;
width: 637px;
}

h2 {
font-size: 1.25em;
padding: 10px 0px 0px 0px;
margin-bottom: 10px;
border-bottom: 2px solid #014C72;
width: 360px;
}

h3 {
font-size: 1em;
padding: 10px 0px 0px 0px;
margin-bottom: 10px;
width: 110px;
}

h4 {
font-size: 1em;
padding: 10px 0px 0px 0px;
margin-bottom: 10px;
border-bottom: 2px solid #AAAAAA;
width: 201px;
}

p {
padding: 0 10px 1em;
margin-top: 10px;
}

.servicelink {
	color:#000;
	text-decoration: none;
	cursor: pointer;
}

.servicelink:hover {
	color:#000;
	text-decoration: underline;
	cursor: pointer;
}

.indent {
	padding-left: 30px;
}

html, body {
height: 100%;
}

#container {
min-height: 100%;
background: url(../images/bgfill.jpg);
width: 778px;
margin: 0 auto;
}

* html #container {
height: 100%;
}

/*Header Area*/
#header {
background:url(../images/header.jpg) no-repeat;
margin: auto;
width: 778px;
color: #DDD;
text-align: center;
height: 195px;
}

#headertext {
	color: #222;
	float: right;
	margin: 30px 70px auto;
	text-align:right;
}

#headertext a {
	color: #222;
}

/*Footer Area*/
#footerWrap {
background: url(../images/footerbg.jpg) repeat-x;
margin: -124px auto 0 auto;
}

#footer {
	background:url(../images/footer.jpg) no-repeat;
	margin: auto;
	width: 778px;
	color: #DDD;
	text-align: center;
	height: 124px;
}

#clearfooter {
	margin: 20px auto;
	height: 124px;
	clear: both;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

#copyright {
	color: #000;
	font-variant: small-caps;
	padding: 31px 0px 0px 60px;
	float: left;
}

#footlinks {
	color: #000;
	padding: 31px 60px 0px 0px;
	float: right;
}

/*Nav Bar Area*/
#nav {
	margin: auto;
	padding: 10px;
	background:url(../images/navbar.jpg) no-repeat;
	height: 34px;
	text-align: center;
}

#nav ul{
	display: inline;
}

#nav ul li{
display:inline;
border-right: 2px solid #999;
bottom: 0px;
margin: 0px;
padding: 11px 10px 8px 10px;
}

#nav ul li:hover{
display:inline;
border-right: 2px solid #999;
bottom: 0px;
margin: 0px;
padding: 11px 10px 8px 10px;
background:url(../images/navactivebutton.jpg) no-repeat center;
}


#nav ul li a{
	text-align:center;
	text-decoration:none;
	color: #FFF;
}

#nav ul li a:hover{
	color: #FFF;
	cursor:pointer;
}

#nav .first{
	border-left: 2px solid #999;
}

#activenav {
	display:inline;
	border-right: 2px solid #999;
	bottom: 0px;
	margin: 0px;
	padding: 11px 10px 8px 10px;
	background:url(../images/navactivebutton.jpg) no-repeat center;
}
/*Content Area*/
#content {
	margin: auto;
	padding: 0px 60px 0px 60px;
}

/*Top Content Area (Split Grey/White)*/
#topWrap {
width: 650px;
margin: 0px;
padding: 0px;
}
#topTop {
background:url(../images/section1top.jpg) no-repeat;
height: 26px;
margin: 0 auto 0 auto;
}
#topFill {
background:url(../images/section1fill.jpg) repeat-y;
height: 150px;
margin: 0 auto 0 auto;
overflow: hidden;
}
#topLeft{
width: 403px;
float: left;
}
#topRight{
width: 202px;
height: 100%;
float: right;
margin: 0px 20px 0px 20px;
}
#topBottom {
background:url(../images/section1bottom.jpg) no-repeat;
height: 26px;
margin: 0 auto 0 auto;
clear: both;
}

/*Left Content Area (Grey Blue)*/
#leftWrap {
width: 401px;
float: left;
margin: auto;
}
.leftTop {
background:url(../images/section2top.jpg) no-repeat;
height: 18px;
margin: 15px auto 0 auto;
}
.leftFill {
background: #D1E2EC;
margin: 0 auto 0 auto;
}
.leftContent {
margin: 0 18px 0 18px;
}
.leftBottom {
background:url(../images/section2bottom.jpg) no-repeat;
height: 16px;
margin: 0 auto 0 auto;
clear: both;
}

/*Right Content Area (Grey)*/
#rightWrap {
width: 237px;
float: right;
margin: auto;;
}
.rightTop {
background:url(../images/section3top.jpg) no-repeat;
height: 18px;
margin: 15px auto 0 auto;
}
.rightFill {
background: #DDDDDD;
margin: 0 auto 0 auto;
}
.rightContent {
margin: 0 18px 0 18px;
}
.rightBottom {
background:url(../images/section3bottom.jpg) no-repeat;
height: 16px;
margin: 0 auto 0 auto;
clear: both;
}

/*Slideshow Banner*/
#slideshow {
    position:relative;
    height:350px;
	margin-left: 7px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*Quotes*/

#author {
	width: 100%;
	font-style: italic;
	text-align: right;
}

/*Table for Services*/

table {
	padding: 0;
	margin: 0;
}

table.serv{
	width: 100%;
	border: solid 2px #AAA;
}

table.serv th{
	width: 50%;
	text-align: center;
	font-weight: bold;
	background: #AAA;
}

table.serv td{
	width: 50%;
	text-align: center;
	padding: 5px 0 5px 0;
}