html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #444444;
}

#container {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	width: 800px;
	/* border: 1px #CCCCCC solid; */
}

/* ============================================ HEADER ============== */

#header {
	margin-top: 0;
	padding-top: 0;
}

#searchBar {
	text-align: right;
	color: #777777;
	width: 100%;
	background-color: #EEEEEE;
	border-bottom: 1px #DDDDDD solid;
}

form {
	padding: 5px;
	margin: 0;
}

input.search {
	border: 1px #777777 solid;
}

#banner {
	width: 800px;
	height: 90px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 10px;
	/* background-image: url(images/header_ahLogo04.gif); */
	background-repeat: no-repeat;
}

#slideshow {
	width: 800px;
	height: 200px;
	border: 1px #CCCCCC solid;
}

iframe {
	border: none;	
	padding: 0;
	margin: 0;
}

/* ============================================ MENU ============== */

div.menu {
	position: relative;
	clear: both;
	text-align: right;
	width: 100%;
}

p.menu {
	text-align: right;
}

p.pullDown {
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 16px;
	width: 250px;
}

div.menuItem {
	position: relative;
	float: right;
	margin-right: 10px;
}

div.menuPullDown {
	position: absolute;
	display: none;
	background: #FFFFFF;
	border: 1px #000000 solid;
	margin: 0;
	padding: 5px;
	text-align: left;
	width: auto;
	left: -100px;
}

a.menuItem {
	color: #006633;
	text-decoration: none;
	border: 0;
}

a.menuItemSelected {
	border-bottom: 3px #006633 solid;
}

a.menuItem:hover {
	border: 0;
	border-bottom: 3px #006633 solid;
	text-decoration: none;
}

/* ============================================ BODY ELEMENTS ============== */

#bodyHeader {
	width: 100%;
	text-align: right;
	clear: both;
	padding: 5px;
	/* height: 30px; */
}

p.bodyHeader {
	color: #006633;
	font-family: "Trebuchet MS", Arial;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom: 1px #CCCCCC dotted;
	margin-bottom: 0;
}

#bodyContent {
	padding-top: 0;
	margin-top: 0;
}

#rightBlock {
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-left: 10px;
}

#rightImage {
	width: 170px;
	border:  none;
	text-align: left;
}

#noSize {
	width: auto;
}

#rightTextBlock {
	width:160px;
	height:150px;
	background-color: #E9E9E9;
	padding: 5px;
	border: none;
}


/* ============================================ FOOTER ELEMENTS ============== */

#footer {
	border-top: 1px #CCCCCC dotted;
	margin-top: 50px;
	margin-bottom: 10px;
	clear: both;
}

#footerText{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;
}

/* ============================================ MAP (BENZINE RING) ELEMENTS ============== */


#hex {
	position: relative;
	z-index:6;
	text-align: center;
}

/* ============================================ MISC ELEMENTS ============== */

p {
	text-align: justify;
	line-height: 16px;
	margin: 10px;
}

p.address {
	margin: 0;
}

p.single {
	margin: 0;
	margin-left: 10px;
}

p.center {
	text-align: center;
}

.indent {
	margin-left: 10px;
}

li {
	line-height: 16px;
	list-style-type: disc;
}

li.doubleSpace {
	line-height: 2;
	list-style-type: disc;
}

ul {
	margin-top: -5px;
	text-align: justify;
}

li.sitemap {
	margin-top: 6px;
	line-height: 16px;
	list-style-type: disc;
}

ul.sitemap {
	margin: 0px;
	line-height: 16px;
}

img.logos {
}

div.logos {
	float: left;
	height: 100%;
	width: 60px;
}

div.alliances {
	height: 125px;
	padding-left: 10px;
}

div.logoText {
}

a {
	color: #006633;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: underline;
}



input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

img {
	border: none;
}

img.border {
	border: 1px #005F2A solid;
	margin-bottom: 5px;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #005F2A;
}

.style4 {
	font-weight: bold;
	color: #005F2A;
	font-size: 14px;
}

.floating-images-right
{
float: right;
margin: 0 0 10px 10px;
clear: right;
} 
