﻿@import url(layout.css);
body {
  	color: #3B3B3B; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #ffffff;
	/*width: 95%;*/
	width: 950px;
	/*padding: 0px 15px 10px 25px;*/
	/*padding: 0px 25px 10px 25px;*/
	margin: 0 auto;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #ffffff;
/*	position: relative;*/
	position: relative;
}
#masthead {
	text-align: left;
	width: 100%;
	background-color: #ffffff;
}
#navigation {
/*	background-color: #f1eded;*/
	background-color: #006295;
	overflow: hidden;
}
#navigation_1 {
	background-color: #fff;
	overflow: hidden;
}

#page_content {
	/*position: relative;*/
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006295;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006295;	
	background-color: #ffffff;

}
#column_l {
	/*position: relative;*/
	position: relative;
	margin: 0 350px 0 0;
	padding: 20px 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 280px;
	margin: 0;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #fff;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: left;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#masthead_1 p {
	font-size: small;
	text-align: left;
	color: #000;
	margin: 5px 5px 5px 0;
	padding: 0;
}


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
/*	border-right: 1px solid #ffffff;*/
	background-color: #006295;
}
#navigation a:hover {
	color: #666666;
	text-decoration: none;
/*	border-right: 1px solid #ffffff;*/
	background-color: #f1eded;
}
#navigation a:active {
	color: #446699;
	text-decoration: none;
/*	border: 1px solid #3980CC;*/
/*	background-color: #3980CC;*/
}

/* Styles for Navigation_1 */
#navigation_1 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation_1 li {
	float: left;
}
#navigation_1 a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
/*	border: 1px solid #fff;*/
	background-color: #fff;
}
#navigation_1 a:hover {
	color: #666666;
	text-decoration: none;
/*	border: 1px solid #fff;*/
	background-color: #f1eded;
}

/* Styles for Content */
h1 {
	font-size: 2em;
	color: #BD2031;
}
h2 {
	font-size: 1.75em;
	color: #446699;
}
h3 {
	font-weight: normal;
	color: #FC0223;
	text-align: left;
}
h4 {
	font-size: 1.0em;
	color: #2D3E69;
}
h5 {
	font-size: 1.0em;
	color: #BD2031;
}
h6 {
	font-size: 0.5em;
	color: #446699;	
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #006295;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #006295;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for all Links */
a {
	color: #006295;
	text-decoration: none;
}
a:hover {
	color: #3B3B3B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Other Styles*/
.style1 {
	font-size: x-large;
	color: #FFFFFF;
}
.newStyle1 {
	background-color: #BD2031;
}
.newStyle2 {
	background-color: #BD2031;
}
.style2 {
	font-size: large;
	color: #3980CC      ;
}
.style4 {
	margin-left: 0px;
	text-align: center;
}/*
.style5 {
	font-family: "Californian FB";
	font-size: xx-large;
	color: #FC0223;
	font-weight: bold;
}*/

.style5 {
	font-family: "Brush Script MT";
	font-size: xx-large;
	color: #FC0223;
}
.style9 {
	
	border-top-color: #3980CC;
	border-top-width: 2px;
	background-color: #ffffff;
}

.style10 {
	font-weight: normal;
	color: #3980CC      ;
}
.style19 {
	font-weight: normal;
	text-align: left;
	
}
.style20 {
	margin-left: 3px;
	margin-right: 3px;
}
.style21 {
	background-color: #FFFFFF;
}
.style27 {
	text-align: left;
}

/*Popup Border*/
.style31 {
	border: 2px solid #2D3E69;
	background-color: #2D3E69;
}
.style32 {
	text-align: center;
	
}
/*Popup Border*/
.style33 {
	text-align: left;
	background-color: #2D3E69;
	color: #ffffff;
}
.style36 {
	border-top: 0px solid #4d6ded;
	text-align: center;
}

.style43 {
	color: #285A8E;
	font-size: x-large;
	margin-top: 7px;
}

.style49 {
	font-size: medium;
	color: #3980CC;
}


/*Line beneath extract from*/
.style41
{
	border-bottom: 1px solid #3980CC      ;
	background-color: #FFFFFF;
}

/*Line beneath visitor information*/
.style44 {
	border-bottom: 1px solid #3980CC      ;
}
/*Small hotel locator layer*/
.style47 {
	color: #333D7E;
	font-size: medium;
	margin-top: 7px;
}
.style63 {
	text-align: center;
	border-top: 0px solid #4d6ded;
	background-color: #ffffff;
}
.style66 {
	border-width: 0;
}
.style69 {
	text-align: left;
	font-weight: normal;
	font-size: small;
	margin-top: 0;
	margin-bottom: 0;
}

.style72 {
	font-size: medium;
	color: #FC0223;
}

.style75 {
	text-align: center;
	color: #000000;
	}

.style76 {
	border: 1px solid #A3D0FE;
}
.style77 {
	border-bottom: 1px solid #DBE4FE;
}

.style78 {
	border-bottom: 1px dotted #DBE4FE;
}

.style79 {
	font-size: small;
}
.style80 {
	border-bottom: 1px solid #DBE4FE;
	font-size: small;
}
.style81 {
	border-bottom: 1px dotted #DBE4FE;
	font-size: small;
}

.style82 {
	text-align: center;
	font-size: medium;
/*	color: #285A8E;*/
	color: #A0AAB7;
}

.style83 {
	margin-right: 15px;
}
.style84 {
	border-bottom: 1px dotted #A3D0FE;
	font-size: small;
}
.style85 {
	border-bottom: 1px dotted #A3D0FE;
}

.style87 {
	color: #3B3B3B;
}

.style88 {
	color: #FC0223;
	font-size: x-large;
	margin-top: 7px;
	text-align: center;
}

.style89 {
	font-size: medium;	
}

.style90 {
	text-align: center;
	background-color: #2D3E69;
	color: #ffffff;
}
.style91 {
	color: #FC0223;
	font-size: small;
	margin-top: 7px;
	text-align: center;
	background-color: #ffffff;
}

