/* FILE: GLOBAL CSS */

/* GLOBAL TAGS*/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #464646;
	background: #969696;
	line-height: 1.6em;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #464646;
}
img {
	border: 0;
}
label {
	display: inline;
	float: left;
	width: 190px;
	padding: 4px 0 0 0;
}
p {
	margin: 0 0 7px 0;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	margin: 0 0 12px 0;
	padding: 0;
	color: #464646;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
}

/* GLOBAL STRUCTURE */
#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	min-height: 100%;
	width: 960px;
}
* html #container {
	height: 100%;
}
#page {
	background: #FFF;
	padding: 0 20px 0 20px;
}
#emp {
	font-size: 8pt;
	color: #BFCAD5;
}
#emp a {
	color: #BFCAD5;
	text-decoration: none;
}
#emp a:hover {
	text-decoration: underline;
}
#coord {
	float: right;
	xmargin: -19px 0 0 0;
	width: 192px;
	height: 19px;
}
#content {
	float: left;
	margin: 30px 0 20px 50px;
	width: 713px;
}
#contentLarge {
	float: left;
	margin: 30px 0 20px 35px;
	width: 860px;
}
#banner {
	padding: 0 0 6px 0;
}
#bannerSub {
	padding: 0;
}
#footer {
	padding: 30px 20px 10px 20px;
}
#quay {
	width: 137px;
	height: 31px;
	cursor: pointer;
}
#coord {
	width: 193px;
	height: 19px;
}
#sitemap {
	margin: 30px 0 200px 0;
}

/* MENU */ 
dl#menu {
	float: left;
	width: 156px;
	margin: 30px 0 20px 0;
	padding: 0;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl#menu dt {
	margin: 0;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding: 4px 0 0 16px;
}
dl#menu dt.active {
	background: url(../_gfx/m_arrow.gif) no-repeat 0 8px;
}
dl#menu li.active {
	background: url(../_gfx/m_arrow.gif) no-repeat 0 4px;
}
dl#menu dd {
	margin: 3px 0 10px 0;
}
dl#menu li {
}
dl#menu li a {
	color: #949494;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	padding: 0 0 0 16px;
}

dl#menu li a:hover {
	text-decoration: underline;
}
dl#menu dt.bTop {
	border-top: 1px solid #e3e3e3;
}
dl#menu dt.sbBot {
	border-bottom: none;
}
dl#menu dt.lang {
	border-bottom: none;
	margin: 20px 0 -20px 0;
}

/* BUTTONS */

/* FORM */
.inp_text {
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	font-size: 9pt;
	width: 310px;
	color: #464646;
}
.inp_texta {
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	font-size: 9pt;
	width: 310px;
	color: #464646;
	height: 70px;
}

/* CONTENT CLASSES */
.clearPage {
	clear: both;
	height: 1px;
	font-size: 1pt;
}
.introMain {
	color: #999999;
	font-size: 12pt;
	margin: 0 0 15px 0;
	width: 580px;
}
.intro {
	color: #999999;
	font-size: 12pt;
	margin: 0 0 15px 0;
}
.intro a {
	color: #999999;
	text-decoration: none;
}
.intro a:hover {
	color: #999999;
	text-decoration: underline;
}
.bottomBox {
	float: left;
	width: 211px; /* real: 225 */
	height: 69px; /* real: 90 */
	margin: 0 10px 10px 0;
	padding: 14px 7px 7px 7px;
	font-size: 8pt;
	cursor: pointer;
	line-height: 1.3em;
}
.bottomBox .title {
	margin: 0 0 10px 0;
}
.bottomBoxVertical {
	float: left;
	width: 146px; /* real: 160 */
	height: 69px; /* real: 90 */
	margin: 0 0 10px 0;
	padding: 14px 7px 7px 7px;
	font-size: 8pt;
	cursor: pointer;
	line-height: 1.3em;
}
.bottomBoxVertical .title {
	margin: 0 0 10px 0;
}
.bgColor1 { background: #b3d3e2; }
.bgColor2 { background: #cac8a9; }
.bgColor3 { background: #d0c9bf; }
.layoutText {
	width: 630px;
	margin: 0 0 15px 0;
}
.layoutCol1 {
	float: left;
	width: 532px;
}
.layoutSiteMap {
	margin: 0 0 15px 170px;
}
.layoutBox {
	float: left;
	width: 160px;
	margin: 0 0 0 20px;
}
.bMargin {
	margin: 0 0 15px 0;
}
.hrcolor {
	margin: 5px 0 5px 0;
}
.imgBox {
	width: 522px;
	background: #d6d6d6;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
}
.imgBox2 {
	width: 522px;
	background: #9fae8e;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
}
.imgBox3 {
	width: 522px;
	background: #c5c1a3;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
}
.imgBox3b {
	width: 522px;
	background: #d4d1bc;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
}
.tableLine {
	width: 100%;
	margin: 0 0 15px 0;
}
.tableLine .firstCol {
	width: 217px;
}
.tableLine .noBorder {
	border-bottom: none;
}
.tableLine td {
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
.disc {
	font-size: 9pt;
	color: #a2a2a2;
	margin: 0 0 15px 0;
	padding: 0;
}
.peopleBox {
	width: 230px;
	background: #DAE1E7;
	padding: 10px;
	margin: 0 0 15px 0;
}
.peopleBox .txt {
	float: left;
	width: 143px;
	margin: 70px 10px 0 0;
}
.peopleBox .pic {
	float: left;
	width: 77px;
}
.formBox {
	width: 510px;
	background: #dae1e7;
	padding: 10px;
}
.formBox5 {
	width: 510px;
	background: #dcd5c7;
	padding: 10px;
}
.hrForm {
	border-top: 1px solid #FFF;
	margin: 5px 0 5px 0;
}
.btSend {
	float: right;
	width: 91px;
	height: 29px;
	margin: 5px 4px 0 0;
}
.policy {
	float: left;
	margin: 20px 0 0 0;
}
.policy a {
	font-size: 8pt;
	text-decoration: underline;
	color: #464646;
}
.msgInfo, .msgInfo a {
	color: #CE0000;
}
.weatherBox {
	width: 530px;
	height: 329ppx;
	background: #D7DEE4;
}
.font8pt {
	font-size: 8pt;
}
.font11pt {
	font-size: 11pt;
}
.tm:hover {
	background: #FFFF00;
	color: #000;
}
#emp a.tm:hover {
	color: #000;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}
.sitemapCol {
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
}
#sitemap .first {
	text-indent: 80px;
}
#sitemap a {
	color: #949494;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
#sitemap a:hover {
	text-decoration: underline;
}
.contactLink {
	color: #a2a2a2;;
}
.bodyLink {
	color: #464646;
}
