/*
Name: Camp Medley
Date: Feb 2010
Author: eh design
URL: www.ehdesign.ca

Feel free to use and modify but please provide credits.
*/

/* Body */
body {
	background-color: #fead5e;
	background: url('img/template/background.jpg');
	font: normal 90% sans-serif;
	padding: 1% 0;
	color: #000000;
	}

a {color: #CF8442;}

a:hover {color: #9C1212;}

p {
	color: #000000;
	font: .95em ariel,sans-serif;
	}
ul {
	color: #000000;
	font: .95em ariel,sans-serif;
}
h3 {
	color: #a83235;
	}
	
#camp {
	color: #FFF;
}

#maintable {
	border: 0;
	margin: auto;
	}
td.lowerfooter{
	color: #FFFFFF;
	font: .85em ariel,sans-serif;
	}
td.lowerfooter a{
	color: #FFFFFF;
	text-decoration: none;
	}
td.lowerfooter a:hover{
	color:#fead5e;
	}
img.body {
	border: none;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
	
/* Menu One */
.nav1 {
	height: 34px;
}
.nav1 a {
	font: bold 1em ariel,sans-serif;
	color:#FFFFFF;
	padding: 0 9px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
}
.nav1 a:hover,.nav1 a#active {
	color:#ffd674;
}

/* Menu Two */
.nav2 {
	height: 34px;
}
.nav2 a {
	font: bold 1em ariel,sans-serif;
	color:#dfdfdf;
	padding: 0 9px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
}
.nav2 a:hover,.nav2 a#active {
	color:#ffd674;
}

/* Menu Three - Footer */
.nav3 {
	height: 20px;
}
.nav3 a {
	font: .85em ariel,sans-serif;
	color:#2b333b;
	padding: 0 9px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.nav3 a:hover,.nav3 a#active {
	color:#f28c28;
}
label {display: block;}
