* {
 margin: 0;
 padding: 0; 
}

body {
  position: relative;
  font-family: Arial;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #EA4711; 
}

p + p{
  margin-top: .75em;
}

a img {
  border: none;
  -webkit-transition: all .5s ease-in-out 0s; 
  -moz-transition: all .5s ease-in-out 0s; 
  -o-transition: all .5s ease-in-out 0s; 
  -ms-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

a:hover img {
	-webkit-transform: scale(1.75); 
	-moz-transform:  scale(1.75); 
	-o-transform: scale(1.75); 
	-ms-transform:  scale(1.75);
	transform: scale(1.75);
}

img {
	-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
-webkit-border-radius: 30px;
border-radius: 15px; 
margin-bottom: 10px;
}

iframe {
	margin-right: 15px;
	margin-bottom: 10px;
		-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
-webkit-border-radius: 30px;
border-radius: 10px; 
}

.clearboth {
  clear: both;
}

.smallright {
  clear: both;
  float: right;
  height: 100px;
  width: 100px;
  	-webkit-transform: rotate(7deg); 
	-moz-transform:  rotate(7deg); 
	-o-transform: rotate(7deg); 
	-ms-transform:  rotate(7deg);
	transform: rotate(7deg);
	-moz-border-image: url(../images/stamp-border.png) 8 round;
	-webkit-border-image: url(../images/stamp-border.png) 8 round;
	-o-border-image: url(../images/stamp-border.png) 8 round;
	border-image: url(../images/stamp-border.png) 8 round;
	border-width: 8px;
}

.largeleft {
  clear: both;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  	-webkit-transform: rotate(-7deg); 
	-moz-transform:  rotate(-7deg); 
	-o-transform: rotate(-7deg); 
	-ms-transform:  rotate(-7deg);
	transform: rotate(-7deg);
	-moz-border-image: url(../images/stamp-border.png) 8 round;
	-webkit-border-image: url(../images/stamp-border.png) 8 round;
	-o-border-image: url(../images/stamp-border.png) 8 round;
	border-image: url(../images/stamp-border.png) 8 round;
	border-width: 8px;
}

.spaced {
  margin-top: 1em;
  margin-bottom: 1em;
}

.halfspaced {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.spacedbottom {
  margin-bottom: 1em;
}

.link {
  text-decoration: none;
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 14px;
  color: #e9ac41;
}

.link,.link:visited{
  color: #774422;
}

.link:hover {
  color: #555544;
	-webkit-transform: scale(1.1); 
	-moz-transform:  scale(1.1); 
	-o-transform: scale(1.1); 
	-ms-transform:  scale(1.1);
	transform: scale(1.1);
}

.triangle-border {position: relative; padding: 15px; margin: 1em 0 1em; border: 5px solid #dddddd; color: #333333; background: #ffffff; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px}
.triangle-border:before {content: "\00a0"; display: block; position: absolute; bottom: -40px; left: 40px; width: 0; height: 0; border: 20px solid transparent; border-top-color: #dddddd}
.triangle-border:after {content: "\00a0"; display: block; position: absolute; bottom: -26px; left: 47px; width: 0; height: 0; border: 13px solid transparent; border-top-color: #ffffff}
.triangle-border.top:before {top: -40px; right: 40px; bottom: auto; left: auto; border: 20px solid transparent; border-bottom-color: #dddddd}
.triangle-border.top:after {top: -26px; right: 47px; bottom: auto; left: auto; border: 13px solid transparent; border-bottom-color: #ffffff}

.smallletters {
  font-size:14px;
  font-style:italic;
  float: right;
}

.floatright {
  float: right;
  clear: both;
}

.floatleft {
  float: left;
  clear: both;
}

fieldset {
  -moz-border-radius:8px 8px 8px 8px;
  border:6px solid #EEEEEE;
  padding:15px;
}

label {
  clear: both;
  float: left;
  margin-right: 15px;
  width: 10%;
}

label.bigger {
  width: 100%;
}

label.turing {
  width: 40%;
  margin-left: 10px;
  float: left;
  clear: none;
}

.red {
  color: red;
}

#main {
	position: relative;
	float: left;
	width: 902px;
	min-height: 600px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:4px solid #554444;
	background-color:#88AACC;
	-webkit-box-shadow: #B3B3B3 14px 14px 14px;
	-moz-box-shadow: #B3B3B3 14px 14px 14px; 
	box-shadow: #B3B3B3 14px 14px 14px;
}

#header {
	-webkit-border-radius-topleft: 15px;
	-moz-border-radius-topleft: 15px;
	-o-border-radius-topleft: 15px;
	-ms-border-radius-topleft: 15px;
	border-radius-topleft: 15px;
	-webkit-border-radius-topright: 15px;
	-moz-border-radius-topright: 15px;
	-o-border-radius-topright: 15px;
	-ms-border-radius-topright: 15px;
	border-radius-topright: 15px;
  position: relative;
  clear: both;
  float: left;
/*  background:#644d35 url('../webimages/banner2.jpg') no-repeat left top;*/
  background : url("../webimages/bannernew.png") no-repeat scroll left top #88aacc;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  width: 900px;
  border-bottom: solid #443322 2px;
}

#sign {
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 30px;
  position: absolute;
  top: 85px;
  left: 300px;
  color: #F3D161;
}

#signsmall {
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 24px;
  position: absolute;
  top: 85px;
  left: 300px;
  color: #F3D161;
}

#signverysmall {
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 18px;
  position: absolute;
  top: 90px;
  left: 270px;
  color: #F3D161;
}

#signlarge {
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 30px;
  position: absolute;
  top: 85px;
  left: 380px;
  color: #F3D161;
}

#footer {
  clear: both;
  float: left;
  width: 870px; /* 900 - padding */
  background: #EA4711;
  border-top: solid #443322 2px;
  text-align: center;
  padding: 5px 15px 5px 15px;
  font-size: 20px;
	-webkit-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-o-border-radius-bottomleft: 15px;
	-ms-border-radius-bottomleft: 15px;
	border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomright: 15px;
	-moz-border-radius-bottomright: 15px;
	-o-border-radius-bottomright: 15px;
	-ms-border-radius-bottomright: 15px;
	border-radius-bottomright: 15px;
   
}

.footerimg {
  border: 0px;
  display: inline;
  height: 30px;
  width: 74px;
}

.footerimglink {
  text-decoration: none;
  display: inline;
}

.footerlink {
  display: inline;
}
/*  main navigation */
#mainnav {
  border-bottom:2px solid #443322;
  background: #EA4711;
  clear:both;
  float:left;
  height:45px;
  position:relative;
  width:100%;
  z-index: 99;
}

.box {
  border-right:2px solid #443322;
  color:#E9AC41;
  display:block;
  float:left;
  height:35px;
  line-height:75%;
  margin-top:2px;
  padding-left:10px;
  padding-right:8px;
  padding-top:7px;
  width:auto;
  text-align: center;
}

.lastbox {
  color:#E9AC41;
  display:block;
  float:left;
  height:35px;
  line-height:75%;
  margin-top:2px;
  padding-left:10px;
  padding-right:5px;
  padding-top:7px;
  width:auto;
  text-align: center;
}

/*
#mainnav div:hover {
  color: #bbccdd;
}
*/
#mainnav a {
  text-decoration: none;
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 13px;
  color: #F3D161;
  -webkit-transition: all .5s ease-in-out 0s; 
  -moz-transition: all .5s ease-in-out 0s; 
  -o-transition: all .5s ease-in-out 0s; 
  -ms-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

#mainnav a:hover{
  color: #BBDDCC;
	-webkit-transform: translate(0em,.5em) scale(1.25); 
	-moz-transform: translate(0em,.5em) scale(1.25); 
	-o-transform: translate(0em,.5em) scale(1.25); 
	-ms-transform: translate(0em,.5em) scale(1.25);
	transform: translate(0em,.5em) scale(1.25);
}

#mainnav a.current {
  color: #BBDDCC;
}

/* content */
#content {
  position: relative;
  clear: both;
  float: left;
  width: 870px; /* 900 - padding*/
  background-color: #F1A434; 
  padding: 15px 15px 10px 15px;
  min-height: 470px;
  
}

/* home page divs */
#homeleft {
  float:left;
  margin-right:40px;
  width:auto;
}

#homeright {
  font-size:18px;
  margin-left:15px;
  padding-left:10px;
  width:auto;
  text-align: left;
}

#homeright a:hover {
	-webkit-transform: scale(1.1); 
	-moz-transform:  scale(1.1); 
	-o-transform: scale(1.1); 
	-ms-transform:  scale(1.1);
	transform: scale(1.1);
}

#homeright a, #homeright a:visited {
  color: #774422;
}

#homenovideo {

}

/* trips page divs */
#tripsleft {
 /* position: absolute; */
  float: left;
  /*top:10px;*/
  margin-top:10px;
  left: 25px;
  font-family:arial;
  font-size:13px;
  margin-right:25px;
  text-align:left;
  width:20%;
  background-color: #EA4711;
}

#tripsleft ul {
  text-decoration: none;
  list-style: none;
}

#tripsleft li {
 /* border: 1px solid #443322; */
  margin: 5px;
  padding: 3px;
  background: #443322 url('../webimages/subnav.png') repeat-x; 
}

#tripsleft a {
  text-decoration: none;
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 14px;
  color: #F3D161;
}

#tripsleft a:hover, #tripsleft a.current, #tripsleft li:hover a{
  color: #bbccdd;
}

#tripsleft h3.indent {
  margin-left: 3px;
}

#tripsright {
  float: left;
  font-size:18px;
  /*margin-left:200px;*/
  margin-top:10px;
  padding-left:25px;
  width:70%;
  text-align: left;
  /* border-left: 2px solid #443322; */
}

.courselist, .courselisteven {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
/*  border-bottom: 2px solid #443322; */
}

.courselisteven {
  /* background: #aaaaaa; */
  background: #F3D161;
}

.courselist blockquote, .courselisteven blockquote{
  margin-left: 30px;
}

.courselist a, .courselisteven a,.courselist a:visited, .courselisteven a:visited {
  color: #774422;
}

.courselist a:hover, .courselisteven a:hover {
  color: #B6790E;
	-webkit-transform: scale(1.1); 
	-moz-transform:  scale(1.1); 
	-o-transform: scale(1.1); 
	-ms-transform:  scale(1.1);
	transform: scale(1.1);
}

.moreinfo {
  text-decoration: none;
  float: right;
}

.boxit {
  border: 2px solid #443322;
  padding: 5px;
  text-align: center;
}

.boxit a, .boxit a:visited {
  color:#E42014;
}

p.boxit:hover {
  color: #E42014;
	-webkit-transform: scale(1.1); 
	-moz-transform:  scale(1.1); 
	-o-transform: scale(1.1); 
	-ms-transform:  scale(1.1);
	transform: scale(1.1);
}


.availmsg {
  text-decoration: none;
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 14px;
  color: #E42014;
}

.contactbox {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.contactbox hr {
  margin-bottom: 10px;
}

.contactmsg {
  text-decoration: none;
  font-family: "Arial Rounded MT Bold", Arial;
  font-size: 16px;
  color: #E42014;
  text-align: center;
}

.coursepage img {
  margin: 0px 15px 15px 0px;
	-webkit-transform: rotate(-7deg); 
	-moz-transform:  rotate(-7deg); 
	-o-transform: rotate(-7deg); 
	-ms-transform:  rotate(-7deg);
	transform: rotate(-7deg);
	-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
-webkit-border-radius: 30px;
border-radius: 30px; 
}

.coursepage img.left {
  margin: 0px 15px 15px 0px;
  clear: both;
  float: left;
	-webkit-transform: rotate(7deg); 
	-moz-transform:  rotate(7deg); 
	-o-transform: rotate(7deg); 
	-ms-transform:  rotate(7deg);
	transform: rotate(7deg);
	-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
-webkit-border-radius: 30px;
border-radius: 30px; 
}

.coursepage ul {
  list-style-position: inside;
  margin-bottom: 1em;
}

.coursepage ul li ul {
  list-style-position: inside;
  margin-bottom: 1em;
  margin-left: 1em;
}

.coursepage h1 {
  color: #774422;
  margin-bottom: 1em;
}

.coursepage h2 {
  color: #774422;
  margin-bottom: 1em;
}

.coursepage h3 {
  color: #774422;
  margin-bottom: 1em;
}
.coursepage h4 {
  color: #774422;
  margin-bottom: 1em;
}

.coursepage hr {
  color: #774422;
  margin-bottom: 1em;
}

.coursepage a, .coursepage a:visited {
  color: #774422;
}

.coursepage blockquote {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1em;
  font:italic 18px/1.0 Georgia,Serif; 
}

.coursepage blockquote.plain {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1em;
  font:18px/1.0 Georgia,Serif; 
}

.coursepage p {
  margin-bottom: 1em;
}

#request {
  text-align: left;
}

.single {
  text-align: left;
}

.single img {
  clear: both;
  float: left;
  margin: 0px 15px 15px 0px;
  	-webkit-transform: rotate(0deg); 
	-moz-transform:  rotate(0deg); 
	-o-transform: rotate(0deg); 
	-ms-transform:  rotate(0deg);
	transform: rotate(0deg);
	-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
-webkit-border-radius: 30px;
border-radius: 30px; 
}

.single img.nofloat {
  clear: both;
  float: none;
  margin: 0px 15px 15px 0px;
  	-webkit-transform: rotate(0deg); 
	-moz-transform:  rotate(0deg); 
	-o-transform: rotate(0deg); 
	-ms-transform:  rotate(0deg);
	transform: rotate(0deg);
	-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
-webkit-border-radius: 30px;
border-radius: 30px; 
}

.miscpage {
  font-family: Arial;
  text-align: left;

}

.miscpage img {
  margin: 0px 15px 15px 15px;
	-webkit-transform: rotate(7deg); 
	-moz-transform:  rotate(7deg); 
	-o-transform: rotate(7deg); 
	-ms-transform:  rotate(7deg);
	transform: rotate(7deg);
	-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
-webkit-border-radius: 30px;
border-radius: 30px; 
}

.miscpage img.left {
  margin: 0px 15px 15px 0px;
  clear: both;
  float: left;
	-webkit-transform: rotate(-7deg); 
	-moz-transform:  rotate(-7deg); 
	-o-transform: rotate(-7deg); 
	-ms-transform:  rotate(-7deg);
	transform: rotate(-7deg);
	-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
-webkit-border-radius: 30px;
border-radius: 30px; 
}

.miscpage h1 {
  color: #774422;
  margin-bottom: 1em;
}

.miscpage h2 {
  color: #774422;
  margin-bottom: 1em;
}

.miscpage h3 {
  color: #774422;
  margin-bottom: 1em;
}

.miscpage h4 {
  color: #774422;
  margin-bottom: 1em;
}

.miscpage p {
  margin-bottom: 1em;
}

.miscpage hr {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #774422;
}

.miscpage ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1em;
}

.miscpage ul li {

}

.miscpage dl {
  margin-bottom: 1em;
}

.miscpage dt {
  font-weight: bold;
}

.miscpage dd {
  margin-left: 1em;
}

.miscpage a, .miscpage a:visited {
  color: #774422;
}

.miscpage a:hover {
  color: #B6790E;
	-webkit-transform: scale(1.1); 
	-moz-transform:  scale(1.1); 
	-o-transform: scale(1.1); 
	-ms-transform:  scale(1.1);
	transform: scale(1.1);
}

.brown {
  color: #774422;
}

table.photo {
  border: 1px solid #774422;
}

table.photo tr {
  border: 1px solid #774422;
}

table.photo td {
  border: 1px solid #774422;
  padding: 5px;
}

/* gradient background on body */
#left, #right {
		position: fixed;
		top: 0; 
    bottom: 0;
		width: 88px;
}
#left { 
  left: 0;  
  background: url(../webimages/left.png) left center repeat-y;
}
#right { 
  right: 0; background: url(../webimages/right.png) right center repeat-y;
}

#top, #bottom {
/*		position: fixed; */
		position: absolute; 
		left: 0; 
    right: 0;
		height: 88px;
}
#top { 
  top: 0px; 
  background: url(../webimages/top.png) top center repeat-x; 
}
#bottom { 
  bottom: 0px; 
  background: url(../webimages/bottom.png) bottom center repeat-x;
}

/*for faq page */
.thdrcell {
  background:#F3F0E7;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  border-bottom:1px solid #C8BA92;
}

.tdatacell {
  font-family:arial;
  font-size:12px;
  padding:5px;
  background:#FFFFFF
}

.dvhdr1 {
  background:#F3F0E7;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  border:1px solid #C8BA92;
  padding:5px;
  width:150px;
}

.dvbdy1 {
  background:#FFFFFF;
  font-family:arial;
  font-size:12px;
  border-left:1px solid #C8BA92;
  border-right:1px solid #C8BA92;
  border-bottom:1px solid #C8BA92;
  padding:5px;
  width:150px;
}
        
.dogvdvhdr {
  width:500px;
  background:#C4D5E3;
  border:1px solid #C4D5E3;
  font-weight:bold;
  padding:10px;
}

.dogvdvbdy {
  width:500px;
  background:#FFFFFF;
  border-left:1px solid #C4D5E3;
  border-right:1px solid #C4D5E3;
  border-bottom:1px solid #C4D5E3;
  padding:10px;
}

.pgdiv {
  width:320px;
  height:250px;
  background:#E9EFF4;
  border:1px solid #C4D5E3;
  padding:10px;
  margin-bottom:20px;
  font-family:arial;
  font-size:12px;
}

.searchimg {
  margin-top: -4px;
  float:right;
  margin-right: -4px;
}

.searchform {
  padding: 5px;
  position: relative;
  width: 160px;
  min-height: 25px;
}

.searchfield {
  float: left;
}

#map_canvas {
  height: 375px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#footer img {
		-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
-webkit-border-radius: 0px;
border-radius: 0px; 
margin-bottom: 0px;

}

.photo img, #tripsright a.moreinfo img{
		-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
-webkit-border-radius: 0px;
border-radius: 0px; 
margin-bottom: 0px;
-webkit-transform: none;
transform: none;
}

a.videolink, a.videolink:visited {
	text-decoration: none;
	color: #774422;
}