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

body {
	margin:0;
	background-color:#D8E7F1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003;
}

h1 {
	font-size:24px;
	color:#641343;
}

h2 {
	font-size:18px;
	color:#641343;
}

h3 {
	font-size:16px;
	color:#124161;
}

h4 {
	font-size:14px;
	color:#124161;
}

a {
	color:#7E4E18;
}

a:hover {
	color:#666;
}

li {
	list-style:url(../images/arrow.jpg);	
}

#container {
	position:relative;
	top:4px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:250px;
	background-color:#FFF;
	border-color:#FFF;
	border-style:solid;
	border-width:10px;
	border-top-width:2px;
}

#banner {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:80px;
	background-color:#FFF;
	border-top-color:#CCC;
	border-bottom-color:#641353;
	border-style:solid;
	border-width:1px;
	border-left:none;
	border-right:none;
}

#banner-logo {
	position:absolute;
	top:24px;
	left:10px;
	width:392px;
	height:40px;
	background-color:#FFF;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
	
#banner-contact {
	position:absolute;
	top:4px;
	right:10px;
	width:320px;
	height:76px;
	background-color:#FFF;
	font-size:12px;
	color:#641343;
	text-align:center;
	font-weight:bold;
}

#flash {
	position:absolute;
	top:84px;
	left:0px;
	width:900px;
	height:142px;
	background-color:#FFF;
	background-image:url(../images/flash-background.jpg);
	background-repeat:no-repeat;
	border-bottom-color:#641353;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#navigation {
	position:absolute;
	top:228px;
	left:0px;
	width:900px;
	height:22px;
	background-color:#124161;
	font-size:14px;
	color:#CCC;
	text-align:center;
}

#navigation a {
	color:#CCC;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding:0 30px 0 30px;
	line-height:20px;
}

#navigation a:hover {
	color:#999;
}

#content {
	position:absolute;
	top:250px;
	left:-10px;
	width:570px;
	padding:30px 300px 30px 30px;
	margin:0;
	background-color:#FFF;
	border-color:#FFF;
	border-style:solid;
	border-width:10px;
	border-top:none;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#sidebar-form {
	position:absolute;
	top:270px;
	right:30px;
	width:242px;
	height:310px;
	padding:4px;
	background-color:#FFF;
	background-image:url(../images/formbackground.jpg);
	background-repeat:no-repeat;
	color:#7E4E18;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	z-index:2;
}

#sidebar-form form {
	text-align:left;
	color:#333;	
}

#tail {
	text-align:center;
	font-size:10px;
	color:#333;
	padding:10px 0 0 0;
	border-top-color:#CCC;
	border-top-style:solid;
	border-top-width:1px;
}

#tail a {
	color:#333;
}

.blue_medium {
	color:#092131;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
}

.blue_large {
	color:#092131;	
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	letter-spacing:1px;
}

.large1 {
	font-size:12px;
}

.large2 {
	font-size:16px;
}

.smallprint {
	font-size:10px;
	color:#666;
	font-style:italic;
}

.openingtimes {
	font-size:24px;
	color:#641343;
	font-weight:bold;
	padding:0;
	margin:0;
}

.smallemphasis {
	font-size:12px;
	color:#641343;
	font-weight:bold;
	padding:0;
	margin:0;
}

