/* =GENERIC */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #5e6167;
}

address {
	font-size:9pt;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	font-style:italic;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #0079c1;
}

p, ul {
	margin: 0 0 12px 0;
	font-size: 9pt;
	line-height: 135%;
}

ul {
	padding: 0;
	padding-left:5px;
	list-style-position: inside;
}

a {
	text-decoration: none;
	font-size: 9pt;
	color: #0079c1;
}

a:hover {
	text-decoration: underline;
}

/* =HEADER */
div#header {
	margin: 0px;
	width: 780px;
	height: 75px;
	text-align: right;
}

div#header div {
	display: block;
	padding-top: 50px;
}

div#header div a {
	margin-left: 12px;
	font-size: 10pt;
	color:#969696;
}

div#header div a.active {
	font-weight: bold;
	color: #0079c1;
}

#logo {
	float: left;
	display: block;
	text-indent: -1000em;
	width: 161px;
	height: 59px;
	margin-top: 10px;
	margin-left: 10px;
	background: url(../ui/logo.gif) no-repeat;
	text-align: left;
}

div#header_bar {
	width: 100%;
	height: 88px;
	padding: 0;
	background: url(../ui/header_bar.gif) repeat-x;
	text-align: left;
}

div#left_title {
	float: left;
	padding-top: 50px;
	margin-left: 52px;
	color: #ffffff;
	width: 128px;
}

div#right_title, div#people_title {
	float: left;
	padding-top: 50px;
	margin-left: 47px;
	color: #ffffff;
}

div#wrapper, div#people_wrapper {
	float: left;
	width: 100%;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	background: url(../ui/body_background.gif) repeat-y;
}

/* =NAVIGATION */
div#nav_bar {
	float: left;
	width: 200px;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	border-right: 7px solid #ffffff;
}

div#nav_bar a {
	float: left;
	display: block;
	width: 140px;
	border-bottom: 1px solid #ffffff;
	padding: 6px 8px 6px 52px;
	font-size: 9pt;
	color: #5e6167;
}

div#nav_bar a:hover {
	background: #bad0ec;
	text-decoration: none;
}

div#nav_bar a.active {
	color: #0079c1;
	background: url(/ui/active_indicator.png) no-repeat;
	text-indent: 1em;
}

div#body_container, div#people_container {
	width:523px;
	padding: 7px 20px;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	margin-left: 207px;
}

/* =PEOPLE PAGE */
div#people_wrapper {
	background: url(../ui/people_background.gif) repeat-y;
}

div#people_title {
	margin-left: 194px;
}

div#people_container {
	width: 406px;
	margin-left: 354px;
}

div#photo {
	float: left;
	margin-top: -36px;
}

/* =FOOTER */
div#bg_logo {
	width:536px;
	padding: 7px 20px;
	height: 50px;
	margin-left: 206px;
	background: url(../ui/bg_logo.gif) no-repeat bottom right;
}
div#bg_logo_home {
	width:63px;
	padding: 0px 20px;
	height: 50px;
	float:left;
	margin-left: 199px;
	background: url(../ui/bg_logo.gif) no-repeat bottom right;
}
div#footer_container {
	width: 100%;
	background: #0079c1;
	float: left;
	padding: 10px 0 0;
}

div#footer_adress {
	height: 9px;
	font-size: 8pt;
	float:left;
	padding-top:5px;
}

div#footer {
	font-size: 8pt;
	text-align: left;
	background-color: #fff;
	width: 100%;
}

div#footer p {
	padding: 5px 0 15px 38px;
	margin: 0;
}

div#footer a {
	margin-right: 3px;
	font-size: 8pt;
	color: #5e6167;
}