@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #949494;
	color: #333;
}
img {
	border-style: none;
}
p {
	text-indent: 15px;
	color: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #831305;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #E6E6E6;
}
a:active {
	color: #E6E6E6;
}
#header  {
	text-align: center;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
#menuTop {
	background-image: url(images/topmenu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 43px;
	text-align: center;
	vertical-align: middle;
}
#container  {
	width: 878px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#sidebarIndex {
	float: left;
	width: 200px;
	background-image: url(images/sidemenuBG.jpg);
	background-repeat: no-repeat;
	height: 439px;
	margin-top: 2px;
}
#sidebarIndex .navigation {
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sidebarIndex #news {
	padding: 0 15px 0 25px;
	margin: 5px 0 0 0;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 203px;
	background-image: url(images/sidemenuBGmid.jpg);
	background-repeat: repeat-y;
}
#sidebar1 .navigation {
	padding: 0 35px 0 20px;
}
#sidebar1 #bottom {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/sidemenuBGbottom.jpg);
	height:258px;
}
#sidebar1 #news {
	padding: 5px 15px 50px 25px;
	background-image: url(images/sidemenuBGbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 200px;
	margin: 5px 0 0 0;
}
#newsHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FC0;
	text-decoration: underline;
}
.newsParagraph {
	padding: 5px 5px 8px 8px;
}
.newsParagraph li {
	list-style-position: outside;
	list-style-type: square;
	color: #999;
	font-weight: bold;
}
#updates {
	font-size: 85%;
	color: #FFF;
}
#mainContent  {
	margin: 0 0 0 205px;
} 
#mainContent .content a {
	color: #600;
}
.pageTitle {
	color: #FFF;
	padding: 10px 50px 0px 10px;
	font-size: 190%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 50px;
	text-shadow: #333 3px 3px 3px;
	line-height: 1.2em;
}
.content {
	padding: 7px 30px 7px 15px;
	text-indent: 20px;
}
.paragraph {
	text-indent: 8px;
	padding: 4px 0 0 0;
}
.gallery {
	color: #FFF;
	font-size: 90%;
	margin: 5px 50px 10px 10px;
	background-image: url(images/inventoryBG.jpg);
	background-repeat: repeat-x;
	padding: 5px 0px;
}
.galleryTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #600;
	font-weight: bold;
	font-size: 110%;
	padding: 0 10px 0 20px;
}
.galleryParagraph {
	font-size: 95%;
	color: #DBDBDB;
	padding: 5px 20px;
	text-indent: 20px;
}
.galleryBody {
	text-align: center;
}
.galleryPhotos {
	text-align: center;
	padding: 5px 0;
}
.galleryPhotos img {
	margin: 5px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	width: 125px;
	height: 83px;
}
#galleryCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	font-size: 115%;
	padding: 5px 25px;
}
.inventory {
	color: #FFF;
	font-size: 90%;
	margin: 5px 40px 10px 15px;
	background-image: url(images/inventoryBG.jpg);
	background-repeat: repeat-x;
	padding: 5px 0px;
}
.inventory .state {
	font-weight: bold;
	text-transform: uppercase;
	color: #FC3;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 5px;
	font-size: 170%;
}
.invTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #600;
	font-weight: bold;
	font-size: 110%;
	padding: 0 10px;
}
.invParagraph {
	font-size: 95%;
	color: #DBDBDB;
	padding: 5px 20px;
	text-indent: 20px;
}
.invPhotos {
	text-align: center;
}
.invPhotos img {
	margin: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
}
.pageLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 2px;
	font-size: 110%;
	color: #600;
	font-weight: bold;
}
#bottom  {
	background-color: #3c3c3c;
	background-image: url(images/dividerBottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #CCC;
	height: auto;
}
#address {
	text-align: center;
	padding: 30px 20px 10px 20px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#bottom #nav {
	color: #999;
	padding: 10px;
}
#copyright {
	color: #999;
	padding: 10px 10px 300px 10px;
	font-size: 80%;
}
.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;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
}
.contententrybody {
	text-indent: 15px;
	margin: 10px 0;
}
#contactinfo {
	padding: 0px;
	margin: 10px 30px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#click {
	font-size: 85%;
	color: #FFF;
	font-style: italic;
	padding: 5px 85px 5px 70px;
	text-align: center;
}
#bottomContainer {
}
#bottomContainer-ls  {
	background-image: url(images/content-bottom-ls.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 190px;
	float: left;
	width: 46px;
}
#bottomContainer-bg  {
	background-image: url(images/content-bottom-bg.jpg);
	background-repeat: repeat-x;
	height: 190px;
	margin: 0 50px 0 45px;
}
#bottomContainer-rs  {
	background-image: url(images/content-bottom-rs.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 190px;
	float: right;
	width: 50px;
}
#bottomContainerContent {
	padding: 20px 0 15px 0;
}
.socialicons {
	padding:10px; 
	text-align:center;
}
.socialicons img {
	padding: 0 5px;
}

