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

/* Refer to original comments on css styles for warren.html. */
body {
	background-color: #a05d0e;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/leather-scroll.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-style: normal;
	background-attachment: fixed;
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F5ECDC;
	background-image: url(../images/container_bg_option.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	padding-right: 15px;
	padding-left: 15px;
	color: #490000;
	font-style: normal;
	margin: 0;
	font-size: 20pt;
	line-height: 22pt;
	padding-bottom: 4px;
}
h2 {
	padding-right: 15px;
	padding-left: 15px;
	color: #490000;
	font-style: normal;
	margin: 0;
	font-size: 16pt;
	line-height: 16pt;
	padding-bottom: 5px;
}
h3    {
	padding-right: 15px;
	padding-left: 15px;
	color: #490000;
	font-style: normal;
	margin: 0;
	font-size: 14pt;
	line-height: 14pt;
	padding-bottom: 3px;
}
h4   {
	padding-right: 15px;
	padding-left: 15px;
	color: #490000;
	font-style: normal;
	margin: 0;
	font-size: 12pt;
	line-height: 14pt;
	padding-bottom: 3px;
}
h5, h6 {
	padding-right: 15px;
	padding-left: 15px;
	color: #490000;
	font-style: normal;
	margin: 0;
	font-size: 10pt;
	line-height: 14pt;
	padding-bottom: 3px;
}


p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25;
	margin-left: 0;
}
.content li {
	list-style-position: inside;
	list-style-image: url(../images/star-lists.png);
	font-size: 14px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
a img {
	border: none;
}
.error-404 {
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
}

/* ~~ Styling for this site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #873702;
}
#breadcrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	display: inline;
	float: left;
	width: 745px;
	text-align: left;
	padding-left: 15px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDFB9;
	background-color: #FFF6DD;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#breadcrumb a:link {
	text-decoration: none;
	font-weight: normal;
	color: #930;
}
#breadcrumb a:visited {
	font-weight: normal;
	color: #930;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #EC9E20;
	font-weight: normal;
	text-decoration: underline;
}
.header {
	background-image: none;
	background-repeat: no-repeat;
}
.photoMain {
	background-color: #E4C97A;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	width: 760px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
}
.left-sidebar {
	float: left;
	width: 200px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
.right-sidebar {
	float: left;
	width: 200px;
}
.formContainer {
	font-style: normal;
	font-weight: normal;
	color: #930;
	display: block;
	float: left;
	width: 700px;
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 30px;
}
.ranch-line {
	border-bottom:1px solid #DCB373;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	float: none;
}
iframe {
	margin-left: 12px;
}
.footer {
	background-color: #270B00;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: 50px;
}
.footer #fltrt {
	font-size: 70%;
	text-align: right;
	color: #cf9f4f;
	float: right;
}
.footer #fltlft {
	font-size: 70%;
	text-align: left;
	color: #cf9f4f;
	float: left;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
