/**CSS Herradura Ranch**/

/***Typography***/

p {
	font-size: 11px;

}

h1, h2, h3, h4 {
	margin: 0;
	text-align: left;

}

h5 { 
	margin: 0px 0px 8px;
}

p.align-right {
	text-align: right;
}

p.align-center {
	text-align: center;
}

p.align-left {
	text-align: left;
}

a {
	color: #000;
	font-weight: bold;
}

.col2 a {
	color: white;
	font-weight: normal;
}

.col2 a:hover {
	color: yellow;
}


 ul {
	font-size: 11px;
	text-align: left;
}

.bodytext {
	text-align: left;
	margin-top: 0px;
}

.csc-header {
	text-align: left;
}


/*** photo captions ***/
.csc-textpic-caption {
	font-size: 11px;
}



/***Layout***/

body {
	background-image: url('/fileadmin/templates/images/back.gif');
	font-family: Arial, Helvetica, Sans-Serif;
}

.wrapper {
	width: 768px;
	margin:0 auto;
}

#content {
	padding-top: 120px;
	height: auto;
}

#content .top {
	height: 240px;
	margin-bottom: 0;
	overflow: hidden;
}

#content .middle .inner {
	padding: 5px 30px 10px;
	height: 100%;
}

.clear { border: 0; height: 1px; line-height: 1px; clear: both; margin-top: -1px;}

.col {
	float: left;
	width: 50%;
	height: 100%;
	color: white;
	
}

.middle .inner .col {
	width: 338px;
	color: #000;
	padding: 8px;
}

.middle .inner .colRight {
	padding-left: 20px;
}

.middle .inner .divider {
	background: ;
	width: 3%;
}

/*** Header ***/

#header {
	background: url('/fileadmin/templates/images/header.gif') no-repeat;
	height: 100px;
	max-height: 100px;
	/*** this has to be positioned absolutely because IE 6 is a pain, and otherwise
	the spriting doesn't work***/
	position: absolute;
	float: left;
}

#nav {
	list-style: none;
	padding-left: 0;
	margin: 0;
	position: relative;
	margin-top: 100px;
	height: 21px;
	width: 768px;
	float: left;
}

#nav li {
	margin-left: 0;
	height: 21px;
	width: auto;
	float: left;
}

#nav li a {
	display: block;
	height: 21px;
	background: url('/fileadmin/templates/images/nav_sprites/bg-top_nav-sprite.gif') no-repeat 0px -21px;
	position: absolute;
	top: 0px;
}

/***Nav Specific widths for background sprite***/

#nav a.meet_josh {
	width: 113px;
	}
	#nav a.meet_josh:hover {
		background-position: 0px 0px;
	}

#nav a.ranch {
	width: 96px;
	left: 113px;
	background-position: -113px -21px;
	}
	#nav a.ranch:hover {
		background-position: -113px 0px;
	}

#nav a.lodge {
	width: 93px;
	left: 206px;
	background-position: -206px -21px;
	}
	#nav a.lodge:hover {
		background-position: -206px 0px;
	}

#nav a.hunting {
	width: 78px;
	left: 299px;
	background-position: -299px -21px;
	}
	#nav a.hunting:hover {
		background-position: -299px 0px;
	}

#nav a.pricing {
	width: 73px;
	left: 377px;
	background-position: -377px -21px;
	}
	#nav a.pricing:hover {
		background-position: -377px 0px;
	}


#nav a.other_info {
	width: 98px;
	left: 450px;
	background-position: -450px -21px;
	}
	#nav a.other_info:hover {
		background-position: -450px 0px;
	}


#nav a.gallery {
	width: 81px;
	left: 548px;
	background-position: -548px -21px;
	}
	#nav a.gallery:hover {
		background-position: -548px 0px;
	}
	
#nav a.partners {
	width: 141px;
	left: 629px;
	background-position: -629px -21px;
	}
	#nav a.partners:hover {
		background-position: -629px 0px;
	}


/***Navigation Header Image Maping for Utility Nav***/
#header #menu {
	height: 0px;
}

#header #menu span {
	visibility: hidden;
}

#header #menu #home {
	top: 45px;
}

#header #menu #directions {
	top: 60px;
}

#header #menu #contact {
	top: 75px;
}

#header #menu #email {
	top: 75px;
	left: 560px;
}

#header #menu a {
	position:absolute;
	left: 25px;
	text-decoration: none;
}

#header #nav a span {
	display: none;
}


/***Main Content***/
.wrapper #content .middle {
	width: 100%;
	height: 100%;
}


/*** The following list style
* is really just to make 
* a horizontal menu for use on
* photo gallery pages
*/
.middle .inner ul.csc-menu {
	list-style: none;
	width: 100%;
	height: 20px;
	padding: 0px;
}

.middle .inner ul.csc-menu li {
	float: left;
	margin-left: 10px;
}
.middle .inner ul.csc-menu li a {
	font-size: 20px;
	text-decoration: none;
}

.middle .inner ul.csc-menu li a:hover {
	text-decoration: underline;
}


#content .top #col1 {
	overflow: hidden;
}



#content .top .col2 .inner {
	margin: 15px 15px 0px 15px;
	overflow: hidden;
	width: 345px;
	float: left;
	display: block;

}

#content .top .col2 .inner #imgContainer {
	width: 100%;
	height: 32px;
}

#content .top .col2 .inner img {
	float: left;
}

	/***Top Right Header BGs***/
	#content .top #Normal {
		background: url('/fileadmin/templates/images/TopRightNormal.gif') no-repeat;
	}
	#content .top #Signature {
		background: url('/fileadmin/templates/images/TopRightSignature.gif') no-repeat;
	}
	#content .top #Branded {
		background: url('/fileadmin/templates/images/TopRightBranded.jpg') no-repeat;
	}

/***Footer***/
#footer {
	background: url('/fileadmin/templates/images/footerback.gif') no-repeat;
	height: 160px;
}

#footer .top {
	height: 113px;
	color: #FEE7A7;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 10px;
}

#copyright {
	padding-top: 30px;
	text-align: center;
	font-size: .7em;
}

#footerEmail {
	margin: 0 auto;
	width: 175px;
	display: block;

}

	#footerEmail a {
		width: 175px;
		text-decoration: none;
	}

		#footerEmail a span {
			visibility: hidden;
		}
/** reset the margin on the paragraph so that the colLeft and colRight margins have the 
same baseline in IE ***/
#footer .top p {
	margin: 0px 0px 5px;
}

#footer .top .colLeft {
	position: relative;
	padding: 30px 0px 0px 25px;
	width: 342px;
	float: left;
}

#footer .top .colLeft p {
	width: 342px;
}


#footer .top .colRight {
	margin: 30px 0px 0px 123px;
	padding: 0px;
	width: 253px;
	float: left;
}


#footer .top .colRight ul {
	float: left;
	margin: 10px 0 0 -5px;
	padding: 0;
	width: 253px;
}

#footer .top .colRight ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	width: auto;
	height: 15px;
}

#footer .top .colRight ul li a {
	color: white;
}

#footer .top .colRight ul li a:hover {
	color: yellow;
}


#footer #bottom {
	background: url('/fileadmin/templates/images/footer.gif') no-repeat;
	height: 47px;
}

/*** IMAGE STYLES ***/


div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: #630 2px solid;
}


/**** END IMAGE STYLES ****/


/**** PAGE SPECIFIC STYLES ****/

/**HOME PAGE**/
#homeLeftHeader {
	background: url('/fileadmin/templates/images/aroundranch.gif') no-repeat;
	height: 22px;
	width: 384px;
	float: left;
	margin-bottom: 0:
}

#homeRightHeader {
	background: url('/fileadmin/templates/images/fromthefield.gif') no-repeat;
	height: 22px;
	width: 384px;
	float: left;
	margin-bottom: 0;
}

body.home .wrapper #content .middle {
	/*There is a special ie style for this in ie.css*/
	margin-top: 22px;
	background: url('/fileadmin/templates/images/pagebackindex.gif') repeat-y;
}

body.home #divider {
	background: url('/fileadmin/templates/images/dash.gif') repeat-y;
	height: 224px;
	width: 9px;
	float: left;
}


/*** THIS APPLIES TO THE HOME PAGE AND TWO COLUMN PAGES ***/
.middle .inner .left {
	width: 333px;
	height: auto;
}

.middle .inner .right {
	width: 315px;
	height: auto;
	padding-left: 30px;
}

body.home .inner .right {
	width: 310px;
}


/*** INTERIOR ***/

body.interior .wrapper #content .middle {
	background: url('/fileadmin/templates/images/body_bg.gif') repeat-y;
}

/*** CONTACT FORM ***/
form.contactForm li {
	width: 600px;
	margin-top: 5px;
	list-style: none;
}

form.contactForm li label {
	float: left;
	width: 200px;
	font-weight: bold;
}

form.contactForm li span.errorTxt {
	margin-left: 200px;
}

#contactErrorHeader {
	margin-left: 240px;
}

/*** PHOT GALLERY STYLES ***/

.herraphoto tr td {
	padding: 10px;
}

.middle .inner .description {
	margin-left: 13px;
	margin-bottom: 30px;

}

.middle .inner .description p {
	font-size: 1em;
	margin-top: 0;
}
