@charset "utf-8";
/* CSS Document */

@import "reset.css";

body {
	background: #000813 url(../images/bg.gif) repeat-x;
	color: #fff;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #1d9ad6;
	text-decoration: none;
}

a:hover {
	color: #025287;
}

#doc {
	margin: 0 auto;
	width: 720px;
}

#nv {
	background: url(../images/nv_bg.gif) repeat-x;
	height: 40px;
}

#nv ul {
	overflow: hidden;
}

#nv ul li {
	background: url(../images/nv_divider.gif) no-repeat left top;
	float: left;
}

#nv ul li.first {
	background: none;
}

#nv ul li a {
	display: block;
}

#nv ul li a {
	display: block;
	height: 40px;
	text-indent: -999em;
	padding: 0 25px;
}

#nv #nv_about a {
	background: url(../images/nv_about.gif) no-repeat center top;
	width: 56px;
}

#nv #nv_properties a {
	background: url(../images/nv_properties.gif) no-repeat center top;
	width: 68px;
}

#nv #nv_news a {
	background: url(../images/nv_news.gif) no-repeat center top;
	width: 68px;
}

#nv #nv_investor a {
	background: url(../images/nv_investor.gif) no-repeat center top;
	width: 111px;
}

#nv #nv_career a {
	background: url(../images/nv_career.gif) no-repeat center top;
	width: 51px;
}

#nv #nv_contact a {
	background: url(../images/nv_contact.gif) no-repeat center top;
	width: 66px;
}

#nv #nv_about a:hover,
#nv #nv_properties a:hover,
#nv #nv_news a:hover,
#nv #nv_investor a:hover,
#nv #nv_career a:hover,
#nv #nv_contact a:hover {
	background-position: center -40px;
}

#hd {
	background: url(../images/hd_bg.gif) repeat-x;
	overflow: hidden;
}

#logo {
	background: url(../images/logo.gif) no-repeat left top;
	float: left;
	height: 103px;
	width: 164px;
}

/***** util *****/

#util {
	float: right;
	overflow: hidden;
	margin: 18px 5px 0 0;
}

#util li  {
	background: url(../images/icon_divider.gif) no-repeat right top;
	float: left;
	padding: 0 10px;
}

#util li.last {
	background: none;
}

#util li a {
	display: block;
	text-indent: -9999em;
}

#util #util_home {
	background: url(../images/icon_home.gif) no-repeat;
	height: 11px;
	width: 17px;
}

#util #util_home:hover {
	background-position: 0 -11px;
}

#util #util_sitemap {
	background: url(../images/icon_sitemap.gif) no-repeat;
	height: 11px;
	width: 17px;
}

#util #util_sitemap:hover {
	background-position: 0 -11px;
}

#util #util_contact {
	background: url(../images/icon_envolope.gif) no-repeat;
	height: 11px;
	width: 17px;
}

#util #util_contact:hover {
	background-position: 0 -11px;
}

#company_name {
	clear: right;
	background: url(../images/company_name.gif) no-repeat;
	float: right;
	height: 20px;
	margin: 45px 15px 0 0;
	text-indent: -9999em;
	width: 278px;
}

/***** bd *****/

#bd {
	background: url(../images/bd_bg.gif) repeat-y;
	overflow: hidden;
}

#bd2 {
	background: url(../images/bd_bg2.gif) repeat-y;
	overflow: hidden;
}

#bd h2 {
	color: #1d9ad6;
	font: 1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 12px 0;
}

#bd h2 span {
	font: normal 0.6em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}

#bd h3 {
	color: #1d9ad6;
	font: bold 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 12px 0;
}

#bd h3 span {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
}

#bd p, #bd ul, #bd ol {
	color: #c6c8ca;
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0 0 15px;
}

#bd table {
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.3;
	margin: 0 0 15px;
}

#bd table td, #bd table th {
	border: 1px solid #3b4a5c;
	padding: 5px 4px;
	vertical-align: middle;
}

#bd table .align-top { vertical-align: top; }
#bd table .align-middle { vertical-align: middle; }
#bd table .align-bottom { vertical-align: bottom; }

#bd ul {
	list-style-type: disc;
	margin-left: 15px;
}

#bd ul li {
	margin-bottom: 5px;
}

#bd ul li ul {
	font-size: inherit;
	margin-top: 5px;
	margin-bottom: 0px;
}

#bd .col_left {
	float: left;
	padding: 0 16px;
	margin-right: 15px;
	width: 198px;
	font-size: 1.0em;
	color: #c6c8ca;
}

#bd .col_left h3 {
	font-size: 1.1em;
	color: #c6c8ca;
}

#bd .col_left img {
	border: 1px solid #979aa1;
	margin: 0 0 10px;
}

#bd .col_center {
	float: left;
	padding: 0 16px;
	margin-right: 15px;
	width: 198px;
	font-size: 1.0em;
}

#bd .col_center img {
	border: 1px solid #979aa1;
	margin: 0 0 5px;
}

#bd .col_right {
	float: left;
	padding: 0 16px;
	width: 198px;
}

#bd .col_center h3, .col_left h3, .col_right h3 {
	background: url(../images/double_arrow_bullet.gif) no-repeat 0 2px;
	color: #c6c8ca;
	font-size: 1.2em;
/*	font-weight: bold;*/
	padding-left: 14px;
	margin-bottom: 12px;
}

#bd .span-2 {
	background: #161f2a;
	margin: 0 1px;
	width: 441px;
}

#bd .col_left .subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bd .col_left .subnav ul {
	list-style-type: none;
	margin: 15px 0 0 10px;
	padding: 0;
}

#bd .col_left .subnav li {
	background: url(../images/subnav_bullet.gif) no-repeat 0 6px;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 15px;
	padding-left: 10px;
}

#bd .col_left .subnav a {
	color: #c6c8ca;
}

#bd .col_left .subnav a:hover {
	color: #1d9ad6;
}

#bd .col_left .subnav li.selected a {
	color: #1d9ad6;
}

#bd form label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

#bd form .input .textbox {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bd form .action input {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***** ft *****/

#ft {
	background: #dbe7ec;
	color: #1e2f40;
	padding: 15px 0;
	text-align: center;
}

hr.clear {
	border: none;
	clear: both;
	display: none;
}

div.hr {
	background: url(../images/icon_divider.gif) repeat-x;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 15px;
}

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

#bd .title h2 {
	color: #fff;
}