@charset "UTF-8";
/* CSS Document */



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

body {
	margin:0;
	padding:0;
	background-image: url(../_images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F4E6B1;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #FF7F00;
}

h2 {
	font-size: 13px;
	color: #FF7F00;
}


.copyright {
	font-size: 10px;
	text-align: right;
	color: #666666;
}





/* body nav */

a:link {
	color: #FF7F00;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #FF7F00;
}


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

a:active {
	text-decoration: underline;
	color: #FF3300;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;

}






/* inline second tier nav */


 #nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 4px;
	height: 29px;
	width: 819px;
	background-color: #CCE33C;
	font-weight: bold;
	color: #3C2C28;
}

 #nav ul{
	list-style-image: none;
	list-style-type: none;
	margin: 7px 0px 0px;
	padding: 0px;
	text-align: left;
	float: right;
	}


 #nav ul ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}



#nav a {
	margin: 0px 7px 0px 0px;
	padding: 3px 11px 3px 12px;
	color: #523C36;
	border: 1px none #CCE33C;

}


 #nav li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	

}

#nav a:link, #nav a:visited {
	text-decoration:none;

}

	#nav a:hover {
	background-color: #A7B92D;
	color: #F2FD98;
	border: 1px none #FFFFFF;
}

	#nav a:active {
	color:#CCE33C;
	border: 1px none #FE8010;
	background-color: #523C36;
}


.footerNav {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAF2AC;
	border-bottom-color: #EAF2AC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #999999;
}

.footerLeft {
float:left;
}

