/**
* START - generic, every page styles that do just deal with basic elements
*/
html {
	overflow: -moz-scrollbars-vertical;
	width: 100%; height: 100%;
}

body {
	width: 100%; height: 100%;
	margin: 0px auto; padding: 0px;
	position: relative;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #435c72;
	background: #ffffff;
	text-align: center;
}

a,
a:link,
a:visited {
	color: #b68b1e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

td {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #435c72;
}

p {
	margin: 0px 0px 15px 0px; padding: 0px;
	text-align: left;
}


div#preloader {
	display: none;
	width: 0px; height: 0px;
	position: absolute; left: -4000px; top: 0px;
}

span.title {
	color: #b68b1e;
}

/**
* END - generic, every page styles that do just deal with basic elements
*/


div#page-container {
	width: 845px;
	margin: 0px auto;
	padding-bottom: 4px;
	position: relative;
	text-align: left;
	background: #e9e9e9;
	background: #ffffff;
}

table#container {
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: 5px;
}
table#container td {
	vertical-align: top;
	height: 100%;
	padding: 0px; margin: 0px;
	border: 0px;
}



div#left-container {
	position: relative;
	float: left;
	background: url(/images-shared/subnav-bg.gif) right bottom repeat-y;
	width: 213px;
	_width: 214px;
	border-left: 1px solid #a2adb6;
	min-height: 500px;
	height: 100%;
	margin-bottom: 100px;
}
div#left-container img#subnav-titlebar { margin-top: 213px; }
div#left-container img#pagecurl { position: absolute; bottom: 0px; left: 0px; z-index: 1; }

div#left-container div.news-summary {
	font-family: arial, sans-serif;
	font-size: 11px;
	padding: 6px;
	margin: 0px 0px 0px -1px;
	border-bottom: 1px solid #c6c6c6;
	/* border-bottom not showing in IE unless another border appears with it */
 	border-left: 1px solid #a2adb6;
}
div#left-container div.news-summary ul { padding: 0px; margin: 0px 0px 0px 15px; }
div#left-container div.news-summary li { padding: 0px; margin: 0px; }
div#left-container div.news-summary span.date { color: #435c72; }
div#left-container div.news-summary div.summary { 
	font-size: 10px;
	line-height: 11px;
	color: #acacac;
}
div#left-container div.news-summary a {
	font-size: 10px;
	color: #b68b1e;
	text-decoration: none;
}
div#left-container div.news-summary a:hover {
	color: #000000;
}
div#left-container div.stockquote {
	padding: 15px 0px 10px 21px;
	z-index: 2;
}
div#left-container div.stockquote span.value { color: #b68b1e; }


div#left-container-shadow {
	position: relative;
	float: left;
	background: url(/images-shared/subnav-shadow-repeaty.gif) left top repeat-y;
	width: 7px;
	height: 100%;
}
div#left-container-shadow img#align-top { position: absolute; left: 0px; top: 0px; z-index: 1; }
div#left-container-shadow img#align-bottom { position: absolute; left: 0px; bottom: 0px; z-index: 2; }


div#right-container {
	position: relative; width: 607px; _width: 608px;
	z-index: 1;
	background: #e9e9e9;
	height: 100%;
	border-right: 1px solid #a2adb6;
}
div#right-container div#header-icons {
	position: relative;
	height: 30px;
	background: #ffffff;
	z-index: 10;
	margin-right: -1;
}
div#right-container div#header-icons img#iconbar {
	position: absolute; right: 43px; top: 12px;
}

div#right-container div#below-menu {
	position: relative;
	background: #e9e9e9;
	z-index: 9;
}
div#right-container div#header-subnav-container { position: relative; height: 236px; }
div#right-container div#header-subnav-container div#swf_header {
	position: absolute;
	right: 0px; _right: -1px;
	top: 41px;
	border-left: 1px solid #424c4f;
	border-bottom: 1px solid #424c4f;
	z-index: 11;
}
div#right-container div#header-subnav-container div#subnav-container {
	position: absolute;
	right: 0px; _right: -1px;
	bottom: 0px;
	width: 618px; _width: 617px; height: 28px;
	background: url(/images-shared/header-shadow.gif) top right no-repeat;
	z-index: 10;
}
div#right-container div#header-subnav-container div#subnav {
	position: relative;
	background: #ffffff url(/images-shared/header-shadow.gif) top right no-repeat;
	margin-left: 10px;
	padding-left: 8px;
	height: 17px;
	_height: 28px;
	padding-top: 11px;
	font-weight: bold;
	z-index: 10;
}

div#right-container div#header-subnav-container div#subnav a.off {
	color: #435c72;
	text-decoration: none;
	font-weight: normal;
}
div#right-container div#header-subnav-container div#subnav a.on,
div#right-container div#header-subnav-container div#subnav a:hover {
	font-weight: normal;
	color: #b68b1e;
	text-decoration: none;
}

div#right-container img.content-startline {
	position: absolute; right: 1px; _right: 0px;
	z-index: 20;
}
div#right-container img.content-separator {
	position: absolute; right: 1px; _right: 0px;
	z-index: 20;
}
div#right-container div.content {
	position: relative;
	border: 0px solid #d5d7d8;
	border-right: 1px solid #d5d7d8;
	margin-right: 1px;
	margin-left: 22px;
	background: #e9e9e9;
	padding: 7px 150px 7px 0px;
}

img.pagetitle {
	margin: 0px 0px 15px 0px;
}
img.contact-subtitle {
	margin: 0px 0px 5px 0px;
}

table#contact-form {
	font-family: arial, sans-serif;
	font-size: 11px;
	border: 0px;
	padding: 0px;
	margin: 5px 0px 0px 42px;
}
table#contact-form td.label {
	text-align: right;
	padding: 0px 0px 2px 0px;
}
table#contact-form td.input {
	padding: 0px 0px 2px 10px;
}
table#contact-form input,
table#contact-form textarea {
	font-family: arial, sans-serif;
	font-size: 11px;
	border: 1px solid #b68b1e;
	padding: 2px;
}


div#footer-container {
	position: relative; top: 0px; left: 5px;
	margin-bottom: 4px;
	margin-top: -2px;
	border-top: 2px solid #a2adb6;
	border-left: 1px solid #a2adb6;
	border-right: 1px solid #a2adb6;
	border-bottom: 1px solid #424b4d;
	width: 827px; height: 101px;
	_width: 829px;
	background: url(/images-shared/footer-bg.gif) left top repeat-x;
	z-index: 10;
}

div#footer-container div#callus {
	position: absolute; left: 30px; top: 8px;
	font-family: "Arial Narrow",arial, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #ffffff;
}
div#footer-container div#callus span.phone {
	font-size: 18px;
}
div#footer-container div#copyright {
	position: absolute; left: 214px; top: 8px;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}


div#swf_bvg-logo {
	position: absolute;
	left: 0px; top: 71px;
	width: 216px; height: 106px;
	z-index: 10;
	background: url(../images-shared/logo.png) no-repeat;
}


div.home-introduction {
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #b6b6b6;
	color: #9c9c9c;
	padding-bottom: 15px;
}

div.home-recent {
	font-family: arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 15px 8px;
	clear: both;
}
div.home-recent a.icon {
	float: left;
	margin-right: 8px;
}
div.home-recent span.title { color: #b68b1e; }
div.home-recent span.date { color: #acacac; }
div.home-recent div.summary { color: #435c72; }





div#media-menu {
	position: absolute; top: 6px;
	/* left: 140px;		set in the style attribute instead because the media and media archive title lengths are different */
 	font-weight: bold;
}
div#media-menu a {
	color: #435c72;
	text-decoration: none;
	font-weight: normal;
}
div#media-menu a:hover {
	font-weight: normal;
	color: #b68b1e;
	text-decoration: underline;
}



/* START - news page(s) specific CSS */
div#news-year-menu {
	position: absolute; left: 180px; top: 6px;
	font-weight: bold;
}
div#news-year-menu a.off {
	color: #435c72;
	text-decoration: none;
	font-weight: normal;
}
div#news-year-menu a.on,
div#news-year-menu a:hover {
	font-weight: normal;
	color: #b68b1e;
	text-decoration: underline;
}

div.news-summary {
	padding-bottom: 10px;
}
div.news-summary span.date { color: #999999; }


div.news-release { }
div.news-release h1 {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #435c72;
	padding: 0px 0px 15px 0px; margin: 0px;
}
div.news-release div.date {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding: 0px; margin: 0px;
}

div.news-release div.article {
	line-height: normal;
	z-index: 1;
}

div.news-release div.article table {
	border: 0px;
	z-index: 100;
}

div.news-release div.article table td {
	height: auto;
	vertical-align: middle;
}
div.news-release div.article table td p {
	text-align: center;
	margin: 0px; padding: 0px;
}
/* END - news page(s) specific CSS */



/* START - box containing the print thispage and email this page buttons */
div.print-buttons {
	position: absolute; left: 475px; top: 240px;
	margin: 0px;
	z-index: 20;
}
div.print-buttons a {
	font-family: "Arial Narrow",arial, sans-serif;
	font-size: 9px;
	color: #b68b1e;
	text-decoration: none;
	padding-bottom: 3px;
	vertical-align: bottom;
	display: block;
}
div.print-buttons a:hover {
	color: #435c72;
	text-decoration: underline;
}
div.print-buttons a img {
	margin-right: 6px;
	vertical-align: bottom;
}
/* END - box containing the print thispage and email this page buttons */



div.director {
	margin: 0px; padding: 0px;
}
div.director h2 {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #b68b1e;
	text-transform: uppercase;
	margin: 0px 0px 0px 33px;
	padding: 0px;
}
div.director h3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	margin: 0px 0px 5px 33px;
	padding: 0px;
}
div.director span.drop-capital {
	font-family: times, sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 28px;
	color: #999999;
	margin-top: -2px;
	margin-right: 3px;
	float: left;
}
/* fix for IE */
* html div.director span.drop-capital { margin-right: -1px; margin-top: 0px; }





div.get-adobereader-container {
	color: #acacac;
	margin: 0px 0px 5px 0px;
}
div.get-adobereader-container div.button-container {
	position: relative;
	padding: 5px 0px 0px 0px;
	width: 400px;
}
div.get-adobereader-container div.button-container a {
	float: left;
	margin-right: 7px;
}
div.get-adobereader-container div.button-container div.text {
	float: left;
	font-size: 10px;
	line-height: 10px;
	padding-top: 6px;
}


div.icon-filelist-container {
	position: relative;
	padding: 3px 0px 0px 12px;
	width: 400px;
}
div.icon-filelist-container img.title {
	margin: 0px 0px 5px 0px;
}

div.icon-filelist-container img.icon,
div.icon-filelist-container a.icon {
	float: left;
}
div.icon-filelist-container div.filelist {
	float: left;
	padding-left: 6px;
	width: 300px;
	line-height: 17px;
	color: #acacac;
}




/* Form_Error.class.php error message style */
div.error-message {
        background: #ffffff;
        border: 1px solid #b68b1e;
        color: #b68b1e;
        margin-bottom: 10px;
        padding: 5px;
        width: 350px;
}





ul.sitemap-top {
	margin: 0px 0px 0px 15px; padding: 0px;
}
ul.sitemap-top li {
	margin: 0px 0px 10px 0px;
}

ul.sitemap-sub {
	margin: 0px 0px 9px 15px; padding: 0px;
}
ul.sitemap-sub li {
	margin: 0px 0px 1px 0px;
}
