@charset "utf-8";
/* CSS Document */

/*div { border: 1px solid black }*/
body { 
	font-family: Arial;
}

p { margin: 0 }

img { 
	border: 0;
	margin: 0;
	display: block;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #ccc;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	position: relative;
	background: #fff;
}
#header {
	width: 958px;
}
#header_left {
	float: left;
	width: 382px;
}
#header_right {
	float: left;
	text-align: right;
	width: 540px;
	font-size: 10px;
	padding-top: 40px;
}
#header_right a {
	color: #666;
	text-decoration: none;
}
#header_right a:hover {
	text-decoration: underline;
}
#shadow_top {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 5px;
	background-image: url(../images/03.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#shadow_bottom {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 5px;
	background-image: url(../images/45.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#nav {
	clear: both;
	float: left;
	width: 154px;
	height: 319px;
	padding-left: 38px;
}
#nav_menu {
	float: left;
	padding-top: 120px;
}
#nav_menu ul {
	list-style-type: none; 
	padding: 0;
	margin: 0;
}
#nav img {
	display: inline;
}
#nav a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav h1 {
	font-size: 17px;
	color: #fff;
	margin: 0;
	padding-top: 50px;
}
#nav h2 {
	font-size: 11px;
	color: #ccc;
	margin: 0;
	padding-bottom: 20px;
}
.box {
	padding-bottom: 30px;
}

#title {
	float: left;
	width: 766px;
}
#title_left {
	float: left;
}
#title_right {
	width: 325px;
	float: left;
	padding-top: 80px;
	padding-left: 15px;
}
#title_right p {
	font-size: 16px;
	color: #fff;
}
#title_right_about {
	width: 340px;
	float: left;
	padding-top: 55px;
}
#title_right_about p {
	font-size: 13px;
	color: #fff;
}

#title_right_workhealth {
	width: 320px;
	float: left;
	padding-left: 20px;
	padding-top: 90px;
}
#title_right_workhealth img {
	padding-bottom: 5px;
}
#title_right_workhealth p {
	font-size: 13px;
	color: #fff;
}

#content_left {
	float: left;
	width: 436px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 50px;
	border-right: 1px solid #ccc;
}

.darker { color: #333 !important }

#content_left h1 {
	font-size: 15px;
	color: #444;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
#content_left h2 {
	font-size: 14px;
	color: #444;
	margin: 0 0 10px 0;
	text-transform: uppercase;

}
#content_left h3 {
	font-size: 13px;
	color: #333;
	margin: 0 0 10px 0;
}
#content_left p {
	font-size: 13px;
	color: #666;
	padding-bottom: 15px;
	text-align: justify;
}
#content_left ul {
	font-size: 13px;
	color: #333;
}
#content_right {
	float: left;
	width: 230px;
	padding-top: 20px;
	padding-left: 30px;
}
#content_right h1 {
	font-size: 15px;
	color: #666;
	margin: 0 0 10px 0;
}
#content_right p {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}
#content_right a {
	font-size: 11px;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	height: 57px;
}

#footer p {
	font-size: 10px;
	color: #666;
	padding-left: 38px;
	padding-top: 22px;
}

#footer img {
	float: right;
	padding-right: 28px;
}