@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #4b4942;
		background: #404639 url(../images/bg_patterns.gif);
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{
		color: #bb800f;
		text-decoration:underline;
	}
	
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 902px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(../images/container_top.png) left bottom no-repeat;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 902px;
		margin: 44px auto 0 auto;
		background: #171A0F url(../images/bg_container.png);
		padding-bottom:10px;
	}

/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 2.4em;
		text-transform: uppercase;
	}
	h1 a,h1 a:hover{
		display: block;
		width: 675px;
		height: 140px;
		padding-top:10px;
		margin-left:18px;
		background: url(../images/giflogo.gif) 0 0 no-repeat;
		padding-left:200px;
		color: #7b8266;
		text-decoration:none;
	}
	

/** DROP DOWN MENU **/

#menu1{
	width:861px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
}
		
#menu{
	border:none;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}

#menu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
		}
	#menu li{
		float:left;
		padding:0px;
		}
	#menu li a{
		background:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		
		}
		#menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	#menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#menu li:hover ul{
		display:block;
		
		}
	#menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	#menu li:hover li a{
		background:none;
		
		}
	#menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#FFFFFF;
			text-decoration:none;
			}
	#menu p{
		clear:left;
		}	

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #333333;
		height: 37px;
		width: 861px;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(../images/navigation_left.gif) left top no-repeat;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 7px 10px 0 10px;
		height: 30px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.45em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #b1b3ab;
	}
	#navigation li a:hover{
		color: #82865b;
		background: #394030 url(../images/nav_hover1_bg.gif) 0 0 repeat-x;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(../images/navigation_right.gif) right top no-repeat;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: 0 auto;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 860px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNER */
	#banner_wrapper{
		width: 874px;
		overflow: hidden;
		padding:30px 0 0 28px;
	}
	.banner{
		float: left;
		width: 245px;
		float: left;
		background: #353C2C url(../images/banner_bg.gif) left repeat-y;
		margin-right:54px;
		padding-bottom:6px;
		position: relative;
	}
	.image_wrapper{text-align: center;}
	.banner img{border: 3px solid #181B0F;}
	.banner_last{margin-right:0;}
	.banner h2{
		height: 38px;
		background: url(../images/banner_top.gif) left no-repeat;
		font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #7c7c58;
		padding: 15px 0 0 17px;
	}
/* BANNER PHOTO GALLERY */	
	.bannerpg{
		float: left;
		width: 245px;
		float: left;
		background: #353C2C url(../images/banner_bg.gif) left repeat-y;
		margin-right:54px;
		padding-bottom:6px;
		position: relative;
	}
	.imagepg_wrapper{text-align: center;}
	.bannerpg img{border: 0px solid #181B0F;}
	.bannerpg_last{margin-right:0;}
	.bannerpg h2{
		height: 38px;
		background: url(../images/banner_top.gif) left no-repeat;
		font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #7c7c58;
		padding: 15px 0 0 0px;
		text-align:center;
	}
	
	
	
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 245px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:-1px;
		background: #353C2C url(../images/banner_bottom.gif) bottom no-repeat;
	}
	
/* =SERVICES */
	#services{
		width: 858px;
		margin:26px auto 0 auto;
		position: relative;
		border: 2px solid #3B3F2D;
	}
	#servicescontent{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	    font-size: 12px;
		text-align: justify;
		color: #CCCCCC;
		width: auto;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B;
		padding: 30px 20px 20px 30px;
		line-height:1.6em;
	}
	#servicescontent_index{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	    font-size: 12px;
		text-align: justify;
		color: #CCCCCC;
		width: auto;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B;
		padding: 30px 20px 20px 20px;
		line-height:1.6em;
	}
	#servicescontent_SOTPLUS{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	    font-size: 12px;
		text-align: justify;
		color: #CCCCCC;
		width: auto;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B;
		padding: 0 20px 20px 20px;
		line-height:1.6em;
	}
	#ulmeeting {
	list-style:disc;
	padding-left:25px;
	margin-left:15px;
	}	
	
	#columns{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	    font-size: 12px;
		text-align: justify;
		color: #CCCCCC;
		width: auto;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B;
		padding: 5px 5px 5px 5px;
		line-height:1.6em;
		}
		
	#side-a {
	float: left;
	width: 375px;
	}

#side-b { 
	margin: 0;
	float: right;
	width: 375px;
	}
	
	#columns_adventure{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	    font-size: 12px;
		text-align: justify;
		color: #CCCCCC;
		width: auto;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B;
		padding: 5px 5px 5px 5px;
		line-height:1.6em;
		}
		
	#side-av {
	margin: 0px 40px;
	float: left;
	width: 75px;
	}

#side-bv { 
	margin: 60px 0px 0px 0px;
	float: right;
	width: 475px;
	}
	
		
	/* sevices header */
	#services h2{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 39px;
		font-size:22px;
		color: #7C7C58;
		padding: 12px 0 0 0;
		border-bottom: 1px solid #2b2e1f;
		text-align:center;
	}
	#services h3{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 100px;
		font-size:22px;
		color: #7C7C58;
		padding: 5px 0 10px 0;
		border-bottom: 1px solid #2b2e1f;
		text-align:center;
	}
	#services h4{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 50px;
		font-size:22px;
		color: #7C7C58;
		padding: 5px 0px 5px 0px;
		border-bottom: 1px solid #2b2e1f;
		text-align:center;
	}
	#services h5{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 100px;
		font-size:13px;
		color: #CCCCCC;
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #2b2e1f;
		text-align:center;
	}
	#services h6{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 39px;
		font-size:18px;
		color: #7C7C58;
		padding: 10px 0 10px 0;
		border-bottom: 1px solid #2b2e1f;
		text-align:center;
	}
		
	/* top rounded image */
	#services h2 span{
	position: absolute;
	display: block;
	height: 8px;
	width: 862px;
	font-size:0.1em;
	background: url(../images/services_top.jpg) left top no-repeat;
	margin: -2px;
	left: 0;
	top: 0;
	}
		
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0px;bottom:0px;
		background: url(../images/services_bottom.jpg) no-repeat;
		margin: -2px;
	}
	
	/* top rounded image */
	#services h3 span{
	position: absolute;
	display: block;
	height: 8px;
	width: 862px;
	font-size:0.1em;
	background: url(../images/services_top.jpg) left top no-repeat;
	margin: -2px;
	left: 0;
	top: 0;
	}
		
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0px;bottom:0px;
		background: url(../images/services_bottom.jpg) no-repeat;
		margin: -2px;
	}
	
	/* list of services */
	.serviceslist{
		padding-left: 30px;
		float: left;
		font-size:1.3em;
		line-height:1em;
	}
	.serviceslist li a{
		display: block;
		padding: 10px;
		width: 197px;
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing:-.03em;
		color: #7B8266;
		background: #323C26 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	.serviceslist li a:hover{
		color: #7B8266;
		background: #2C3421 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
/* CONTACT FORM */

	#contact{
	padding-left: 110px;
	margin-left: 60px;
	margin-right:60px;
	}



	
/* PICS */

	#pics .sand{
	margin-left: 65px;
	margin-right:0px;
	}	
	.sot_plus{
	padding-left: 70px;
	margin-left: 0px;
	margin-right:0px;
	}	
	.brochure{
	margin-left: 60px;
	margin-right: 0px;
	}
	#mag .drivertraining{
	margin-left: 100px;
	margin-right:0px;
	}	
	.flyer_index{
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 0px;
	margin-right:0px;
	}	
	.aframe{
	padding-left: 65px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right:0px;
	}
	.index{
	padding-left: 65px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right:0px;
	}
	#pics .adventure{
	padding-left: 45px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right:0px;
	}
	
/* VIDEOS */

	#videos .index{
	margin-left: 20px;
	margin-right:0px;
	}
	#videos .sot{
	margin-left: 37px;
	margin-right:0px;
	}
	.advanced_dt{
	margin-left: 45px;
	margin-right: 0px;
	}
	
/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		font-size: 1.2em;
		color:#7B8266;
		background: url(../images/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
		background: #313B24 url(../images/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 800px;
		float: left;
		text-align:center;
		
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.png) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #AFBB4F;
	}

