@import url("flexslider.css");
@import url("pages.css");
@import url("../updates/circular.css");
@import url("themes/pill.css");

/*-======================================================================-*/

/*------------------------------------------------
---------- BEGIN ERIC MEYER CSS3 RESET -----------
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background-attachment: fixed;
	background-size: 100%;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
   font-weight: bold;
}

/*------------------------------------------------
------------ END ERIC MEYER CSS3 RESET -----------
------------------------------------------------*/

/*-======================================================================-*/

/*------------------------------------------------
------------ UNIVERSAL BEHAVIOR STYLES -----------
------------------------------------------------*/
.center-text {
   text-align: center;
}

.center-align {
	margin-left: auto;
	margin-right: auto;
}

.leftfloat {
   float: left;
   margin-right: 15px;
}

.rightfloat {
   float: right;
   margin-left: 15px;
}

.theme-color {
	
}

.italics {
   font-style: italic;
   font-weight: normal;
}

.bold-text {
   font-weight: bold;
}

.clearfix {
	 clear: both;
}

h1 {
	font-size: 3em;
	color: #504F48;
	font-family: Georgia;
}

h2 {
   font-size: 1.5em;
   margin: 0;
   font-family: Georgia;
}

h3 {
   font-size: 1.17em;
   margin: 0;
   font-family: Georgia;
   font-weight: bold;
}

h4 {
   font-size: 1.05em;
   margin: 0;
   font-family: Georgia;
   font-weight: bold;
}

.font-18 {
   font-size: 18px;
}

.font-20 {
   font-size: 20px;
}
/*------------------------------------------------
---------- END UNIVERSAL BEHAVIOR STYLES ---------
------------------------------------------------*/

/*-======================================================================-*/

/*------------------------------------------------
--------------- COMMON SHARED STYLES -------------
------------------------------------------------*/

#body-container {
	width: 100%;
}

#header-container {
	height: 176px;
	width: 100%;
	background-image: url("../images/backgrounds/header.jpg");
	background-position: -30px 0;
	background-repeat: repeat-x;
	position: inherit;
}

header {
	width: 960px;
	height: 176px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 198px;
	height: 176px;
	float: left;
	margin-top: 8px;
}

#logo {
	background: transparent url('../images/logo.png') no-repeat scroll center left;
}

#logo a {
	display:block;
	height:100%;
	width:100%;
}

nav {
   width: 760px;
   height: 30px;
   float: right;
   marin-right: 20px;
   margin-top: 122px;
   font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
   boder: 1px solid blue;
}

#navi {
	width: 760px;
	height: 30px;
	margin-top: 0;
	boder: 1px solid red;
}

#navi li {
   float: left;
   width: 152px;
   position: relative;
   height: 30px;
}

#navi a {
   display: block;
   text-align: center;
   text-decoration: none;
   line-height: 2.6em;
   color: white;
   height: 30px;
   font-size: .7em;
   font-weight: bold;
   border-right: 1px dotted #347050;
}

#navi li:hover > a {
   color: #e7d49a;
}

/* sub levels link hover */
#navi ul li:hover a, #navi li:hover li a {
   font-size: 13px;
   color: white;
   height: 30px;
   line-height: 2.1em;
   border-bottom: 1px solid white;
}

#navi ul a:hover {
   font-weight:                           bold;
   color:                     white !important;
   height:                                30px; 
}

/* dropdown */
#navi li:hover > ul {
   display:                              block;
   z-index:                               6000;
}

/* level 2 list */
#navi ul {
   display: none;
   margin: 3px 0 0 0;
   padding: 0;
   width: 150px;
   position: absolute;
   top:                                   27px;
   left:                                     0;
   background-image: url("../images/backgrounds/drop.png");
   background-repeat: no-repeat;
   background-position: 0 0;
   padding-top: 20px;
   pading-bottom: 1px;
}

#navi ul li {
   float:                                none;
   margin:                                  0;
   padding:                                 0;
   width: 150px;
}

#navi ul a {
   font-weight:                        normal;
   text-align:                           left;
   padding-left:                         10px;
   padding-right:                         5px;
}

/* level 3+ list */
#navi ul ul {
   left: 150px;
   top: -10px;
   background-image: url("../images/backgrounds/submenu.png");
   background-repeat: no-repeat;
   background-position: 0 0;
   /* WAS 150 */
   width: 230px !important;
   padding-left: 6px;
   padding-top: 0;
}

#navi ul ul li {
   width: 230px;
   position: relative;
   height: 30px;
}

/* clearfix */
#navi:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#navi {
	display: inline-block;
}

/*-===========================================================
============== SUB NAV FOR THE INDIVIDUAL PAGES ==============
===========================================================-*/

nav#sub-nav {
   position: relative;
   width: 960px;
   float: none;
   margin-top: 0;
   margin-bottom: 25px !important;
}

.menu-styling {
   width: 100%;
   border: 1px solid #222;
   border-radius: 6px;
   box-shadow: 0 1px 1px #777;
   backgound-color: #105330;
   backgrond: #444;   
   background-image: linear-gradient(to right, maroon, #105330);
}

/* CLEAR FLOATS */
.menu-styling:before, .menu-styling:after {
   content: "";
   display: table;
}

.menu-styling:after {
    clear: both;
}

/*CHANGE THE COLOR OF BORDERS BETWEEN LIST ITEMS*/
.menu-styling li {
   float: left;
   position: relative;
}

.menu-styling li.last {
   border-right: none;
}

.menu-styling a {
   float: left;
   padding: 12px 35px;
   color: #EDE9B3;
   text-transform: uppercase;
   font: bold italic .85em Georgia;
   text-decoration: none;
   text-shadow: 0 1px 0 #000;
   text-align: center;
   line-height: 1.9em;
}

.menu-styling a:hover {
   color: #fff;
}

/* DON'T CHANGE THIS */
.menu-styling ul {
   margin: 20px 0 0 0;
   opacity: 0;
   visibility: hidden;
   position: absolute;
   top: 38px;
   left: 0;
   z-index: 1;    
   backround: #444;   
   backround: linear-gradient(#444, #111);
   background-color: #1a7e4a;
   box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
   border-radius: 3px;
   transition: all .2s ease-in-out;
}

.menu-styling li:hover > ul {
   opacity: 1;
   visibility: visible;
   margin: 0;
}

.menu-styling ul ul {
   top: 0;
   left: 150px;
   margin: 0 0 0 20px;
   box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

.menu-styling ul a {
   font: bold .66em Arial, Helvetica !important;
}

.menu-styling ul li {
   float: none;
   display: block;
   border: 0;
   box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

.menu-styling ul li:last-child {   
   box-shadow: none;    
}

.menu-styling ul a {    
   padding: 10px;
   width: 195px;
   display: block;
   white-space: nowrap;
   float: none;
   text-transform: none;
   color: #fff;
}

/* CONTROLS THE DROP DOWN LIST HOVER COLOR */
.menu-styling ul a:hover {
   backround-color: #0186ba;
   backgrund-image: linear-gradient(#04acec, #0186ba);
   background-color: #105330;
}

/* FIRST AND LAST LIST ELEMENT STYLES */
.menu-styling ul li:first-child > a {
   border-radius: 3px 3px 0 0;
}

/*CHANGE THE border-bottom TO CHANGE THE UNHOVERED SUB TOP ARROW*/
.menu-styling ul li:first-child > a:after {
   content: '';
   position: absolute;
   left: 40px;
   top: -6px;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #1a7e4a;
}

/* CHANGE THE border-right TO CHANGE SUB-LEVEL LIST ARROW (NOT HOVERED) */
.menu-styling ul ul li:first-child a:after {
   left: -6px;
   top: 50%;
   margin-top: -6px;
   border-left: 0; 
   border-bottom: 6px solid transparent;
   border-top: 6px solid transparent;
   border-right: 6px solid #3b3b3b;
}

/* CHANGES THE FIRST LEVEL DROP DOWN ARROW WHEN HOVERED DISABLED FOR NOW
.menu-styling ul li:first-child a:hover:after {
    border-bottom-color: #105330; 
}
*/

/* CHANGES THE SUB LEVEL DROP DOWN ARROW WHEN HOVERED */
.menu-styling ul ul li:first-child a:hover:after {
   border-right-color: #0299d3; 
   border-bottom-color: transparent;   
}

.menu-styling ul li:last-child > a {
   border-radius: 0 0 3px 3px;
}

.no-transition {
   -webkit-transition: none;
   -moz-transition: none;
   -ms-transition: none;
   -o-transition: none;
   transition: none;
   opacity: 1;
   visibility: visible;
   display: none;       
}

#sub-nav #menu li:hover > .no-transition {
   display: block;
}

/*-===========================================================
============== SUB NAV FOR THE INDIVIDUAL PAGES ==============
===========================================================-*/

#main {
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 25px;
}

.pages #content {
   width: 938px;
   background-image: url("../images/backgrounds/footerbg.png");
   border: 1px solid #a9a798;
   padding: 10px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   -ms-border-radius:4px;
   -o-border-radius:4px;
   border-radius:4px;
   overflow: hidden;
   font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: .9em;
}

.pages h1 {
   margin-bottom: 10px;
}

.pages #main-content aside {
   float: right;
   margin-left: 10px;
   width: 325px;
   font-size: .9em;
}

.pages .scrollContainer-main {
   width: 600px;
   margin-top: 8px;
   padding-bottom: 10px;
   height: 165px;
}

.pages .scrollContent-main {
   padding: 0 15px 0 10px;  
   width: 575px;
   height: 165px;
   overflow: auto;  
   line-height: 1.3em;
}

.pages .scrollContent-main h3 {
   margin-bottom: 5px;  
}

.pages .scrollContent-main p {
   margin-bottom: 10px;  
}

.pages .scrollContent-main span {
   font-family: Georgia;  
}

.pages .scrollContent-main blockquote {
   font-family: Georgia;
   width: 75%;
   margin-left: 30px; 
   margin-bottom: 20px; 
   margin-top: 5px;
   font-weight: bold;
   font-style: italic;
   line-height: 1.3em;
   font-size: 1em;
}

.pages .scrollContent-main blockquote:before {
   content: url(../images/icons/quote-first.png);
}

.pages .scrollContent-main blockquote:after {
   content: url(../images/icons/quote-last.png);
   padding-left: 3px;
}

.pages #fab {
   width: 920px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   -ms-border-radius:4px;
   -o-border-radius:4px;
   border-radius:4px;
   background-color: #105330;
   overflow: hidden;
   padding: 10px;
   margin-top: 15px;
}

.pages #fab h4 {
   color: white;
   margin-bottom: 5px;
   text-aign: center;
}

.pages #fab section {
   width: 270px;
   float: left;
   margin-left: 16px;
   margin-bottom: 5px;
   padding: 7px;
}

.pages .scrollContainer-fab {
   background-color: #CFCCBA;
   backround-color: #ddd;
   height: 300px;
   padding-bottom: 10px;
   padding-top: 10px;
   width: 270px;
}

.pages .scrollContent-fab {
   height: 300px;
   width: 247px;
   padding: 0 10px 0 0;  
   overflow: auto;
   margin-left: 13px;
}

.pages .scrollContent-fab img {
   margin-bottom: 5px;
}

footer {
	background-image: url("../images/backgrounds/footerbg.png");
	margin-top: 65px;
	border-top-width: 1px;
   border-top-style: solid;
   border-top-color: rgb(252, 251, 248);
   outline-width: 1px;
   outline-style: solid;
   outline-color: rgb(152, 151, 136);
   padding-bottom: 25px;
   padding-top: 25px;
   font-family: Georgia;
   font-size: 1em;
   overflow: hidden;
}

footer #footer-wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

footer #left-footer {
   border-right: 1px solid green;
   padding-right: 25px;
}

footer h3 {
	colr: #504F48;
}

footer section {
	float: left;
	margin-right: 30px;
}

footer #footer-hours {
   color: #105330;
   margin-top: 5px;
}

/*------------------------------------------------
------------- END COMMON SHARED STYLES -----------
------------------------------------------------*/

/*-======================================================================-*/