/* RESET STYLES */

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;}legend{color:#000;}


/* PAGE STRUCTURE */

body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	height:2000px;
}

.hidden {
	display: none;
}

#document-wrap {
	width: 980px;
	margin: auto;
}

/* HEADER */

#header {
	width: 977px;
	height: 94px;
}

#tree {
	width: 312px;
	height: 94px;
	float: left;
}

#title_wrap {
	width: 668px;
	float: right;
	background-color: #fff;
}

#title {
	width: 668px;
	padding: 23px 0 17px 0;
}

/* HEADER NAVIGATION */

#nav {
	float: left;
	width: 668px;
	height: 21px;
	overflow: hidden;
}

#nav dl {
	margin: 0; padding: 0;
}

#nav dt {
	float: left;
}

#nav dt a {
	display: block;
	height: 0px !important;
	height /**/:21px; /* IE 5/Win hack */
	padding: 28px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#nav dt#home, #nav dt#home a {
	width: 27px;
	background-image: url(../images/butt_home.jpg);
	background-repeat: no-repeat;
}


#nav dt#about, #nav dt#about a {
	width: 68px;
	background-image: url(../images/butt_about.jpg);
	background-repeat: no-repeat;
}

#nav dt#benefits, #nav dt#benefits a {
	width: 65px;
	background-image: url(../images/butt_benefits.jpg);
	background-repeat: no-repeat;
}

#nav dt#why, #nav dt#why a {
	width: 107px;
	background-image: url(../images/butt_why.jpg);
	background-repeat: no-repeat;
}

#nav dt#from, #nav dt#from a {
	width: 131px;
	background-image: url(../images/butt_from.jpg);
	background-repeat: no-repeat;
}

/* MAIN CONTENT */

#photos {
	clear: both;
	width: 980px;
	
}

#content {
	font-family: "Helvetica", Arial, sans-serif;
	background-color: #FFFFFF;
	width: 980px;
	padding: 30px 0 0 0;
}

#content h1 {
	color: #57719d;
	font-size: 23px;
	font-weight: bold;
}

#content h2 {
	padding-top: 7px;
	color: #57719d;
	font-size: 23px;
	font-weight: bold;
}

#content p {
	font-size: 14px;
	font-weight: lighter;
	text-align: justify;
	color: #4c4444;
	line-height: 130%;
	padding: 15px 15px 0 15px;
}

strong {
	font-weight: bold;
	color: #09C;
}

/* TABLE STYLING */
table {
	background-image:url(../images/table_back.gif);
    margin: auto;
	border-spacing: 0px;
    border-collapse: collapse;
}

.header {
	background-image:url(../images/table_header.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	height: 30px;
	color: #545d1d;
	font-size: 25px;
	padding: 6px 0 0 15px;
}
td {
	color: #333333;
	font-size: 11pt
}

#jobs {
	width: 955px;
	background-image:url(../images/table_back.gif);
    margin: auto;
	margin-top: 25px;
}

.posting {
	width: 875px;
	padding-top: 26px;
	margin: auto;
}

h3 {
	color: #57719d;
	font-size: 18pt;
	padding-left:15px;
}

.green {
	color: #889f1d;
	font-size: 13pt;
	font-weight: bold;
}

hr {
	height: 1px;
	width: 840px;
	color: #c2ce8a;
	margin: 25px 0 5px 15px;
}

.blue {
	color: #57719d;
	font-size: 13pt;
	font-weight: bold;
	padding: 10px 0 5px 15px;
}
.green2 {
	color: #889f1d;
	font-size: 13pt;
	font-weight: bold;
	padding: 10px 0 5px 15px;
}

.txt {
	color: #333333;
	font-size: 11pt;
	font-weight: lighter;
	padding: 2px 5px 2px 15px;
	text-align: left;
}

.extxt {
	color:InactiveCaptionText;
	font-size: 11pt;
	font-weight: lighter;
	padding: 2px 10px 2px 0;
	
}

.checkbox {
	background-color: #e3e9c6;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 9pt;
	color: #333;
	margin-left: 5px;
}
#footer {
	margin:15px 0 15px 0;
	text-align: center;
	
}

a {
	
	color: #57719d;
	font-size: 11pt;
	text-decoration: underline;
}

a:hover, a:visited {
	color: #889f1d;
	text-decoration: underline;
}


.even {
	background-color: #fff;
	padding: 5px 0 5px 10px;
	text-align:center;
	
}

.odd {
	background-color: #ecf4fe;
	padding: 5px 0 5px 10px;
	text-align:center;
}
   .loading
        {
            background-color: #fff;
            height:100%;
            width:100%;
        }




