@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.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, h4, h5, h6 {
	padding-right: 15px;
	padding-left: 15px;
	color: #490000;
	font-style: normal;
	margin: 0;
	font-size: 14pt;
	line-height: 14pt;
	padding-bottom: 3px;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25;
	margin-left: 0;
}
/* ~~ 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. */
}
.content li {
	list-style-position: inside;
	list-style-image: url(../images/star-lists.png);
	font-size: 14px;
}
a img {
	border: none;
}
/* ~~ 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: 545px;
	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;
}
.topPage a, .topPage a:link, .topPage a:visited, .topPage a:active {
	text-align:center;
	color:#930;
	font-size:12px;
	border: 1px solid #DCB373;
	background-color:#EEDFB9;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: none;
	text-decoration: none;
	font-weight: normal;
	margin-right: 20px;
}
.topPage a:hover {
	color:#EC9E20;
	text-decoration:none;
	font-weight: normal;
}
.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: 560px;
	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;
}
/*For the quote box found within the layout. A special CSS moment brought to you by RANCH HACK. See production notes filed under LCMR project folder*/
#quote-box {
	background-image:none;
	background-repeat:no-repeat;
	background-position:0px 15px;
	padding-bottom:5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border: thin solid #EEDFB9;
}
#quoteMark-end {
	background-image:none;
	background-repeat:no-repeat;
	background-position:160px bottom;
}
#quote-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	text-align:right;
	color: #930;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 20px;
	font-weight: bold;
}
#quote-content {
	text-align:right;
	color:#963;
	line-height:20px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#quote-author {
	color:#930;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:right;
	font-style:normal;
	display:block;
	line-height: 12px;
}
#quote-reload {
	display: block;
	font-style: italic;
	margin-top: 10px;
	text-align: right;
	outline: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #930;
}
/*END: A special CSS moment brought to you by RANCH HACK.*/
.ranch-line {
	border-bottom:1px solid #DCB373;
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
}
.photoLarge {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: none;
	margin-top: 10px;
}
.photoSmall {
	padding-left: 15px;
	height: 173px;
	width: 260px;
	float: left;
	padding-right: 15px;
	display: block;
}
.contact-infobox {
	margin-right: 15px;
	margin-left: 15px;
	color: #490000;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
}
.calendar-call {
	font-weight: normal;
	margin-top: 32px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 32px;
	font-size: 14px;
	background-color: #FFF6DD;
}
#contentPhoto {
	margin-top: 15px;
}
.award-box {
	float: right;
	width: 200px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 25px;
}
#award-byline {
	color:#963;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-style:normal;
	display:block;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.formContainer {
	font-style: normal;
	font-weight: normal;
	color: #930;
	display: block;
	float: left;
	width: 535px;
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 30px;
}
.ContactForm {
	font-size: 11px;
	font-style: normal;
	color: #930;
	background-color: #FFF6DD;
	width: 250px;
	border: thin solid #930;
	font-weight: normal;
	float: left;
	display: block;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ContactInfo {
	font-size: 12px;
	font-style: normal;
	color: #930;
	padding-top: 10px;
	font-weight: normal;
	float: left;
	width: 200px;
}
.CI-divider {
	border-bottom:1px solid #DCB373;
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
	margin-left: 15px;
	margin-right: 0px;
}
.required-field {
	padding-bottom:10px;
	text-decoration: underline;
	font-size: 9px;
	padding-right: 10px;
}
.required-star {
	color:#F00;
	font-size: 9px;
}
.anti-spam-container {
	border: thin solid #F00;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 232px;
}

.anti-spam {
	font-size: 9px;
	padding-right: 10px;
	margin-bottom: 3px;
	color: #F00;
	margin-top: 3px;
	font-weight: bold;
}
.MapForm {
	font-size: 11px;
	font-style: normal;
	color: #930;
	background-color: #FFF6DD;
	width: 250px;
	border: thin solid #930;
	font-weight: normal;
	float: left;
	display: block;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ranch-line {
	border-bottom:1px solid #DCB373;
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
}
.bio {
	padding-left: 15px;
	float: none;
	margin-bottom: 20px;
}

.bio h2 {
	margin: 0px;
	padding: 0px;
}
.bio p {
	font-size: 10pt;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18pt;
	text-indent: 25px;
}
.bio #bio-photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}
blockquote {
	font-size: 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;
}
