@charset "utf-8";
/* Adventures In Boating */

/* prevent page shift */
html {
min-height: 100%;
margin-bottom: 1px;
}


body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background: #f77931;
}


/* base layout */

* html .inner {
	height:1px;
	z-index: 1;
}/* ie6 haslayout issues fix*/


#container {
width: 811px;
margin: 0px auto 0px auto;
z-index: 1;
}

#top {
width: 811px;
height: 12px;
background: #f77931 url(/images/frameTop.jpg);
z-index: 1;
}

#header {
width: 789px;
margin: 0px auto 0px auto;
z-index: 1;
}

#contentContainer {
width: 811px;
background: #f77931 url(/images/frameBg.jpg);
z-index: 1;
}

#title {
width: 759px;
margin: 0px;
padding: 0px 0px 0px 11px;
font-size: 14px;
color: #FFFFFF;
z-index: 1;
}

#content {
width: 749px;
margin: 0px auto 0px auto;
padding: 15px 20px 5px 20px;
background: #1395c0;
font-size: 14px;
color: #FFFFFF;
z-index: 1;
}

#footer {
width: 811px;
height: 55px;
padding: 20px 0px;
background: #f77931 url(/images/frameFooter.jpg) no-repeat;
text-align: center;
font-size: 12px;
line-height: 20px;
z-index: 1;
}

#nav {
width: 789px;
height: 40px;
margin: 0px auto 0px auto;
z-index: 1;
}

#nav ul {
margin: 0px;
padding: 0px;
z-index: 1;
}

#nav li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
z-index: 1;
}

#subsection {
z-index: 1;
}


/* Styles */
p {
margin: 0px;
padding: 0px;
}

label,input,textarea,select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

input,select {
width: 620px;
}



textarea {
width: 620px;
height: 150px;
}

label {
	text-align: left;
	width: 100px;
	padding-right: 20px;
}

br {
	clear: left;
}

img {
border: 0px;
}

#content a {
color: #ffe87c;
}

#footer a {
color: #1395c0;
}

.title {
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #FFFFFF;
display: block;
width: 100%;

}

.smallbold {
font-size: 12px;
font-weight: bold;
}

.small {
font-size: 12px;
}