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

* {
padding: 0; margin: 0;
}

body {
	height: 100%;
	width: 100%;
	background: #206481 url(/images/bg.png) repeat-x left top;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: normal;
	line-height: 1.6;
}

a img {border: 0;}

/* Firefox Dotted Outline Fix */
a:active { 
	outline: none; 
}
	
/* Firefox Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

hr { margin: 20px 0px; 
}

#top {
	height: 131px;
	width: 100%;
	padding: 45px 0px 0px;
}

#brand {
	height: 86px;
	width: 360px;
	margin: 0px auto;
}

#brand img {
	width: 360px;
	height: 86px;
	margin: 0px auto;
	display: block;
}

#middleWrap {
	width: 890px;
	background: #15475d;
	margin: 0px auto;
	padding: 40px 0px 0px;
}

#middle {
	background: url(/images/bigA.png) no-repeat center center;
	min-height: 550px;
	padding: 0px 45px;
}

/* #middle ol, #middle ul { margin: 0px 0px 20px 60px;
}  */

#navWrap {
	height: 35px;
	width: 100%;
	background: url(/images/navBG.gif) repeat-x left top; 
}

#nav {
	width: 210px;
	height: 35px;
	margin: 0px auto;
}


/* Navigation */
	

	
.nav {
	width: 210px;
	height: 35px;
	background: url(/images/nav3.gif) no-repeat;
	position: relative;
	padding: 0px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 35px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 23px;
		width: 76px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(/images/nav.gif) no-repeat -23px -49px;
	}
	.nav .home a:active {
		background: url(/images/nav.gif) no-repeat -23px -98px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(/images/nav.gif) no-repeat -23px -147px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 23px;
		width: 76px;
		height: 35px;
		background: url(/images/nav.gif) no-repeat -23px -49px;
	}
	.nav-home-click {
		background: url(/images/nav.gif) no-repeat -23px -98px;
	}



	.nav .about a:link, .nav .about a:visited {
		left: 100px;
		width: 82px;
	}
	.nav .about a:hover, .nav .about a:focus {
		background: url(/images/nav.gif) no-repeat -100px -49px;
	}
	.nav .about a:active {
		background: url(/images/nav.gif) no-repeat -100px -98px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(/images/nav.gif) no-repeat -100px -147px;
		cursor: default;
	}
	.nav-about, .nav-about-click {
		position: absolute;
		top: 0;
		left: 100px;
		width: 82px;
		height: 35px;
		background: url(/images/nav.gif) no-repeat -100px -49px;
	}
	.nav-about-click {
		background: url(/images/nav.gif) no-repeat -100px -98px;
	}



	.nav .services a:link, .nav .services a:visited {
		left: 183px;
		width: 97px;
	}
	.nav .services a:hover, .nav .services a:focus {
		background: url(/images/nav.gif) no-repeat -183px -49px;
	}
	.nav .services a:active {
		background: url(/images/nav.gif) no-repeat -183px -98px;
	}
	.current-services .services a:link, .current-services .services a:visited {
		background: url(/images/nav.gif) no-repeat -183px -147px;
		cursor: default;
	}
	.nav-services, .nav-services-click {
		position: absolute;
		top: 0;
		left: 183px;
		width: 97px;
		height: 35px;
		background: url(/images/nav.gif) no-repeat -183px -49px;
	}
	.nav-services-click {
		background: url(/images/nav.gif) no-repeat -183px -98px;
	}


	
	.nav .contact a:link, .nav .contact a:visited {
		left: 100px;
		width: 97px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(/images/nav.gif) no-repeat -281px -49px;
	}
	.nav .contact a:active {
		background: url(/images/nav.gif) no-repeat -281px -98px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(/images/nav.gif) no-repeat -281px -147px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 100px;
		width: 97px;
		height: 35px;
		background: url(/images/nav.gif) no-repeat -281px -49px;
	}
	.nav-contact-click {
		background: url(/images/nav.gif) no-repeat -281px -98px;
	}



/* End*/

#footer {
	width: 890px;
	background: #15475d url(/images/footerbg.png) repeat-x left bottom;
	height: 104px;
	border-top: 1px solid #3787AA;
	border-right: 0px none;
	border-bottom: 1px solid #3787AA;
	border-left: 0px none;
	margin: 0px auto;
}

#footer p {
	text-align: center;
	padding: 24px 0px 0px;
}

.left {float: left;}

.right {float: right;}

.clear {clear: both;}

#leftColumnWide {
	float: left;
	width: 405px;
	background: #0b2e3c;
	padding: 20px;
	margin: 0px 0px 24px;
}

#leftColumnFull, #centerColumn {
	float: left;
	width: 755px;
	background: #0b2e3c;
	padding: 20px;
	margin: 0px 0px 24px;
}

#rightColumnNarrow a:hover {
	color: #0b2e3c;
	background: #e38924;
	text-decoration: none;
}

#rightColumnNarrow {
	float: right;
	width: 295px;
	background: #0b2e3c;
	padding: 13px;
}

#rightColumnNarrow img {
	border: 2px solid #082632;
	float: left;
	margin: 0px 6px 6px 0px;
}

#rightColumnNarrow h1 {
	font-size: 1em;
	color: #f5eeb4;
	font-weight: bold;
	padding-bottom: 6px;
}

#rightColumnNarrow p {
	font-size: 0.8em;
	color: #f5eeb4;
	margin: 0px 0px 12px;
}

#rightColumnNarrow h2 {
	font-size: 0.85em;
	font-style: normal;
}

#rightColumnNarrow a:link, #rightColumnNarrow a:visited, #leftColumnFull a:link, #leftColumnFull a:visited {
	color: #e38924;
	padding: 0px 2px;
}

#rightColumnNarrow a:hover, #leftColumnFull a:hover {
	color: #0b2e3c;
	background: #e38924;
	text-decoration: none;
}

/* FORMS */

#formwrap {
	background: #F9F4CC;
	padding: 24px 24px 24px 36px;
	color: #0B2E3C;
	border: 2px solid #001219;
}


/*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */

#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
/*  width : 70%; */
  margin : auto;
  color : #555;
  line-height : 1.7em;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #669900; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #669900; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #669900;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #bb0000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #ffff7f;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #bb0000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #669900; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 110%;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #669900;
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #c70000;
}

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 300px;
  height : 200px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #669900;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */


/* SLIDER */

#slider {
	width: 620px;
	margin: 15px auto 10px;
	position: relative;
}

.scroll {
	height: 450px;
	width: 620px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(/images/sliderBG.png) no-repeat scroll left top;
}

.scrollContainer div.panel {
	padding: 20px;
	height: 410px;
	width: 580px;
	color: #000000;
}

ul.contents {
	padding: 12px 24px 12px 12px;
	list-style: square;
}

ul.contents li { margin-right: 24px; 
}


#shade {
    background: #0b2e3c url(/images/shade.png) no-repeat 0 0;
    height: 50px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

ul.navigation{
    list-style: none;
    padding:0 0 0 20px;
    height:50px;
    /* background:url(/images/page_navigation_bg.png) center top no-repeat; */
}
	
	ul.navigation li{
		height:50px;
		float:left;
		padding:0 2px 0 0;
	}
	
	ul.navigation a{
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	padding:0 1px 0 0;
	font-size:0.9em;
	color:#635b89;
	font-weight:bold;
	text-decoration: none;
	white-space: nowrap;
	}
		ul.navigation a:hover,
		ul.navigation a.selected{
			color:#7a70a9;
			background:url(/images/page_navigation_a.png) right top no-repeat;
		}
	ul.navigation a span{
		display:block;
		height:50px;
		float:left;
		padding:0 25px;
	}
		ul.navigation a:hover span,
		ul.navigation a.selected span{
			background:url(/images/page_navigation_span.png) left top no-repeat;
		}
	ul.navigation a:focus{
		outline:none;
	}


/* Clearfix */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
    -->