/* @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 {
  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 {
  color: transparent;
background-color: transparent;
} 

img {
  display: block;
}

h1 {
  font-size: 24px;
  color: #7fb539;
  padding-top: 42px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  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;
}

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

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

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

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

input.image {
  padding: 0;
  display: block;
  float: right;
}

#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: 38px;
  margin-left: 10px;
}

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

html, body {
  background-image: none;
  background-color:  #fff;
}

#footer, #nav-main, #breadcrumbs, #admin, div.menu, div.images, #bottom, .career_icon_plus, .career_icon_minus, a.career_button, .topmenu, .print {
  display: none;
}

#wrapper, #content #columns .main {
  width: auto;
}

.career_content_blind {
  display: block;
}

