body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 5px;
	font-size: 11px;
	line-height: 16px;
	color: #6C6B69;
}
a {
	color: #907B5F;
	text-decoration: underline;
}
p {
	margin-top: 3px;
	margin-bottom: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7C694E;
}
h2 {
	margin-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7C694E;
}
h3 {
	margin-top: 10px;
	font-weight: bold;
}
hr {
	height: 1px;
	margin: 12px 5px 10px 5px;
	border: 0;
	color: #6C6B69;
	background-color: #6C6B69;
}
ul {
	margin-left: 20px;
}

#wrapper {
	width: 768px;
	margin: auto;
}

/* Header Styles	*/
#header {
	width: 768px;
	/*dealing with the background image test 
	@ Edgar Medina
	*/
	height:120px;
	background: #332E27;
	margin: 0 0 4px 0;
}
#header #logo {
	/*padding: 10px 20px 2px 20px;*/
	/*background: #060606;*/
}

/* Navigation Styles	*/
#navigation ul {
	height: 20px;
	margin: 0 0 4px 0;
	border-top: 1px solid #665C4E;
	border-bottom: 1px solid #665C4E;
	list-style: none;
	background: #FFF;
}
#navigation ul li {
	float: left;
	width: 109.7px;
	margin-left: -1px;
	border-left: 1px solid #665C4E;
}
#navigation ul li.listFirst {
	margin-left: 0px;
	border-left: none;
}
#navigation ul li a,
#navigation ul li span.nolink {
	display: block;
	height: 14px;
	width: 109.7px;
	padding: 3px 0;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 13px;
	color: #67563E;
}
#navigation ul li span.nolink {
	color: #DDD;
}
#navigation ul li a:hover {
	background: #C1C46F;
}

#content {
	margin: 0;
	padding-bottom: 5px;
	width: 768px;
}
#content img {
	border: 1px solid #67563E;
}
#img_loading {
	display: none;
	text-align: center;
}
#img_loading img {
	display: block;
	margin: auto;
	border: none;
}
#homeImage,
#headerImage {
	width: 768px;
	height: 335px;
	overflow: hidden;
}
#homeImage img,
#headerImage img {
	border: none;
	background-color: #FFF;
	top: 0;
	left: 0;
}
#home-info {
	margin-top:5px;
}
#home-info .home-info-inside {
	float:left;
	width:384px;
	padding-bottom: 5px;
}
#headerImage.auto {
	height: auto;
}

/* Styles for the two-column AJAX layout */
#twocol_item_wrapper {
	float: left;
	width: 475px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #665C4E;
	margin-right: -1px;
}
#twocol_item_content {
	width: 450px;
	padding: 15px 12.5px;
}
#twocol_item_content #twocol_item_photo {
	float: left;
	width: 136px;
	padding: 5px;
}
#twocol_item_content h1 {
	margin-top: 0;
	margin-bottom: 20px;
}
#twocol_item_content h2 {
	margin-top: 20px;
	margin-bottom: 0;
}
#twocol_item_content #twocol_item_copy {
	float: left;
	width: 319px !important;
	width: 309px;
	padding: 5px;
}

#twocol_itemList {
	width: 252px;
	float: left;
	padding: 15px 20px !important;
	padding: 15px;
	border-left: 1px solid #665C4E;
}
#twocol_itemList ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px;
}
#twocol_itemList ul li {
	float: left;
	margin: 10px 5px 0px 5px;
	padding: 0;
}
#twocol_itemList ul li a {
	display: block;
	text-decoration: none;
	overflow: visible !important;
	overflow: hidden;
}
#twocol_itemList.gallery ul li a {
	width: 73px !important;
	width: 75px;
	height: 100px;
}
#twocol_itemList.ajax ul li a {
	width: 115px !important;
	width: 117px;
	height: 175px;
}
#twocol_itemList ul li a h1 {
	margin-top: 5px;
	font-size: 11px;
	color: #7C694E;
}

#twocol_itemList div#testimonial {
	clear: both;
	padding: 50px 0 0 0;
}

#wrapper #content div.page_sub_two_col1 {
	float: left;
	width: 184px;
	margin-right: 10px;
}
#wrapper #content div.image_col img {
	margin-bottom: 20px;
}
#wrapper #content div.page_sub_two_col2 {
	float: left;
	width: 564px;
	margin-left: 10px;
}

form {
	margin-bottom: 15px;
}
form br {
	clear: both;
}
form p.error {
	margin: 0 0 0 212px;
	color: #F00;
}
input.text,
textarea,
input.submit {
	width: 20em;
	display: block;
	float: left;
	border: 1px solid #AAA;
	margin-top: 10px;
	padding: 2px;
	background: url(/media/form-field-bg.gif);
}
textarea{
	width: 30em;
}

label {
	color: #907b5f;
	display: block;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}
label.required {
	font-weight: bold;
}

input.formbutton{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 20px;
	font-size: 12px;
	padding: 5px 5px 5px 25px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #907b5f;
	background: #907b5f url(/media/go-arrow.gif) 10px 10px no-repeat;
}
fieldset{
	width: 50em;
	margin-bottom: 25px;
}
legend{
	color: #907b5f;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#locationInfo,
#hoursInfo {
	width: 50%;
	float: left;
}

table {
	width: 75%;
	border-collapse: collapse;
	/*border: 1px solid #CCD8BD;*/
	margin-top: 0;
}
table tr th,
table tr td {
	padding: 2px 10px 2px 3px;
	vertical-align: top;
	border-bottom: 1px dotted #D9E5C9;
}
table thead,
table tbody {
	margin: 10px;
}
table thead tr th {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
table tbody tr th {
	margin-left: 10px;
	font-weight: bold;
	text-align: left;
}
table tbody tr td {
	text-align: center;
}
table tbody tr td.description {
	text-align: left;
}
table tr td.right {
	text-align: right;
}
table t



ul.linkList {
	margin-left: 25px;
}
ul.linkList li {
	margin: 2px;
	font-size: 14px;
	list-style-type: disc;
	color: #7C694E;
}
ul.linkList li a {
	text-decoration: none;
}
ul.linkList li a:hover {
	text-decoration: underline;
}

#featureBar ul {
	height: 100px;
	margin: 4px 0 0 0;
	border-top: 1px solid #665C4E;
	border-bottom: 1px solid #665C4E;
	list-style: none;
}
#featureBar ul li {
	float: left;
}
#featureBar ul li a {
	display: block;
	float: left;
	height: 100px;
	color: #67563E;
}
div#navigation ul li a:hover {
}
	
/* Footer Styles	*/
#footer {
	width: 768px;
}
#footer ul#footerNav {
	float: left;
	margin-left: 0;
	list-style: none;
	/*border-right: 1px solid #665C4E;*/
}
#footer ul#footerNav li {
	float: left;
	margin-left: -2px;
	padding: 0 6px 2px 6px;
	/*border-left: 1px solid #665C4E;*/
}
#footer ul#footerNav li.listFirst {
	margin-left: 0px;
	/*padding-left: 0px;
	border-left: none;*/
}
#footer ul#footerNav li a,
#footer ul#footerNav li span.nolink {
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #67563E;
}
#footer ul#footerNav li span.nolink {
	color: #DDD;
}
#footer ul#footerNav li a:hover {
	text-decoration: underline;
}

#footer p {
	line-height: normal;
}
#footer p#copyright {
	margin: 2px 0 0 0;
	float: right;
	text-align: right;
	color: #6C6B69;
	font-size: 10px;
}
#footer p#address {
	padding: 5px 0 15px 0;
	text-align: center;
	color: #67563E;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* class for clearing floats	*/
.clear {
	clear: both;
	height: 0;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
/* filler class - used to note that more content is needed */
.filler {
	border: 1px solid #5E0000;
	background-color: #FF0;
	text-decoration: blink;
}
.noborder {
	border: none !important;
	border: none;
}
.center {
	text-align: center;
}
.fb img a:hover {

	z-index:100;
	margin:-32px;
	display: block;
	background: url(/media/relink/tw_active.png);
	/*background: url(/media/relink/fb_active.png) no-repeat;*/
}
.social-media{
	padding-top:5px;
	float:right;
	border:0;
}
a img {
	outline:none,
	border:none;
	border-radius:10px;
}

@media only screen and (max-device-width : 640px) {
background-color: #000000;
}