body{
	font-family: Arial, sans-serif;
	color: #1a1a1a;
	font-size: 12px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body a{
	text-decoration: none;
}

img{
	border:0;
}

h1, h3, h5, body a{
	color: #B72026;
}

h1{
	font-size: 52px;
	margin: 5px auto;
}

h3{
	font-size: 39px;
	border-bottom: 2px solid #3f3f3f;
}

h5{
	font-size: 26px;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 15px;
}

#header_container, #nav_container, #content, #footer{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header_container, #nav_container, #footer{
	text-align: center;
}

#header{
	height: 99px;
	background: url(../images/header_bg.jpg) repeat-x;
	color: white;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#header_container{
	height: 99px;
	margin-bottom: 0;
}

#logo{
	float: left;
	border: 0px;
	margin: 0;
	padding: 0;
}

.header_tab{
	background: url(../images/header_tab.jpg) no-repeat top left;
	width: 64px;
	height: 20px;
	float: right;
	margin-left: 5px;
}

.header_tab .link{
	text-align: center;
	margin: 2px auto 0px auto;
}

.header_tab a{
	color: white;
}

.header_tab a:hover{
	color: #f04d35;
}

#rates{
	float: right;
	margin-top: 24px;
	margin-right: 15px;
}

#nav{
	background: url(../images/nav_bg.jpg) repeat-x;
	height: 28px;
	color: white;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#nav_container{
	height: 28px;
	margin-top: 0px;
	padding-top: 0px;
}

#nav a{
	color: white;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	height: 28px;
}

#nav li{
	list-style: none;
	height: 22px;
	padding-top: 6px;
	width: 110px;
	margin: 0px auto;
}

#nav li:hover{
	background: url(../images/nav_hover_bg.jpg) repeat-x;
}

#nav .chosen{
	background: url(../images/nav_chosen_bg.jpg) repeat-x;
	color: #bfbfbf;
}

#nav_shadow{
	background: url(../images/content_bg.jpg) repeat-x top white;
	height: 10px;
}

div #slideshowBox{
	width: 800px;
	height: 278px;
	background-color: black;
	margin-bottom: 25px;
}

div#slideshow{
	width: 800px;
	height: 278px;
	position: relative;
	z-index: 1;
}

div#pagerBox{
	width: 800px;
	height: 30px;
	position: absolute;
	margin-top:248px;
	z-index: 9998;
	background-color: black;
}

div#pager{
	width: 200px;
	text-align: right;
	position: absolute;
	z-index: 9999;
	margin-top:255px;
	margin-left:600px;
	font-size: 13px;
}

div#pager a{
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	position: relative;
	color: #cccccc;
	text-decoration: none;
}

div#pager a.activeSlide{
	color:white;
}
		
#content{
    margin-top: 15px;
}

#content ul li{
	list-style-image: url(../images/list_image.jpg);
}

#quick-links{
    width: 166px;
    float: right;
    margin-left: 30px;
}

.quick-link{
    height: 42px;
    width: 165px;
    background: url(../images/quick-link_bg.jpg) repeat-x;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    font-size: 20px;
}

.ql-title{
    padding-top: 10px;
}

#advertisements{
    width: 474px;
    height: 220px;
    float: left;
}

#map_route{
    width: 315px;
    height: 220px;
    float: right;
   	border: 1px solid black;
   	border-top:0px;
   	background: url(../images/map_route_bg.jpg) repeat-x bottom #bdbec0;
}
#map_route_header{
    height: 36px;
    background: url(../images/map_route_header_bg.jpg) repeat-y;
    color: white;
    text-align: center;
    font-size: 17px;
}

div#map{
	height: 400px;
	width: 800px;
	border: 0;
	margin: 15px auto;
}

div#directions{
	width: 800px;
	margin: 15px auto;
}

.route_text{
    font-size: 16px;
    padding-top: 10px;
}
.route_field, .route_date{
    border: 1px solid #999999;
    height: 20px;
    margin-top: 8px;
}

.route_field{
	width: 200px;
}

.route_date{
	width: 80px;
}


#footer{
	margin-top: 60px;
	color: #555555;
	margin-bottom: 15px;
}

#footer a{
	color: #555555;
}

#footer a:hover{
	color: #999999;
}
