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

.topnav {
	position:relative;
	margin:0 auto;
	text-align:right;
	width:956px;
	height:49px;
	margin-bottom:30px;
	background-image:url(theme/topnavbg.png);
}

.master {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1000px;
	height:auto;
	overflow:visible;
	z-index:10;
}

.whitemain {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:956px;
	height:auto;
	overflow:visible;
	background-color:#FFF;
	margin-top:-5px;
}

/*
.nav {
	position:relative;
	margin:0 auto;
	text-align:right;
	width:100%;
	height:auto;
	z-index:11;
	margin-left:0px;
}
*/

.header {
	position: relative;
	overflow: visible;
}

.header__logo {
	float: left;
	margin: 10px 20px 20px 25px;
}

.header__contact {
	float: right;
	margin: 0 10px 24px 0;
	line-height: 24px;
}
.header__contact img {
	vertical-align: top;
	margin-left: 5px;
}

.header__nav {
	float: right;
	clear: right;
	margin: 0;
	position: relative;
	margin-right: -20px;
}

.call-us {
	color: #0072bc;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-right: 10px;
}

.leaf {
	position: absolute;
	z-index: 2000;
}
.leaf1 {
	top: -20px; right: 60px;
}
.leaf2 {
	bottom: -20px; left: 120px;
}

.nav {
	float: right;
	width: auto;
	margin-bottom: 50px;
	-webkit-font-smoothing: antialiased;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav > div > ul > li {
	width: 140px;
	height: 44px;
	float: left;
	text-align: center;
}
.nav a {
	display: block;
	height: 40px;
	padding-top: 5px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	background-color: rgb(0,114,187);
	color: white;
	text-decoration: none;
	line-height: 16px;
	font-weight: 600;
	font-size: 15px;
	margin-left: 2px;
	white-space: nowrap;
}
.nav a:hover {
	color: white;
	text-decoration: none;
	background-color:rgb(0,72,121);
}

.nav:after {
	content: ' ';
	position: absolute;
	top: 44px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 40px solid rgb(0,72,121);
	border-right: 20px solid transparent;
}

.nav > div > ul > li.blog,
.nav > div > ul > li.menu-item-388 {
	width: 80px;
}

.nav > div > ul > li.blog > a,
.nav > div > ul > li.menu-item-388 > a {
	line-height: 32px;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */
.nav ul ul {
    display: none;
    position: absolute;
    xtop: 100%;
    z-index: 1000;
}
 
/* Display Dropdowns on Hover */
.nav ul li:hover > ul {
    display:inherit;
}
 
/* Fisrt Tier Dropdown */
.nav ul ul li {
    min-width:140px;
    float:none;
    display:list-item;
    position: relative;
}

.nav ul ul li a {
	padding: 0;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
}


.wrap {
	display: block;
}


.greyhome {
	position:relative;
	width:100%;
	height:280px;
	background-color:#e0e5e3;
	margin-top:20px;
	clear: both;
}
.greyhome h2 {
	margin-top: 36px;
}
.greyhome h3 {
	margin-bottom: 0;
}
.greyhome p {
	margin-top: 6px;
	margin-bottom: 20px;
}


.grey {
	position:relative;
	width:100%;
	background-color:#e0e5e3;
	margin-top:20px;
	margin-bottom:0px;
	overflow:visible;
	padding-top:30px;
}

.maincontent {
	position:relative;
	float:right;
	width:470px;
	padding-left:15px;
	padding-right:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-right:20px;
}

.fullwidthcontent {
	position:relative;
	float:left;
	width:95%;
	padding-left:15px;
	padding-right:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-right:20px;
	margin-left:20px;
}

.bluebox {
	position:relative;
	float:left;
	width:386px;
	height:367px;
	overflow:auto;
	z-index:12;
	margin-top:-20px;
	margin-left:30px;
}

.blueboxsub {
	position:relative;
	float:left;
	width:386px;
	height:367px;
	overflow:auto;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:-20px;
	text-align:center;
}

body {
	background-image:url(theme/bg.png);
	background-repeat:repeat;
	margin:0 auto;
}

h1 {
	color:#558CDC;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0072bc;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0072bc;
}

.bluetext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0072bc;
	text-align:left;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
}

a {
	color:#0072bc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#0072bc;
}

.blueboxsub2 {
	position:relative;
   right:0px;
   bottom:0px;
	width:386px;
	height:367px;
	overflow:auto;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:-20px;
	text-align:center;
}

.blueboxsub3 {
	position:relative;
   right:0px;
   bottom:0px;
	width:386px;
	height:367px;
	overflow:auto;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:-20px;
	text-align:center;
}

odor.h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0072bc;
	text-align:center;
}

.menu {
	display:inline !important;
	text-align:right;
	padding-right:160px;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	margin-top:0px;
	list-style:none;
	
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
	
.button {
    
	width: 255px;
	height: 23px;
	-webkit-border-radius: 4px/5px;
	-moz-border-radius: 4px/5px;
	border-radius: 4px/5px;
	background-color: #49aa43;
	color: white;
	padding: 6px 10px;
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	box-shadow:
		inset 0 4px 1px rgba(255,255,255,.5), /*top internal highlight*/        
		inset -4px 0 1px rgba(0,0,0,.4), /*right internal highlight*/
		inset 0 -4px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
		inset 4px 0 1px rgba(255,255,255,.4) /*left internal highlight*/                
    
}
.button:hover {
	text-decoration: none;
	background-color: #67B862;
	color: white;
}

.lead {
	line-height: 150%;
}