body {
background-color: #FFF;
text-align: center;
margin: 0;
font-family: Arial, Verdana, sans-serif;
color: #777;
font-size: 12px;
}

#header-background {
background: transparent url("../images/header-background.jpg") no-repeat center top;
height: 115px;
}

#logo {
margin: auto;
padding: 0 0 0 20px;
width: 900px;
text-align: left;
}

#siteframe {
margin: auto;
width: 850px;
}

#bigad {
text-align: center;
margin: 0 auto;
}

#footer-gradient {
background: transparent url("../images/footer-gradient.jpg") repeat center top;
text-align: center;
width: 100%;
margin: 0 auto;
position: absolute;
bottom: 0
}

#footer-line {
background: transparent url("../images/footerline.jpg") no-repeat center top;
height: 1px;
text-align: center;
margin: 0 auto;
}

#container {
margin: 0 auto;
padding: 4px 0 0 0;
}

#content {
margin: 0 auto;
padding: 10px 0 10px 0;
}

#column-left {
text-align: left;
width: 636px;
}

#column-right {
text-align: left;
float: right;
width: 200px;
}

h1 {
text-align: left;
color: #333;
font-size: 1.8em;
margin: 0 auto;
font-weight: normal;
}

h2 {
text-align: left;
color: #333;
font-size: 1.2em;
margin: 4px 0 0 0;
font-weight: normal;
}

h3 {
text-align: left;
color: #CCC;
font-size: .75em;
font-weight: bold;
margin: 0 auto;
line-height: 26px
}

.bigstat {
text-align: left;
color: #364E68;
font-size: 2.5em;
margin: 0 auto;
}

p {
text-align: left;
margin: 0 auto;
padding-bottom: 10px;
line-height: 18px;
}

.small {
font-size: .9em;
color: #999;
line-height: 14px;
}

img.right {
float: right;
margin: 0 0 12px 12px;
border: 0;
}

img { border: 0; }

img.left {
float: left;
margin: 0 12px 12px 0;
border: 0;
}

img.headshot {
margin: 0 12px 0 0;
border: 0;
}

img.featurebox {
margin: 0 0 10px 0;
border: 0;
}

img.logo {
padding: 18px 0 0 0;
border: 0;
}

.line {
border-bottom: 2px;
border-bottom-color: #F2F2F2;
border-bottom-style: dotted;
margin: 10px 0 10px 0;
}

a:link, a:visited {color: #2492B6; text-decoration: none; font-weight: bold;}
a:hover {color: #000; text-decoration: none; font-weight: bold;}

#statbox {
border-top-width: 1px;
border-color: #F2F2F2;
border-top-style: solid;
}

#copyright {
text-align: center;
padding: 10px;
font-size: 10px;
color: #999;
}

#copyright p {
text-align: center;
line-height: 15px;
}

#copyright a:link, #copyright a:visited {color: #666; font-weight: bold;}
#copyright a:hover {color: #000; font-weight: bold;}

#profile {
width: 800px;
text-align: right;
float: right;
position: absolute;
padding: 70px 0 0 0;
font-family: Arial, sans-serif;
font-size: 11px;
color: #999;
}

#profile a:link, #copyright a:visited {color: #666; text-decoration: none; font-weight: bold; font-family: Arial, sans-serif;}
#profile a:hover {color: #000; text-decoration: none; font-weight: bold; font-family: Arial, sans-serif;}


/* ---------------------------------------
	Main Navigation
--------------------------------------- */


#navigation {
width: 850px;
padding: 88px 0 0 14px;
margin: 0 auto;
height: 50px;
}

ul#nav, ul#nav li {
font-size: 1em;
float: left;
list-style: none;
margin: 0 auto;
padding: 0;
}

ul#nav {
font-size: 1em;
font-weight: bold;
color: #666;
}

ul#nav a, ul#nav a:visited {
color: #999;
text-decoration: none;
display: block;
margin: 0 auto;
padding: 5px 10px 8px 10px;
}

ul#nav a:hover {
color: #666;
text-decoration: none;
display: block;
}

ul#nav li.active a,
#home #nav-home a,
#whatwedo #nav-whatwedo a,
#theranch #nav-theranch a,
#reservations #nav-reservations a,
#cowboyblog #nav-cowboyblog a,
#media #nav-media a,
#courses #nav-courses a,
#contact #nav-contact a {color: #000; background-color: #FFF;}

/* ---------------------------------------
	Sub Navigation
--------------------------------------- */

#subnavigation {
margin: 0 auto;
text-align: left;
}

ul#subnav, ul#subnav li {
list-style: none;
margin: 0 auto;
padding: 0 0 1px 0;
}

ul#subnav {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666;
}

ul#subnav a, ul#subnav a:visited {
color: #211819;
text-decoration: none;
display: block;
margin: 0;
padding: 6px;
background-color: #F6E8D3;
}

ul#subnav a:hover {
color: #211819;
text-decoration: none;
display: block;
background-color: #EED1A7;
}

#about #subnav-about a,
#team #subnav-team a {color: #211819; background-color: #EED1A7;}

