@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body, button, input, select, textarea {
font-family : sans-serif;
color : #222;
}
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -webkit-background-size:100%; background: url(images/tree_bknd.jpg); -ms-text-size-adjust: 100%;
max-height:100%; }
img, object, embed, video {
	max-width: 100%;
	/*background-color:#003300;
	background-image:url(images/bknd_gradient.jpg);*/
}
a:focus {
    outline: 0;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

/*.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	height:100%;
	padding-top:0;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-image:url(images/bknd_gradient_photo2.png);
	border:inset #CCC;
	z-index:50;
}*/
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: /*87.36%*/100%;
	padding-top:0;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-image:url(images/bknd_gradient_photo.png);
	border:inset #CCC;
	z-index:50;
}
.form_gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:100%;
	padding-top:0;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-image:url(images/bknd_gradient_photo2.png);
	border:inset #CCC;
	clear:both;
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header {
	clear: both;
	float: left;
	margin-left: .3%;
	padding-top:1.82%;
	padding-bottom:1.82%;
	width: 100%;
	display: block;
	z-index:200;
}
.nav {
	width:100%;
	top:35px;
	border:inset 2px #CCCCCC;
	background-image:url(images/menu_gradient.jpg);
	background-repeat:repeat;
	text-transform : uppercase;
	text-align:center;
	font-size : 14px;
	font-weight : bolder;
	position : relative;
	margin : 20px 0;
	margin-left:-.3%;
}
.nav.left ul {
	right : auto;
}
.nav ul {
	top : 0;
	left : 0;
}
.nav ul ul {
	width : 180px;
	padding : 15px 0;
	position : absolute;
	top : 0;
	left : 0;
	border : #aaa solid 1px;
	background : url(images/icon-menu.png) 10px 11px no-repeat #fff;
	border-radius : 5px;
	box-shadow : 0 1px 2px rgba(0, 0, 0, 0.3);
	display : none;
}
.nav li {
	margin : 0 5px 10px 0;
	padding : 0;
	padding-top:15px;
	list-style : none;
	display : inline-block;
}
.nav a {
	padding : 3px 12px;
	text-decoration : none;
	outline : 0;
	color : #51f707;
	line-height : 100%;
}
.nav a:hover {
	color : #7faf6f;
}
.nav .current a {
	background : #7faf6f;
	color : #000;
	border-radius : 5px;
}
.nav li ul a {
	width : 12em;
	height : auto;
	float : left;
}
.nav ul ul {
	top : auto;
}
.nav li ul ul {
	left : 12em;
	margin : 0 0 0 10px;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul {
	display : none;
	left : 12em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {
	display : block;
	left : 8%;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul a[href="web_services.html"] {
	margin-left : 8%;
	background : url(images/menu_gradient.png);
	text-align : left;
	padding-right : 100px;
	padding-left : 3px;
	padding-bottom : 3px;
	color : #FFF;
	text-decoration : none;
	border : #006 solid 2px;
}
.content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	/*background-color: #030;*/
	display: block;	
}
.welcome {
	width:auto;
	height:auto;
	margin-left: 0;
	margin-top:3%;
	padding:15px;
}
.inner_content {
	border:outset #060 5px;
	margin-left:6%;
	padding:15px;
	margin-right:auto;
	width:80%;
	background-color:#dbfbdb;
	opacity:.75;
	z-index:800;
}
.inner_content h1 {
	color:#013603;
	text-align:center;
}
.inner_content h2 {
	color:#013603;
	text-align:center;
}
.inner_content h3 {
	color:#013603;
	text-align:center;
}
.inner_content h4 {
	color:#013603;
	text-align:center;
}
.inner_content h5 {
	margin-top:-15px;
	color:#C00;
	font-size:14px;
	
}
.email1 {
	clear:both;
	float:left;
	margin-top:-40%;
	margin-left:27%;
	max-width:75%;
	z-index:700;
}
.table_box {
	margin-left:.5%;
}
.inner_content table {
	border-spacing: 10px;
    border-collapse: separate;
}
.inner_content th {
	padding:10px;
	font-size:28px;
	color:#013603;
}
.inner_content td {
	padding:10px;
	font-size:24px;
	color:#013603;
}
.rq_button_position {
	margin-left:15%;
	z-index:1000;
}
.inner_content inner_content_box {
	clear:both;
	float:left;
	margin-left:85%;
	width:auto;
}
.inner_box_left {
	float:left;
	margin-left:2%;
	padding-bottom:50px;
	width:10%;
	height:auto;
}
.inner_box_mid {
	width:auto;
	height:auto;
}
.inner_box_right {
	float:right;
	margin-right:2%;
	padding-bottom:50px;
	width:10%;
	height:auto;
}
.form_inner_content {
	clear:both:;
	float:left;
	width:100%;
	color:#013603;
	margin-left:0;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:5%;
	background-color:#dbfbdb;
}
.form_inner_content h1{
	text-align:center;
	color:#013603;
}

.cc_position {
	margin-left:20%;
}
#footer {
    width: 100%;
    height: auto;
    margin:0;
	background-color: #030;
	border:1px solid #000;
    padding:0;
    border: 0;
}
.footerleftpane {
	padding-top:20px;
	padding-left:0; 
    width: 100%;
    float: left;
	text-align:center;
	color:#9F9;
}
.footerleftpane iframe {
	overflow:hidden;
	border:none;
	background-color:transparent;
}
.footerMidPane {
	padding-top:2px;
    width:100%;
	float:left;
	text-align:center;
	color:#9F9;
}
.footerRightPane {
	width:100%;
	padding-top:2px;
	text-align:center;
    float:left;
	color:#9f9;
}
.gw_logo {
	margin-left:40%;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	height:100%;
	padding-top:0;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-image:url(images/bknd_gradient_photo2.png);
	border:inset #CCC;
	clear:both;
	z-index:50;
}
.form_gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:100%;
	padding-top:0;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-image:url(images/bknd_gradient_photo2.png);
	border:inset #CCC;
	clear:both;
	z-index:50;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header {
	clear: both;
	float: left;
	margin-left:2.5%;
	padding-top:1.82%;
	padding-bottom:1.82%;
	width: 100%;
	display: block;
	z-index:200;
}
.nav {
	width:100%;
	top:35px;
	border:inset 2px #CCCCCC;
	background-image:url(images/menu_gradient.jpg);
	background-repeat:repeat;
	text-transform : uppercase;
	text-align:center;
	font-size : 14px;
	font-weight : bolder;
	position : relative;
	margin : 20px 0;
	margin-left:-2.5%;
}
.nav.left ul {
	right : auto;
}
.nav ul {
	top : 0;
	left : 0;
}
.nav ul ul {
	width : 180px;
	padding : 15px 0;
	position : absolute;
	top : 0;
	left : 0;
	border : #aaa solid 1px;
	background : url(images/icon-menu.png) 10px 11px no-repeat #fff;
	border-radius : 5px;
	box-shadow : 0 1px 2px rgba(0, 0, 0, 0.3);
	display : none;
}
.nav li {
	margin : 0 5px 10px 0;
	padding : 0;
	padding-top:15px;
	list-style : none;
	display : inline-block;
}
.nav a {
	padding : 3px 12px;
	text-decoration : none;
	outline : 0;
	color : #51f707;
	line-height : 100%;
}
.nav a:hover {
	color : #7faf6f;
}
.nav .current a {
	background : #7faf6f;
	color : #000;
	border-radius : 5px;
}
.nav li ul a {
	width : 12em;
	height : auto;
	float : left;
}
.nav ul ul {
	top : auto;
}
.nav li ul ul {
	left : 12em;
	margin : 0 0 0 10px;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul {
	display : none;
	left : 12em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {
	display : block;
	left : 8%;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul a[href="web_services.html"] {
	margin-left : 8%;
	background : url(images/menu_gradient.png);
	text-align : left;
	padding-right : 100px;
	padding-left : 3px;
	padding-bottom : 3px;
	color : #FFF;
	text-decoration : none;
	border : #006 solid 2px;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	background-color: #030;
	/*background-image:url(images/bknd_gradient_photo2.png);*/
	display: block;	
}
.welcome {
	margin-left: 4%;
}
.inner_content {
	border:outset #060 5px;
	margin-left:10%;
	padding:15px;
	margin-right:auto;
	width:80%;
	background-color:#dbfbdb;
	opacity:.75;
	z-index:800;
}
.inner_content h1 {
	color:#013603;
	text-align:center;
}
.inner_content h2 {
	color:#013603;
	text-align:center;
}
.inner_content h3 {
	color:#013603;
	text-align:center;
}
.inner_content h4 {
	color:#013603;
	text-align:center;
}
.table_box {
	margin-left:15%;
}
.inner_content table {
	border-spacing: 10px;
    border-collapse: separate;
}
.inner_content th {
	padding:10px;
	font-size:28px;
	color:#013603;
}
.inner_content td {
	padding:10px;
	font-size:24px;
	color:#013603;
}
.rq_button_position {
	margin-left:35%;
	z-index:1000;
}
.inner_content_box {
	clear:both;
	float:left;
	margin-left:25%;
	width:auto;
}
.inner_box_left {
	float:left;
	margin-left:15%;
	padding-bottom:50px;
	width:40%;
	height:auto;
}
.inner_box_mid {
	width:auto;
	height:auto;
}
.inner_box_right {
	float:right;
	padding-bottom:50px;
	width:40%;
	height:auto;
}
.form_inner_content {
	clear:both:;
	float:left;
	width:90%;
	color:#013603;
	margin-left:5%;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:5%;
	background-color:#dbfbdb;
}
.form_inner_content h1{
	text-align:center;
	color:#013603;
}
	
.cc_position {
	margin-left:30%;
}
#footer {
    width: 100%;
    height: auto;
    margin:0;
	background-color: #030;
	border:1px solid #000;
    padding:0;
    border: 0;
}
.footerleftpane {
	padding-top:2px;
    width:100%;
	float:left;
	text-align:center;
	color:#9F9;
}
.footerleftpane iframe {
	overflow:hidden;
	border:none;
	background-color:transparent;
}
.footerMidPane {
	padding-top:2px;
    width:100%;
	float:left;
	text-align:center;
	color:#9F9;
}
.footerRightPane {
	width:100%;
	padding-top:2px;
	text-align:center;
    float:left;
	color:#9f9;
}
.gw_logo {
	margin-left:43%;
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	height:100%;
	padding-top:0;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-image:url(images/bknd_gradient_photo2.png);
	border:inset #CCC;
	z-index:50;
}
.form_gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:100%;
	padding-top:0;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-image:url(images/bknd_gradient_photo2.png);
	border:inset #CCC;
	clear:both;
	z-index:50;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header {
	clear: both;
	float: left;
	margin-left:25%;
	padding-top:1.82%;
	padding-bottom:1.82%;
	width: 100%;
	display: block;
	z-index:200;
}
.nav {
	width:100%;
	top:35px;
	border:inset 2px #CCCCCC;
	background-image:url(images/menu_gradient.jpg);
	background-repeat:repeat;
	text-transform : uppercase;
	text-align:center;
	font-size : 14px;
	font-weight : bolder;
	position : relative;
	margin : 20px 0;
	margin-left:-25%;
}
.nav.left ul {
	right : auto;
}
.nav ul {
	top : 0;
	left : 0;
}
.nav ul ul {
	width : 180px;
	padding : 15px 0;
	position : absolute;
	top : 0;
	left : 0;
	border : #aaa solid 1px;
	background : url(images/icon-menu.png) 10px 11px no-repeat #fff;
	border-radius : 5px;
	box-shadow : 0 1px 2px rgba(0, 0, 0, 0.3);
	display : none;
}
.nav li {
	margin : 0 5px 10px 0;
	padding : 0;
	padding-top:15px;
	list-style : none;
	display : inline-block;
}
.nav a {
	padding : 3px 12px;
	text-decoration : none;
	outline : 0;
	color : #51f707;
	line-height : 100%;
}
.nav a:hover {
	color : #7faf6f;
}
.nav .current a {
	background : #7faf6f;
	color : #000;
	border-radius : 5px;
}
.nav li ul a {
	width : 12em;
	height : auto;
	float : left;
}
.nav ul ul {
	top : auto;
}
.nav li ul ul {
	left : 12em;
	margin : 0 0 0 10px;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul {
	display : none;
	left : 12em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {
	display : block;
	left : 8%;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul a[href="web_services.html"] {
	margin-left : 8%;
	background : url(images/menu_gradient.png);
	text-align : left;
	padding-right : 100px;
	padding-left : 3px;
	padding-bottom : 3px;
	color : #FFF;
	text-decoration : none;
	border : #006 solid 2px;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	/*background-color: #030;
	background-image:url(images/bknd_gradient_photo2.png);*/
	background-color:transparent;
	display: block;	
}
.welcome {
	margin-left: 4%;
}
.inner_content {
	border:outset #060 5px;
	margin-left:10%;
	padding:15px;
	margin-right:auto;
	width:80%;
	background-color:#dbfbdb;
	opacity:.75;
	z-index:800;
}
.inner_content h1 {
	color:#013603;
	text-align:center;
}
.inner_content h2 {
	color:#013603;
	text-align:center;
}
.inner_content h3 {
	color:#013603;
	text-align:center;
}
.inner_content h4 {
	color:#013603;
	text-align:center;
}
.table_box {
	margin-left:25%;
}
.inner_content table {
	border-spacing: 10px;
    border-collapse: separate;
}
.inner_content th {
	padding:10px;
	font-size:28px;
	color:#013603;
}
.inner_content td {
	padding:10px;
	font-size:24px;
	color:#013603;
}
.rq_button_position {
	margin-left:35%;
	z-index:1000;
}
.inner_content inner_content_box {
	clear:both;
	float:left;
	margin-left:85%;
	width:auto;
}
.inner_box_left {
	float:left;
	margin-left:15%;
	padding-bottom:50px;
	width:40%;
	height:auto;
}
.inner_box_mid {
	width:auto;
	height:auto;
}
.inner_box_right {
	float:right;
	padding-bottom:50px;
	width:40%;
	height:auto;
}
.form_inner_content {
	clear:both:;
	float:left;
	width:90%;
	color:#013603;
	margin-left:5%;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:5%;
	background-color:#dbfbdb;
}
.form_inner_content h1{
	text-align:center;
	color:#013603;
}
.cc_position {
	margin-left:40%;
}
#footer {
    width: 100%;
    height: auto;
    margin:0;
	background-color: #030;
	border:1px solid #000;
    padding:0;
    border: 0;
}
.footerleftpane {
	padding-top:20px;
	padding-left:20px; 
    width: 33.3%;
    float: left;
	color:#9F9;
}
.footerleftpane iframe {
	overflow:hidden;
	border:none;
	background-color:transparent;
}
.footerMidPane {
	padding-top:20px;
    width: auto;
	float:left;
	color:#9F9;
}
.footerRightPane {
	width:33.3%;
	padding-top:20px;
	padding-right:8px;
	text-align:right;
    float:right;
	color:#9f9;
}
.gw_logo {
	margin-left:90%;
}
}