@import url(https://fonts.googleapis.com/css?family=Nunito:300,700);

body {
	background-image: URL('images/fallbkg.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	color: #594E4D;
}

.bodywrap {
	margin: auto;
	width: 1000px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 40px;
	font-family: 'Nunito';
	font-size: 15px;
}

.nav {
	font-family: stentigaregular;
	font-size: 13px;
	font-weight: bold;
	float: right; 
	margin-right: 15px; 
	width: 600px; 
	text-align: right;
	margin-top: 10px;
	color: #594E4D;
}

.nav a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 3px 10px 3px;
	color: #594E4D;
}

.nav span {
	padding: 10px 3px 10px 3px;
	color: #594E4D;
}

.subnav {
	display: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	float: right;
	padding-right: 45px;
	width: 570px;
	text-align: center;
	margin-top: 15px;
	color: #594E4D;
}

.subnav a {
	font-weight: normal;
	color: #594E4D;
	text-decoration: none;
	
}

.subnav a:hover {
	color: rgb(199,66,18);
	background-color: #ffffff;
}

.subnav a:active {
	color: rgb(199,66,18);
}

a {
	text-decoration: none;
	color: rgb(199,66,18);
	font-weight: bold;
}

a:hover {
	background-color: rgb(255,225,215);
}

#logo a:hover {
	background-color: transparent;
}

@font-face {
    font-family: 'cartogothic_stdregular';
    src: url('fonts/carto/CartoGothicStd-Book-webfont.eot');
    src: url('fonts/carto/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/carto/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('fonts/carto/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('fonts/carto/CartoGothicStd-Book-webfont.svg#cartogothic_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stentigaregular';
    src: url('fonts/stentiga/stentiga-webfont.eot');
    src: url('fonts/stentiga/stentiga-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/stentiga/stentiga-webfont.woff') format('woff'),
         url('fonts/stentiga/stentiga-webfont.ttf') format('truetype'),
         url('fonts/stentiga/stentiga-webfont.svg#stentigaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
