/*---- MAIN PAGE LAYOUT ----*/

/*MAIN LAYOUT ELEMENTS*/
* {
	margin: 0;
	padding: 0;
	}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


body{
  	font-family: Century Gothic, Helvetica, sans-serif;
	color: #6d6c6c;
	min-height:1400px;
	background-image:url(../images/background.gif); background-repeat:no-repeat; background-position:top;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
}

#wrapper {
	float:inherit;
	display: block;
	width:808px;
	padding: 0px;
	margin: 0px auto;
	/*border: 1px solid #000;*/
}

#page_container {
	float:left;
	width:770px;
	min-height:1320px;
	margin: 0px 0px 50px auto;
	padding: 0px 18px 0px 18px;
	background-color:#ffffff;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}

#header{
float:left;
    width:100%;
	height:22px;
	padding:10px 0px 20px;  
}

#newsletter{
    float:left;
    width:100%;
	padding-left: 5px;
	margin:15px 0px 5px;
	border: 1px solid #f1f1f1;
	background-color:#fbfbfb; 
}

#newsletter th{
    font-size:80%;
	padding-top:5px;
	background-color:#fbfbfb; 
}


#sp_left{
    float:left;
    width:30%;
	height:30px;
}

#sp_right{
    float:right;
    width:300px;
	height:30px;
}

#top_nav_links{
    float:left;

	width:400px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px; 
	font-Size:80%;   
}

#addthis{
    float:right;
    color: #f66929;
   
	margin: 0px auto;
	padding: 5px 10px 0px 5px; 

}

#shuttle_logo{
    width:188px;
	height:40px;
	float:left;
}


#banner{
    float:left;
    width:770px;
	height:250px;
	padding-bottom:25px;
	/*border: 1px solid #858585;*/
}

#intro_text{
    float:left;
    width:100%;
	padding-bottom:20px;  
}

#intro_text strong{
    color:#858585;
}

#page_title{
    float:left;
    width:150px;
	padding-bottom:20px;  
}

#page_content{
    float:right;
    width:600px;
	padding-bottom:20px;  
}

#body_container{
    float:left;
    width:770px;
	min-height:720px;
	margin-bottom:50px;
}

.feature_box{
	float:left;
	width:182px;
	padding:0px 14px 0px 0px;
}

.feature_box img, .feature_box2 img{
	padding:3px 0px 10px 0px;
}
.feature_box2{
	float:left;
	width:182px;
	padding:0px 0px 0px 0px;
}

#footer_logos{
	float:left;
	width:770px;
	background-color: #ffffff;
	padding:10px 0px 10px 0px;
	margin:0px 0px;
}

#booking_table{
    float:left;
	width: 100%;
	clear:both;
	padding: 10px 0px 10px;
}


#booking_table td, th{
   font-size:75%;
   padding-bottom:5px;
   padding-left:5px;
}

#resources_table{
    float:left;
    width:100%;
	padding-left: 5px;
	margin:15px 0px 5px;
	border: 1px solid #f1f1f1;
	background-color:#fbfbfb; 
}

#resources_table td, th{
   font-size:75%;
   padding-bottom:5px;
   padding-left:5px;
}

.grey{
   padding:0px 5px 5px 15px;
   background-color:#efeeed;
}

.az_btn h2{
   color:#f66929;
   cursor:pointer;
   font-size:75%;
}

.az_btn:hover h2{
   color:#f66929;
   cursor:pointer;
}

#az_container{
   float:right;
   width:600px;
   padding-bottom:20px; 
}

#az_container p{
   color:#858585;
}

/*TEXT LINKS*/
a:link, a:visited {color: #f66929;  text-decoration: none;}
a:active, a:hover {color: #b3b3b3;  text-decoration: underline;}

#top_nav_links a:link, #top_nav_links a:visited {color: #f66929;  padding:0px 20px 0px 0px; font-size:100%; font-weight:normal; text-decoration: none;}
#top_nav_links a:active, #top_nav_links a:hover {color: #b3b3b3;  padding:0px 20px 0px 0px; font-size:100%; font-weight:normal; text-decoration: none;}

a:link .top_nav_links2, a:visited .top_nav_links2{color: #b3b3b3;}
a:active .top_nav_links2,  a:hover .top_nav_links2{color: #b3b3b3;}

/*END TEXT LINKS*/

/*---- bookmark_btn----*/

.menulist a.bookmark_btn{
   width: 28px;
   height: 22px;
   border: 0px;
   background-image:url("../images/book_print.png");
   background-position: 0px 0px;
}

.menulist a.bookmark_btn:hover{
   background-position: 0px -22px;
}

/*---- print_btn----*/

.menulist a.print_btn{
   width: 28px;
   height: 22px;
   border: 0px;
   background-image:url("../images/book_print.png");
   background-position: -28px 0px;
}

.menulist a.print_btn:hover{
   background-position: -28px -22px;
}

/*Font Layout*/
p {
  font-size:70%;
  color: #6d6c6c;
  background-color:inherit;
  font-weight:normal;
  line-height: 1.5em;
  padding-bottom: 10px;
}

strong{
  font-weight:bold;
  color:#f66929;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #f66929;
	background-color: inherit;
	margin:0px;
	padding-bottom:10px;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #fe802e;
	background-color: inherit;
	padding-bottom:10px;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	color: #5d6067;
	background-color: inherit;
	padding-bottom:10px;
}

/*End Font Layout*/

/*Main Page Structure*/

/* Used for the save to favourites and print button */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 font: 11px arial;
 font-weight: normal;
 margin: 0;
 padding: 0;
 list-style: none;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: transparent;
 color: inherit;
 border: 0px solid #fff;
 margin-right: 0px;
}

/* LINKS INSIDE THE TOP MENU (OFF STATE) */
.menulist a {
 display: block;
 padding: 0px 0px 0px 0px;
 color: inherit;
 text-decoration:  none;
}

/* LINKS INSIDE THE TOP MENU (OVER STATE) */
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: inherit;
 background-color: transparent;
}

/* LINKS INSIDE THE TOP MENU (LEAVE STATE?) */
.menulist  a.highlighted {
 color: inherit;
 background-color: transparent;
}

#book_print{
   float:right;
   width: 56px;
   height: 22px;
   border: 0px;
   margin: 0px;
   padding: 0px;
   /*border: 1px solid #000;*/
   background-image:url(../images/book_print.png);
   list-style: none;
   overflow:hidden;
}


/*---- bookmark_btn----*/

.menulist a.bookmark_btn{
   width: 28px;
   height: 22px;
   border: 0px;
   background-image:url("../images/book_print.png");
   background-position: 0px 0px;
}

.menulist a.bookmark_btn:hover{
   background-position: 0px -22px;
}

/*---- print_btn----*/

.menulist a.print_btn{
   width: 28px;
   height: 22px;
   border: 0px;
   background-image:url("../images/book_print.png");
   background-position: -28px 0px;
}

.menulist a.print_btn:hover{
   background-position: -28px -22px;
}

/*CONTACT ELEMENTS*/
#contact_box{
	float:left;
	width:400px;
	margin:0px 25px 10px 0px;
}

#contact_map{
    float:right;
	width:500px;
	margin:0px 0px 10px 0px;
}

#contact_box strong{
	color:#fe802e;
}
/*/CONTACT ELEMENTS*/

/*CSS FORM FIELDS:*/
.form_1{
    width:300px;
	height: 20px;
	border: 1px solid #858585;
	padding:5px;
	margin-bottom:20px;
	font-family: Century Gothic, Helvetica, sans-serif;
}

.form_1:hover{
	border: 1px solid #f66929;
}

.form_3{
    width:200px;
	height: 15px;
	border: 1px solid #858585;
	padding:5px;
	margin:0px 5px 5px 5px;
	font-family: Century Gothic, Helvetica, sans-serif;
}

.form_3:hover{
	border: 1px solid #f66929;
}

.form_2{
    width:300px;
	height: 100px;
	border: 1px solid #858585;
	padding:5px;
	font-family: Century Gothic, Helvetica, sans-serif;
}

.form_2:hover{
	border: 1px solid #f66929;
}

#form td{
    font-size:80%;
	color:#f66929;
	
}

input:hover{
	border: 1px solid #f66929;
}

.submit{
	float:left;
    margin-top:10px;
	margin-right:10px;
	height:30px;
	padding:5px;
	color:#f66929;
	background-color:#fbfbfb;
	border: 1px solid #858585;
}

.submit:hover{
	border: 1px solid #f66929;
	color:#f66929;
	cursor:pointer;
}

.submit2{
	float:left;
	height:20px;
	padding:0px 5px 0px 5px;
    margin-top: 5px;
	color:#f66929;
	background-color:#fbfbfb;
	border: 1px solid #858585;
}

.submit2:hover{
	border: 1px solid #f66929;
	color:#f66929;
	cursor:pointer;
}
/*END CSS FORM FIELDS:*/

#contactForm{
  float:left;
  position:relative;
  background-color: #fdfdfd;
  height: 200px;
}

#container {
  padding:20px;
  float:left;
  position:relative;
  height: 200px;
  width: 100px;
}

.loader {

}

.bar{
  display:none;
  background-color: #efefef;
  border:1px solid #f66929;
  margin-top:20px;
  margin-bottom:20px;
  height:20px;
  width: 450px;
}

.error {
	color: red;
	font: 12pt verdana;
	padding-left: 10px
}

#log {
    float:left;
    width:700px;
	margin: 5px 5px 5px 5px;

}

 

#log_res {
    
	font-size:75%;
    font-weight:bold;
	overflow: auto;
	color:#f66929;

}

 

#log_res.ajax-loading {

	padding: 10px 0;

	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;

}

.leftimg {
	float:left;
	margin-right:15px;
	margin-bottom:6px;
}

.rightimg {
	float:right;
	margin-left:15px;
	margin-bottom:6px;
}