/*body*/

body {
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #6F4503;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	
}

#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #ffffff;
}


p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#body .copy .active {
	text-decoration: underline;
}

img {
	border: none;
}


/* Header */

#header {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #fdcb2d;
	background-image:url(../images/waves.png);
	background-repeat:no-repeat;
	border: 2px solid #ffffff;
	border-bottom: none;
}

#logo{

	margin-left:25px;
	margin-top:-90px;
}



#slogan{
	padding: 5px;
	float:right;
	margin: -95px 0 0 10px;
	
}

#slogan .hrpa{
	
	margin-left: 50px;
}

#slogan .member a{

	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	color: #ab123d;
	font-weight: normal;
	text-decoration:underline;	
}

#slogan .member a:hover{
	text-decoration:none;
	color: #333333;
}

/*navigation*/

#menu {
	width: 900px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #333333;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	
}

#menu a:hover, #menu .active a {
	background: #ff6600;
	color: #FFFFFF;
}

#menu a:hover{
	text-decoration:underline;
}

#menu .active a{
	text-decoration:underline;
	
}

/*content*/

div#container div#body div.careers a{
	float: right;
	margin-right: 60px;
	margin-top: -35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: white;
	padding: 3px;
	background-color: #FF6600;
	text-decoration:underline;
}

div#container div#body div.careers a:hover{
	text-decoration:none;
}

#main_image {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}


#body {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	
}

#body .title {
	padding: 10px 20px;
	font-style:normal;
	border-bottom: 3px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background: #6790a7 url(images/smallbg.gif) repeat-x left bottom;
	font-size: 125%;
}


#body .list{
	list-style-image: url(../images/arrow_menu.gif);	

}

#contact_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:105px;
	padding: 6px 3px 0 26px;
	margin-top: -680px;
	margin-bottom: 260px;
	margin-left: 675px;
	background-image:url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	line-height: 17px;
}


#employee{
	float:right;
	margin-top: -250px;
	margin-right: 5px;
}

#body .email{
	text-decoration: underline;
}

#body .contact_link{
	
	text-decoration: underline;
}

#content {
	padding: 30px;
	border: 1px solid #848484;
	font-family: Verdana,  sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: 18px;
	background-color:#FFFFFF;
	width: 60%;
}

#body .facts{
	background-image: url(../images/arrow_sublist.gif);
	background-repeat: no-repeat;
	color: #ab123d;
	background-position: left;
	font-size: 105%;
	font-weight:normal;
}

.headline{
	background-color: #cde3eb;
	height: 140px;
	padding: 15px;
	border:dotted 1px;
}

.headline2{
	background-color: #cde3eb;
	height: 110px;
	padding: 15px;
	border:dotted 1px;
}


.a:active{
	text-decoration:underline;

}

#active .active a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.a:hover{
	text-decoration:underline;
}

.slogan_index{
	font-size: 110%;
	color: #ab123d;
}

/*footer*/

#footer {
	width: 900px;
	margin: 0 auto;
	height:17px;
	background: #6790a7;
	border: 1px solid #FFFFFF;
	border-top: none;
	text-decoration: none;
	margin-top: 565px;
}

#footer .contact_link{
	text-decoration:underline;
}

#footer p {
	margin:2px;
	padding: 0;
	text-align:center;
	font-size: small;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover{
	color: #ab123d;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#FF0000;
}

a:active {
	text-decoration: none;
}




