/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(../images/bg/bg_column.gif) repeat left top;
	position: relative;
	border: 1px solid black;
	height: 259px;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 240px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 7em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#about #nav a#aboutLink,
#snow #nav a#snowLink,
#lessons #nav a#lessonsLink,
#schedules #nav a#schedulesLink,
#instructors #nav a#instructorsLink,
#team #nav a#teamLink,
#register #nav a#registerLink,
#photos #nav a#photosLink,
#contact #nav a#contactLink
#blog #nav a#blogLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#tabnav {
	margin-bottom: 0px;
	position: absolute;
	left: 300px;
}

#tabnav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#tabnav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 7em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#tabnav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #tabnav a#homeLink,
#folsom #tabnav a#folsomLink,
#fairoaks #tabnav a#fairoaksLink,
#edh #tabnav a#edhLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	background: url(../images/bg/bg_column.jpg) repeat left top;
	height: 239px;
}

/*********************/
/* SIDEBAR */
/*********************/
#pic {
	margin-left: 15px;
}


/*********************/
/* MAIN */
/*********************/
h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #294E56;
	border-bottom: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.4em;
}
h2 {
	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url(../images/bg/bg_h2.gif) repeat-x left bottom;
}

h5 {
	color: #F4BE04;
	font-size: 1.4em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url(../images/bg/bg_h2.gif) repeat-x left bottom;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
}
