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

body {
	background-color: #274967;
	margin:0px;
	font-size:.75em;
	color:#000033;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#wrapper {
	background-color:#FFFFFF;
	width:900px;
	margin:auto;
	border-left: solid 3px #CCCCCC;
	border-right:solid 3px #CCCCCC;
}

#header {
	height:120px;
	width:900px;
	padding:0px;
	margin:0px;
}

#border {
height:3px;
background-color:#8C191C;
line-height:3px;
font-size:3px;
margin-top:-20px;
}

#body {
width:900px;
height:500px;
}

#nav {
color:#274967;
font-size:1.25em;
width:550px;
float:left;
font-weight:bold;
}


#left {
float:left;
padding: 10px 5px 0px 25px;
width: 550px;
}

#right {
float:right;
width: 300px;
margin-right:10px;
}

.clear {
clear:both;
line-height:2px;
font-size:2px;
height:2px;
}

#cover {
float:right;
width:300px;
height:300px;
background:url(images/cover.gif) no-repeat right;
position:relative;
margin-top:-60px;
z-index:500;
}

#orderinfo{
background-color:#8D191C;
color:#FFFFFF;
padding:8px 6px;
width:230px;
float:right;
margin:5px 25px 0px 0px;
z-index:1000;
text-align:center;
font-weight:bold;
}

#overview{
width:550px;
float:left;
}

h2 {
color:#8D191C;
font-weight:bold;
font-size:1.25em;
}

#footer {
	padding: 25px;
	background:url(images/map.gif) bottom;
	color:#274967;
	font-weight:bold;
	text-align:center;
}

.show {
	display: block !important;
}

.hide {
	display: none;
}

ul li {
list-style-image:url(images/nav-arrow2.gif);
}

.current{
color:#8D191C;
font-weight:bold;
}