/**************************
Page CSS Begins
**************************/
@charset "utf-8";

/* CSS Document */

html { 
  background: url(https://goodmanranch.com/images/wood-bg3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body, p, h1, h2, h3
{
	font-family: Arial;
	line-height: 1.4em;
}

h2 {
	line-height: 1em;
	color: #313131;
}

a {
	text-decoration: none;
	color: #B6672D;
}

.layout
{
	border:0;
	border:none;
	padding:0;
}


/***********************************
NAVIGATION
***********************************/
nav {
	border-bottom: 4px #975424 solid;
	font-weight: bold;
}
nav ul {
  margin: 0;
  padding: 0;
}

nav {
	margin: 0px auto; 
	text-align: center;
	width: auto;
	background: #B6672D;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #B6672D; 
	background: linear-gradient(top, #B6672D 0%, #B6672D 100%);  
	background: -moz-linear-gradient(top, #B6672D 0%, #B6672D 100%); 
	background: -webkit-linear-gradient(top, #B6672D 0%,#B6672D 100%); 
	padding: 0 20px;  
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 99;
}
	nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}

	nav ul li {
		float: left;
		
	}
		nav ul li:hover {
			background: #AC602A;
			background: linear-gradient(top, #ccc 0%, #ccc 40%);
			background: -moz-linear-gradient(top, #ccc 0%, #ccc 40%);
			background: -webkit-linear-gradient(top, #ccc 0%,#ccc 40%);
		}
			nav ul li:hover a {
				color: #000;
			}
		
		nav ul li a {
			display: block; 
			padding: 12px 20px;
			color: #000; text-decoration: none;
			
		}
			
		
	nav ul ul {
		background: #B6672D; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #CA702F;
			border-bottom: 1px solid #975424; position: relative;
		}
			nav ul ul li a {
				padding: 5px 10px;
				color: #000;
				text-align: left;
			}	
				nav ul ul li a:hover {
					background: #ccc;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
	
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: block;
	float: right;
	border-top: 5px solid black;
	margin: 5px 0px 0px 5px;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	margin: -16px 0px 0px 98px;
	border-left:5px solid black; 
}

/**********************************
HEADER
**********************************/
.header-img{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	margin: 0px;
}

/**********************************
CONTENT
**********************************/
.content{
	background-color: #d8d3cf;
	width: 200px;
}

/**********************************
SIDEBAR
**********************************/

.sidebar{
	text-align: left; 
	vertical-align: top; 
	padding-top: 20px; 
	padding-left: 10px;
}

.sidebar h2{
	margin-top: 0px;
}

/**********************************
FOOTER
**********************************/
.footer
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-align:left;
	padding: 0 0 12px 5px;
}

.mainlayout
{
	border:none;
}

.maindiv750{
	width: 724;
	height: 640;
}

/*#page #layout tr td #mainlayout tr td p {
	text-align: left;
}*/

/******************************
images
******************************/
#img {
	/*padding: 13px; */
	opacity: .99;
	margin: 5px;
}

img {border: none;}

#img:hover {
	opacity: .9;
}

img, #img, .img {
	border-radius: 5px;
}

/******************************
button
******************************/

#button {
    font: bold 20px Arial;
    color: #000; 
    text-decoration: none;
    background-color: #B6672D;
    padding: 10px 20px 10px 20px;
    line-height: 30px;
    /*border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-left: 1px solid #CCCCCC;*/
    border-bottom: 1px solid #333333;
    border-radius: 3px;
   }
#button:hover {
	background-color: #EEEEEE;
	color: #333333;
}

#buttons a{
	color: #000;
}

.buttons{
	/*width: 200px;
	float: right;*/
}

.buttons ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.buttons a {
	display:block;
	width:190px;
	font: bold 18px Arial;
    color: #000; /*was #eeeee*/
    background-color: #B6672D;
    padding: 2px 6px 2px 6px;
    margin-bottom: 4px;
    line-height: 30px;
    border-bottom: 1px solid #333333;
    border-radius: 3px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.buttons a:hover {
	background-color:#ccc; /* it was 7A991A and then 5C7416*/
	color: #333;
}

.buttons .cta1 {
	background-color: #232323;
}.buttons .cta1:hover{
	background-color: #424242;
}

.buttons .cta2 {
	background-color: #232323;
}.buttons .cta2:hover{
	background-color: #424242;
}


/***
 testimonial
***/

.testimonial1 {
width:665px;
float:left;
margin:15px 5px 5px 5px;
border: dotted #A7A7A7 3px;
padding: 5px 5px 0 0;
}

.testimonial1 #img {
	margin: 40px 10px 10px 10px;
	padding: 0px;
}

.test-person1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	color: #274d32;
}

.test-person1 p {
	padding: 0 15px 0 0;
}

p.first-line:first-line {font-weight:bold;}

/* ==========================================================================
	extras
   ========================================================================== */
.clear {
	clear:both;
}

.left{
  float:left;
}

.center{
	margin: 0px auto;
}

.space, #space {
	margin-top: 20px;
}

.space2, #space2{
	padding-top: 20px;
}

.hspace, #hspace {
	margin-top: 35px;
}

/* ==========================================================================
	POP UP BAR
   ========================================================================== */
#bar {
    position: fixed;
    z-index: 101;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2B2B2B;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
    color: #fff;
    font-size: 25px;
}

.bar-txt {
	float: left;
	margin: 15px 0px;
}

.btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border-radius: 1px;
	color: #161616;
	border: none;
	font-size: 18px;
	line-height: 1.33;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
}

.btn-lg {
float: none;
padding: 10px 40px;
font-size: 24px;
border-radius: 3px;
background-color: #ccc;
margin: 15px 0px;
}


#close{
	float: right;
	margin: 15px 15px 15px 10px;
	text-decoration: none;
	color: grey;
	cursor: default;
}#close:hover{
	color: green;
}