/* CSS for all front-end elements goes here */

form {
	margin-top: 0;
	margin-bottom: 0;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/gif/bg.gif) repeat-x #fff;
}

a {
	outline:none; /* Mozilla */
	-moz-outline-style: none; /* IE */
   }

.trans {
	behavior: url("/pngbehavior.htc");
}

.clearer {
	clear: both;
	line-height: 0;
	height: -3px;
}

/* IDs */

#wrapper {
	margin: auto;
	width: 760px;
}

#header {
	width: 760px;
	text-align: center;
}

#content {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer {
	float: left;
	width: 760px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	color: #3a6483;
	font-size: 0.6em;
	text-align: center;
}

#footer a:active, #footer a:link, #footer a:visited {
	color: #3a6483;
	text-decoration: none;
}

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

#footer ul {
	list-style: none;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

#footer li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
}

#meyou a:active, #meyou a:link, #meyou a:visited {
	color: #666;
	text-decoration: none;
}

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

#headlogic a:active, #headlogic a:link, #headlogic a:visited {
	color: #666;
	text-decoration: none;
}

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

/* Classes */

.logo {
	width: 760px;
	margin: 60px 0px 0px 0px;
}

.menu {
	float: left;
	width: 760px;
	height: 22px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
}

.nav {
	float: left;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}

.nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.nav li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
}

.nav a:active, .nav a:link, .nav a:visited {
	color: #3a6483;
	text-decoration: none;
}

.nav a:hover {
	color: #f2242b;
	text-decoration: underline;
}

.navactive {
	color: #f2242b;
}

.contentwrap {
	float: left;
	width: 760px;
}

.contentbody {
	float: left;
	width: 372px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	font-size: 0.9em;
	text-align: justify;
	vertical-align: top;
	color: #666;
}

.contentbody p {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}

.contentbody a:active, .contentbody a:link, .contentbody a:visited {
	color: #3a6483;
	text-decoration: none;
	font-weight: bold;
}

.contentbody a:hover {
	color: #f2242b;
	text-decoration: underline;
}

.contentbody ul 
{
    list-style-type: square;
    margin: 0px 0px 20px 40px;
	padding: 0px 0px 0px 0px;
}

.contentbody li 
{
    margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.contentbody ul ul
{
    list-style-type: square;
    margin: 0px 0px 8px 20px;
	padding: 0px 0px 0px 0px;
}

.contentbody ul ul li 
{
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.imgpnl {
	float: left;
	width: 174px;
	vertical-align: top;
}

/* start Menu Nav */

#menu {
	margin: 0px 0px 0px 190px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	position: absolute;
}

#menu li span {
	display: none;
}
 
#menu li, #menu a {height: 22px; display: block;}
#home {left: 0; width: 77px; background: url(/images/buttons/home.gif) no-repeat;}
#adventure {left: 77px; width: 121px; background: url(/images/buttons/adventure.gif) no-repeat;}
#nutrition {left: 198px; width: 108px; background: url(/images/buttons/nutrition.gif) no-repeat;}
#contact {left: 306px; width: 76px; background: url(/images/buttons/contact.gif) no-repeat;}
 
#home a:hover {background: url(/images/buttons/home.gif) 0 -22px no-repeat;}
#adventure a:hover {background: url(/images/buttons/adventure.gif) 0 -22px no-repeat;}
#nutrition a:hover {background: url(/images/buttons/nutrition.gif) 0 -22px no-repeat;}
#contact a:hover {background: url(/images/buttons/contact.gif) 0 -22px no-repeat;}

#aadventure {
	left: 77px;
	height: 22px;
	width: 121px;
	display: block;
	background: url(/images/buttons/adventure.gif) 0 -22px no-repeat;
}

#anutrition {
	left: 198px;
	height: 22px;
	width: 108px;
	display: block;
	background: url(/images/buttons/nutrition.gif) 0 -22px no-repeat;
}

#acontact {
	left: 306px;
	height: 22px;
	width: 76px;
	display: block;
	background: url(/images/buttons/contact.gif) 0 -22px no-repeat;
}
	

/* Content Headers */

h1 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.6em;
}

h2 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	font-weight: bold;
	font-size: 1.0em;
}

/* General styles */

.header {
	float: left;
	width: 689x;
	margin: 50px 0px 40px 0px;
}

/* Form - Variables */

.contactwrap {
	float: left;
	width: 372px;
}
.contactlabel {
	float: left;
	width: 120px;
	height: 30px;
}
.contactfield {
	float: left;
	width: 252px;
	height: 30px;
	text-align: left;
}
.contacttextfield {
	float: left;
	width: 252px;
}

.contactbtn {
	background: #3a6483;
	color: #fff;
	font-weight: normal;
	font-size: 1.0em;
	border: 1px solid #999;
	margin: 12px 0px 0px 0px;
}

.contactinput {
	width: 180px;
	height: 16px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
}

.contactdroplist {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
}

.contacttextarea {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
}

/* Validation */

label { width: 10em; float: left; }

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

p { clear: both; }

.submit { margin-left: 12em; }

em { font-weight: bold; padding-right: 1em; vertical-align: top; }

	
