* {
    margin: 0;
}
	
	body {
	margin:0;
	padding:0;
	color:#000000;
	text-align:center;
	background-repeat: repeat-x;
	font-size: 100%;
	font-family:Futura, "Century Gothic", AppleGothic, sans-serif;
	background-color: #82BBDE;
	background-image: url(images/bodybk.jpg);
	background-position: center top;
}
 html,body {
	font-size: 12px;
	 height: 100%;
 }
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
 margin:0;
 padding:0;
 } 
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	
	word-spacing:-0.125em
			color: #464D5C;
}

h1 {
	background-image: url(images/sidebtabtop2.jpg);
	background-repeat: no-repeat;
	font-size: 145%;
	margin-top: 0;
	margin-bottom: 1em;
	color: #065381;
	height: 35px;
	line-height: 2.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #065381;
	width: 96%;
	margin-left: 2%;
}



h2 {
	font-size: 110%;
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: 0.8em;
	background-image: url(images/blueline.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background-position: center bottom;
}

h3 {
	font-size: 130%;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	color: #065381;
	margin-left: 2%;
}

h4 {
	font-size: 120%;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom-style: none;
	font-weight: bold;
	color: #000000;
}


h5 {
	
	font-size: 145%;
	margin-top: 0;
	margin-bottom: 1em;
	color: #065381;
	height: 35px;
	line-height: 2.6em;
	
	width: 96%;
	margin-left: 2%;
}

#wrapper {
	text-align: left;
	border:0;
	width: 780px;
	margin: 0 auto -4em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(images/wrapperbkmiddle.jpg);
	background-repeat: repeat-y;
	
}
#wrapperbktop{
	background-image: url(images/wrapperbktop.jpg);
	height: 27px;
}
#wrapperbkmiddle{
	background-image: url(images/wrapperbkmiddle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto -4em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrapperbkbottom{
	background-image: url(images/wrapperbkbottom.jpg);
	height: 27px;
	margin-bottom: 0px;
}

#greenbktop{
	background-image: url(images/greenbktop2.jpg);
	height: 18px;
	background-repeat: no-repeat;
}
#greenbkbottom{
	background-image: url(images/greenbkbottom2.jpg);
	height: 16px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
#bluebktop{
	background-image: url(images/bluebktop2.jpg);
	height: 18px;
	background-repeat: no-repeat;
	margin-bottom: -6px;
}
#bluebkbottom{
	background-image: url(images/bluebkbottom2.jpg);
	height: 17px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
#header {
	background-image: url(images/topheaderfinal.jpg);
	height: 160px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -1px;
}
#leftside{
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-left: 8px;
	
	}
#side-a {
	float: left;
	width: 147px;
	background-image: url(images/greenbkmiddle2.jpg);
	background-repeat: repeat-y;
	margin-top: -12px;
	margin-left: 0px;
	
}
#side-ablue {
	float: left;
	width: 147px;
	background-image: url(images/bluebkmiddle2.jpg);
	background-repeat: repeat-y;
	margin-top: 6px;
	margin-left: 0px;
}
#side-b {
	float: right;
	width: 600px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
}
.blank{height:4em;}
#footer1 {
	background-image: url(images/wrapperbkbottom.jpg);
	background-repeat: no-repeat;
	width: 780px;
	margin: auto;
	height: 31px;
	clear: both;
	font-size: 11px;
	text-align: center;
}
.footer {
	height: 4em;
	background-image: url(images/footerbk.jpg);
	background-repeat: repeat-x;
	padding-top: 16px;
	background-color: #FAAC44;
	padding-bottom:18px;
}
.footer a{
	color: #000000;
	text-decoration: none;
}
	.footer a:hover{color: #FFFFFF;
	text-decoration: underline;}
 .push{
	height: 4em;
}

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(images/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(images/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(images/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
}
/* all A tags whose HREF attribute starts with #top */
a[href ^="#top"] {
	padding-right: 18px;
    background: transparent url(images/icon_top.gif) no-repeat center right;
   
}
#index .index, #gallery .gallery, #quote .quote, #location .location, #about .about, #contact .contact, #requirements .requirements, #resources .resources, #services .services, #certifications .certifications

{color: #FBB439;
	font-style: italic;
}
.clearleft{
	clear:left;
	width: 160px;
	height: 1px;
}
.clearright{clear:right;}
.clearboth{clear:both;}
p {
	margin-top: 0.5em;
	margin-bottom:1.5em;
	padding-left: 0;
	line-height: 1.5em;
	margin-right: 0.5em;
	text-align: justify;
	text-justify: newspaper;
}
cite{
	font-family:Cambria, Georgia, Times, Times New Roman, serif;
	text-align: center;
}
ul {
  margin-top: 0.35em;
  margin-left: 1.5em;
  padding-left: 0;
}
li {
  line-height: 1.5em;
}
dl {
  margin-top: 0.35em;
}
dt {
  text-indent: -0.5em;
  color: #339;
  margin-top: 1em;
}
dd {
  margin-top: 0.35em;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.5em;
}
.footercontent{
	text-align:center;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
}
.footercontent a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.floatleft{float:left;}
.floatright{float:right;}

ul.sitemap {
	list-style-type: none;
	margin-left: 75px;
	padding-left: 0;
	font-weight: normal;
}

ul.sitemap li {
	padding-left: 1.1em;
	margin-top: 2px;
}

ul.sitemap li a {
	margin-left: -1.1em;
	padding-left: 1em;
	background-color: transparent;
	background-image: url(images/icon_webdev.gif);
	background-repeat: no-repeat;
	background-position: -2px center;}

ul.sitemap li ul {
	background-color: transparent;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: -1.4em 0 0 -1.6em;
	padding: 1.4em 0 0 0.6em;
}


ul.sitemap li a.parent {
	background-color: transparent;
	background-image: url(images/plus.gif);
background-repeat: no-repeat;
	background-position: 1px center;
}

ul.sitemap li ul li {
margin-left: 1cm;
padding-left: 10px;
}
.acontent{margin-left:12px;}
#navcontainer
{
	width: 138px;
	margin-bottom: 0em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-left: 4px;
	line-height: 1em;
	margin-top: -6px;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
	margin: 0;
	
}

#navcontainer li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0.3em;
	line-height: 2.3em;
	text-align: center;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	color: #FBB439;
	font-style: italic;
}



#line{background-image: url(images/menubk.jpg);
	background-repeat: no-repeat;
	background-position: 1px 2.3em;}
	
	#orange{
	background-color: #FAAC44;
	background-image: url(images/toporange.jpg);
	background-repeat: repeat-x;
	width: 600px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 0;
	float: right;
}
	#orange2{
	background-color: #FAAC44;
	background-image: url(images/toporange.jpg);
	background-repeat: repeat-x;
	width: 580px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: right;
	padding: 10px;
}
.pic{
	margin-left:20px;
	margin-top:20px;
	padding-bottom: 2px;
}
div.nav {
	height: 28px;
	width: 118px;
	padding:0;
	background-image:url("images/readmoreover.jpg");
	float:right;
	margin-right:50px;
	margin-top: -12px;
	margin-bottom: 0;
	margin-left: 0;
}

div.nav a, div.nav a:link, div.nav a:visited {
display:block;
}

div.nav img {
width:100%;
height:100%;
border:0;
}

div.nav a:hover img {
visibility:hidden;
}.services{
	color: #FFFFFF;
	padding-left: 8px;
	font-size: 11px;
	font-style: italic;
	margin-bottom: -18px;
}
.more a{
	background-image: url(images/more.jpg);
	background-repeat: no-repeat;
	background-position: 50px center;
	color: #FAAC44;
	line-height: 1;
	height: 15px;
	text-decoration: none;
	padding-left: 65px;
}
.more a:hover{text-decoration:underline;
font-style:italic;}
.contact1{
	margin-left:8px;
	color: #FFFFFF;
	font-style: italic;
}
.contact2{
	margin-left:18px;
	color: #FFFFFF;
	font-style: italic;
	text-align:left;
}
.orangetext{
	margin-left:2em;
	margin-right:2em;
	text-align: center;
	font-weight: bold;
}
.mail{
	margin-left:40%;
	width: 100%;
	font-size: 13px;
}
.wbenc{
	width: 229px;
	padding-top: 94px;
	padding-left: 550px;
	height: 33px;
}
.email a{
	color:#FAAC44;
	font-size: 11px;
	margin-left:8px;
}
.email2 {
	color:#065381;
	font-size: 13px;
}
.floatleftgalpic{width:259px;
float:left;}
.floatrightgalpic{float:right;
width:  ;}
.numberedlist{margin-left:45px;}