/* Globals */

body, html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	color: #1e2b11;
	font: 15px Arial, Helvetica, sans-serif;
	line-height: 125%;
}

p { padding-bottom: 10px; }

* { padding: 0; margin: 0; }

a img { border: none; }

a { -moz-outline: none; }

ul { list-style-type: none; }

img { border: 0; }


/* Link Defaults */

a:link, a:visited {
	font-weight: normal; 
	text-decoration: none;
	color: #6c8d3f;
	background-color: transparent; 
}

a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #6c8d3f;
	background-color: transparent; 
}

a:active {
	font-weight: normal; 
	text-decoration: underline;
	color: #5a7534;
	background-color: transparent;  
}


/* layout boxes */

div#wrapper {
	width: 100%;
	min-width: 930px;
	height: 100%;
	height: auto !important;
	min-height: 660px;
	margin: 0 auto;
	background: transparent url(images/page_bg.gif) top center no-repeat;
}

div#content {
	width: 930px;
	min-width: 930px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div#header {
	float: right;
	width: 775px;
	height: 60px;
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent url(images/header_bg.jpg) top left no-repeat;
	font-size: 0;
}

div#main, div#main2 {
	float: right;
	width: 775px;
	height: 610px;
	min-height: 610px; _height: 610px; /* ie hack */
	padding: 0;
	margin: 0;
	color: #1e2b11;
	background: transparent url(images/section1_bg.gif) top left repeat-y;
}
html>body div#main, html>body div#main2 {
    height: auto; min-height: 610px; /* ie hack */
}
body div#main2 {
	background: transparent url(images/section2_bg.gif) top left repeat-y;
}

div#main a:link, div#main a:visited, div#main2 a:link, div#main2 a:visited {
	font-weight: bold;
	color: #ffffff;
}
div#main a:active, div#main2 a:active {
	font-weight: bold;
	color: #d4da94;
}

div#copter1, div#copter2, div#copter3 {
	visibility: hidden;
} 	

html>body div#copter1 {
	position: absolute;
	width: 180px;
	height: 160px;
	top: 100px;
	margin-left: 588px;
	z-index: 20;
	background: transparent url(images/copter1.png) top left no-repeat;
	visibility: visible;
}

html>body div#copter2 {
	position: absolute;
	width: 125px;
	height: 115px;
	top: 145px;
	margin-left: 595px;
	z-index: 20;
	background: transparent url(images/copter2.png) top left no-repeat;
	visibility: visible;
}

html>body div#copter3 {
	position: absolute;
	width: 125px;
	height: 115px;
	top: 145px;
	margin-left: 595px;
	z-index: 20;
	background: transparent url(images/copter2.png) top left no-repeat;
	visibility: visible;
}

div.section1, div.section2 {
	width: 510px;
	clear: both;
	padding: 20px 60px 20px 60px;
	background: transparent url(images/section1_bg.gif) top left repeat-y;
}

div.section2 {
	background: transparent url(images/section2_bg.gif) top left repeat-y;
	color: #000;
}

img#headline {
	display: block;
	margin-bottom: 10px;
}

div#footer {
	float: right;
	width: 775px;
	height: 90px;
	padding: 0;
	margin: 0;
	background: transparent url(images/footer_bg.jpg) top left no-repeat;
	font-size: 0;
}

div.col1 {
	float: left;
	width: 280px;
	padding: 0;
	margin-right: 20px;
}

div.col2 {
	float: right;
	width: 210px;
	padding: 0;
	margin: 0;
}

div.half1 {
	float: left;
	width: 210px;
	padding: 0;
	margin-right: 40px;
}

div.half2 {
	float: right;
	width: 260px;
	padding: 0;
	margin: 0;
}

div#clients .logo {
	float: left;
	margin: 0 15px 20px 25px;
	padding: 0;
	border: 0;
}

div#errorlinks a {
	margin-right: 20px;
}

div#error {
	display: block;
	color: #ffff66;
	margin: 10px 0 20px 0;
}

div.newsstory {
	clear: both;
	white-space: nowrap;
	font-size: 13px;
	padding-bottom: 5px;
}

div.newsstory .date {
	float: left;
	text-align: right;
	width: 65px;
	padding-right: 10px;
}

ul#list, ul#list_wide {
	float: left;
	width: 245px;
	margin-right: 20px;
	padding: 0;
	margin: 0;
}

ul#list_wide {
	width: 100%;
}

ul#list li, ul#list_wide li {
	width: 100%;
	height: 100%;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style: none;
	top: 0;
	background: transparent url(images/bullet.gif) 0 5px no-repeat;
}

ol#list li, ol#list_wide li {
	list-style-position: inside;
	padding-bottom: 10px;
}


.copyright {
	display: block;
	width: 635px;
	padding: 65px 0 0 75px;
	text-align: center;
	color: #4e5f28;
	font: 8px Arial, Helvetica, sans-serif;
}

img.dashed {
	border: 1px dashed #29422f;
	padding: 2px;
	margin-bottom: 5px;
}

img.plain {
	border: 0;
	padding: 0;
	margin-bottom: 5px;
}

img.team {
	border: 1px dashed #29422f;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}



p.clear {
	clear: both;
}

/* navigation */

div#navbar {
	float: left;
	margin: 60px 0 0 0;
	padding: 0 25px 0 0;
	width: 125px;
	text-align: right;
}

div#navbar .logo {
	display: block;
	margin-bottom: 20px;
}

div#navbar ul#menu	{
	float: right;
	width: 110px;
	height: 150px;
	margin: 0;
	padding: 0;
}

div#navbar ul#menu li {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	top: 0;
}

div#navbar ul#menu li, div#navbar ul#menu a {
	display: block;
	height: 15px;
	text-indent: 9999px;
	overflow: hidden;
	text-decoration: none;
}

div#navbar li#home a {
	background: transparent url(images/nav_home.gif) top left no-repeat;
}
div#navbar li#home a:hover {
	background-position: 0 -15px;
}
div#navbar li#home_this {
	background: transparent url(images/nav_home.gif) 0 -30px no-repeat;
}

div#navbar li#about a {
	background: transparent url(images/nav_about.gif) top left no-repeat;
}
div#navbar li#about a:hover {
	background-position: 0 -15px;
}
div#navbar li#about_this {
	background: transparent url(images/nav_about.gif) 0 -30px no-repeat;
}


div#navbar li#clients a {
	background: transparent url(images/nav_clients.gif) top left no-repeat;
}
div#navbar li#clients a:hover {
	background-position: 0 -15px;
}
div#navbar li#clients_this {
	background: transparent url(images/nav_clients.gif) 0 -30px no-repeat;
}


div#navbar li#services a {
	background: transparent url(images/nav_services.gif) top left no-repeat;
}
div#navbar li#services a:hover {
	background-position: 0 -15px;
}
div#navbar li#services_this {
	background: transparent url(images/nav_services.gif) 0 -30px no-repeat;
}


div#navbar li#partners a {
	background: transparent url(images/nav_partners.gif) top left no-repeat;
}
div#navbar li#partners a:hover {
	background-position: 0 -15px;
}
div#navbar li#partners_this {
	background: transparent url(images/nav_partners.gif) 0 -30px no-repeat;
}


div#navbar li#contact a {
	background: transparent url(images/nav_contact.gif) top left no-repeat;
}
div#navbar li#contact a:hover {
	background-position: 0 -15px;
}
div#navbar li#contact_this {
	background: transparent url(images/nav_contact.gif) 0 -30px no-repeat;
}



div#navbar ul#menu li#news, div#navbar ul#menu li#news_this {
	margin-top: 10px;
}
div#navbar li#news a {
	background: transparent url(images/nav_news.gif) top left no-repeat;
}
div#navbar li#news a:hover {
	background-position: 0 -15px;
}
div#navbar li#news_this {
	background: transparent url(images/nav_news.gif) 0 -30px no-repeat;
}


/* styles */

h1 {
	font-size: 20px;
	color: #f8f8f8;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #f8f8f8;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size:13px;
	line-height: 150%;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

strong {
	font-size: 100%;
	color: #f8f8f8;
	font-weight: normal;
}

.large {
	display: block;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 5px;
	font-weight: normal;
}

/* forms */

html form#commentform p {
	line-height: 150%;
}

form#commentform strong {
	color: #fff;
	font-size: 12px;
}

form#commentform input {
	width: 275px;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    background-color: #a8c283;
    padding: 2px;
    border: 1px solid #1e2b11;
}

form#commentform input#commentsubmit {
	width: 120px;
	margin-left: 77px;
}

form#commentform textarea {
	width: 275px;
	height: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    background-color: #a8c283;
    padding: 2px;
    border: 1px solid #1e2b11;
}

form#commentform input.btn	{
	font-weight: bold;
	color: #fff;
	background: #5a7534;
	padding: 2px;
	border: 1px solid #1e2b11;
}


html form#applyform p {
	line-height: 150%;
}

form#applyform strong {
	color: #fff;
	font-size: 12px;
}

form#applyform input, form#applyform select {
	width: 275px;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    background-color: #a8c283;
    padding: 2px;
    border: 1px solid #1e2b11;
}

form#applyform input#applysubmit {
	width: 120px;
	margin-left: 77px;
}

form#applyform textarea {
	width: 275px;
	height: 120px;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    background-color: #a8c283;
    padding: 2px;
    border: 1px solid #1e2b11;
}

form#applyform input.btn	{
	font-weight: bold;
	color: #fff;
	background: #5a7534;
	padding: 2px;
	border: 1px solid #1e2b11;
}

form#applyform .checkbox {
	width: 25px;
    border: 0;
}
