@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/ 
*/
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -webkit-background-size:100%; background: url(images/tree_bknd_photo.jpg); -ms-text-size-adjust: 100%;
max-height:100%; }
img, object, embed, video {
	max-width: 100%;
}
/* 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%*/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;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header_photos {
	clear: both;
	margin-left:0;
	padding-top:1.82%;
	padding-bottom:1.82%;
	width:95%;
	height:auto;
	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:-1%;
}
.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: 37.5%;
	display: block;
}
.photo_welcome img{
	height:auto;
	width:95%;
}
#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 {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header_photos {
	clear: both;
	margin-left:4%;
	padding-top:1.82%;
	padding-bottom:1.82%;
	width:95%;
	height:auto;
	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%;
}
.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;
}
#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 {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header_photos {
	clear: both;
	float: left;
	margin-left:25%;
	width: 100%;
	display: block;
}
.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%;
	display: block;
}


#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%;
}
}