* {
	margin: 0;
	padding: 0;
}

body {
	background: #575556;
	color: #4c4c4c;
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #6c2328;
	text-decoration: none;
}

p {
	margin: 1em 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
}

#header {
	position: relative;
	background: url(../img/top-bkg2.png) no-repeat;
	width: 850px;
	height: 129px;
	margin-bottom: 23px;
}

#loggedin {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #4c4c4c;
}

#loggedin span {
	margin-right: 20px;
}

#loggedin a {
	color: #6c2328;
}

#loggedin a:hover {
	color: #000;
}

#headerLogo {
	position: absolute;
	width: 283px;
	height: 150px;
	top: 4px;
	left: 1px;
}

#navbarLeft {
	background: url(../img/navibar-left.png) no-repeat;
	height: 34px;
	width: 315px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#navbarContainer {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 47px;
}

#main {
	color: #4c4c4c;
	padding-bottom: 20px;
}

#content {
	float: left;
	width: 570px;
	margin-top: -20px;
	margin-left: 30px;
}

#cbarContainer {
	float: right;
	width: 222px;
	height: 332px;
	margin-right: 20px;
	margin-top: 40px;
	background: url(../img/cbar.gif) no-repeat;
}

#cbar {
	width: 222px;
}

#cbar .inside {
	margin: 20px;
}

#cbar h3 {
	color: #771e26;
	margin-top: 15px;
	padding: 0;
}

#cbar p {
	margin: 5px 0;
	color: #4f4f4f;
}

#cbar #directions {
	display: block;
	margin-top: 15px;
}

#gmaps {
	text-align: center;
	margin-top: 10px;
}

#mbarContainer {
	float: right;
	width: 211px;
	margin-right: 20px;
	margin-top: -80px;
	background: url(../img/mbar-repeater.png) repeat-y;
}

#mbar {
	width: 211px;
	min-height: 395px;
	background-image: url(../img/mbar.png);
	background-repeat: no-repeat;
}

#mbar ul {
	margin: 20px 40px;
	font-size: 15px;
}

.mbarLinks {
	padding-top: 10px;
	margin: 15px 10px;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 15px;
}

.mbarLinks a {
	color: #6c2328 !important;
}

#mbar li {
	margin: 3px 0;
}

#mbar a {
	color: #4c4c4c;
}

#mbar a:hover {
	text-decoration: underline;
}

#mbarBottom {
	width: 211px;
	height: 35px;
	background: url(../img/mbar-bottom.png) no-repeat;
}

#mbarPDF {
	padding: 0 10px;
	background: url(../img/bkg.png) repeat;
	text-align: left;
}

#mbarPDF span {
	display: block;
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	color: #6c2328;
	font-weight: bold;
}

#mbarPDFlink {
	display: block;
	margin-top: -5px;
}

#accordian {
	margin-top: 20px;
	border-top: 1px solid #000;
}

h3.toggler {
	cursor: pointer;
	background: #cccccc;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px 15px;
}

.element {
	border: 1px solid #000;
	border-bottom: 1px solid #000 !important;
	padding-bottom: 2px;
	color: #000;
}

.element .description {
	float: left;
	width: 300px;
	margin: 15px;
}

.el_top {
	margin-top: 10px;
}

.el_logo {
	float: left;
	margin: 0 15px;
}

.el_img_container {
	float: right;
	height: 72px;
	width: 214px;
	margin-right: 15px;
}
.el_img1 {
	float: left;
	border: 1px solid #808080;
	border-right: none;
	height: 70px;
	width: 70px;
}

.el_img2 {
	float: left;
	border: 1px solid #808080;
	border-right: none;
	height: 70px;
	width: 70px;
}

.el_img3 {
	float: right;
	border: 1px solid #808080;
	height: 70px;
	width: 70px;
}


.element .el_right {
	margin: 15px;
	float: left;
	width: 200px;
}

.el_right h3 {
	text-decoration: underline;
}

.el_right a {
	font-weight: bold;
	font-size: 15px;
}

.el_right a:hover {
	text-decoration: underline;
}

#footer {
	width: 850px;
	height: 79px;
	background: url(../img/bottombanner2.png) no-repeat;
	text-align: center;
	color: #4c4c4c;
}

#footer a {
	color: #4c4c4c;
}

#footer a:hover {
	color: #000;
}

#footerLinksTop {
	padding: 10px 0;
	font-size: 13px;
	font-weight: bold;
}

#copyright {
	margin-top: 10px;
	font-size: 80%;
	margin-bottom
}

#main {
	background: url(../img/bkg.png) repeat;
	width: 850px;
	min-height: 400px;
}

#maintop {
	background: url(../img/redswoop.png) no-repeat;
	height: 112px;
	width: 850px;
}

h1, h4 {
	color: #6c2328;
	margin: 0;
}

h1 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

h2 {
	color: #c4c4c4;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	padding-top: 17px;
}

.big {
	font-size: 15px;
}

.spaced {
	line-height: 20px;
}

.pagetext {
	width: 430px;
	margin-left: 10px;
}

form.contact {
	background: #ebebeb;
	margin: 10px 0;
	min-height: 300px;
}

table.stockprices {
	background: #fff;
}

table.stockprices th {
	background: #e6e6e6;
	padding: 2px 10px;
	border-right: 1px solid #e6e6e6;
}

table.stockprices td {
	padding: 2px 10px;
	border-right: 1px solid #e6e6e6;
}

/* Admin */

#adminmain {
	position: relative;
	margin: 0 40px;
}

#adminleft {
	float: left;
	width: 420px;
}

#adminright {
	float: right;
	width: 270px;
	margin-top: 10px;
}

.standardform {
	font-size: 14px;
}

.standardform p {
	clear: left;
}

.standardform label {
	text-align: right;
	margin-right: 10px;
	float: left;
	width: 115px;
	color: #4c4c4c
}

.standardform input, textarea {
	font-size: 14px;
	font-family: Arial, sans-serif;
	width: 226px;
}

.standardform input.check {
	width: auto;
	margin: 0 5px 0 10px;
}

.standardform .submit {
	margin-left: 135px;
	background: #6c2328;
	border: none;
	padding: 5px;
	color: #c4c4c4;
	width: auto;
}

.standardform .formimage {
	width: auto;
	margin-left: 135px;
}

.errorMessage {
	color: red;
	margin-left: 20px;
}

.linecard {
	margin: 15px 0;
	font-size: 15px;
}

.lc_group {
	margin-bottom: 15px;
	line-height: 20px;
}

.lc_group h3 {
	font-size: 15px;
	color: #6c2328;
	text-transform: uppercase;
}

.lc_left, .lc_right {
	float: left;
	width: 285px;
}