/* Common CSS */
html,body {
	height: 100%; 
	min-height:100%;
	}

body {
	background: url(../images/bg.jpg) fixed no-repeat center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #2e2e2e;
	margin: 0;
	padding: 0;
}

div, img, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a {
	margin: 0; 
	padding: 0;
	}

* {
	margin:0;
	padding:0;
	}
	
*:focus {
	outline: none;
	}
	
.clr {
	clear:both;
	}
	
form {
	margin:0; 
	padding:0;
	}	

sup {
	color: #00aeef;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

/* links */
a {
	color: #0e6cb6;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #0e6cb6; 
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
/* lists, blockquotes and paragraphs */
ul, ol {
	font-size: 15px;
	margin-bottom: 10px;
	text-align: left;
	color: #656253;
	line-height: 26px;
	}

p {
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: left;
	}
	
	
ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
	}

ol {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
hr {
	opacity: 0.4;
	}	

h1 {
	margin: 0 0 10px 0;
	padding: 15px;
	font-family: 'Oswald', sans-serif;
	color: #174eb1;
	font-size: 20px;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
	
h2 {
	margin: 0 0 10px 0;
	padding: 15px;
	font-family: 'Oswald', sans-serif;
	color: #174eb1;
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
	text-transform: none;
	}	

h3 {
	margin: 0;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2e2e2e;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	text-transform: none;
	}	



.img {
	margin: 0 auto;
	padding: 0;
	}

	
#wrapper {
	width: 920px;
	height: auto;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
	}


.page {
	width: 870px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	opacity: 0.9;
	border: #cbd0d2 solid 1px;
	box-shadow: 0px 0px 4px #c4c6c7;
	}

.page p {
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2e2e2e;
	font-size: 15px;
	text-align: left;
	line-height: 26px;
	font-weight: normal;
	}


.page p a {
	color: #0e6cb6;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}
	
.page p a:visited {
	color: #0e6cb6;
	font-weight: normal;
	text-decoration: none;
	}	

/*--  Form --*/
/*  Global Adventure Trekking  */
.formWrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	}

#DHTMLgoodies_formTooltipDiv {
	color: #FFF;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	line-height: 120%;
	}
	
.DHTMLgoodies_formTooltip_closeMessage {
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
	}
	
.fromStyle {
	margin: 1px 0 1px 0;
	padding: 6px;
	background-color: #fff;
	border: #d6d3d6 solid 1px;
	}	

#formbutton {
	width: 90px;
	height: 36px;
	cursor: pointer;
	border: solid 1px #0c3d75;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	background-color: #0c3d75;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	}
	

