﻿table {
	padding: 5px 5px 5px 5px;
	margin-left: 15px;
}

h1, h3, h4 {
	margin: 0;
	font-family: Tahoma, Verdana, sans-serif;
}

#headings {
	padding: 15px 15px 0px 15px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
}

p {
	padding: 0px 15px 0px 15px;
	line-height: normal;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
}

ul.main {
	line-height: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:12px;
	padding-right:15px;
	padding-left: 0px;	
	padding-bottom:5px;
 	list-style-type:disc;
 	color:#847510;
}

ul.sub {
	line-height: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style-type: decimal;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #DC7D2B;
}

a:visited {
	color: #9C7F00;
	text-decoration:none;
}

a:hover {
	color: #9C7F00;
	text-decoration:none;
}

a:active {
	color:#DC7D2B;
	text-decoration:none;
}

body {
	background-color: #FFFFFF; /*background-image: url(Images/background.gif); */;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border-width: 0;
}

/*  Container*/

#container {
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
}

#shadow {
    width: 950px;
    margin: 2px auto;
    position: relative;
    background: #CCCCCC;
}

/* 1 HEADER */ 

#headerleft {
	float: left;
	background-image:url(../Images/HomePageLogo.jpg);
	height:136px;
	width:126px;
	background-repeat:no-repeat;
}

#headerright {
	background-image:url(../Images/Home-page1.jpg);
	float: left;
	height:103px;
	width:672px;
	text-align:left;
	margin-top:-10px;
	vertical-align:top;
	background-repeat:no-repeat;
}

#headerSliver {
	background-image:url(../Images/sliver.jpg);
	background-repeat:repeat-x;
	height:103px;
	width:152px;
	float:left;
	margin-top:-10px; 
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

h3 {
	margin-top: 12px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin-top: 12px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: bold;
}

.box { 
	border: 1px solid black; 
	padding: 10px; 
} 

.title { 
	position: relative; 
	top: 10px; 
	left: 5px; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	background-color: white; 
	padding: 0 5px; 
} 

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content {
	width:950px;
	Height:auto;
	text-align:left;
	vertical-align:top;
    padding-bottom:20px;
    clear:both;
}

/*
#contentleft {
	float: left;
	width: 200px;
	height:auto;
	margin-top: 15px;
	padding-left: 20px;
}

#contentright {
	margin-top:-10px;
	float:left;
	width:730px;
	height:auto;
	text-align: justify;
	vertical-align: top;
	font-family: Tahoma, Verdana, sans-serif;
}
*/

#contentleft {
	float: left;
	width: 200px;
	height:auto;
	margin-top: 15px;
	padding-left: 20px;
}

#contentright {
	margin-top:-10px;
	float:left;
	width:730px;
	height:auto;
	text-align: justify;
	vertical-align: top;
	font-family: Tahoma, Verdana, sans-serif;
}

.barker {
	color: #CC6600;
	font-weight: bold;
}

.lemar {
	color: #808000;
	font-weight: bold;
}

ul {
	padding-right: 15px;
}

.bullets {
	margin-bottom: 10px;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	float:left;
	margin-top:20px;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 9px;
	color: #000000;
}

.address {
	padding: 5px;
	text-align: center;
	font-size: 10px;
}

.videotab {
	margin: auto;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #808000;
}

/* solid menu */
/* this is for a solid block menu currently not in use*/

.solidblockmenu {
	margin:0px;
	padding: 0;
	float: left;
	font: bold 10px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background-color:#231F20;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: white;
	padding: 4px 20px;
	text-decoration: none;
	border-left: 1px solid white;
}

.solidblockmenu li a:visited {
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background-color:#231F20;
}

