@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Damion);

/* = 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:#d1ba91;color:#333;}
/* DEFAULT - LINKS */
a {text-decoration:none;font-weight:bold;color:#800000;}
a:hover {text-decoration:none; color:#660000;}
/* 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;text-shadow:1px 1px 0 #fffdef;background:#f5f0c6;margin:25px auto;padding:10px;border:5px solid #d7d3aa;border-radius:3px;-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 {position:relative;}
/* HEADER - LOGO */
#header #logo {display:block;margin:10px auto;}
#header #logo:hover img {opacity:.7;}
/* HEADER - CALL TO ACTION */
#header #c2a {position:absolute;top:0;right:0;text-align:right;}
#header #c2a #tagline {}
#header #c2a #number {color:#800000;font-size:34px;font-weight:bold;}
#header #c2a #number span {font-size:14px;}
#header #c2a #social-media {margin:0 0 6px 0;}


/* = NAVIGATION = */
#nav {padding:0;position:relative;z-index:50;margin:15px auto;background:url(images/bg-nav.png) repeat-x; height:47px;border:1px solid #5c0000;border-radius:3px;}
#nav ul {padding:0;margin:0;list-style-type:none;}
#nav ul li {display:inline-block;position:relative;margin-left:20px;*display:inline;zoom:1;}
#nav ul li a, #nav ul:hover li.current a {display:block;color:#fff;text-shadow:-1px -1px 0 #5b0000;text-transform:uppercase;padding:5px 30px;font-size:16px;font-weight:normal;background:none;border:none;border-radius:3px;margin:8px 0 0 0;}
#nav ul li a:hover, #nav ul li.current a, #nav ul:hover li.current:hover a, #nav > ul > li:hover > a {background:#7f0000;border-bottom:1px solid #9f0000;border-top:1px solid #630000;text-decoration:none;color:#f4e880;margin:7px 0 0  0;}
/* NAVIGATION - DROP-DOWN */
#nav ul ul {position:absolute;top:40px;left:-5px;visibility:hidden;width:100%;height:auto;z-index:50;padding:5px;background:#9d0000;border-radius:3px;border:1px solid #5c0000;-webkit-box-shadow:  0px 10px 25px 0px rgba(0, 0, 0, .5);box-shadow:  0px 10px 25px 0px rgba(0, 0, 0, .5);}
#nav > ul > li:hover > ul {visibility:visible;}
#nav ul ul li {float:none; margin:0;}
#nav ul ul li a {float:none;padding:5px 15px;height:auto;line-height:normal;margin:1px 0;}
#nav ul ul li a.first {}
#nav ul ul li a:hover {margin:0;}
/* 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:300px;}
#banner ul#slider {width:1000px;height:300px;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:'Damion';font-weight:normal;font-size:34px;color:#800000;border-bottom:1px dotted #333;padding:0 0 10px 0;}
h2 {font-family:'Damion';font-weight:normal;font-size:28px;color:#800000;border-bottom:1px dotted #333;padding:0 0 10px 0;}
h3 {font-family:'Damion';font-weight:bold;font-size:24px;color:#800000;}
h4 {font-family:'Damion';font-weight:bold;font-size:21px;color:#800000;}
h5 {font-family:'Damion';font-weight:bold;font-size:18px;color:#800000;}

/* = PRIMARY = */
#primary {float:right;width:675px;background:#fff;padding:15px;border-radius:3px;border-bottom:1px 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:4px;float:left;margin:5px 15px 5px 0;}
#primary img.inline-right {border:1px solid #ccc;background:#FFF;padding:4px;float:right;margin:5px 0 5px 15px;}
#primary img.inline-center {border:1px solid #ccc;background:#FFF;padding:4px;margin:5px 0 5px 15px;}
/* PRIMARY - DUEL LISTS - two lists side by side */
div.dual-lists ul {float:left;width:40%;margin:0 1%;padding:0;}
#primary ul, #primary ol {margin: 0px 0 0px 25px;padding: 0 0 0 0px; font-size:14px;}
#primary .specials {width:250px; margin:10px; float:left;}
#primary .specials img a{border:none;}

/* = SIDEBAR = */
#sidebar {float:left;width:250px;background:#dcd59c;border-top:1px solid #bcb46e;border-bottom:1px solid #fffde9;padding:15px;border-radius:3px;}
#sidebar h3 {border-bottom:1px solid #bcb46e;padding:0 0 10px 0;}
/* SIDEBAR - FORM */
#sidebar form textarea {}
#sidebar form input[type="submit"] {}


/* = 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;}


/* = FOOTER = */
#footer {}
#footer #sitemap {border-top:1px solid #d7d3aa;border-bottom:1px solid #d7d3aa;padding:8px 0;font-size:12px; }
#footer #contact-info {color:#7f7a4c;font-weight:normal;margin:10px 0 0 0;}
#footer #contact-info a {color:#7f7a4c;font-weight:normal;}
#footer #contact-info a:hover {text-decoration:none; color:#660000;}

/* FOOTER - LINKS */
#footer a {color:#7f7a4c;font-weight:normal;}
#footer a:hover {text-decoration:none; color:#660000;}
/* FOOTER - SITEMAP LINKS */
#footer ul {list-style-type:none;}
#footer ul li {display:inline-block;padding: 0 10px;*display:inline;zoom:1;}

#copyright {margin:15px 0 50px 0;text-transform:uppercase;}
#copyright a {color:#800000;font-weight:normal;}