﻿/*
Design by Beer, Incorporated - Tyler, Texas
http://www.beerincorporated.com
Copyright - 2009
*/

html {
overflow: scroll;
} 

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #A4A4A4;
	background-image: url('images/bg5.jpg');
	background-repeat: repeat-x;
}
#wrapper {
	width: 776px;
	margin: 0 auto;
	background-color: #000000 ;

}
#logo {
	float: left;
	width: 776px;
	height: 91px; /*margin-left: 8px;*/;
	font: 8px Tahoma, Arial, Helvetica, sans-serif;
	background: url('images/logo5.jpg') no-repeat left top;
	clear: both;
}
/* Header */

#header {
	width: 766px;
	height: 142px;
	margin: auto auto;
	background: #000000;
	padding-left: 6px;
	

	/*overflow:hidden;
	clear: both;*/
}

img.header {
	margin-left: 0px;
	margin-right: 0px;
	/*float: left;*/
}
/* Page */

#page {
	clear:both;
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background: url(images/bg3.jpg) repeat-y left top;
	/*border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #B3920D;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #B3920D;*/
	
}
/* Content */

#content {
	margin: 0px;
	float: right;
	width: 620px;
	padding: 0px 0px 0px 0px;
	background-image: url('images/cbg1.jpg');
	background-repeat: no-repeat;
}



h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	text-align: justify;
	line-height: 20px;
}

a:link {
	color: #800000;
	/*text-decoration: none;*/
}
a:hover, a:active {
	/*text-decoration: none;*/
	color: #800000;
	
}

a:visited {
	color: #800000;
}

img {
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
	width: 582px;
}

fieldset {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin: 0 0 8 0;
	padding: 0;
	width: 110px;
	height: 61px;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 229px;
}


/* Menu */

#menu {
	float: left;
	width: 740px;
	height: 30px;
	/*padding: 5px 0 0 0;*/
	/*background: #000000;*/
}

#menu ul {
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background: url(images/img03.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#sidebar .current_page_item a {
	color: #B3920D
}

/* Sidebar */

#sidebar {
	margin: 0px;
	float: left;
	width: 139px;
	padding: 10px 0 10px 0;
	font-weight: bold;
	overflow: hidden;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
	padding-left: 10px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 0px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
	margin-bottom: 2px;
}

#sidebar a {
	border: 1px solid #C0C0C0;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
		display: block;
}
#sidebar a:hover {
	text-decoration: none;
	color: #B3920D;
	font-weight: bold;
	display: block;
}
#sidebar  a:active {
	text-decoration: none;
	color: #B3920D;
	font-weight: bold;
}

/*#sidebar a:visited {
	/*color: #3B0700;*/
/*	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
*/


/* Search */

#search {
}

#search h2 {
	
}

#s {
	width: 100px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #3A0700;
	margin-bottom: 3px;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

/* Footer */
#footer-wrap {
	width: 760px;
	height: 40px;
	margin-left: 8px;
	/*background: #999999;*/
	background-color: #000000;
}

#footer {
	clear:both;
	margin: 0 auto;
	height: 40px;
	min-height: 40px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C0C0;
}

html>body #footer {
	height: auto;
	
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #C0C0C0;
}

#legal a {
	text-decoration: none;
	color: #C0C0C0;
}
#legal a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


#logo a {
	text-decoration: none;
	color: #C0C0C0;
}
#logo a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


h3 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 11px;
}
#sidebar h3 {
}
.tablepadding {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.info {
	margin: 20px 0px 20px 20px;
	border-style: none;
	display: block;
	float: left;
}
.infoicon {
	margin: -5px 10px 5px 10px;
	border-style: none;
}
.nomarg {
	margin: 0px;
	float: right;
}
.package_header {
	margin: 0px;
	border: 1px solid #000000;
	padding: 2px 0px 2px 5px;
	background-color: #C0C0C0;
}
.pkgimg {
	margin: 5px 0px 0px 0px;
	border: 1px solid #000000;
}
