body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	background: #fff url(../images/background.gif) no-repeat;
	background-origin: content; background-position: center bottom;
	
}
body img {
	border-style: none;
}

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 22px;
	color: #009900;
	margin: 0;
	padding: 0;
	font-weight: normal;
}



h2 {

	font-family:  Times, Times New Roman, serif;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 0;
}

h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	color: #990000;
	margin: 0;
	padding: 0;
}


h4 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	}

	

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

a:link {
	color:#006699; 
	text-decoration: none;
}

a:visited {
	color:#006699; 
	text-decoration: none;
}

a:active {
	color:#006699; 
	text-decoration: none;
}

a:hover {
	color:#006699; 
	text-decoration: underline;
}

a.link:link { color: #666666; text-decoration: none }
a.link:active { color: #666666; text-decoration: none }
a.link:visited { color: #666666; text-decoration: none }
a.link:hover { color: #0033CC; text-decoration: underline }
a.plain:hover { color: #990000; text-decoration: none }



/*----------------   Begin top navigation CSS  ---------------- */

.container {
	width: 950px;
	padding: 0;
	margin: 0 auto;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.2em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 30px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.left {
	background: url(../images/nav_left.png) no-repeat;
	width: 163px; 
}
ul#topnav a.trips {
	background: url(../images/nav_trips.png) no-repeat;
	width: 88px; 
}
ul#topnav a.courses {
	background: url(../images/nav_courses.png) no-repeat;
	width: 105px; 
}
ul#topnav a.about {
	background: url(../images/nav_about.png) no-repeat;
	width: 109px; 
}
ul#topnav a.contact {
	background: url(../images/nav_contact.png) no-repeat;
	width: 117px; 
}

ul#topnav a.photo {
	background: url(../images/nav_photos.png) no-repeat;
	width: 144px; 
}

ul#topnav a.calendar {
	background: url(../images/nav_calendar.png) no-repeat;
	width: 102px; 
}

ul#topnav a.home {
	background: url(../images/nav_home.png) no-repeat;
	width: 72px; 
}






ul#topnav li .sub {
	position: absolute;
	top: 30px;
	left: 0;
	background: #fff; /*url(../images/sub_bg.png) repeat-x;*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #6B4827;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/*--background: url(navlist_arrow.png) no-repeat 5px 12px;--*/
	padding: 4px 5px 4px 0px;
	display: block;
	text-decoration: none;
	color: #6B4827;
}
ul#topnav .sub ul li a:hover {color: #6B4827; text-decoration: underline; background-position: 5px 12px ;}



/*----------------  End top navigation CSS  ---------------- */


.box {
	background-color: #f1f1f1;
	margin: 0px 8px 20px 8px;
	overflow: hidden;
	padding: 15px;
	border: 1px #dddddd solid;
}

.box_right {
	background-color: #f1f1f1;
	margin: 0px 8px 20px 8px;
	overflow: hidden;
	padding: 15px;
	border: 1px #dddddd solid;
	float: right;
	width: 370px;
}

#right {
	float: right;
	width: 425px;
	padding: 10px 8px 8px; 
	
}

#left {
	float: left;
	width: 425px;
	padding: 10px 8px 8px 8px; 
	
}

#rightTrips {
	float: right;
	width: 570px;
	padding: 10px 8px 8px; 
	clear: right;
}

#leftTrips {
	float: left;
	width: 290px;
	padding: 10px 8px 8px; 
	clear: left;
}


.italics {
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	}

img {border: none;
}


#logo_top_wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#logo_top {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	padding-bottom: 7px;
}


#masterwrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}


#nav_wrap {
	width: 900px;
	background-color: #4BA5DC;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
}

#content_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#content {
	width: 615px;
	float: left;
	padding: 20px 8px 8px;
	padding: 15px 5px 5px;
}

#home_page_wide {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	
}

.rightimage { float:right; margin: 0 0 15px 15px; }

.logo_position { float:left; margin: 0 0 0px 70px; }


#footer {
	text-align: center;
	color: #666666; text-decoration: none;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#bold {
font-weight: bold;
}

#inline_points ul {
	margin: 0.25em 0;
	padding: 0 1em;
	list-style: none;
}
#inline_points li {
 display: inline;
 margin: 0;
 padding: 0 1em 0 1em;
}

a.footer:link { color: #666666; text-decoration: none }
a.footer:active { color: #666666; text-decoration: none }
a.footer:visited { color: #666666; text-decoration: none }
a.footer:hover { color: #006600; text-decoration: underline }

/* Footer Links */
#footer ul {
	margin: 0.25em 0;
	padding: 0 1em;
	list-style: none;
}
#footer li {
 display: inline;
 margin: 0;
 padding: 0 0.2em 0 0.5em;
 border-left: 1px solid;
 color: #cccccc;
}
#footer .first {
 padding-left: 0;
 border: 0;

}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.floatRight_header {
	float: right;
	margin: 0 0 0px 10px;
}

.floatright_video_text {
	float: right;
	width: 480px;
	margin: 0 0 10px 10px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ccc;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;

}

.floatLeft {
	float: left;
	margin: 0 0 10px 10px;
	
}
	
	.photos {
	border: 0 none;
	display: inline;
	padding: 8px;
}
	


blockquote {
display: block;
quotes: '\201C' '\201D';
padding: 0 20px;
width: 250px;
font-style: italic;
font-family: Georgia,'Times New Roman',Times,Serif;
}

blockquote:before, blockquote:after {
color: #666;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: ' " ';
height: 0;
margin-left: -40px;
margin-top: 40px;
}

blockquote:after {
content: ' " ';
height: 50px;
margin-top: -50px;
margin-left: 260px;
}	



