@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Ranchers);
/* = RESET STYLES = */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* = DEFAULT STYLES = */
body {
	text-align:center;
	margin:0;
	font-family:'Open Sans', arial, sans-serif;
	font-size:12px;
	background:#aeaeae url(../images/background.jpg) no-repeat top center fixed;
	color:#151959;
}
/* DEFAULT - LINKS */
a {
	text-decoration:none;
	font-weight:bold;
	color:#E30303;
}
a:hover {
	text-decoration:underline;
	color:#FF0505;
}
/* DEFAULT - CLEARS */
.clear {
	clear:both;
	height:0;
	width:0;
	display: block;
}
.clear-right {
	clear:right;
	height:0;
	width:0;
}
.clear-left {
	clear:left;
	height:0;
	width:0;
}
/* = PAGE = */
#page {
	width:1000px;
	margin:0 auto;
	background:#fff;
	padding:10px;
	-webkit-box-shadow:  0px 10px 25px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 10px 25px 0px rgba(0, 0, 0, .5);
}
/* = HEADER = */
#header {
	width: 1000px;
	height: 130px;
	position: relative;
	margin:0 auto;
	background:#fff;
}
/* HEADER - LOGO */
#header #logo {
	position: absolute;
	top: -10px;
	left: 0px;
	z-index:100;
}
#header #logo:hover img {
	opacity:.7;
}
/* HEADER - CALL TO ACTION */
#header #c2a {
	position: absolute;
	top:-10px;
	right: 15px;
	text-align:right;
	height:28px;
}
#header #c2a #tagline {
	font-size:17px;
	color:#000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#header #c2a #address {
	font-size:12px;
	font-weight:bold;
}
#header #c2a #number {
	color:#e30303;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
}
#header #c2a #social {
	position:absolute;
	text-align:center;
	margin:40px 0 0 160px;
	font-size:18px;
}
#header #c2a #social a:hover {
	text-decoration:none;
	color:#c41115;
}
.address {
	font-size:14px;
	font-weight:bold;
	color:#666;
}
#nav {
	padding: 0;
	width: 1000px;
	margin: 10px auto;
	background:#ccc url(../images/nav-bg.png);
	text-align: center;
	height: 50px;
	border-top:0px solid #fa1a12;
	border-bottom:0px solid #333;
}
#nav ul {
	padding: 0;
	margin: 0 0 0 300px;
	list-style-type: none;
	float: left;
}
#nav ul li {
	padding: 0;
	margin: 0;
	float: left;
	border-right:1px solid #888;
}
#nav ul li a {
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding: 0 32px;
	text-shadow:0px 0px 3px #666;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#nav ul li a:hover, #nav ul li.current a, #nav ul:hover li.current:hover a, #nav > ul > li:hover > a {
	background: url(../images/nav-bg-hover.png);
	text-decoration: none;
	color:#fff;
	text-shadow:0px 0px 3px #666;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
/* NAVIGATION - DROP-DOWN */
#nav ul ul {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	width:100%;
	height:auto;
	z-index:50;
}
#nav > ul > li:hover > ul {
	visibility:visible;
}
#nav ul ul li {
	float:none;
}
#nav ul ul li a {
	float:none;
	padding:5px 15px;
	height:auto;
	line-height:normal;
}
#nav ul ul li a.first {
}
#nav ul ul li a:hover {
}
/* NAVIGATION - DROP-DOWN - TIER THREE */
#nav ul ul ul {
	position:absolute;
	top:0;
	left:100%;
	visibility:hidden;
	width:100%;
	height:auto;
	z-index:50;
}
#nav ul ul > li:hover ul {
	visibility:visible;
}
#nav ul ul ul li {
	float:none;
}
#nav ul ul ul li a {
	float:none;
	height:auto;
	line-height:normal;
}
#nav ul ul ul li a.first {
}
#nav ul ul ul li a:hover {
}
/* = BANNER = */
#banner {
	width:1000px;
	height:400px;
	background:#fff;
	margin-top:10px;
}
#banner ul#slider {
	width:1000px;
	height:400px;
	list-style:none;
}
/* = CONTENT = */
#content {
	text-align:left;
	line-height:24px;
	font-size:14px;
	margin:15px 0;
}
#content ul {
	list-style-position: outside;
	padding:0 0 0 25px;
	margin:15px 0;
}
/* CONTENT - HEADINGS */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	color:#151959;
	border-bottom:1px solid #ed1b24;
	padding:0 0 5px 0;
}
h1 span.sub-header {
	font-size: 20px;
	text-transform:none;
}
h2 {
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#40700a;
	border-bottom:1px solid #755113;
	padding:0 0 5px 0;
}
h5 {
}
/* = PRIMARY = */
#primary {
	float:left;
	width:675px;
	background:#fff;
	padding:15px;
	border-radius:3px;
	border-bottom:0px solid #CCC;
}
#primary.full-width {
	width:970px;
}
#primary p {
	margin:15px 0;
}
#primary hr {
	height:1px;
	border:none;
	background:#CCC;
}
/* PRIMARY - IMAGES */
#primary img.inline-left {
	border:1px solid #CCC;
	background:#FFF;
	padding:3px;
	float:left;
	margin:5px 15px 15px 0;
}
#primary img.inline-right {
	border:1px solid #CCC;
	background:#FFF;
	padding:3px;
	float:right;
	margin:5px 0 15px 15px;
}
#primary img.inline-right.about-img-adjust {
	margin: -50px 0 15px 15px;
}
.text-center {
	text-align: center;
}
#primary.full-width h3 {
	clear: both;
	color: #151959;
}
#primary.full-width .inline-block {
	display: inline-block;
	clear: none;
}
#primary.full-width ul {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
.clear-last {
	clear: both;
}
/* PRIMARY - DUEL LISTS - two lists side by side */
div.dual-lists ul {
	float:left;
	width:40%;
	margin:0 1%;
	padding:0;
}
/* = SIDEBAR = */
#sidebar {
	float:right;
	width:230px;
	background:#303030;
	border-top:1px solid #bcb46e;
	border-bottom:1px solid #fffde9;
	padding:15px;
	border-radius:3px;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:23px;
	color:#fff;
	border-bottom:0px solid #755113;
	padding:0 0 10px 0;
	text-align:center;
	letter-spacing:-.5pt;
}
#sidebar p {
	color:#fff;
	padding:5px 0;
	font-size:16px;
}
#sidebar .left {
	width:210px;
	float:left;
	background:url(../images/sidebar-bg.jpg);
	padding:0 10px;
}
#sidebar .right {
	width:110px;
	float:left;
	text-align:right;
	background:url(../images/sidebar-bg.jpg);
	padding:0 10px;
}
#sidebar a {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
#sidebar a:hover {
	color:#e30303;
	text-decoration:none;
}
/* SIDEBAR - FORM */
#sidebar form textarea {
}
#sidebar form input[type="submit"] {
}
#specials {
	width:240px;
	background:#fff;
	float:right;
	padding:20px;
	text-align:center;
}
#specials :hover {
	opacity:.8;
}
/* = FORM = */
form {
	text-align:left;
	list-style-type:none;
}
/* FORM - LABEL */
form label {
	cursor:pointer;
	clear:both;
	margin:10px 0 0 0;
	font-weight:bold;
	display:block;
}
/* FORM - INPUT FIELDS */
form input[type="text"] {
	border:1px solid #999;
	border-radius:3px;
	clear:both;
	width:99%;
	padding:3px 0px;
}
form input {
}
form input:focus, form textarea:focus {
	background:#FFC;
}	/* make field background yellow when filling out */
form textarea {
	resize:vertical;
	border:1px solid #999;
	border-radius:3px;
	clear:both;
	height:80px;
	width:99%;
	padding:3px 0px;
}
/* FORM - CAPTCHA */
form #hiddencheckbox {
	display:inline-block;
	margin:0 10px 0 0;
	padding:3px 0;
	width:auto;
}
form input[type="checkbox"] {
	border:none;
}
form a {
	display:block;
	float:left;
	clear:both;
}
/* FORM - SUBMIT BUTTON */
form input[type="submit"] {
	border:1px solid #999;
	border-radius:3px;
	clear:both;
	width:99%;
	padding:3px 0px;
	margin:10px 0;
	float:left;
	width:100%;
	display:block;
	clear:both;
	background:#FFF;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #FFF;
}
form input[type="submit"]:hover {
	background:#ededee;
}
form input[type="submit"]:active {
	background:#FFC;
}
/* = CONTACT PAGE = */

#primary.full-width .address-left {
	float: left;
	width: 360px;
	margin: 10px 0;
}
#primary.full-width .address-left p {
	display: block;
	width: 340px;
	color: #151959;
	font-size: 18px;
	text-align: center;
	margin: 10px auto;
	line-height: 34px;
	font-weight: bold;
}
#primary.full-width .address-left iframe {
	border: 1px solid #E30303;
	border-radius: 4px;
	box-shadow: 0 0 5px #000;
}
/* = FORM = */

#primary.full-width #contact-form-container {
	border: 2px ridge #E30303;
	border-radius: 4px;
	box-shadow: 0 0 5px #000;
	width:400px;
	padding:20px;
	margin: 30px 70px 30px;
	position:relative;
	border-radius: 5px;
	float: right;
	line-height: 36px;
}
#primary.full-width #location-container {
	background: #dcdcdc;
	border: 1px solid #078db6;
	border-radius: 4px;
	box-shadow: 0 0 5px #000;
	width:400px;
	padding:20px;
	margin: 10px 0 30px 0;
	position:relative;
	border-radius: 5px;
	float: right;
	line-height: 36px;
}
#primary.full-width form {
	text-align:left;
	list-style-type:none;
}
/* FORM - LABEL */

#primary.full-width label {
	cursor:pointer;
	float: left;
	clear: both;
	margin: 5px 0 0 0;
	color: #151959;
	font-size: 18px;
}
#primary.full-width .required {
	font-weight:bold;
	color:#F00;
}
#primary.full-width #req-field-desc {
	font-style:italic;
	color: #151959;
	font-size: 24px;
}
/* FORM - INPUT FIELDS */

#primary.full-width input[type="text"] {
	border-radius: 3px;
}
#primary.full-width input {
	border: 2px ridge #151959;
	float: left;
	clear: both;
	width: 99%;
	background: linear-gradient(#eee, #fff);
	padding: 5px;
	color: #333;
}
#primary.full-width input:focus, form textarea:focus {
	outline: none;
	background-position: 0 -1.7em;
} /* make field background color change when filling out */
#primary.full-width textarea {
	resize:vertical;
	float: left;
	clear: both;
	height: 80px;
	width: 97%;
	border: 2px ridge #151959;
	font-family:arial, sans-serif;
	background: linear-gradient(#eee, #fff);
	padding: 5px;
	color: #333;
}
/* FORM - SELECT FIELD */

#primary.full-width form select[type="text"] border-radius: 3px;
}
#primary.full-width form select {
	border: 2px ridge #FFF;
	float: left;
	clear: both;
	width: 102%;
	background: linear-gradient(#eee, #fff);
	padding: 5px;
	color: #333;
}
#primary.full-width form select option {
	background: #fff;
}
#primary.full-width form select:focus, form textarea:focus {
	outline: none;
	background-position: 0 -1.7em;
}   /* make field background color change when filling out */
/* FORM - CAPTCHA */

#primary.full-width form #hiddencheckbox {
	display:inline-block;
	margin:8px 10px 0 0;
	padding:3px 0;
	height: 20px;
	width: 20px;
}
#primary.full-width form input[type="checkbox"] {
	border:none;
	position: relative;
	top: 8px;
}
#primary.full-width form a {
	display:block;
	float:left;
	clear:both;
}
/* FORM - SUBMIT BUTTON */

#primary.full-width form input[type="submit"] {
	margin:10px 0;
	float: left;
	width: 100%;
	display:block;
	clear: both;
	height:40px;
	background:#555;
	-moz-border-radius:8px;
	font-size:18px;
	text-transform:uppercase;
	color:#FFF;
	border: 2px solid #151959;
}
#primary.full-width form input[type="submit"]:hover {
	background:#333;
	color: #FFF;
}
.sitemap-page {
	margin: 30px;
}
/* = CONTACT INFO = */
#contact-info-container {
}
#contact-info {
	width: 1000px;
	margin:0 auto;
	color:#fff;
	background: #cbcbcb url(../images/nav-bg.png) repeat-x;
	padding: 15px 0;
}
#contact-info p {
	font-size: 14px;
	font-family: "Droid Serif", arial, sans-serif;
	padding: 0;
	color: #000;
	margin: 0;
}
#contact-info a {
	color:#000;
}
/* = FOOTER = */
#footer {
}
#footer #sitemap {
	border-top:1px solid #d7d3aa;
	border-bottom:0px solid #d7d3aa;
	padding:8px 0;
	font-size:12px;
	background:#151959;
}
#footer #contact-info {
}
/* FOOTER - LINKS */
#footer a {
	color:#fff;
	font-weight:bold;
	margin:0 10px;
}
#footer a:hover {
	color:#746e35;
	text-decoration:none;
}
/* FOOTER - SITEMAP LINKS */
#footer ul {
	list-style-type:none;
}
#footer ul li {
	display:inline-block;
}
#copyright {
	margin:15px 0 50px 0;
	text-transform:uppercase;
}
#copyright a {
	color:#000;
	font-weight:normal;
}
