@charset "utf-8";
body  {
	background: #a41b15;
	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: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.main #container {
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e9ece3;
	margin: 0 auto;
	text-align: left;
}
.main #top {
	background-image: url(images/top.jpg);
	height: 31px;
} 
.main #header {
	background-image: url(images/header.jpg);
	height: 103px;

} 
.main #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 */
}
.main #header2 {
	background-image: url(images/header2.jpg);
	height: 329px;
	margin: 0px;
	padding: 0px;
}
.main #leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding-left: 10px;
}
.main #underheader {
	height: 20px;
}
.main #mainContent {
	margin: 0 0 0 239px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #fff;
} 
.main #footer {
	background-image: url(images/footer.jpg);
	height: 74px;
	margin: 0px;
	padding: 0px;
}
.main #footercontent {
	padding-top: 37px;
}
.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;
}
.main #menuwrapper {
	padding-top: 77px;
	padding-right: 20px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#tabmenu {
margin-right: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-right: 5px;
}

#tabmenu ul{
font: bold 11px "Trebuchet MS", Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#tabmenu li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#tabmenu a{
float:right;
color: white;
background: #000 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#tabmenu a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#tabmenu a span{
float:none;
}


#tabmenu a:hover{
background-color: #a41b15;
}

#tabmenu a:hover span{
background-color: #a41b15;
}

#tabmenu #current a, #tabmenu #current span{ /*currently selected tab*/
background-color: #a41b15;
}

#tabmenuline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #fff;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
.title {
	font-size: 24px;
	color: #2a373d;
}
.whitesmalltext {
	font-size: 12px;
	color: #FFFFFF;
}p {
	margin: 0px;

}
.main #slideshowholder {
	height: 245px;
	width: 409px;
	padding-top: 44px;
	padding-left: 248px;
}
.main #bodybit {
	background-image: url(images/bodybit.jpg);
	height: 250px;
}
#navcontainer {
width: 200px;
margin-left: 10px;
 }
#navlist {
padding-left: 0;
margin-left: 0;
width: 200px;
}
#navlist li {
list-style: none;
margin: 0;
padding: 0.5em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #396b8e;
}
#navlist li a { 
text-decoration: none;
font-weight: bold;
color:#396b8e; 
}
#navlist  a:link, .navlist2 a:visited {
font-weight: bold;
color: #396b8e;
}
#navlist a:hover {
color: #396b8e;
font-weight: bold;
text-decoration: none;
}
.wlink {
	color: #fff;
	text-decoration: underline;
}form {
	margin: 0px;
	padding: 0px;
}
.blacklink {
	color: #000000;
	text-decoration: underline;
}
.blackboldlink {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.leftimage {
	padding-left: 18px;
}
.gallerydiv {
	border: 4px solid #000000;
	height: 338px;
	width: 450px;
} 
form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.mminput{
	width: 75px;
}
label.mm {
	width: 115px;
	margin-left: 15px;
}
.button {
	cursor: pointer;
}
.quotebutton {
	cursor: pointer;
	width: 100px;	
}
.tabletext {
	font-size: 12px;
}
.tabletitle {
	font-size: 16px;
	font-weight: bold;
}
.linediv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3d6986;
}
