@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #192510;
	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: #2c2c2c;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
}
a {
	font-family: Helvetica, sans-serif, Arial;
	color: #476684;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #476684;
}
a:hover {
	text-decoration: none;
	color: #6593C1;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/container-bg.png) repeat-y;
	margin: 10px auto 8px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	height: 40px;
	float: right;
	width: 670px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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: #4D5639;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	padding-left: 12px;
	font-size: 0.8em;
}
.twoColFixLtHdr #mainContent {
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 210px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 12px 200px;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 12px;
} 
.footerText {
}
.twoColFixLtHdr #footer p {
	margin: 10px 0 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 */
}
.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;
}
h1 {
	color: #3D1F11;
	font-size: 2em;
	margin: 0px;
}
h2 {
	color: #3D1F11;
	font-size: 1.2em;
	text-transform: uppercase;
}
h3 {
	color: #3D1F11;
	font-size: 1.1em;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #3D1F11;
	margin-top: 0px;
	margin-bottom: 0px;
}
.index-thumb {
	width: 190px;
	margin-right: 12px;
	float: left;
}

/* end slider */
.index-thumb-right {
	width: 190px;
	margin-right: 2px;
	float: right;
}
.img_left {
	float: left;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.text_bigwhite {
	font-size: 1.2em;
	color: #FFF;
}
.img_left {
	float: left;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.photo_right_div {
	float: right;
	width: 182px;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 8px;
}
.tiny_type {
	font-size: 9px;
	font-family: Helvetica, sans-serif, Arial;
}

/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{
	height:350px; 	/*this changes the height of the image slider*/
	width:600px;
	overflow: hidden;
	position: relative;
	background: #fff url(../images/layout/preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin:20px auto 0 auto;
position: relative;
float:left;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif) center top no-repeat;
}

.feature_excerpt{
	width:591px;
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	z-index: 2;
	padding:14px 15px;
	font-size: 11.5px;
	line-height:1.5em;
	cursor: pointer;
	background: #000;
	color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}
