/* CSS Document */





body {
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bone_biscuit_hdr_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link, a:visited {
	color: #454D02;
	text-decoration: none;
}
a:hover {
	color: #786101;
}
#flashhome {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	height: 142px;
	width: 750px;
	padding-top: 5px;
	padding-left: 220px;
	padding-bottom: 8px;
}

#maincontent {
	height: auto;
	width: 975px;

}
#newsletter {
	background-image: url(../images/newsletter_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 225px;
	height: 33px;
	width: 735px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	padding-top: 10px;
	margin-left: 15px;
}
#footer {
	padding-left: 145px;
	height: 80px;
	width: 815px;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	padding-top: 20px;
	margin-left: 15px;
	color: #999999;
}



	/*Scroll Bar related style*/
#home_contnet {
	vertical-align: top;
	text-align: left;
	position: relative;
	float: left;
	height: 156px;
	width: 735px;
	font-size: 12px;
	padding-right: 24px;
	overflow: scroll;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url(../images/home_content_back.jpg);
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:22px;
}
.vscrollerbar {
background-image: url(../images/vscroller.png);
width: 20px;
/* following is the bit that allows us fixed height scrollbars */
height: 30px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(../images/vscroller.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/vscroller.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 20px;}
.hscrollerbar {height: 20px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 20px;
height: 20px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}


/* Scroll Bar Master Styling Ends Here */

.main_nav, a.main_nav:link, a.main_nav:visited {
	font-weight: bold;
	color: #333300;
	text-decoration: none;
	font-size: 12px;
}

a.main_nav:hover, a.main_nav:active {
	color: #786101;
}

.ftr_nav, a.ftr_nav:link, a.ftr_nav:visited {
	padding-right: 8px;
	color: #999999;
}

a.ftr_nav:hover, a.ftr_nav:active {
	color: #786101;
}
.thirdeye {
	font-size: 10px;
}
.thirdeye, a.thirdeye:link, a.thirdeye:visited {
	padding-right: 8px;
	color: #999999;
}

a.thirdeye:hover, a.thirdeye:active {
	color: #786101;
}
.text_highlight {
	font-weight: bold;
	color: #776100;
}
.subtitles {
	font-size: 18px;
	font-weight: bold;
	color: #776100;
	font-style: italic;
}
.text_highlight2 {
	font-weight: bold;
	color: #3A81D5;
}
.interior_content {
	font-size: 12px;
}
