﻿html, body {
	width:100%;
	font-size:16px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica;
	background-color:#f0f0e1;
}
body {
	overflow-y:scroll;
	position:relative;
	z-index:0;
}
.header, .pgcontainer, .footer {
	width:100%;
	position:relative;
	min-width:1000px;
}
.inner {
	width:1000px;
	margin:0px auto;
	position:relative;
}

	/*  //////////////////////    HEADER STYLES    ///////////////  */
.header .top {
	position:relative;
	width:100%;
	height:150px;
	z-index:11;
	background: #ffffff;
	background-image:url('../../images/header-bg.png');
}
.header .top .inner {
	text-align:center;
}
.header .top .headerlogo {
	position:absolute;	
	width:400px;
	height:181px;
	left:0px;
	top:0px;
}
.header .top .headertext {
	position:absolute;	
	width:600px;
	height:150px;
	right:5px;
	top:0px;
}
.header .navcontainer {
	position:relative;
	width:100%;
	height:30px;
	background-color:#1A2707;
	z-index:10;
	border-top: 1px solid #FFDC73;
	border-bottom: 1px solid #FFDC73;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 5px 5px 2px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 5px 5px 2px rgba(50, 50, 50, 0.65);
}	
	/*  //////////////////////    NAVBAR CONTAINER STYLES    ///////////////  */
.header .navcontainer .mainnav {
	position:absolute;
	left:430px;
	text-align:right;
	color:#fffde6;
	font-size:19px;
	font-family:Arial, Helvetica;
	line-height:30px;
	font-weight:bold;
}
.mainnav .navitem, .mainnav .navitem:visited {
	color:#fffde6;
	text-decoration:none;
	padding:0px 5px;
}
.mainnav .navitem:hover {
	color:#fffde6;
	text-decoration:underline;
}
.bottomnav {
	text-align:center;
	color:#192606;
	font-size:19px;
	font-family:Arial, Helvetica;
	line-height:30px;
	font-weight:bold;
}
.bottomnav .navitem, .bottomnav .navitem:visited {
	color:#192606;
	font-size:19px;
	padding:0px 5px;
	text-align:center;	
	text-decoration:none;
	
}
.bottomnav .navitem:hover {
	color:#192606;
	text-decoration:underline;
}
	
	/*  //////////////////////    CONTENT CONTAINER STYLES    ///////////////  */
.pgcontainer {
	background-image:url('/new/images/background.png');
	background-repeat:repeat-y;
	background-position:top center;
}
.pgcontainer .contentcontainer {
	background-color:#ffffff;
	min-height:400px;
	position:relative;
	z-index:1;
	-webkit-box-shadow: 7px 1px 7px 0px rgba(50, 50, 50, 0.65), -7px 1px 7px 0px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    7px 1px 7px 0px rgba(50, 50, 50, 0.65), -7px 1px 7px 0px rgba(50, 50, 50, 0.65);
	box-shadow:         7px 1px 7px 0px rgba(50, 50, 50, 0.65), -7px 1px 7px 0px rgba(50, 50, 50, 0.65);
}
.pgcontainer .accentline {
	position:absolute;
	width:100%;
	height:15px;
	top:0px;
	background-color:#FCBD00;
	z-index:0;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 5px 5px 2px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 5px 5px 2px rgba(50, 50, 50, 0.65);
}
	
	/*  //////////////////////    PAGE CONTENT STYLES    ///////////////  */
.pgarea {
	min-height:500px;
	margin-top: 0px;
    margin-bottom: 40px;
    margin-right: 10px;
    margin-left: 10px;
}
#contactbox {
	margin:0px 160px 25px 160px;
	padding:10px 5px;
	line-height:25px;
	font-size:1.125em;
	font-weight:600;
	text-align:center;
}
ul#servicelist {
	text-align:left;
	font-size:1.375em;
	line-height:2.15;
	margin-top:0px;
}
.about {
	font-size:1.125em;
	line-height:25px;
}
	
	/*  //////////////////////    FOOTER STYLES    ///////////////  */
.footer {
	background-color:#535362;
}
.footer .footercontent .footerblocks {
	position:absolute;	
	width:740px;
	height:100px;
	left:0px;
	top:-64px;
	z-index:11;
}
.footer .footercontent .contactenvelope {
	position:absolute;	
	width:160px;
	height:80px;
	right:20px;
	top:-64px;
	z-index:11;
}
.footer .topline {
	position:relative;
	width:100%;
	height:30px;
	background-color:#1A2707;
	z-index:10;
	border-top: 2px solid #FFDC73;
	border-bottom: 2px solid #FFDC73;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 5px 5px 2px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 5px 5px 2px rgba(50, 50, 50, 0.65);
}
.footer .accentline {
	position:absolute;
	width:100%;
	height:15px;
	top:29px;
	background-color:#FCBD00;
	z-index:9;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 5px 5px 2px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 5px 5px 2px rgba(50, 50, 50, 0.65);
}
.footer .footercontent {
	font-size:14px;
	-webkit-box-shadow: 7px 1px 7px 0px rgba(50, 50, 50, 0.65), -7px 1px 7px 0px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    7px 1px 7px 0px rgba(50, 50, 50, 0.65), -7px 1px 7px 0px rgba(50, 50, 50, 0.65);
	box-shadow:         7px 1px 7px 0px rgba(50, 50, 50, 0.65), -7px 1px 7px 0px rgba(50, 50, 50, 0.65);
}
.footer .footercontent .footertablecontainer {
	margin:0px;
	padding:0px;
	width:100%;
}
.footer .footercontent .footertablecontainer .tblleft {
	background-color:#E9E9DA;
	width:700px;
}
.footer .footercontent .footertablecontainer .tblleft .bizinfo {
	font-size:1.22em;
	line-height:1.5;
	font-weight:500;
	letter-spacing:0.5px;
	color:#192606;
	text-align:center;
}
.footer .footercontent .footertablecontainer .tblright {
	background-color:#ECECFB;
	width:300px;
	color:#192606;
}
#disclaimer {
	display:block;
	font-size:0.8em;
	font-style: oblique;
	color: #192606;
	margin:0px 15px;
	text-align:justify;
}
