/*
CSS by Barrie Adams for Creation Studio
www.creationstudio.co.uk
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: verdana, Times, serif;
	font-size: 13px;
	color: #000;
}

blockquote {
	font-style: italic;
}

a {
	color: #000066;
}

a:hover {
	text-decoration: none;
}

.intro1 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #9c9c9c;
	font-weight: bold;
	font-size: 179%;
	color: #000066;
}
.intro2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 0px solid #9c9c9c;
	font-weight: normal;
	font-size: 149%;
	color: #000066;
}
.title1 {
	margin: 0;
	padding: 10px 0;
	font-weight: normal;
	font-size: 129%;
	font-weight:bold;
	border-bottom: 0px solid #1b6195;
	color: #000066;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 940px;
	margin: 4px auto;
	background: #fff;
	padding: 0px 10px;
	border: 1px solid #cccccc;
}
/* Top*/

#top {
	width: 920px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	
}
/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: url(images/menubgc.gif);
	
}

#hd{
margin: 0 0;
padding: 0 0; 
background: url(images/reserve.jpg);
height: 153px;}

#links {

	height: 25px;
	padding: 5px 0 0 10px;
	background: url(images/img13.gifXX) repeat-x;
	margin: 0 0;
}

#links a {
	color: #000;
	text-decoration:none;
}
#links a:hover {
	color: #000;
	text-decoration:underline;
}


/* Logo */

#logo {
	height: 70px;
		border-bottom: 1px solid #cccccc;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #000066;
	font-family: arial;
}
#logo h2 {
	margin: 0;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0 0 0;
	color: #9c9c9c;
}
#logo h1 {
	padding: 10px 0 0 10px;
	font-size: 42px;
	font-weight:bold;
	float: left;
}

#logo h2 {
	font-size: 14px;
	font-weight:bold;
	float: left;	
	padding: 18px 0 0 10px;
}

#logo a {
	color: #000066;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 14px;
	background: #fff;

	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background:transparent;
	border-bottom: 1px dotted #cccccc;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	color: #6666cc;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000066;	
}

/* Menu 02 */

#menu2 {
	padding: 14px;
	background: #fff;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu2 li {
	padding: 10px 0;
	background:;
	border-bottom: 1px dotted #cccccc;
}

#menu2 li.first {
	background: none;
}

#menu2 a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	color: #6666cc;
	font-weight: bold;
}

#menu2 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000066;	
}
/* Menu 03 */

#menu3 {
	padding: 14px;
	background: #fff;
	border: 1px solid #cccccc;
}

#menu3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu3 li {
	padding: 10px 0;
	background: url(images/img05.gifXX) repeat-x;
	border-bottom: 1px dotted #cccccc;
}

#menu3 li.first {
	background: none;
}

#menu3 a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #6666cc;
}

#menu3 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000066;	
}














/* Content */

#content {
	float: left;
	width: 700px;
	border-top: 1px solid #cccccc;
}

/* Footer */

#footer {
	width: 940px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12xx.gif) repeat-x;
	border-top: 1px solid #cccccc;
}

#footer p {
	margin: 0;
	font-size: 85%;
	padding: 20px 20px;
	color: #333;
	line-height:20px;
	text-align:center;
}
#footer a, #footer a:link, #footer a:visited {
	margin: 0;
	color: #333;
	text-decoration:none;
}
#footer a:hover {
	margin: 0;
	color: #054c80;
	text-decoration:underline;
}






#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}


.line{border-bottom: 1px dotted #9c9c9c;}


#cost{border: 1px solid #d6ca3f;padding: 4px 10px 4px 10px; background: #fff9b1;}
