@charset "UTF-8";
/* CSS Document */


html, body {
height:100%;	
max-width: 1200px;
font-family: Arial, Helvetica, sans-serif;
margin: 0 auto;
padding: 0;
border: 0;
}

body {
margin-left: 150px;
margin-right: 150px;
max-width: 1200px;
background-color:#EDEDED;
}
#cboxOverlay {display: none !important;} 

#banner {
    background-color:#2672DD;
    height: 150px;
    left: 150px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

#browser_warn_header {
	position:absolute;
	top:100px;
	left:200px;
}

img#pestle {
    height: 150px;
    left: 0px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 150px;
	z-index:10;
}


#banner h1 {
    color: #fafafa;
    font-size: 50pt;
    font-style: normal;
    font-weight: 500;
    left: 30px;
    position: absolute;
    text-indent: 20px;
    text-shadow: 4px 4px #0d0c0d;
    top: -35px;
}

#banner h2 {
    color: #fafafa;
    font-family: bebas-neue;
    font-size: 20pt;
    font-style: italic;
    font-weight: 500;
    left: 100px;
    position: absolute;
    text-shadow: 4px 4px #0d0c0d;
    top: 60px;
}

#banner ul a									
{
	text-decoration: none;
	font-family: chivo;
	font-style: normal;
	font-weight: 400;
}
#banner ul									{  position:absolute; list-style: none; text-align:left; top:122px; margin:0 auto;  }

/* 
	LEVEL ONE
*/
#banner ul.dropdown {
    left: -40px;
    width: 500px;
    
}
#banner ul.dropdown li                      {
	font-weight: bold;
	float: left;
	background-image:#2672DD;
}
#banner ul.dropdown a:hover		            {
	color: #FAFAFA;
}
#banner ul.dropdown a:active                { color: #ffa500; }
#banner ul.dropdown li a                    {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: #FAFAFA;
	font-family:Arial, Helvetica, sans-serif;
}
#banner ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
#banner ul.dropdown li.hover,
#banner ul.dropdown li:hover                {
	background: #F3D673;
	color: #FAFAFA;
	position: relative;
}
#banner ul.dropdown li.hover a              {
	color: #FAFAFA;
}


/* 
	LEVEL TWO
*/
#banner ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
#banner ul.dropdown ul li 					{
	font-weight: normal;
	background-color:#2672DD;
	color: #FAFAFA;
	border-bottom: 1px solid #ccc;
	float: none;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
#banner ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
#banner ul.dropdown ul ul 					{ left: 100%; top: 0; }
#banner ul.dropdown li:hover > ul 			{ visibility: visible; }


#main {
    background: none repeat scroll 0 0 #fafafa;
    min-height: 100%;
	width: 900px;
	max-width:900px;
    padding-left: 10px;
	padding-right:10px;
    padding-top: 200px;
    position: relative;
	overflow:scroll !important;
    z-index: 0;
}

.push {
	content:"";
	bottom:0;
	height:90px;
	min-width:100%;
}

#footer {
	background: none repeat scroll 0 0 #2672dd !important;
    bottom: 0;
    height: 95px;
    left: 0;
    width:100%;
    position: fixed;
	text-align:center;
}
.footercontainer {
   position:relative;
   width:600px;
   margin:auto;
}
.footerspacer {
   width:30px;
   height:90px;
   float:left;
   margin:1px;
   background-color:#2672DD;	
}

.footerpanel {
   height:90px;
   width:200px;
   background-color:#2672DD;
   float:left;
   padding: 0px 150px 5px;
   text-align:center;
   margin:1px;
 }

.footerpanel>h2 {
  font-family: Arial, sans-serif;
  color:#B4D0FC;
  text-shadow:2px 2px #0d0c0d;
  font-size:13px;
}

.bodyhdr {
	font-family: Arial, sans-serif;
	text-align:left;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	text-shadow: 4px 4px #B7B3B7;
}

.bodyhdrminor {
	font-family: Arial, sans-serif;
	text-align:left;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-shadow: 1px 1px #B7B3B7;
}

.thumbnails {
	 float:left;
	 border:2px solid;
	 margin:5px;
	 height:135px;
	 width:100px;
}


.bodytxt {
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}
.bodytxt a {
	color:#2672DD;
	font-size:13px !important;
}

.lgcontainer {
    position:absolute;
	width:875px;
	top:50%;
	left:50%;
	margin-left:-435px;
	margin-top:-500px;
}

.servicecontainer { 
    height: 120px;
    margin: 20px 10px 30px 10px;
    width: 900px;
  /* background-color:orange; */
	position:relative;
	left:-12px;
}

.servicecontainer a img, .servicecontainer img {
	height:90px;
	width:90px;
	position:relative;
	left:0px;
	float:left;
	margin:3px 7px 0px 3px;
}

.largepics {
    height:750px;
	width:850px;	
}
#map_canvas {
    height:520px;
    width: 550px;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-250px;
	position:absolute;
}

ul.vert-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:10px Arial, sans-serif;
	line-height:180%;
	width:100%;
	position:relative;
	top:-7px;
	
}
ul.vert-menu li {
	margin:0;
	padding:0;
	border:none;
	width:100%;
}

ul.vert-menu  .footertext {
	color:white;
}


ul.vert-menu li a {
	display:block;
	text-decoration:none;
	background-color:#2672DD;
	width:100%;
	color:white;
}

ul.vert-menu li a:hover {
	font-weight:bold;
    text-shadow: 2px 2px #0d0c0d;
}