body {
	background-color: #E4E4E4;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em; /* 16px */
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #6E6E6E;
}

div {
	position: relative;
	margin:0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-left: 24px; 
}

h1 {
	font-size: 1.8em; /* 16px */
	color: #0099cc;
	font-weight:200;
}

h2 {
	font-size: 1em; /* 16px */
	color: #66cc00;
}

h3 {
	font-size: 1em; /* 16px */
	color: #66CC00;
}

p, li, table {
	font-size: 0.8125em; /* 13px */
	margin-left: 24px; 
	margin-right: 24px;
}

table table, table p, table li, li li {
	font-size: 1em;
	margin-left: 0;
	margin-right: 0;
}

table h1, table h2, table h3 {
	font-size: 1.23em /* 16px */
}

a:link, a:visited, a:active {
	color: #606060;
}

a:hover, a:focus {
	color: #87D50B;
}

#header-wrapper {
	width: 100%;
	height: 221px;
	padding-top: 29px;
	background: #FFFFFF url('../images/template/header_bg.gif') top left repeat-x;
}

#banner {
	width: 980px;
	height: 87px;
	padding-top: 65px;
	margin: 0px auto;
	background: #FFFFFF url('../images/template/banner.jpg') top left no-repeat;
}

* html #banner { /* IE6 */
	height: 158px;
}

#banner p {
	color: #11A4EE;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 1.0625em; /* 17px */
}

#banner p span {
	color: #0193DE;
	font-size: 1.5em; /* 26px */
}

#nav {
	width: 980px;
	height: 69px;
	margin: 0px auto;
	background: #0591DA url('../images/template/nav_bg.jpg') left top repeat-x;
	font-size: 0.9375em; /* 15px */
}

/* based on http://sandbox.leigeber.com/dropdown-menu/ */
ul.menu {list-style-type: none;	margin: 0;	padding: 0 0 0 8px;	height: 69px; background: transparent url('../images/template/nav_left.gif') left top no-repeat;}
ul.menu * {margin:0; padding:0}
ul.menu a:link, ul.menu a:visited, ul.menu a:active {display:block; color:#FFF; text-decoration:none;}
ul.menu a:hover, ul.menu a:focus, .sel .menulink {text-decoration: underline; color: #87D50B;}
ul.menu li {float: left; position: relative; margin:0; padding: 0 5px 0 0; background: transparent url('../images/template/nav_sep.jpg') right center no-repeat; font-size: 1em; }
ul.menu li.sel {}
ul.menu li.last {background-image: none; padding-right: 7px; background: transparent url('../images/template/nav_right.gif') right top no-repeat;}

ul.menu ul {position:absolute; top:69px; left:0; display:none; opacity:0; list-style:none;}
ul.menu ul li {float: none; position:relative; border:1px solid #FFF; border-top:none; margin:0; background-image: none; background-color: #0A86C4; padding: 0; text-align: left;}
ul.menu ul li span { height: auto; }
ul.menu ul li a {display:block; padding:5px 7px 7px; background-color:#0A86C4; min-width: 141px; } 
ul.menu ul li a:hover, ul.menu ul .sel a {background-color:#1DA4E8;}
ul.menu ul ul {left:100%; top:-1px;}

ul.menu .menulink {display: block; float: left;	height: 69px; line-height: 69px; padding: 0 13px; text-decoration: none;} 
ul.menu .menulink:hover, ul.menu .menuhover {}
ul.menu li.sel .menulink {background: transparent url('../images/template/nav_sel.png') center top no-repeat;}

ul.menu ul .menuhover {}
ul.menu .sub {background:#0A86C4 url('arrow.gif') center right no-repeat}
ul.menu .topline {border-top:1px solid #FFFFFF;}

/*IE 6 fix for variable width top items */
/*
* html ul.menu li {width: 120px; margin:0 } 
* html ul.menu .menulink { padding 0 6px; }
*/

#content-wrapper {
	width: 100%;
	background: #E4E4E4 url('../images/template/content_bg1.gif') left top repeat-x;
}

#content {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top: solid 7px #005E8E;
}

#homepage {
	postion: relative;
	width: 980px;
	text-align: left;
	background: #006DA5 url('../images/template/homepage_base.gif') left bottom no-repeat;
	z-index: 0;
	min-height: 270px;
	color: #FFFFFF;
}

#homepage .left-col {
	float: left;
	width: 370px;
	padding: 30px 0 26px 32px;
}

#homepage .right-col {
	float: right;
	width: 405px;
	height: 236px;
	padding: 25px 0 25px 0;
}

#homepage h1 {
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
}

#homepage p {
	margin-left: 0;
	margin-right: 0;
}

#homepage a.button {
	display: block;
	height: 34px;
	margin:0;
	padding: 0;
	text-align: center;
	background: transparent url('../images/template/homepage_button_bg.jpg') center top no-repeat;
	line-height: 34px; 
	font-size: 0.9375em; /* 15px */
}

#homepage a.button:link, #homepage a.button:visited, #homepage a.button:active {
	color: #FFFFFF;
	text-decoration: none;
}

#homepage a.button:hover, #homepage a.button:focus {
	color: #FFFFFF;
	text-decoration: underline;
	color: #87D50B;
}

#homeGallery {
	width: 400px !important;
	height: 236px !important;
	background: transparent url('../images/slideshow/slide_bg.jpg') center center no-repeat;
}

#homeGallery .slideElement {
	background-color:transparent;
}

#homeGallery a.left {
	background: transparent url('../images/slideshow/arrow_left.png') left center no-repeat;
	opacity: 1;
}

#homeGallery a.right {
	background: transparent url('../images/slideshow/arrow_right.png') right center no-repeat;
	opacity: 1 !important;
}

#homeGallery a.left:hover, #homeGallery a.right:hover {
	opacity: 0.7;
}

#world {
	position: absolute;
	top: -7px;
	left: 0px;
	width: 980px;
	height: 300px;
	z-index: -10;
	background: transparent url('../images/template/world.jpg') center top no-repeat;
}

.content-top {
	clear: both;
	width: 100%;
	height: 26px;
	background: #E4E4E4 url('../images/template/content_bg2.png') left top no-repeat;
}

.box {
	float: left;
	width: 279px;
	margin: 24px 24px 24px 23px;
}
.box img {
	display: block;
	margin: 1px 0 16px
}

.box p {
	margin: 0px;
	padding: 0px;
	line-height: 1.29em; /* 18px */
}

.box a.button {
	display: block;
	float: right;
	height: 29px;
	width: 102px;
	margin: 16px 0 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background: transparent url('../images/template/box_button_bg.gif') right top no-repeat;
	line-height: 29px; 
	font-size: 0.9375em; /* 15px */
}

.box a.button:link, .box a.button:visited, .box a.button:active {
	color: #6E6E6E;
	text-decoration: none;
}

.box a.button:hover, .box a.button:focus {
	color: #FFFFFF;
	text-decoration: underline;
	color: #87D50B;
}

.box h2 {
	margin: 0;
	padding: 0 13px;
	line-height: 36px;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	background: #81D100 url('../images/template/box_heading_bg.gif') top left no-repeat;
	
} 
.box1 {
	float: left;
	width: 279px;
	margin: 10px 22px 15px 23px;
}

.box1 h2 {
	margin: 0;
	padding: 0 13px;
	line-height: 36px;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	background: #81D100 url('../images/template/box_heading_bg.gif') top left no-repeat;
	
} 

.box1 img {
	display: block;
	margin: 1px 0 16px
}

.box1 p {
	margin: 0px;
	padding: 0px;
	line-height: 1.29em; /* 18px */
}

.box1 a.button {
	display: block;
	float: right;
	height: 29px;
	width: 102px;
	margin: 16px 0 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background: transparent url('../images/template/box_button_bg.gif') right top no-repeat;
	line-height: 29px; 
	font-size: 0.9375em; /* 15px */
}

.box1 a.button:link, .box1 a.button:visited, .box1 a.button:active {
	color: #6E6E6E;
	text-decoration: none;
}

.box1 a.button:hover, .box1 a.button:focus {
	color: #FFFFFF;
	text-decoration: underline;
	color: #87D50B;
}

.box2 {
	float: left;
	width: 480px;
	margin: 5px 0px 24px 10px;
}


.box3 {
	float: left;
	width: 500px;
	margin: 24px 24px 24px 0px;
}

.box4 {
	float: left;
	width: 279px;
	margin: 10px 24px 15px 23px;
	text-align:center;
}

.box4 h2 {
	color:#0099cc;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight:600;
}

.box4 a:link, .box4 a:visited, .box4 a:active {
	color: #0099cc;
	text-decoration:none
}


.box4 a:hover, .box4 a:focus {
	color: #87D50B;
	text-decoration: none;
}

.box5 {
	float: left;
	width: 710px;
	margin: 10px 0px 10px 10px;
	text-align:justify;
}

.box6 {
	float: left;
	width: 225px;
	height: 931px;
	margin: 10px 10px 10px 0px;
	background: transparent url('../images/seo-background.jpg') right top no-repeat;
}

.box6a {
	float: left;
	width: 225px;
	margin: 10px 10px 10px 0px;
}

.box7 {
	float: left;
	width: 450px;
	margin: 10px 20px 10px 20px;
	text-align:center;
}

.box8 {
	float: left;
	width: 450px;
	margin: 5px 0px 10px 25px;
}

* html .box {
	margin-left: 18px;
	margin-right: 18px;
}

#footer-wrapper {
	width: 100%;
	background-color: #D9D9D9;
	clear: both;
}

#footer {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	border-style: solid;
	border-color: #006DA5;
	border-width: 6px 0 22px;
	background: #0684C6 url('../images/template/footer_bg.jpg') left top repeat-x; 
	color: #FFFFFF; 
}

#footer div[class|=footer] {
	width: 326px;
	float: left; 
	padding-top: 35px;
	height: 229px;
}

#footer h3 {
	font-size: 1.5em; /* 25px */
	margin: auto auto 16px 25px;
}

#footer p {
	font-size: 0.75em; /* 12px */
	margin-left: 25px;
}

.footer-services {
	width: 326px;
	float: left; 
	padding-top: 35px;
	height: 229px;
	background: transparent url('../images/template/footer_sep.gif') right center no-repeat;
}

.footer-location {
	width: 326px;
	float: left; 
	padding-top: 35px;
	height: 229px;
	background: transparent url('../images/template/footer_sep.gif') right center no-repeat;
}

.footer-location img {
	display: block;
	float: left;
	margin: 0 15px 0 25px;
}

.footer-location p {
	margin-top: 75px;
}

.footer-contact {
	width: 328px;
	float: left; 
	padding-top: 35px;
	height: 229px;
	background: transparent url('../images/template/footer_contact_bg.jpg') right bottom no-repeat;
	
}

.footer-terms {
	margin: 0 !important;
	padding-left:0px;
	border-width: 0px 0 0 0;
	text-align:center;
	width:980px;
	background-color:#006da5;
}

.footer-terms a:link, .footer-terms a:visited, .footer-terms a:active {
	color: #ffffff;
	text-decoration:none
}

.footer-terms a:hover, .footer-terms a:focus {
	color: #87D50B;
	text-decoration: none;
}


.clear {
	clear: both;
	height: 1px;
	width: 100%;
	margin-bottom: -1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix { /* IE6 */
	zoom: 1;
}

.ul-spacing { margin-left:-20px }

.border {border: 2px solid #0784c6; }

.imagesample { margin-right: 25px; margin-left: 20px; margin-bottom:10px; float:right }

.imagesample2 { margin-right: 30px; margin-left: 20px; margin-bottom:10px; float:right }

.resourceimage { margin-right: 20px; margin-bottom:10px; float:left }

.resourceimage2 { margin-left: 20px; margin-bottom:10px; float:right }

a.button {
	display: block;
	float:left;
	height: 34px;
	padding: 0;
	margin-left:25px;
	text-align: center;
	background: transparent url('../images/request-quote-button.jpg') left top no-repeat;
	width: 353px;
	line-height: 34px; 
	font-size: 0.9375em; /* 15px */
}

a.button:link, a.button:visited, a.button:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.button:hover, a.button:focus {
	color: #FFFFFF;
	text-decoration: underline;
	color: #87D50B;
}

a.button5 {
	display: block;
	float:left;
	height: 38px;
	padding: 0;
	margin-left:50px;
	text-align: center;
	background: transparent url('../images/view-our-background.jpg') left top no-repeat;
	width: 313px;
	line-height: 34px; 
	font-size: 0.9375em; /* 15px */
}

a.button5:link, a.button5:visited, a.button5:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.button5:hover, a.button5:focus {
	color: #FFFFFF;
	text-decoration: underline;
	color: #87D50B;
}

a.button6 {
	display: block;
	float:left;
	height: 38px;
	padding: 0 0 15px 0;
	margin-left:25px;
	text-align: center;
	background: transparent url('../images/gd-request-quote.jpg') left top no-repeat;
	width: 550px;
	line-height: 34px; 
	font-size: 0.9375em; /* 15px */
}

a.button6:link, a.button6:visited, a.button6:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.button6:hover, a.button6:focus {
	color: #FFFFFF;
	text-decoration: underline;
	color: #87D50B;
}

a.button7 {
	display: block;
	float:left;
	height: 34px;
	padding: 0 0 5px 0;
	margin-left:25px;
	text-align: center;
	background: transparent url('../images/view-our-background2.jpg') left top no-repeat;
	width: 353px;
	line-height: 34px; 
	font-size: 0.9375em; /* 15px */
}

a.button7:link, a.button7:visited, a.button7:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.button7:hover, a.button7:focus {
	color: #FFFFFF;
	text-decoration: underline;
	color: #87D50B;
}

a.button8 {
	display: block;
	height: 38px;
	padding: 0 0 0 0;
	margin-left:210px;
	margin-bottom:20px;
	text-align: center;
	background: transparent url('../images/gd-request-quote.jpg') left top no-repeat;
	width: 550px;
	line-height: 34px; 
	font-size: 0.9375em; /* 15px */
}

a.button8:link, a.button8:visited, a.button8:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.button8:hover, a.button8:focus {
	color: #FFFFFF;
	text-decoration: underline;
	color: #87D50B;
}

.button2 {
	display: block;
	height: 245px;
	padding: 5px;
	color:#ffcc66;
	margin-left:35px;
	font-style:italic;
	text-align: left;
	line-height:20px;
	background: transparent url('../images/about-us-bg.jpg') left top no-repeat;
	width: 912px; 
	font-size: 1.2em; /* 15px */
}

.button2 H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:1.6em;
	font-weight:700;
	color:#FFF;
	line-height:35px;
}

.justbold {
	font-weight:bold;
	text-align:justify
}

.imgspacing {
	margin: 0 0 30px 0;
}

.normal-text { 	
	font-size: 1em; /* 13px */
	padding: 0;
	margin-left: 0px;
	margin-bottom:0px;
	color: #6E6E6E;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerlink:hover, a.footerlink:focus {
	color:#87D50B;
	text-decoration:underline;
}
	