/* Addventure Training CSS Document */

*{
	margin:0;
	padding:0;
}

#wrap{
	width:760px;
	/**height:auto;**/
	margin:auto;
	background:#FFFFFF;
	}

body{
	background-color:#e6e6e6;
	height:auto;
	font-family: verdana;
}

p{
	Margin:20px;
	font-size:13px;
}

h1{
	margin:10px 0 0 20px;
	font-weight:bold; 
	color:black;
	font: 23px verdana, arial, helvetica, sans-serif;
}

h2{
	margin:20px;
	font-weight:bold; 
	color:black;
	font: 19px verdana, arial, helvetica, sans-serif;
}

h3{
	margin:5px 0 ;
	font-weight:bold;
	color:black;
	font: 15px verdana, arial, helvetica, sans-serif;
}


dl{
	Margin:20px;
}

dt{
	font-weight:bold; 
}

#bold{
	font-weight:bold;
}

#no_bullet{
	list-style-type: none;
}

ul{
	margin:0 40px;
}




/*********************************************Header**********************************/
#header{
	border-bottom: solid 2px #F36F34;
	width:760px;
	height:140px;
	font-size:0;
	float:left;
}


/************************************************menu**********************************/

/**
#menu{
	width:760px;
}

**/


#menu1{
	width:760px;
	height:22px;
	font-size:14px;
	background-color:#4189DD;
	border-bottom:2px solid #F36F34;
	float:left;
	font-family: verdana;
	font-size:11px;
}


#menu1 li{
	display:inline;
	color:#BAE4FA;
	
	

}

#menu1 ul{
	text-align: center;
	margin: 3px 0 0 0;
	
}

li a{
	text-decoration: none ;
	color:#BAE4FA;
}

li a:hover{
	text-decoration: none ;
	color:#72CDF4;
}

/************************************************body**********************************/
#content{
	width:760px;
	height:auto;
	background:url(images/body_bg1.jpg);
	background-repeat: no-repeat;
	font-family: verdana;
	font-size:13px;
	float:left;
	border-top:2px solid #F36F34;
}

#content_no_bg{
	width:760px;
	height:auto;
	background:#fff);
	background-repeat: no-repeat;
	font-family: verdana;
	font-size:13px;
	float:left;
	border-top:2px solid #F36F34;
}



/************************************************footer**********************************/
#footer{
	width:760px;
	height:35px;
	border-top:2px solid #F36F34;
	/**background-color:#4189DD;**/
	background:url(images/Menu_level1_BG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	/**float:left;**/
	
}


#footer ul{
	margin:0;
	text-align: center;
}
	


#footer li{
	display:inline;
	color:#BAE4FA;
	margin:0;
	
	
	
}

#details{
	font-size:12px;
}
#details li{
	margin:0 10px 0 0;
}

#footer_menu{
	font-size:13px;
}

/***************************************grey bg shadow***********************************/

#outer_wrap_index{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:785px;**/
	height:auto;
	
}

#outer_wrap_about{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:1150px;**/
	height:auto;
	
}

#outer_wrap_calendar{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:1077px;
	height:auto;**/
	
}

#outer_wrap_club{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:560px;**/
	height:auto;
	
}

#outer_wrap_contact{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:1077px;**/
	height:auto;
	
}

#outer_wrap_form{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	height:632px;
	
}

#outer_wrap_corporate{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:1342px;**/
	height:auto;
}

#outer_wrap_group{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:1992px;
	height:2200px;**/
	height:auto;
}

#outer_wrap_health{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:2055px;**/
	height:auto;
	
}

#outer_wrap_travel{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:827px;**/
	
}


#outer_wrap_smarter{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:1830px;**/
	height:auto;
}

#outer_wrap_adventure_racing{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	width:auto;
	/**height:1830px;**/
	height:auto;
}



#bottom_shadow{
	background:url(images/bottom_shadow.jpg);
	background-position:center;
	margin:auto;
	width:auto;
	height:100px;
	/**padding-top:10px;**/
}


