/* @group Yahoo Reset */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{/*border-collapse:collapse;border-spacing:0;*/}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* @end */
.clear:after {

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

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */

body,html {
  background: #a0a0a0 url(/images/background.png) repeat-x;
  font-family: Arial, Helvetica, Helvetica Neue, freesans, sans-serif;
  color: #58595b;
  font-size: 12px;
}

/* @group 960 */

#nine60 {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url(/images/960_grid_12_col.png);
  width: 1000px;
  height: 100%;
}

/* @end */

a:link,
a:visited,
a:hover,
a:active {
  color: #7fb539;
}

a:hover {
  color: #ffffff;
  background-color: #7fb539;
  text-decoration: none;
}

a:hover.no_visual, a:hover img {
  color: transparent;
  background-color: transparent;
}

img {
  display: block;
}

h1 {
  font-size: 24px;
  color: #7fb539;
  padding-top: 42px;
  padding-bottom: 10px;
  margin-bottom: 8px;
/*  line-height: 18px;*/
  border-bottom: 1px solid #cccdcf;
}

h2 {
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
	color: #7fb539;
}

h1 span.date,
h2 span.date {
	font-size: 12px;
	color: #58595b;
	font-weight: normal;
	text-transform:	none;
}

h1 span.date {
	font-size: 12px;
	display:block;
}

h3 {
	font-size: 18px;
	padding: 10px 0;
	color: #7fb539;
}

h3.frontpage {
	color: #0d6c28;
}

h4 {
	font-size: 16px;
	padding: 10px 0;
}

h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active {
	font-size: 12px;
}

h4 a img {
	display:inline;
	vertical-align: baseline;
}

h5 {
	padding: 10px 0;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	color: #7fb539;
	padding-top: 10px;
}

h6 a {
	text-decoration:none;
}

h6 span.date {
	font-size: 10px;
	color: #58595b;
}

hr {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #cccdcf;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

strong em,
em strong {
	font-style: italic;
	font-weight: bold;
}

p {
  padding: 10px 0;
  line-height: 16px;
}

.rss {
	text-align: right;
}

.rss img {
	vertical-align: bottom;
}

.rss a:link,
.rss a:visited,
.rss a:hover,
.rss a:active {
	color: #999;
	text-decoration:none;
}

#content #text .main ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 15px;
}

#content #text .main ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 15px;
}

#content #text .main ul li {
	list-style: inherit;
	list-style-type: disc;
}

#content #text .main ol li {
	list-style: inherit;
	list-style-type: decimal;
}

#content #text .main a img {
	display:inline;
}

#content #text .main a.career_button {
	
}

.buttons a, .buttons button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #C9C9C9;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	background: #f5f5f5 url(/images/button_normal.png);

    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#0D6C28;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background: #E4F1D1 url(/images/button_normal_active.png);
    border:1px solid #B0D779;
    color:#FFFFFF;
}
.buttons a:active{
    background: #6299c5 url(/images/button_normal_active.png);
    border:1px solid #B0D779;
    color:#0D6C28;
}


input {
  border: 1px solid #d2d3d5;
  height: 16px;
  color: #58595b;
}



#wrapper {
  width: 960px;
  margin: 0 auto;
}

#header {
  height: 88px;
  margin-bottom: 22px;
}

#header .logotype {
  font-family: "Times New Roman";
  font-size: 55px;
  background: transparent url(/images/logo.png) no-repeat left top;
  text-indent: -1000px;
  width: 300px;
  height: 64px;
  float: left;
  margin-top: 27px;
  margin-left: 10px;
}

#header .logotype a {
	display:block;
	width: 300px;
	height: 64px;
	background-color: transparent;
}

#header .topmenu a:link,
#header .topmenu a:visited,
#header .topmenu a:hover,
#header .topmenu a:active {
  color: #939598;
  text-decoration: none;

}

#header .topmenu span {
	display:block;
	float:left;
	height: 18px;
	line-height: 22px;
}

#header .topmenu a:hover {
  color: #7fb539;
  background-color: transparent;
}

#header .topmenu {
  float: right;
  margin-top: 83px;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
}

.topmenu input.search,
.searchfield input.search {
  border: 1px solid #ccc;
  background-color: #fff;
  text-align:center;
  text-transform: uppercase;
  height: 22px;
  padding: 0 3px;
  margin: 0 0 0 3px;
}

.topmenu input,
.searchfield input {
	padding: 0;
	margin: 0;
	padding: 4px 0 0 4px;
}

.topmenu input {
	display:block;
	float:left;
}

#content {
  background-color: #fff;
  border: 1px solid #d2d3d5;
}

#content #menu a:link,
#content #menu a:visited,
#content #menu a:hover,
#content #menu a:active {
  color: #58595b;
  background-color: transparent;
}
#content #breadcrumbs a:link,
#content #breadcrumbs a:visited,
#content #breadcrumbs a:hover,
#content #breadcrumbs a:active{
	color: #939598;
	background-color: transparent;
	text-decoration:none;
}

#content #breadcrumbs a:link.highlight_breadcrumb,
#content #breadcrumbs a:visited.highlight_breadcrumb,
#content #breadcrumbs a:hover.highlight_breadcrumb,
#content #breadcrumbs a:active.highlight_breadcrumb{
	color: #7fb539;
}

#content #bottom {
  background: #fff url(/images/background-bottom.png) repeat-x left bottom;
  height: 29px;
  clear:both;
}

/* @group Layout 1 1 column */
#content #text .fullwidth {
	width: 958px;
	/*height: 552px;*/
	border-bottom: 1px solid #d2d3d5;
}

#content #text .fullwidth object,
#content #text .fullwidth embed {
	display: block;
}

#content #text .fullwidth_box {
	width: 283px;
	padding: 15px;
	float:left;
}

#content #text .fullwidth_box span.date {
	font-size: 10px;
}

#content #text .fullwidth p {
	padding: 0;
	margin: 0;
	display: inline;
}

#content #text .fullwidth_box p {
	margin: 0;
	padding: 0;
}

#content #text .fullwidth_box li {
padding-bottom: 10px;
}
/* @end */

/* @group Layout 2 3 columns */

#content #columns {
}

#content #text .career_boxes {
	
}

#content #text .career_content {
	 background: #fff url(/images/career_shade.png) repeat-x left bottom;
}

#content #columns .menu {
	float: left;
	width: 129px;
	padding-left: 20px;
	padding-right: 10px;
}

#content #columns .menu span.current,
#content #columns .menu li.current {
	line-height: 12px;
	margin-top: 64px;
	margin-bottom: 13px;
	/*display:block;*/
}


#content #columns .menu span.current a:link,
#content #columns .menu span.current a:visited,
#content #columns .menu span.current a:hover,
#content #columns .menu span.current a:active,
#content #columns .menu span.current,
#content #columns .menu li.current a:link,
#content #columns .menu li.current a:visited,
#content #columns .menu li.current a:hover,
#content #columns .menu li.current a:active,
#content #columns .menu li.current {
	/*color: #58595b;*/
	color: #0d6c28;
	font-weight: bold;
}

#content #columns .menu span.current a:hover,
#content #columns .menu li.current a:hover {
	background-color: #fff;
}

#content #columns .menu li {
	margin: 11px 0;
}

#content #columns .menu li.selected {
	list-style: circle	outside url(/images/menu-sub-selected.png);
}

#content #columns .menu a:link,
#content #columns .menu a:visited,
#content #columns .menu a:hover,
#content #columns .menu a:active {
	text-decoration: none;
}

#content #columns .menu small a:link,
#content #columns .menu small a:visited,
#content #columns .menu small a:hover,
#content #columns .menu small a:active {
	color: #58595b;
}

#content #columns .menu small a:hover {
	color: #fff;
}

#content #columns .main {
  width: 540px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

/*#content #columns .main h1 {
  padding-top: 42px;
  padding-bottom: 20px;
  margin-bottom: 8px;
  line-height: 18px;
  border-bottom: 1px solid #cccdcf;
}*/

#content #columns .images {
  width: 219px;
  padding-top: 110px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
/*  background-color: ;*/
}

/* @end */

#content #breadcrumbs {
  border-bottom: 1px solid #d2d3d5;
  font-size: 10px;
  height: 27px;
  line-height: 27px;
  padding-left: 23px;
}

/* @group Main navigation */
#nav-main {
	background: url(/images/background-menu.png) left top repeat-x; 
}

#nav-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
	white-space: nowrap;
	border-bottom: 1px solid #d2d3d5;
}
	
#nav-main ul li {
	position: relative;
	float: left;
	margin: 0;
	border: 0;
}


	
#nav-main ul li a:link,
#nav-main ul li a:visited,
#nav-main ul li a:hover,
#nav-main ul li a:active {
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 28px;
	text-decoration: none;
	text-transform: uppercase;
	color: #7f8485;
}

#nav-main ul li a:hover {
  background-color: #7fb539;
  color: #fff;
}

#nav-main ul li:hover a,
#nav-main ul li a:hover,
#nav-main ul li.over a {
	border-left: 1px solid #d2d3d5;
	border-right: 1px solid #d2d3d5;
	padding: 0 27px;
}

#nav-main ul li:hover,
#nav-main ul li.over {
  background-color: #fff;
}
	
#nav-main ul li ul {
	display: none;
	position: absolute;
	background: #e2e2e2 url(/images/background-menu-sub.png) repeat-x left top;
	border-bottom: 1px solid #d2d3d5;
	height: auto;
	z-index: 1000;
}
	
#nav-main ul li:hover ul,
#nav-main ul li.over ul {
	display: block;
}
	
#nav-main ul li ul li {
	float: none;
	margin: 0;
	padding: 0; 
	font-size: 0.91em;
	border: 0;
}
	
#nav-main ul li ul li a:link,
#nav-main ul li ul li a:visited,
#nav-main ul li ul li a:hover,
#nav-main ul li ul li a:active {
	position: relative;
	left: 0;
	padding: 6px;
	text-transform: none;
	border-left: 1px solid #d2d3d5;
	border-right: 1px solid #d2d3d5;
	width: 216px;
	height: 14px;
	line-height: 14px;
}
	 
#nav-main ul li ul li a:hover {
	color: #fff;
	background-color: #7fb539;
}

/* 
	IE6 Hack to set correct item width
*/
* html #nav-main ul li a {
	width: 1px;
}

* html #nav-main li ul li a {
	width: 400px;
}

/* @end */


#content #text .submenu {
}

#footer {
	color: #fff;
	font-size: 10px;
/*	padding-left: 10px;*/
	padding-top: 4px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
  color: #fff;
}

div.search_hit h3{
	margin:0;
	padding:0;
	font-size: 1.2em;
}

div.search_hit {
	margin-bottom: 1em;
	margin-top: 1em;
}

.pagination {
    padding: 3px;
    margin: 3px;
  }
  .pagination a {
	font-weight: bold;
	padding: 3px;
    margin: 2px;
    border: 1px solid #eee;
	font-weight: bold;
  }
  .pagination a:hover, .pagination a:active {
	background-color: #0D6C28;
	color: #FFFFFF;
	border: 1px solid #08461A;
  }
  .pagination span.current {
    border: 1px solid #0D6C28;
	background-color: #489231;
	color: #fff;
	font-weight: bold;
	padding: 3px;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
	font-weight: bold;
  }
.center {
	text-align:center;
}

div.print {
	text-align: right;
}

div.print a{
	text-decoration:none;
	color: #bbb;
}

div.print a:hover {
	background-color: transparent;
}

div.print img {
	vertical-align: middle;
}

/****
***
*** HTTP ERROR STYLING
***
****/

#httperror {
	width: 300px;
	margin: 200px auto 0 auto;
}

#httperror h1 {
	color: #0d6c28;
	border: 0;
	font-size: 1.8em;
	margin: 0;
	padding: 1em 0 0 0;
}

#httperror a:link,
#httperror a:visited,
#httperror a:hover,
#httperror a:active {
	color: #0d6c28;
	background-color: #fff;
	text-decoration:none;
	font-size: 1.2em;
}
