/* Style Sheet for Adventure Education */

/*
#060814 almost black
#ed9205 orange
#153c63 dark blue
#124d85 medium blue
#98a0c4 lilac
#dddddd light grey
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #060912;
	}

body, table, textarea, input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

tr, td {
	vertical-align: top;
	}

h1 {
	font-size: 15px;
	/* margin: 0px; */
	color: #ed9205; /* Orange */
	}

h2 {
	font-size: 13px;
	margin-top: 0px;
	color: #060814; /* Dark Blue */
	}

h3 {
    font-size: 11px;
    color: #060814; /* Dark Blue */
    }


/*
a, a:link, a:visited, a:active {
	color: #060814;
	font-weight: normal;
	}
*/

a:hover {
	/*color: #ed9205;*/
	text-decoration: underline;
	/*font-weight: normal;*/
	}

hr {
	border: 0px;
	height: 1px;
	color: #ed9205;
	background-color: #ed9205;
	}

#wrapper-footer {
  background: url(/images/footer.jpg) no-repeat bottom center #FFFFFF;
  }

#wrapper-header {
  background: url(/images/header.jpg) no-repeat top center;
  height: 160px;
  }

.nav-wrapper, .main-nav {
	width: 100%;
	}

.nav-wrapper th {
	text-align: left;
	padding-left: 5px;
	vertical-align: bottom;
	}

.nav-wrapper img {
	border-right: 5px solid #ed9205;
	}

.nav-wrapper h1 {
	margin: 0px;
	}

.nav-background {
	background: url(/images/watermark.jpg) no-repeat bottom right;
	}

.main-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	/* width:140px; */
	}

.main-nav ul ul {
	margin:0;
	padding:0;
	margin-left: 10px;
	list-style:none;
	}

.main-nav ul ul ul{
	margin:0;
	padding:0;
	margin-left: 20px;
	list-style:none;
	}

.main-nav ul li {
	border-bottom:1px solid #98a0c4;
	color:#153c63;
	padding:3px 0 3px 0;
	}

.main-nav li ul {
	margin:4px 0 10px 10px;
	/* width:130px; */
	border-top:1px solid #98a0c4;
	}

.main-nav ul li a:link,
.main-nav ul li a:active,
.main-nav ul li a:visited {
	color:#153c63;
	text-decoration:none;
	}

.main-nav ul li a:hover {
	color: #ed9205;
	/* font-weight: bold; */
	/* background: #ed9205; */
	}

#current {
	font-weight: bold;
	text-decoration: none;
	color: #ed9205;
	}

/* MAIN NAV ends */

#left-column {
	width: 180px;
	padding: 0px 0px 5px 50px;
	background: url(/images/fade-right.gif) repeat-y 25px 0px;
	}

#main-wrapper {
	padding: 0px 50px 5px 25px;
	/*background: url(/images/fade-left.gif) repeat-y top left;*/
	}

#main-content {
	background: url(/images/fade-right.gif) repeat-y top right;
	}

#right-column {
	width: 200px;
	padding: 0px 50px 5px 0px;
	background: url(/images/fade-left.gif) repeat-y 205px 0px;
	}

#right-column img {
	border-right: 5px solid #ed9205;
	}

#footer {
	padding: 20px 20px 0px 20px;
	text-align: center;
	}

/* SNIPPET BOX */
.snippet-box {
	width: 100%;
	/* margin-left: 10px; */
	}

.snippet-box th {
	text-align: left;
	background-color: #153c63;
    color: #FFFFFF;
	padding: 5px;
	}

.snippet-box th a {
	color: #FFFFFF;
	font-weight: bold;
	}

.snippet-box td {
	background: url(/images/watermark-blue.gif) no-repeat bottom right #98a0c4;
	border-left: 2px solid #153c63;
	padding: 5px;
	}

.snippet-box td a {
	color: #153c63;
	}

.snippet-box ol, .snippet-box ul {
	margin-left: 10px;
    padding-left: 5px;
	}

/*
.locations ul {
	margin-top: 0px;
	}

.locations th {
	height: 20px;
	border-left: 1px solid #FFFFFF;
	}

.locations td {
	padding-left: 10px;
	width: 50%;
	border-left: 1px solid #ed9205;
	}
*/

.locations h2 {
	color: #ed9205;
	border-left: 5px solid #ed9205;
	padding-left: 5px;
    margin-top: 10px;
	}

.programme-list ol {
	margin-top: 0px;
	}

.programme-list h2 {
	margin-bottom: 0px;
	}

.programme-list th {
	padding: 10px 0px 15px 0px;
	font-weight: normal;
	text-align: left;
	}


.programme-list td {
	padding: 10px 0px 5px 0px;
	border-top: 1px solid #ed9205;
	}


/* CONTACT FORM begins */

.contact_form {
	/*background-color: #F1F1F1;*/
	background: url(/images/watermark-grey.jpg) no-repeat bottom right #F1F1F1;
	border-left: 1px solid #c8c7c7;
	}

.contact_form th {
	text-align: right;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	}

.contact_form td {
	padding: 2px 5px 2px 10px;
	width: 65%;
	}

.contact_form span {
	color: #ed9205;
	}

.contact_form textarea {
	width: 200px;
	}

.input_box {
	width: 200px;
	}

textarea, input, select {
	border: 1px solid #c8c7c7;
	border-left: 1px solid #ed9205;
	/*border-bottom: 1px solid #ed9205;	*/
	}

#submit-button {
	width: 100px;
	}

/* CONTACT FORM ends */


#main-content ul, #main-content ol {
	/* margin-top: 0px; */
	}

.small {
	font-size: 10px;
	padding: 0px 20px 0px 40px;
	}

.small-print {
	font-size: 10px;
	}

.programme-info {
	background: url(/images/watermark-grey.jpg) no-repeat bottom left #F1F1F1;
	border-left: 1px solid #c8c7c7;
	}

.programme-info th {
	text-align: right;
	vertical-align: middle;
	width: 30%;
	font-weight: normal;
	color: #ed9205;
	}

.programme-info td {
	padding: 2px 5px 2px 10px;
	}

.programme-info img {
	margin: 5px 5px 0px 5px;
	}

.quote {
	background: url(/images/right-quote.gif) no-repeat bottom right #eeeeee;
	}

.quote th {
	vertical-align: middle;
	padding: 10px;
	}

.quote td {
	background: url(/images/left-quote.gif) no-repeat top left;
	color: #666666;
	padding: 20px;
	text-align: center;
	}

.page_intro {
  padding: 20px 0px 0px 40px;
  width: 230px;
  color: #FFFFFF;
  }

.page_intro p {

  }

.error_message, .success_message {
	padding: 5px 5px 5px 20px;
	margin: 5px;
	border: 1px dotted #FFFFFF;
	width: 90%;
	}

.error_message {
	color: #FFFFFF;
	background-color: #fd0202;
	}

.success_message {
	color: #FFFFFF;
	background-color: #006600;
	}

#left-col-fade-left {
  width: 27px;
  background: url('/images/fade-left.gif') repeat-y top right;
  }

.nice_table {
	margin: 10px;
	border-top: 1px solid #628ba6;
	border-bottom: 1px solid #628ba6;
	/*border-left: 1px solid #628ba6;
	border-right: 1px solid #628ba6;*/
	background-color: #f9fcff;

	}

.nice_table th {
	text-align: left;
	vertical-align: top;
	background-color: #eef8ff;
	border-bottom: 2px solid #FFFFFF;
	}

.nice_table th, .nice_table td {
	padding: 7px;
	}

.nice_table th span, .nice_table td span {
	font-size: 10px;
	}

.nice_table td {
	vertical-align: top;
	border-right: 1px solid #628ba6;
	border-bottom: 2px solid #eef7ff;
	}

.nice_table .title {
	border-bottom-width: 0px;
	vertical-align: middle;
	}

.nice_table .gap {
	height: 5px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top: 1px solid #628ba6;
	border-bottom: 1px solid #628ba6;
	background-color: #FFFFFF;
	}

