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

html, body {
	background: url(../images/bg-sub.gif) repeat-x;
	background-color: #807E59;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	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;
}




/* sub */

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

.sidebar {
	border-top: 3px solid #686645;
	border-right: 3px solid #686645;
	border-bottom: 3px solid #686645;
	border-left: 3px solid #686645;
	padding: 0px;
	background-color: #BDBA84;
}

.title {
	margin-top: 14px;
	color: #A3511F;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

.navBottom {
	background-color: #686645;
	padding: 8px 20px 10px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navBottom a:link {
	color: #fff;
	text-decoration: none;
}

.navBottom a:visited {
	color: #fff;
	text-decoration: none;
}

.navBottom a:hover {
	color: #BDBA84;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 24px 0px 8px 0px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 24px 0px 8px 0px;
	border-top: 2px solid #333;
}

h4 {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin: -20px 0 0 0;
}

.back {
	font-size: 11px;
	font-weight: normal;
}

.back a:link {
	font-size: 11px;
	font-weight: normal;
}

.back a:visited {
	font-size: 11px;
	font-weight: normal;
}

.back a:hover {
	font-size: 11px;
	font-weight: normal;
}

.info {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.info a:link {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.info a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.info a:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.book {
	padding-bottom: 15px;
}

.photo {
	border-bottom: 3px solid #686645;
}

/* 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;
}

/* side menu */
.sidemenuhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E6E4CF;
	padding: 7px 7px 7px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #686645;
}
.sidemenubg {
	background-color: #CDD384;
}
.sidemenu {
	background: #BDBA84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 7px 7px 10px;
	display: block;
}
.sidemenu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #A3511F;
	display: block;
}
.sidemenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #A3511F;
	display: block;
}
.sidemenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.selected {
	background: #A3511F;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 7px 7px 10px;
}

#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;
}


@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;
		font-size: 15px;
	}
	
	p#bottom {
		margin: 0;
	}
	
	p, li {
		font-size: 15px;
	}
	
	img {
		height: auto;
		width: 100%;
		max-width: 250px;
	}
	
	#nav img {
		width: auto !important;
	}
	
	#nav a {
		border: none;
		border-bottom: 1px solid #807e59;
		padding: 6px 20px;
	}
	
	#nav a.nav-home {
		border-left: none;
	}
	
	#nav a:hover,
	#nav a.active {
		background: #a3511f;
		color: #e6e4cf;
	}
	
	.content {
		background: #c4c18e;
		border-left: none;
	}
	
	.services .content {
		width: 90% !important;
	}
	
	.sidebar {
		background: #807e59;
		border: none;
		text-align: center;
		width: 100% !important;
	}
	
	.book {
		margin: 0 20px 0 0;
		width: 20% !important;
	}
	
	.articles td:nth-of-type(2) {
		width: 70% !important;
	}
	
	.title {
		font-size: 24px;
		line-height: 120%;
	}
	
	.sidebar td.photo {
		text-align: center;
		width: 100% !important;
	}
	
	.sidebar td.sidemenuhead,
	.sidebar td.sidemenu, 
	.sidebar td.selected {
		font-size: 14px;
		width: 96% !important;
	}
	
	.sidebar td.sidemenu a {
		font-size: 14px;
	}
	
}