@import url(https://fonts.googleapis.com/css?family=PT+Sans:700);

html, body {
	background-color: #BDBA84;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-x;
	height: 100%;
}

#container { 
	min-height: 100%; 
	height: 100%;
	width: 849px;
	background-color: #807E59;
}

a:link {
	font-weight: bold;
	color: #A3511F;
}

a:visited {
	font-weight: bold;
	color: #A3511F;
}

a:hover {
	font-weight: bold;
	color: #686645;
}

/* home */
.home p {
	font-size: 13px;
	line-height: 140%;
}

.home p.title {
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 120%;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px #999;		
}

.home p.subtitle {	
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px #999;	
}

p#bottom {
	margin: 190px 0 20px;
}

.homeLeft {
	background: url(../images/home/bg-left.gif);
}

.homeContent {
	border: 3px solid #E6E4CF;
	height: 500px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #BDBA84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}

#homeBar {
	position:absolute;
	background: url(../images/home/bar.gif) no-repeat;
	width:506px;
	height:147px;
	z-index:2;
	left: 41px;
	top: 414px;
}

.homeContact {
	font-size: 13px;
	margin: 25px 0px 0px 300px;
	line-height: 130%;
}

.title {
	margin-top: 20px;
}

#nav a {
	background: #e6e4cf;
	border-right: 3px solid #686645;
	color: #a3511f;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 130%;
	padding: 6px 6px 7px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	background: #a3511f;
	color: #e6e4cf;
}

#nav a.nav-home {
	border-left: 3px solid #686645;
}

/* sub */

.mainContent {
	border: 3px solid #E6E4CF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #BDBA84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}

/* nav */
#drop {
	position:absolute;
	width:155px;
	z-index:1;
	left: 248px;
	top: 31px;
	visibility: hidden;
	background-color: #E6E4CF;
	border-top: 5px solid #686645;
	border-left: 3px solid #686645;
	border-right: 3px solid #686645;
	border-bottom: 3px solid #686645;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A3511F;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 155px;
	display: block;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 155px;
	display: block;
}

.menu li {
	margin: 0; 
	list-style: none;
	display: block;
	text-align: left;
}

.menu a {
	color: #A3511F;
	text-decoration: none;	
	padding: 5px 8px;
	display: block;
}

.menu a:link {
	color: #A3511F;
	text-decoration: none;	
	padding: 5px 8px;
}

.menu a:visited {
	color: #A3511F;
	text-decoration: none;
	padding: 5px 8px;
}

.menu a:hover {
	color: #E6E4CF;
	text-decoration: none;
	background-color: #A3511F;
	padding: 5px 8px;
}

@media only screen and (max-width: 767px) {
	html, body,
	.homeLeft,
	#homeBar {
		background-image: none;
	}
	
	#drop,
	.spacer,
	.homeLeft {
		display: none;
	}
	
	.top-spacer {
		height: 20px;
	}
	
	table {
		width: 100% !important;
	}
	
	#homeBar,
	td {
		position: relative;
		width: auto !important;
	}
	
	td {
		float: left;
	}
	
	#nav td {
		width: 100% !important;
	}
	
	#nav a {
		background: #E6E4CF;
		display: block;
	}
	
	p#bottom {
		margin: 0;
	}
	
	#homeBar {
		height: auto;
		left: 0;
		margin: 0;
		top: 0;
	}
	
	.homeContent {
		border: none;
		border-top: 3px solid #E6E4CF;
		height: auto !important;
	}
	
	.homeContact {
		font-size: 14px;				
		margin: 25px 0;
	}
	
	p, 
	.home p {
		font-size: 15px;
	}
	
	.home p.title {
		font-size: 22px;
	}
	
	img {
		height: auto;
		width: 80%;
		max-width: 250px;
	}
	
	#nav img {
		width: auto !important;
	}
	
	#nav a {
		border: none;
		border-bottom: 1px solid #807e59;
		font-size: 15px;
		padding: 6px 20px;
	}
	
	#nav a.nav-home {
		border-left: none;
	}
	
	#nav a:hover,
	.home #nav a.nav-home {
		background: #a3511f;
		color: #e6e4cf;
	}
	
	.home td.content {
		position: relative;
		z-index: 2;
	}
	
	.home td.photo {
		position: relative;
		z-index: 1;
	}
	
	.home td.photo img {
		margin-top: -60px;
	}
	
	.sidebar {
		background: #807e59;
		margin: 0 auto;
		width: 100% !important;
	}
	
}