/* CSS Document */

body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
	background-color: #f1f0E3;
}
#header{
    height: 90px;
	width: 900px;
	background-image: url(../images/common/header_bg.jpg);
	text-align: center;
}
#navigationbackground{
	height: 26px;
	width: 900px;
	background-image: url(../images/common/nav_bg.jpg);
}
#navigationcontainer{
	height: 26px;
	width: 470px;
	margin-left: 230px;
}
#navigationlinebreak{
	height: 1px;
	width: 900px;
	background-image: url(../images/common/nav_line_break001.jpg);
}	
#content{
	width: 900px;
	background-color: #f1f0E3;
	text-align: left;
	float: left;
}	
	
#contentleft{
	width: 396px;
	float: left;
	margin-left: 45px;
	background-color: #f1f0E3;
	margin-top: 20px;
	margin-bottom: 10px;
}
#divider{
	height: 100%;
	width: 18px;
	float: left;
	position: inline;
	background-image: url(../images/common/page_divider.jpg);
	margin-top: 20px;
}
#contentright{
	width: 396px;
	float: right;
	position: inline;
	margin-right: 45px;
	background-color: #f1f0E3;
	margin-top: 20px;
}	
#contentcorporate{
	width: 810px;
	float: left;
	margin-left: 45px;
	background-color: #f1f0E3;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contentcolbrew{
	width: 810px;
	float: left;
	margin-left: 45px;
	background-color: #f1f0E3;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contentcontact{
	width: 810px;
	float: left;
	margin-left: 45px;
	background-color: #f1f0E3;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contentinvrel{
	width: 810px;
	float: left;
	margin-left: 45px;
	background-color: #f1f0E3;
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer{
	width: 900px;
	height: 30px;
	background-image: url(../images/common/footer.jpg);
	float: left;
}	

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.adxmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	width: 140px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	line-height: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.submenu_items {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC; }
.submenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	align: center;
}
.ebg_bodycopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 18px;
}
.ebg_bodycopy_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
}
.Heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.Subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.Directors_Subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

#nav, #nav ul {padding: 0;margin: 0;list-style: none;}
#nav a {display: block;}
#nav li {float: left;}
#nav li ul {position: absolute;left: -999em;width: 200px;}
#nav li:hover ul {left: auto;}
#nav li:hover ul, #nav li.sfhover ul {left: auto;}
