* { margin: 0px; padding: 0px; }

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -426px;
	width: 852px;
	height: 100%;
}

#header {
	width: 852px;
	height: 118px;
	float: left;
}
#header #left_menu {
	float: left;
	position: relative;
	top: 70px;
}
#header #left_menu a {
	color: #727272;
	font-size: 13px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#header #left_menu a.current {
	color: #50beb9;
}
#header #left_menu a:hover {
	color: #50beb9;
}
#header #logo {
	width: 180px;
	height: 118px;
	float: right;
}
* img {
	border: 0px;
}
#center_image {
	float: left;
	width: 852px;
	font-size: 0px;
}

#top_menu {
	float: left;
	width: 100%;
	height: 21px;
	background: #80bcb7;
}
#top_menu a {
	background: #80bcb7;
	display: block;
	width: 159px;
	line-height: 17px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	border-left: 4px solid #fff;
	padding: 4px 0px 0px 12px;
}
#top_menu a.current {
	background: #393d86;
}
#top_menu a.first {
	border: 0px;
}
#top_menu a.last {
	width: 315px;
}
#top_menu a:hover {
	background: #393d86;
}

#content {
	width: 852px;
	border-top: 1px solid #787172;
	float: left;
	background: #000;
	position: relative;

	/* Ie fix so always has min height! */
	min-height: 365px;
	height: auto !important;
	height: 365px;
}
#content #menu {
	width: 170px;
	float: left;
	padding-bottom: 4px;
	position: relative;
	left: 26px;
	top: 26px;
}
#content #menu h5 {
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #b2b2b2;
	font-weight: normal;
	color: #5cbbb6;
	margin-bottom: 4px;
}
#content #menu ul {
	padding-bottom: 2px;
	border-bottom: 1px solid #b2b2b2;
}
#content #menu li {
	list-style-type: none;
	font-size: 1px;
}
#content #menu li a {
	font-size: 11px;
	line-height: 14px;
	padding: 4px 0px 4px 18px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#content #menu li a.sub_menu {
	margin-left: 10px;
	color: #5cbbb6;
}
#content #menu li a:hover, #content #menu li a.current {
	color: #5cbbb6;
	background: url('gfx/menu_arrow.jpg') left no-repeat;
}
#content #menu li a.parent_of_current {
	color: #5cbbb6;
	background: url('gfx/menu_down_arrow.jpg') left no-repeat;
}
#content #main {
	width: 600px;
	float: right;
	position: relative;
	right: 26px;
	top: 26px;
	padding-bottom: 24px;
}
#content #main #left {
	float: left;
	width: 385px;
}
#content #main #left h2 {
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 22px;
	color: #5cbbb6;
	width: 100%;
	font-weight: normal;
	text-align: justify;
}
#content #main #left h2 span {
	font-size: 16px;
}
#content #main #left ul {
	margin-top: 8px;
}
#content #main #left li {
	font-size: 13px;
	color: #fff;
	padding-top: 4px;
	list-style-type: disc;
	margin-left: 20px;
}
#content #main #left p {
	font-size: 13px;
	color: #fff;
	width: 100%;
	margin-top: 12px;
}
#content #main #left a {
	color: #5cbbb6;
	text-decoration: none;
}
#content #main #left a:hover {
	text-decoration: underline;
}
#content #main #financial {
	float: right;
	width: 183px;
	border: 1px solid #97908e;
}
#content #main #financial h3 {
	line-height: 34px;
	font-size: 17px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: normal;
	padding-left: 8px;
	color: #fff;
	background: url('/gfx/finance_head.jpg') no-repeat;
}
#content #main #financial div {
	width: 100%;
	height: 100px;
}
#content #main #financial p {
	width: 171px;
	font-size: 11px;
	color: #fff;
	padding: 8px 6px 8px 6px;
}
#content #main #financial p.update {
	width: 171px;
	font-size: 11px;
	color: #5cbbb6;
	padding: 8px 6px 8px 6px;
}
#content #main #financial p.more {
	text-align: right;
	padding: 0px 6px 0px 0px;
}
#content #main #financial table {
	font-size: 11px;
	color: #fff;
	width: 171px;
	margin-left: 6px;
}
#content #main #financial table td {
	border-top: 1px solid #9b9392;
	padding: 4px 0px 4px 0px;
}

#content #main #financial #box table {
	font-size: 12px;
	font-weight: bold;
	color: #5cbbb6;
	width: 96%;
	margin: 0% 2% 3% 2%;
}
#content #main #financial #box table td.first {
	border: 0px;
}
#content #main #financial #box table td {
	border-top: 1px solid #9b9392;
	padding: 2px 0px 2px 3px;
}

#content #main #boxes {
	width: 100%;
	height: 270px;
	margin-top: 18px;
}
#content #main #boxes #box {
	float: left;
	width: 185px;
	height: 253px;
	border: 1px solid #97908e;
	margin-right: 12px;
	background: url('/gfx/home_box_head.jpg') top left repeat-x;
}
#content #main #boxes #box h3 {
	line-height: 39px;
	font-size: 17px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: normal;
	padding-left: 8px;
	color: #fff;
	background: url('/gfx/home_box_head.jpg') left repeat-x;
}
#content #main #boxes #box p {
	width: 93%;
	position: relative;
	left: 2%;
	margin: 6px 0px 14px 3px;
	font-size: 11px;
}
#content #main #boxes #box table {
	font-size: 12px;
	font-weight: bold;
	color: #5cbbb6;
	width: 96%;
	margin: 0% 2% 3% 2%;
}
#content #main #boxes #box table td.first {
	border: 0px;
}
#content #main #boxes #box table td {
	border-top: 1px solid #9b9392;
	padding: 2px 0px 2px 3px;
}

#content #main #left .vacancy {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #948c8a;
	float: left;
	position: relative;
}
#content #main #left .vacancy h5 {
	color: #5cbbb6;
	width: 100%;
	float: left;
	font-size: 13px;
}
#content #main #left .vacancy p.salary {
	font-weight: bold;
	margin-top: 6px;
	width: 100%;
	float: left;
}
#content #main #left .vacancy p.desc {
	width: 80%;
	float: left;
}
#content #main #left .vacancy p.apply {
	float: right;
	width: 20%;
	text-align: right;
	height: 18px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.location {
	border-top: 1px solid #736a69;
	margin-bottom: 18px;
	padding-top: 18px;
}
.location td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.location td.title {
	font-size: 13px;
	color: #5cbbb6;
	font-weight: bold;
	padding-bottom: 6px;
}
.location td span {
	color: #5cbbb6;
	font-weight: bold;
}
#content #main #left .location td a.email {
	color: #fff;
	text-decoration: underline;
}
#content #main #left .location td a.email:hover {
	color: #5cbbb6;
}
#content #main #left #apply {
	float: left;
	margin-top: 12px;
}
#content #main #left #apply span.mand {
	color: #5cbbb6;
	font-size: 10px;
}
#content #main #left #apply td p.priv_small {
	font-size: 10px;
	width: 220px;
	margin-left: 130px;
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: left;
}
#content #main #left #apply td,
#contact_form td {
	text-align: right;
	padding: 6px 6px 6px 0px;
}
#content #main #left #apply textarea,
#contact_form textarea {
	height: 60px;
	line-height: 14px;
}
#content #main #left #apply input, #content #main #left #apply textarea,
#contact_form input, #contact_form textarea {
	width: 96%;
	padding: 4px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content #main #left #apply label,
#contact_form label {
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content #main #left #apply span,
#contact_form span {
	color: #5cbbb6;
}
#contact_form td input.submit_button,
#content #main #left #apply td input.submit_button {
	width: 78px;
	height: 23px;
	background: url('gfx/submit_button.jpg') no-repeat;
}
#contact_form td input.clear_button,
#content #main #left #apply td input.clear_button {
	width: 64px;
	height: 23px;
	background: url('gfx/clear_button.jpg') no-repeat;
}
#contact_form td input.clear_button:hover,
#contact_form td input.submit_button:hover,
#content #main #left #apply td input.clear_button:hover,
#content #main #left #apply td input.submit_button:hover {
	cursor: pointer;
}
#serv_sec {
	margin-top: 18px;
}
#serv_sec a {
	margin-right: 8px;
}

#footer {
	width: 852px;
	border-top: 25px solid #000;
	float: left;
	text-align: right;
	height: 50px;
}
#footer a {
	color: #727272;
	font-size: 10px;
	text-decoration: none;
	margin-right: 8px;
}
#footer a:hover {
	text-decoration: underline;
}

#main #left td img {
	margin-left: 12px;
}
#main #left table.partners td {
	padding-bottom: 20px;
}
