@charset "utf-8";

@font-face {  
  font-family: "Sanford";  
  src: url( "/fonts/sanford.eot" ); /* IE */  
  src: local("Sanford"), url( "/fonts/sanford.ttf" ) format("truetype"); /* non-IE */  
}  

@font-face {  
  font-family: "P22 Dearest Swash";  
  src: url( "/fonts/p22drswa.eot" ); /* IE */  
  src: local("P22 Dearest Swash"), url( "/fonts/p22drswa.ttf" ) format("truetype"); /* non-IE */  
} 
 
 
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5F442F;
	background-color: #352313;
	background-image: url(site_elements/bodybg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
}

.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
	
}
.twoColFixRtHdr #header {
	width: 960px;
	background-image: url(site_elements/header.png);
	height: 105px;
	margin: 0 auto;
}
.twoColFixRtHdr #header h1 {
	text-align: right;
	font-size: 13px;
	padding: 20px;
}
.twoColFixRtHdr #header p {
	text-align: right;
	font-size: 13px;
	padding: 20px;
	font-weight: bold;
}

.twoColFixRtHdr #header #image {
	padding-bottom: 5px;
}
.twoColFixRtHdr #mainNav {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 30px;
	background-color: #FFF;
	background-image: url(site_elements/nav_bg.png);
	color: #FFF;
}

.twoColFixRtHdr #navcontainer a {
	color: #FFF;
}
.twoColFixRtHdr #navcontainer a:hover{
	color: #aaa;
}
.twoColFixRtHdr #navcontainer table td{
	background-repeat: no-repeat;
	background-position: center center;
}

.twoColFixRtHdr .navBtn {
	height: 25px;
	float: left;
	padding-top: 0px;
	margin: 0 0 0 31px;
	text-align: center;
}
.twoColFixRtHdr .navBtn img.highlight{
	position: absolute;
	z-index: 1;
	padding: 3px 0 0 0;
	margin: 0 -15px;
	opacity: 0.0;
}
.twoColFixRtHdr .navBtn img.text {
	width: auto;
	text-align: center;
	margin: auto;
	z-index: 2;
	position: relative;
}

.twoColFixRtHdr #flashcontainer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 290px;
	background-color: #FFF;
}


.twoColFixRtHdr #flashcontainer div {
	position: absolute;
	z-index: 0;
	opacity: 0.0;
	clip: rect(0px,960px,292px,0px); /*masks off any overlap*/
	overflow: hidden;
}
.twoColFixRtHdr #flashcontainer div.previous {
	z-index: 1;
}
.twoColFixRtHdr #flashcontainer div.current {
	z-index: 2;
}
.twoColFixRtHdr #flashcontainer #divRight img{
	margin-left: 410px;
	float: right;
}
.twoColFixRtHdr #flashcontainer #divRight {
	background-image: url(site_elements/left_block.png);
	background-repeat: no-repeat;
	background-position: left;

}
.twoColFixRtHdr #flashcontainer #divRight p {
	font-family: "Sanford";
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 330px;
	float: left;
	position: absolute;
	padding: 40px;
	display: block;
}
.twoColFixRtHdr #flashcontainer #divRight .quote {
	font-family: "P22 Dearest Swash";
	font-size: 60px;
	color: #fff;
	float: right;
}







.twoColFixRtHdr #flashcontainer2 {
	text-align: left;
	height: 350px;
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.twoColFixRtHdr #flashcontainer2 #myFlashContent {
	float: right;
}



.twoColFixRtHdr #allsidebars {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColFixRtHdr #sidebar1 {
	padding: 15px 10px;
	color: #FFF;
	background-color: #c4a665;
}
.twoColFixRtHdr #sidebar1 h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5F442F;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 h2 {
	font-size: 10px;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 12px;
}
.twoColFixRtHdr #sidebar1 h3 {
	padding: 0 15px;
	line-height: 20px;
	font-size: 18px;
}
.twoColFixRtHdr #sidebar1 a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #5F442F;
	text-decoration: none;
}

.twoColFixRtHdr #sidebar2 {
	padding: 15px 10px;
	color: #5F442F;
	background-color: #FFF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #C4A665;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #C4A665;
}
.twoColFixRtHdr #sidebar2 h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #797C4C;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar2 img {




}

.twoColFixRtHdr #sidebar3 {
	color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C4A665;
}
.twoColFixRtHdr #sidebar3 h3 {
	font-size: 18px;
	text-align: center;
}
.twoColFixRtHdr #sidebar3 table{
	background-color: #41261D;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #41261D;
}
.twoColFixRtHdr #sidebar3 a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar3 a:hover {
	color: #5F442F;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar4 {
	color: #5F442F;
	background-color: #FFF;
}

.twoColFixRtHdr #third3 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: inherit;
	padding: 15px 10px;
	color: #FFF;
	background-color: #C0C5A5;
}

.twoColFixRtHdr #blogContent {
	margin: 0 40px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


.twoColFixRtHdr #mainContent {
	margin: 30px 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.twoColFixRtHdr #mainContent h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5F442F;
	
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
}
.twoColFixRtHdr #mainContent h2 {
	font-size: 14px;
	text-align:right;
}

.twoColFixRtHdr #mainContent2 {
	margin: 30px 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.twoColFixRtHdr #mainContent2 h1 {
	font-family: Sanford;
	font-size: 36px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5F442F;
	padding-bottom: 5px;
	padding-left: 10px;
}

.twoColFixRtHdr #mainContent2 .italic {
	font-family: Sanford;
	font-size: 36px;
	font-style: italic;
	color: #332113;
}


.twoColFixRtHdr #mainContent2 h2 {
	font-size: 14px;
	text-align:right;
}

.twoColFixRtHdr #mainContent2 p img  {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.twoColFixRtHdr #mainContent2 h3{
	text-align:left;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #5B503A;
	border-bottom-color: #5B503A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #DFDACE;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px 40px;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	color: #5B503A;
	font-weight: normal;
	line-height: 16px;
}

.twoColFixRtHdr #mainContent2 h3 img{
	padding-right: 20px;
	float: left;
}



.twoColFixRtHdr #wideContent {
	background-color: #FFF;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.twoColFixRtHdr #wideContent p img {
	padding: 0 5px;
	height: 120px;
	width: auto;

}


.twoColFixRtHdr #wideContent h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5F442F;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	margin: 10px 20px 0 20px;
}
.twoColFixRtHdr #wideContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 25px;
}
.twoColFixRtHdr #footer {
	background-color: #c4a665;
	text-align: center;
	width: 960px;
	margin: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #c4a665;
	font-style: normal;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 25px;
	color: #5F442F;
}
.twoColFixRtHdr #copyright {
	text-align: right;
	width: 960px;
	color: #FFF;
	margin: 0 auto;
}
.twoColFixRtHdr #copyright p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	font-style: normal;
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a {
	color: #302210;
	text-decoration: none;
}
a:hover {
	color: #5F442F;
	text-decoration: none;
}
#footer a {
	color: #5F442F;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	color: #5F442F;
	text-decoration: none;
}
.twoColFixRtHdr #wideContent img {
	padding: 0 5px;
	width: auto;
	float: left;
}
.twoColFixRtHdr #container #wideContent iframe {
}
.twoColFixRtHdr #navcontainer table {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 30px;
	background-color: #FFF;
	background-image: url(site_elements/nav_bg.png);
	color: #FFF;
}
