@charset "utf-8";

html, body, #container { height: 100%; margin: 0; padding: 0; }

body  {
	margin:0;
	padding:0;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}

#wrapper {
	height: auto;
	min-height: 100%;
	background-image: url(new_site/images/blue075.jpg);

}

#navigation  {
	padding:10px;
	clear: none;
	float: none;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #009;
}

#header  {
	padding:10px;
	background-color: #FEFEFE;
	background-image: url(images/headerarielviewfadedwithname.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 12em;
}


#header-pic  {
	clear: both;
	height: 205px;
	width: 400px;
	position: relative;
	top: 15%;
	left: 50%;
	border: 4px solid #FEFEFE;
}

#slideshow { 
    
    position: relative; 
    width: 400px; 
    height: 205px; 
    padding: 0px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

#content  {
	overflow:auto;
	padding-bottom:12em;
	padding-top: 5%;
	padding-right: 10px;
	padding-left: 15%;
	background-image: url(new_site/images/blue075.jpg);
	background-repeat: repeat;
	background-color: #666;
	float: none;
	clear: none;
	color: #CCC;
}
#info {
	color: #FFF;
	width: 75%;
	background-color: #009;
	border: 4px solid #999;
	padding: 10px;
	position: relative;
	top: 10px;
	height: auto;
	clear: both;
	z-index: 10;
}

#info-title {
	color: #BD9537;
	width: auto;
	background-color: #009;
	position: relative;
	height: auto;
	clear: both;
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;

}

#info-main {
	color: #FFF;
	width: 100%;
	background-color: #009;
	position: relative;
	height: auto;
	clear: both;
	padding-top: 10px;

}

#footer  {
	width: 100%;
	height: 12em;
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: -12em;
	background-color: #FEFEFE;
	background-image: url(new_site/images/footerarielviewfaded.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

#footer-nav {
	height: 20px;
	width: 375px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	clear: none;
	padding-left: 13%;
	padding-top: 20px;
}

#footer-copyright {
	height: auto;
	width: auto;
	float: right;
	font-size: 10px;
	padding-right: 13%;
	padding-top: 145px;
}

#footer-contact {
	height: auto;
	width: auto;
	clear: left;
	margin: 0px;
	padding-top: 20px;
	padding-left: 13%;
	float: left;
}

#counter  {
	height: auto;
	width: auto;
	clear: none;
	float: none;
	padding-top: 170px;
	padding-right: 37.5%;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	

}

.alignLeft { float:left; margin-right: 1em; }

.alignRight { float:right; margin-left: 1em; }



/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
