@charset "UTF-8";
body  {
	background: #272727;
	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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.feature_img {
	padding: 3px;
	float: left;
	border: 1px solid #BDB49D;
	margin-top: -16px;
	margin-right: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
}
.feature_img_pano {
	padding: 3px;
	float: right;
	border: 1px solid #272727;
	clear: right;
	width: 600px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.twoColFixLtHdr #logonav {
	text-align: center;
	margin-top: 0;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 90px;
	padding-bottom: 12px;
} 
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #272727;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #D9D2BD;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #666666;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	color: #272727;
	font-variant: normal;
}
.twoColFixLtHdr #mainContent {
	overflow: visible;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #a55800;
} 
.twoColFixLtHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #9a9a9a;
	line-height: 0px;
	text-align: right;
}
.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;
}

.twoColFixLtHdr #container #sidebar1 .sidebar_img {
	border: 1px solid #272727;
	background-color:#D9D2BD;	
	margin: 0px;
	padding: 3px;
}
.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;
}
h1 {
	font-family: "Frutiger 47LightCn", "Arial Narrow", "Futura Condensed", sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #9a9a9a;
	text-align: left;
	line-height: 18px;
	padding-top: 4px;
	font-variant: normal;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	color: #A55800;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #eee;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caption    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #9a9a9a;
	text-indent: 0em;
	margin-top: 6px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	text-indent: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.graphichead {
	font-family: "Frutiger 47LightCn", "Arial Narrow", "Futura Condensed", sans-serif;
	font-style: normal;
	font-size: 48px;
	color: #333;
	font-weight: lighter;
}
.twoColFixLtHdr #container form {
	padding: 3px;
	margin-bottom: 0px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .formcellrt {
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent .formcell {
	font-size: 10px;
}
.imagebdrs_main {
	border: 1px solid #bdb49d;
	padding: 3px;
	float: none;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
.imagebdrs_floatleft {
	border: 1px solid #bdb49d;
	padding: 3px;
	float: left;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
}
.twoColFixLtHdr #container #sidebar1 table {
	color: #272727;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	background-color: #bdb49d;
	padding: 6px;
}
.twoColFixLtHdr #container #mainContent td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.poplink {
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 11px;
}
.td_underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.linklist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #9C5502;
	list-style-type: disc;
}
 .rss_box {
	width: 240px;
	background-color: #D9D2BD; 
}
 
 .rss_title, rss_title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	color: #A55800;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
 .rss_items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;  
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
  
}

.rss_item a:hover { 

}
	
.rss_date {
	color: #272727;
	font-variant: normal;
	font-size: 9px;
}
.clientcaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #391209;
}
.navlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}
