@charset "UTF-8";
/* Page Layout and Text Formating */
body {
	margin: 0px;
	width: 100%;
	background: #663300;
	text-align: center;
}
p, li {
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
h1 {
	font-weight: bold;
	color: #663300;
	margin: 10px 5px;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}
h2
{
	color: #663300;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h3 {
	font-size: 15px;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr
{
	font-size: 99%;
	color: #663300;
}

.thrColFixHdr #container #mainContent #content h2
{
	color: #663300;
	font-size: 16px;
}


h4 {
	font-size: 14px;
	color: #663300;
	text-transform: none;
}

h5 {
	font-size: 15px;
	line-height: 19px;
	background-color: #663300;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}

h6 {
	font-size: 12px;
	background-color: #663300;
	color: #FFFFFF;
	padding: 3px;
	text-transform: uppercase;
	text-align: center;
}

pre {
	font-size: 11px;
	font-family: courier new, courier, serif;
}

img {
	border: 0px;
}

form{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	margin: 0px 5px 10px 20px;
}





a:link, a:visited {
	text-decoration: underline;
	font-style: italic;
	color: #0033CC;
}

a:hover, a:active {
	text-decoration: underline;
	color: #3333CC;
	font-weight: bold;
}

#pagetop {
	padding: 5px 10px;
	color: #FFFFFF;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	background-color: #663300;
	background-image: url(../image-files/topshadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#pagemiddle {
	position: relative;
	height: 100%;
	background: #ffffff url('image-files/rot1.jpg') bottom left no-repeat;
}
#header {
	text-align: right;
}
.thrColFixHdr     #container     #mainContent     #header     ul    li  a
{
	color: #FFFFFF;
}
.thrColFixHdr #container #mainContent #header ul
{
	background-color: #925F26;
	text-align: left;
}


#header ul {
	list-style: none outside none;
	font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	position: relative;
	left: -180px;
}

#logo {
	margin: 10px 2px 5px 0px;
}

#leopard {
	margin: 10px 10px 5px 3px;
}

#content {
	padding: 0px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 35px;
}

#clear {
	clear: both;
}

#contactinfo {
	width: 100%;
	padding-top: 5px;
	background: #663300 url('image-files/bottomshadow.gif') top repeat-x;
	text-align: center;
}

.contactinfo {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#bottomnav {
	width: 100%;
	padding-top: 30px;
	background: #663300;
	text-align: center;
}

.bottomnav {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.bottomnav li a {
	color: #ffffff;
}



/* ----- CLASSES ----- */
.left {
	float: left;
}

.right {
	float: right;
}

.absleft {
	position: absolute;
	left: 0px;
}

.absright {
	position: absolute;
	right: 0px;
}

.clr {
	clear: both;
}

.clrleft {
	clear: left;
}

.clrright {
	clear: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

#leftnav {
	width: 220px;
	/*padding-top: 100px;*/
	padding-bottom: 25px;
}

	#leftnav ul {
	list-style: none outside none;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	}


	#leftnav li {
	padding-bottom: 8px;
	font-weight: bold;
	}
.thrColFixHdr #container {
	width: 985px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#663300;
} 
.thrColFixHdr #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 */
	color: #FFF;
	text-align: center;
}
.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;
}

.feed-item
{
	padding: 0px;
	margin: 0px;
}

.feed-item-title a
{
	font-size: 8pt;
	font-family: courier new, courier, serif;
	font-style: italic;
	color: #663300;
}

p.radio {
	text-align: center;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

.white, a.white {
	color: #ffffff;
}

.brown {
	color: #663300;
}
#topnavlinks *{
	list-style-type: none;
	display: inline;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin: 2px;
}

.textlink {
	color: #996600;
	font-weight: bold;
}

.textlist {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}
.thrColFixHdr #sidebar1 #custom-left-box{
	margin: 0px;
	width: 200px;
	border: 1px solid #673300;
	background-color: #FFF;
	padding: 10px;
}
.thrColFixHdr    #sidebar1 #tell-us-form{
	width: 220px;
	border: 1px solid #623100;
	margin: 0px;
	padding: 0px;
}

