@charset "utf-8";
/* CSS Document */

body {
	margin: 10px 0 20px 0;
	text-align: center;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4em;
}

/* LINK STYLES */

a{
	color: #550000;
	text-decoration: none;
}

a:hover{
	color: #550000;
	text-decoration: underline;
}

/* DIV STYLES */

#pagewrapper {
	width: 735px;
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	background: white;
	border: 1px dashed #FF9F00;
	border-top: 0;
}
#header {
	width: 735px;
	height: 180px;
	background-image: url(images/index_03.jpg);
	}
	
#navigation {
	height: 36px;
	font-size: 1.2em;
	text-align: center;
	background-image: url(images/button-bg.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	border-top: 1px dashed #550000;
	border-bottom: 1px dashed #550000;
}

#infobox{
	width: 425px;
	padding-top: 2em;
	float: left;
}

#textbox{
	padding: 1em;
}

#textbox img{
	margin-left: -1em;
}

#contactbox{
	width: 281px;
	float: right;
	border: 1px solid #505050;
	margin-bottom: 2em;
}

#footer {
	clear: both;
	height: 100px;
	margin-top: 2em;
	background-image: url(images/index_12.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	border-bottom: 4px solid #a0352f;
	border-top: 4px solid #a0352f;
}

#abouth4l{
	font-size: .8em;
	padding: 1em 0;
}

#link{
	padding: 2em 0 5px 0;
	font-size: .8em;
	text-align: center;
}

#link a{
	color: #550000;
	text-decoration: none;
}

#link a:hover{
	color: #7F0000;
	text-decoration: underline;
}

/* LIST STYLES */

#navibar {
	padding: 10px 0;
	margin: 0;
}

#navibar li{
	display: inline;
	list-style: none;
	padding: 10px 25px 10px 22px;
	border-right: 1px solid #550000; 
}

#address{
 margin: 0;
 padding:0 5px;
 line-height: 1.4em;
 text-align: left;
}

#address li{
	list-style: none;
}

/* CLASSES */

.first{
	border-left: 1px solid #550000;
	padding-left: 25px;
}

.link{
	font-size: .8em;
	text-align: center;
}

.middle{
	padding : 0 10px;
}

.imageright{
	float: right;
	padding: 0 5px 0 40px;
}

.nothingupfront{
	float: right;
	padding: 5px;
	margin-top: -80px;
}

.clear{
	clear: both;
	height:10px;
}

.costs {
	color: #AA0000;
	font-weight: bold;
}

/* HEADERS */

h1 {
	color: #2A3FAA;
	font-size: 2em;
	padding-left: 1em;
}

/*IMAGE STYLES */

a img{
	border: none;
}