﻿/*=================  ABOUT US STYLES  ================*/
body.about h2{
	background: url(../images/leftNav-title-about.jpg) no-repeat;
}

body.about ul li a.mission{
	height: 27px;
	background: url(../images/leftNav-mission0.jpg);
}
body.about ul li a.people-planet-profit{
	height: 41px;
	background: url(../images/leftNav-people-planet-profit0.jpg);
}
body.about ul li a.employment{
	height: 27px;
	background: url(../images/leftNav-employment0.jpg);
}
body.about ul li a.news{
	height: 27px;
	background: url(../images/leftNav-news0.jpg);
}
body.about ul li a.contact{
	height: 26px;
	background: url(../images/leftNav-contact0.jpg);
}

body.mission ul li a.mission, body.about ul li a.mission:hover{
	background: url(../images/leftNav-mission1.jpg);
}
body.people-planet-profit ul li a.people-planet-profit, body.about ul li a.people-planet-profit:hover{
	background: url(../images/leftNav-people-planet-profit1.jpg);
}
body.employment ul li a.employment, body.about ul li a.employment:hover{
	background: url(../images/leftNav-employment1.jpg);
}
body.news ul li a.news, body.about ul li a.news:hover{
	background: url(../images/leftNav-news1.jpg);
}
body.contact ul li a.contact, body.about ul li a.contact:hover{
	background: url(../images/leftNav-contact1.jpg);
}

body.mission h3.header{
	background: url(../images/header-mission.jpg);
}
body.people-planet-profit h3.header{
	background: url(../images/header-people.jpg);
}
body.employment h3.header{
	width: 730px;
	height: 108px;
	background: url(../images/header-employment.jpg);
}
body.news h3.header{
	width: 730px;
	height: 149px;
	background: url(../images/header-news.jpg);
}
body.contact h3.header{
	height: 93px;
	background: url(../images/header-contact.jpg);
}

body.news #main-content-container{
	width: 730px;
}
body.news #secondary-content-container{
	display: none;
}
body.news .news-item{
	width: 630px;
	padding-left: 20px;
	padding-bottom: 30px;
}

body.employment #main-content-container{
	width: 730px;
}
body.employment #secondary-content-container{
	display: none;
}

body.contact #main-content-container{
	width: 390px;
}
body.contact #secondary-content-container{
	width: 334px;
}
body.contact table td{
	padding: 5px;
	color: #816f2a;
}
body.contact table td input.fld, body.contact table td textarea.fld{
	width: 235px;
	font-size: 11px;
}
body.contact #content, body.contact #content b{
	font-size: 11px;
}
body.contact #content{
	padding-right: 0px;
}
