/*
faraway/2007 Stylesheet v1.02
Target: Screen
Author: gary mcclumpha
*/

/* Basic stuff */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	font: normal 62.5%/1.4em Arial, Helvetica, sans-serif;
	height:100%;
	}
	
html {
	height:100%;
}

h1, h2, h3, h4, h5, h6, form, ol, ul, li, dl {
	margin:0;
	padding:0;
	}
	

h1, h2, h3, h4, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 1.8em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.4em;
	}

.clear{
clear:both;
}

/*setup*/

#home #main {
	width: 100%;
	height:100%;
	background: url(../img/home_bg.jpg) 0 0 no-repeat;
}

#white #main {
	width: 100%;
	height:100%;
}

#content {
	width: 900px;	
	text-align: left;
	padding-top:70px;
	margin-left:50px;
	}
	
#left {
width:300px;
float:left;
}

#centre {
width:300px;
float:left;
}

#right {
width:300px;
float:left;
}

/*=HOME*/

#home #left p{
font-size:1.8em;
line-height:1.2em;
color:#FFF;
font-weight:bold;
padding-bottom:1.2em;
}

#home #left a {
color:#FFF;
text-decoration:none;
}

#home #left a:hover {
color:#0E1A79;
text-decoration:none;
}


/*=NAVIGATION*/

ul {
	list-style-type: none;
}


#home #nav li a {
	display: block;
	text-decoration: none;
	font-size: 1.8em;
	line-height:1.2em;
	font-weight:bold;
	color: #FFF;
}


#home #nav li {
margin:0px;
display:inline;
}

#home #nav li a:hover {
color:#0E1A79;
}


#home #nav .inactive {
	color: #0E1A79;
	display: block;
	font-size: 1.8em;
	line-height:1.2em;
	font-weight:bold;

}

/*=WHITE PAGES*/

#white #nav li a {
	display: block;
	text-decoration: none;
	font-size: 1.8em;
	line-height:1.2em;
	font-weight:bold;
	color:#38ACEC;
	}


#white #nav li {
margin:0px;
display:inline;
}

#white #nav li a:hover {
color:#0E1A79;
}


#white #nav .inactive {
	color:#0E1A79;
	display: block;
	font-size: 1.8em;
	line-height:1.2em;
	font-weight:bold;

}

#white #left p{
font-size:1.8em;
line-height:1.2em;
color:#0E1A79;
font-weight:bold;
padding-bottom:1.2em;
}

#white #left a {
color:#0E1A79;
text-decoration:none;
}

#white #left a:hover {
color:#38ACEC;
text-decoration:none;
}

#centre p, #right p {
font-size:1.2em;
line-height:1.2em;
color:#0E1A79;
padding-bottom:1.2em;
padding-left:30px;
}

#centre a, #right a {
color:#0E1A79;
text-decoration:underline;
}

#centre a:hover, #right a:hover {
color:#38ACEC;
text-decoration:underline;
}

#white h1 {
padding: 0 0 5px 30px;
}

#centre p.caption, #right p.caption {
padding-bottom:40px;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
	margin-left:30px;
	margin-bottom:10px;
}

.white-border {
border-bottom:#FFFFFF 1px solid;
}

.blue-border {
border-bottom:#0098D7 1px solid;
}

#centre table p {
margin:0;
padding:5px 0 5px 0;
}

.border-row{
border-bottom:#0E1A79 solid 1px;
}



/* =RIGHT COL LIST
-----------------------------------------------------------------------------*/

#right ul, #centre ul {
	list-style-type: none;
	margin-left:30px;
}



#right li, #centre li{
display:block;
background: url(../img/dot.gif) 0px 5px no-repeat;
padding-left:10px;
padding-bottom:5px;
font-size: 1.2em;
color:#0E1A79;
}

/* =calendar
-----------------------------------------------------------------------------*/

#cal {
width:270px;
float:right;
}

#white #centre .booked {
padding-left:45px;
background:url(../img/blue_block.gif) 30px 3px no-repeat;
}

#white .tour {
font-size:1.2em;
line-height:1.2em;
color:#0E1A79;
padding-top:2em;
padding-bottom:1.2em;
}

#white #flashcontent {
	float:left;
	border:none;
	width:300px;
	height:215px;
	padding:0;
	margin:10px 0 20px 0;
	}