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

.container {
	max-width: 1200px;
}
.container-home {
	max-width: 1200px;
	background-image: linear-gradient(to bottom right, #324e51 , #7a8351);
	bottom-margin: -10px;
}
body,td,th {
	font-family: "Open Sans", open sans, gotham, arial, helvetica, san-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	color: #555;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Patua One', 'Georgia Bold', serif;
	font-style: normal;
}
h1{
	margin-top: 0;
	color: #B6B17A;
	font-size: 275%;
	font-weight: 400;
	line-height: 50px;
}
h2{
	margin-bottom: 10px;
	font-size: 275%;
	line-height: 30px;
	color: #738974;
	font-weight: 400;
}
h3{
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 35px;
	font-size: 200%;
	color: #876c8b;
	font-weight: 400;
}
h4{
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 35px;
	font-size: 200%;
	color: #9C944B;
	font-weight: 400;
}
h5{
	margin-top: 0;
	line-height: 30px;
	line-height: 25px;
	font-size: 125%;
	color: #7A5C7F;
	font-weight: 400;
}
h6{
	margin: 0;
	line-height: 30px;
	line-height: 25px;
	font-size: 125%;
	color: #738974;
	font-weight: 400;
}
.patuaspecial {
	font-family: 'Patua One', 'Georgia Bold', serif;
	font-style: normal;
	font-size: 130%;
	margin: 0;
	line-height: 25px;
	color: #677b68;
	font-weight: 400;
}
.name {
	font-family: 'Patua One', 'Georgia Bold', serif;
	margin: 25px 0 10px 0;
	font-size: 300%;
	line-height: 40px;
	color: #000;
	font-weight: 400;
}
.homespecial {
	font-family: 'Patua One', 'Georgia Bold', serif;
	margin: 0 0 10px 0;
	font-size: 200%;
	line-height: 40px;
	color: #000;
	font-weight: 400;
}
.header1200 {
	margin-top: -5px; 
}
.header600 {
	margin-top: 0; 	
}
.image-fluid {
	margin: 0px auto -4px auto;
	max-width: 100%;
}
.imageborder {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}
.imageborderwide {
	border-color: #000;
	border-style: solid;
	border-width: 2px;
}
.image-shadow {
	margin: 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.textreviews {
	color: #8c8543;
	font-style: italic;
	margin: -10px 0 25px 0;
}
.textitalic {
	font-style: italic;
}
.textlarger {
	font-size: 125%;
	font-weight: 700;
}
.textnotes {
	color: #ee1188;
	font-weight: 800;
}
.text-home {
	color: #000;
	font-size: 125%;
	font-weight: 600;
}
.text-home-larger {
	color: #9C944B;
	font-size: 150%;
	font-weight: 600;
}
.text-home-chunky {
	color: #9C944B;
	font-size: 200%;
	font-weight: 800;
}
.text-home-chunky-dark {
	color: #000;
	font-size: 200%;
	font-weight: 800;
}
.chunky-right {
	color: #819481;
	font-size: 200%;
	font-weight: 800;
	text-align: right;
}
.chunky-right-dark {
	color: #000;
	font-size: 200%;
	font-weight: 800;
	text-align: right;
}
.align-right {
	text-align: right;
}

.lessmargintop30 {
	margin-top: -30px;
}
.moremargintop5 {
	margin-top: 5px;
}
.moremargintopbottom {
	margin-top: 30px;
	margin-bottom: 40px;
}
.moremargintop30 {
	margin-top: 30px;
}
.moremarginbottom40 {
	margin-bottom: 40px;
}
.marginbottom20 {
	margin-bottom: 20px;
}
.dividerrule {
	background-color: #B6B17A;
	height: 8px;
	max-width: 100%;
	margin: 5px 0 25px 0;
}
.indent-list {
    margin: 8px 0 0 -25px;
}
.homefooter {
	background-color: #000;
	font-weight: 600;
	font-size: 90%;
	color: #738974;
	text-align: left;
	padding: 15px 30px 20px 30px;
}
.homefooter a:link {
	color: #738974;
	text-decoration: underline;
}
.homefooter a:visited {
	color: #738974;
	text-decoration: underline;
}
.homefooter a:hover {
	color: #9e84a1;
	text-decoration: underline;
}
.homefooter a:active {
	color: #9e84a1;
	text-decoration: underline;
}

.footer {
	background-color: #738974;
	font-weight: 600;
	font-size: 90%;
	color: #ebe9db;
	text-align: left;
	padding: 15px 30px 30px 30px;
}
.footer a:link {
	color: #ebe9db;
	text-decoration: underline;
}
.footer a:visited {
	color: #ebe9db;
	text-decoration: underline;
}
.footer a:hover{
	color: #033;
	text-decoration: underline;
}
.footer a:active{
	color: #033;
	text-decoration: underline;
}

.right-content-info a:link {
	color: #98656E;
	text-decoration: underline;
	font-weight: 800;
}
.right-content-info a:visited {
	color: #98656E;
	text-decoration: underline;
	font-weight: 800;
}
.right-content-info a:hover {
	text-decoration: underline;
	color: #738974;
	font-weight: 800;
}
.right-content-info a:active {
	text-decoration: underline;
	color: #738974;
	font-weight: 800;
}
.text-link a:link {
	text-decoration: underline;
	color: #98656E;
	font-weight: 800;
}
.text-link a:visited {
	color: #98656E;
	text-decoration: underline;
	font-weight: 800;
}
.text-link a:hover {
	text-decoration: underline;
	color: #738974;
	font-weight: 800;
}
.text-link a:active {
	text-decoration: underline;
	color: #738974;
	font-weight: 800;
}
.patuaspecial a:link {
	text-decoration: underline;
	color: #9C944B;
	font-weight: 400;
}
.patuaspecial a:visited {
	color: #9C944B;
	text-decoration: underline;
	font-weight: 400;
}
.patuaspecial a:hover {
	text-decoration: underline;
	color: #738974;
	font-weight: 400;
}
.patuaspecial a:active {
	text-decoration: underline;
	color: #677b68;
	font-weight: 400;
}
.homespecial a:link {
	text-decoration: underline;
	color: #000;
	font-weight: 400;
}
.homespecial a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: 400;
}
.homespecial a:hover {
	text-decoration: underline;
	color: #374e48;
	font-weight: 400;
}
.homespecial a:active {
	text-decoration: underline;
	color: #374e48;
	font-weight: 400;
}


.topbarlynx {
	margin: -10px 0 0 0;
	background-color: #634666;
	height: 50px;
}
.lynx-style {
	color: #000;
	text-align: center;
	font-size: 125%;
	font-weight: 600;
}
.lynx-style a:link {
	color: #000;
	background-color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	padding: 10px 20px;
	margin: 10px 0 10px -40px;
	display: block;
}
.lynx-style a:visited {
	color: #000;
	background-color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	padding: 10px 20px;
	margin: 10px 0 10px -40px;
	display: block;
}
.lynx-style a:hover {
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	padding: 10px 20px;
	margin: 10px 0 10px -40px;
	display: block;	
}
.lynx-style a:active {
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	padding: 10px 20px;
	margin: 10px 0 10px -40px;
	display: block;
}
.lynxnav ul {
	list-style: none;
}
.lynxnav li {
    display: block;
}
.fluid {
	display: block;
	clear: both;
}
.navdiv {
	display: block;
	clear: none;
}



/* everything below is from previous site, may still need, if so, move up */

.texthome {
	font-size: 105%;
}
.lessmargintop10 {
	margin-top: -10px;
}
.homebackground {
	background-color: #C7CFC7;
}
.designtext {
	background-color: #FFF;
	text-align: left;
	padding: 5px 30px 15px 30px;
}
.homemargintop30 {
	margin-top: 30px;
}
.moremargintop15 {
	margin-top: 15px;
}
.moremarginbottom20 {
	margin-bottom: 20px;
}
