/*

GLOBAL Stylesheet

-------------------------------------------------------- 
Company Name:	Company of Adventurers
Author: 	Apis Design
--------------------------------------------------------*/

/**** GLOBALS ****/
/*----------------------------------*/
* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
body {
	text-align:center;
	background-color: #615d19;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}
body, select, input, textarea {
	font-size:12px;
	color:#FFFFFF;
	text-align: left;
}
p {
	font-size:12px;
	color:#595959;
	text-align: left;
	margin: 0 0 0 0;
}
H1 {
	font-size:20px;
	color:#557bc6;
	margin:4px 0 4px 0;
}
H2 {
	font-size:18px;
	color:#557bc6;
	margin:4px 0 4px 0;
}
H3 {
	font-size:16px;
	color:#557bc6;
	margin:0px 0 4px 0;
}
H4 {
	font-size:14px;
	color:#557bc6;
	margin:4px 0 4px 0;
}
H5 {
	font-size:12px;
	color:#557bc6;
	margin:4px 0 4px 0;
}
H6 {
	font-size:11px;
	color:#557bc6;
	margin:4px 0 4px 0;
}
hr {
	height:1px;
	margin:6px 0 6px 0;
}
/**** Link Styles ****/
/*outline specs must stay for Firefox 
/*----------------------------------*/

a:link {
	color:#999900;
	text-decoration:underline;
	outline: none;
}
a:visited {
	color:#999900;
	text-decoration:underline;
	outline: none;
}
a:active {
	color:#999900;
	text-decoration:underline;
	outline: none;
}
a:hover {
	color:#999900;
	text-decoration:none;
	outline: none;
}

#sidebar1 a:link {
	color:#FFFFFF;
	text-decoration:none;
	outline: none;
}
#sidebar1 a:visited {
	color:#FFFFFF;
	text-decoration:none;
	outline: none;
}
#sidebar1 a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline: none;
}
#sidebar1 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	outline: none;
}

.footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 10px;
	outline: none;
}
.footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 10px;
	outline: none;
}
.footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 10px;
	outline: none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
	outline: none;
}

.selected a:link {
	color:#557bc6;
	text-decoration:none;
	font-size: 10px;
	outline: none;
}
.selected a:visited {
	color:#557bc6;
	text-decoration:none;
	font-size: 10px;
	outline: none;
}
.selected a:active {
	color:#557bc6;
	text-decoration:underline;
	font-size: 10px;
	outline: none;
}
.selected a:hover {
	color:#557bc6;
	text-decoration:underline;
	font-size: 10px;
	outline: none;
}

.selected {
	color:#557bc6;
}

/****  Named DIV Styles ****/
/*----------------------------------*/

#header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#subnav a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
	outline: none;
}
#subnav a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
	outline: none;
}
#subnav a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
	outline: none;
}
#subnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	outline: none;
}

#subsubnav a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
	outline: none;
}
#subsubnav a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
	outline: none;
}
#subsubnav a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
	outline: none;
}
#subsubnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	outline: none;
}

#sidebar1 {
	float: left;
	width: 182px;
	margin: 0;
	padding: 0;
}

#mainContent {
	float: left;
	width: 584px;
	color:#595959;
}

#sidebar1_index {
	float: left;
	width: 206px;
	margin: 0;
	padding: 0;
	position:relative;
	background-color: #FFFFFF;
}
#mainContent_index {
	float: left;
	width: 560px;
	color:#595959;
}

.basic_left {
	float: left;
}
.basic_right {
	float: right;
}

.mini_left {
	float: left;
	width:115px;
	font-size:10px;
}

.mini_left_2 {
	float: left;
	/*width:115px;*/
	font-size:12px;
}

.mini_right {
	float: right;
	width:115px;
	font-size:10px;
}

#container {
	height: 100%;
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#navigation {
	background-color: #aea525;
	height:36px;
	display:inline-block;
}

#bodywrap {
	width: 100%;
}
#shadowrap {
	background-image: url(../graphics/bodytile.gif);
	background-repeat: repeat-y;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#shadowrap_index {
	background-image: url(../graphics/bodytile_index.gif);
	background-repeat: repeat-y;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footcap {
	background-image: url(../graphics/footcap.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 129px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	background-image: url(../graphics/logo.jpg);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 141px;
	width: 181px;
}
#footer {
	color:#FFFFFF;
	font-size:10px;
	line-height: 40px;
	background-color: #aea525;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear:both;
	text-align:center;
}

#subnav {
	width: 100%;
	background-image: url(../graphics/subnav_bg.gif);
	background-repeat: repeat-y;
	line-height:37px;
	text-align:left;
	text-indent:20px;
	color:#FFFFFF;
}

#subsubnav {
	width: 100%;
	background-image: url(../graphics/subsubnav_bg.gif);
	background-repeat: repeat-y;
	line-height:37px;
	text-align:left;
	text-indent:20px;
	color:#FFFFFF;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
*/}

#subheader {
	width: 100%;
	text-align:left;
	color:#FFFFFF;
}
/**** Navigation ****/
/*----------------------------------*/
#navwrap { /* for the "hug" navigation container*/
	height: 36px;
	display:inline-block;
	/*width: 763px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul#list-nav {
	display: inline;
}
#navmenu ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navwrap ul li {
	list-style: none;
	text-decoration: none;
	float: left;
	margin: 0 0 0 0;
}
#navwrap ul li a.home {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 92px;
	background-image: url(../graphics/nav/btn_home.gif);
	background-position: 0px -36px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	line-height: 36px;
	text-indent: 0px;
}
#navwrap ul li a.our_trips {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 103px;
	background-image: url(../graphics/nav/btn_our_trips.gif);
	background-position: 0px -36px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	line-height: 36px;
}
#navwrap ul li a.services {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 99px;
	background-image: url(../graphics/nav/btn_services.gif);
	background-position: 0px -36px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	line-height: 36px;
}
#navwrap ul li a.resources {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 114px;
	background-image: url(../graphics/nav/btn_resources.gif);
	background-position: 0px -36px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	line-height: 36px;
}
#navwrap ul li a.about_us {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 105px;
	background-image: url(../graphics/nav/btn_about_us.gif);
	background-position: 0px -36px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	line-height: 36px;
}
#navwrap ul li a.employment {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 136px;
	background-image: url(../graphics/nav/btn_employment.gif);
	background-position: 0px -36px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	line-height: 36px;
}
#navwrap ul li a.contact_us {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 117px;
	background-image: url(../graphics/nav/btn_contact_us.gif);
	background-position: 0px -36px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	line-height: 36px;
}
#navwrap a.home:hover {
	width: 92px;
	background-position: 0px 0px;
}
#navwrap a.our_trips:hover {
	width: 103px;
	background-position: 0px 0px;
}
#navwrap a.services:hover {
	width: 99px;
	background-position: 0px 0px;
}
#navwrap a.resources:hover {
	width: 114px;
	background-position: 0px 0px;
}
#navwrap a.about_us:hover {
	width: 105px;
	background-position: 0px 0px;
}
#navwrap a.employment:hover {
	width: 136px;
	background-position: 0px 0px;
}
#navwrap a.contact_us:hover {
	width: 117px;
	background-position: 0px 0px;
}
/****  Classes  ****/
/*----------------------------------*/

.trip_title {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
}
.trip_date {
	font-size: 10px;
	color: #85c9dd;
}
.trip_caption {
	color: #FFFFFF;
	font-size: 10px;
}
.twenty_pad {
	padding: 20px;
}
.feature_image {
	padding: 1px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #333333;
	height: auto;
	width: auto;
	float:left;
}

.feature_image_right {
	padding: 1px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid #333333;
	height: auto;
	width: auto;
	float:right;
}

.feature_image_pb {
	margin-right: 8px;
	margin-bottom: 8px;
	height: auto;
	width: auto;
	float:left;
}

.feature_image_right_pb {
	margin-left: 8px;
	margin-bottom: 8px;
	height: auto;
	width: auto;
	float:right;
}

.feature_right {
	margin-left: 8px;
	margin-bottom: 8px;
	height: auto;
	width: 233px;
	float:right;
}
.feature_image_plain {
	padding: 1px;
	border: 1px solid #333333;
	height: auto;
	width: auto;
	margin: 0 0 6px 0;
}

.image_border {
	padding: 1px;
	border: 1px solid #333333;
	height: auto;
	width: auto;
	margin: 0 0 6px 0;
}

.v_image {
	width: 181px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display:inline-block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.v_image_empty {
	width: 181px;
	height: 0px;
	line-height:0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.h_image {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.h_breaker {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	display:inline-block;
	height:1px;
}
.footer table {
	color:#FFFFFF;
	font-size:10px;
}

/* Contact Form Styles*/
.contactform {
	border: 1px solid #EEE;
	display:block;
	padding: 10px;
}

label {
	display:block;
	margin-top : 8px;
	/*width: 90%;*/
	background-repeat: no-repeat;
}

img {
	border:0;
}

.blue {
	color: #0099CC;
	font-weight: bold;
}

.buttonSubmit {
text-align:center;
}

textarea {
  overflow: hidden;
  border: none;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 90%;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	/*background: url(../contactform/images/MsgSent.gif) no-repeat 0 0;*/
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	/*background: url(../contactform/images/MsgError.gif) no-repeat 0 0;*/
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}


