 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #fff;
	font: 16px "Garamond";
	color: #202020; 
	text-align: center;
	margin: 0 0 50px 0;
}

html{overflow: -moz-scrollbars-vertical;}

/* links */
a, a:visited {	
	color: #FF881A;
	background: inherit;
	text-decoration: underline;	
	font-weight: bold;
}
a:hover {
	color: #FF881A;
	background: inherit;
	text-decoration: none;	
}

.special {background: #dbe9e9; }
.brown {color: #643741; }
.green {color: #2c687d; }

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px 10px 10px 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 10px 10px 10px 0px;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
    border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(images/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.0em/1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* start - table */
table h3 {
	margin-top: 0px;
	padding-bottom: 3px;
	font: bold 1.0em Arial Narrow;
	color: #666; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}

table.hours {
	border-collapse: collapse;
	margin: 10px;	
	font-size: 89%;
	color: #4e7373;
	background: #fff;
}
th strong {
	color: #fff;
}
th {
	height: 5px;
	color: #fff;
	text-align: left;
}
tr {
	height: 30px;
}
td {
	padding-left: 6px;
	padding-right: 1px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
#form {
margin: 20px 0 10px 20px; 
font: bold 1.0em Arial Narrow;
color: #888;
background: #f4ede2;
padding: 10px;
border: 1px solid #ccc;
}

#box {
margin: 0px 0 0px 0px; 
font: bold 87% Arial Narrow;
color: #2c687d;
background: #f4ede2;
padding: 10px;
border: 0px solid #ccc;
}

#box p{
padding: 0px 0 0px 0px; 
margin-bottom: 10px;
}

#reviews {
margin: 20px 0 10px 20px; 
font: bold 85% Arial Narrow;
color: #888;
background: #f4ede2;
padding: 10px;
border: 1px solid #ccc;
}

#reviews p{
padding: 0px 0 0px 0px; 
margin: 12px 0 0 4px;
color: #555
}

select {padding: 1px; width: 90px; font: normal 1.0em Arial Narrow; }
#form input {font: normal 1.0em Arial Narrow; }

input[type="button"],input[type="submit"] {
color: #fff; 
background: #ea6040; 
text-transform: uppercase; 
margin: 5px 0px;
border: 1px solid #ccc;
font-size: 100%;
font-weight: bold;
width: 90%;
}


label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border: 1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff;
	width: 970px;	
	margin: 0px auto 0 auto;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#content-wrap {
	position: relative;
	background: #fff url(content-bg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 950px;	
	padding: 0; 			
	margin-left: 10px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
background: #FF881A url(images/logo.png) no-repeat top left;
	
	width: 970px;	
	height: 100px;	
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font-size: 22px;
	letter-spacing: 0px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 12px; left: 100px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px  Arial;
	text-transform: none;
	color: #5b4a29;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 37px; left: 100px;		
}

em {background: #dbe9e9; text-decoration: none; text-transform: none; font-style: normal; font-weight: bold;}
#header em {background: none; text-decoration: none; text-transform: none; font-style: normal; }


/* header links */
#header #header-links {
	position: absolute;
	top: 0px; right: 10px;	
	color: #5b4a29;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
	text-align: right;
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links img {
	border: 0;		
	background: transparent;
	padding: 0; margin: 0;
}

#header #header-links a:hover {
	color: #111;		
}

.number {font-size:30px;}
.location {color: #;b18f4c; padding-top: 2px;}


/* header-photo */
#header-photo_homepage {
	clear: both;
	background: #669999 url(images/header-photo.jpg) no-repeat;
	margin: 1px auto;
	padding: 0;		
	height:221px; 
	width: 970px;	
}
#header-photo_homepage img {
	border: none;
	margin: 0; padding: 0;
} 

#headerlink {
color: #fff; 
font: bold 14px "Arial Narrow";
border: 4px solid #677f7f;
margin: 0px 15px 10px 685px;
display: block;
width: 250px; height: 44px;
line-height: 16px;
padding: 6px;
background: #000 url(images/headerlink1bg.jpg) no-repeat;
}

#headerlink1 {
color: #fff; 
font: bold 14px "Arial Narrow";
border: 4px solid #677f7f;
margin: 0px 15px 10px 685px;
display: block;
width: 250px; height: 44px;
line-height: 16px;
padding: 6px;
background: #000 url(images/headerlinkbg1.jpg) no-repeat;
}

#headerlink2 {
color: #fff; 
font: bold 14px "Arial Narrow";
border: 4px solid #677f7f;
margin: 0px 15px 10px 685px;
display: block;
width: 250px; height: 44px;
line-height: 16px;
padding: 6px;
background: #000 url(images/headerlinkbg2.jpg) no-repeat;
}

#headerlink3 {
color: #fff; 
font: bold 14px "Arial Narrow";
border: 4px solid #677f7f;
margin: 0px 15px 10px 685px;
display: block;
width: 250px; height: 44px;
line-height: 16px;
padding: 6px;
background: #000 url(images/headerlinkbg3.jpg) no-repeat;
}

#headerlink1 a {text-transform: none; font-decoration: none; color: #fff; }
#headerlink2 a {text-transform: none; font-decoration: none; color: #fff; }
#headerlink3 a {text-transform: none; font-decoration: none; color: #fff; }

.action {width: 150px;}

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 30px;	
	float: right;
}
#nav ul {
	float: left;
	list-style: none;
	background: #6c655e;				
	height: 30px;
	text-transform: uppercase;
	margin: 50px 0 0 150px;
	padding: 0;	
	display: inline;
	padding: 0px;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 0px solid #fff;
	border-left: 1px solid #fff;
	font: bold 0.79em/30px "Arial Narrow";
	text-transform: none;
	text-decoration: none;	
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: #000;	
}
#nav ul li#current a {	
	background: #000;	
}

#nav ul li.tabber4 a {	
	background: #669999;	
}




#nav.on6 li.tabber6 a,
#nav.on5 li.tabber5 a,
#nav.on4 li.tabber4 a,
#nav.on3 li.tabber3 a,
#nav.on2 li.tabber2 a,
#nav.on1 li.tabber1 a
{
	background: #000;
  }




/* Left Navigation (Only on Content Pages) */	
#leftnav {
	float: left;
	width: 170px;
	padding: 0px 0px 0 0; margin: 0;	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}	
#leftnav h3 {
	margin-top: 0px;
	padding: 2px 2px 2px 7px; 
	font: bold 1.0em Arial Narrow;	
	color: #777; 	
	border-bottom: 1px dashed #ccc;		
}
#leftnav ul {
	text-align: left;
	margin: 7px 0px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 0px solid #EBEBEB;
	
}
#leftnav ul li {
	list-style: none;
	border-bottom: 0px solid #EBEBEB;	
	padding: 2px 0 0px 13px;
	margin: 0 0px;		
	font: normal 0.8em Arial Narrow;	
}
* html body #leftnav ul.sidemenu li {
	height: 1%;
}
#leftnav ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #777; 		
}
#leftnav ul li a:hover {	
	color: #FF881A;	
}
#leftnav ul  { margin: 0 0 0 5px; padding: 0; }
#leftnav ul  li { border: none; }

#leftnav ul li#current a {	
	color: #000;	
}

/* Main Column */
#main {
	float: left;
	width: 630px;
	padding: 15px 0 0 0; margin: 0 0 0 0px;
	display: inline;	
	line-height: 20px;
	color: #202020;
}
#main h2 {
	margin-top: 0px;
	padding-bottom: 3px;
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF881A; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}
#main h2 a {
	color: #FF881A; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

/* Content Column */
#content {
	float: left;
	width: 470px;
	padding: 0px 0 0 0; margin: 0 0 0 0px;
	display: inline;	
	line-height: 20px;
	color: #202020;
}
#content h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF881A; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}
#content h3 {
	margin-top: 0px;
	padding-bottom: 3px;
	font: bold 1.0em Arial Narrow;
	color: #666; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}

#content h2 a {
	color: #FF881A; 
	text-decoration: none;	
}
#content ul li {
	list-style-image: url(images/bullet.gif);
}

/* Full Content Column */
#contentfull {
	float: left;
	width: 750px;
	padding: 0px 0 0 0; margin: 0 0 0 0px;
	line-height: 20px;
	color: #202020;
}
#contentfull h2 {
	margin-top: 0px;
	padding-bottom: 3px;
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF881A; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}
#contentfull h3 {
	margin-top: 0px;
	padding-bottom: 3px;
	font: bold 1.2em Arial Narrow;
	color: #666; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}

#contentfull h2 a {
	color: #FF881A; 
	text-decoration: none;	
}
#contentfull ul li {
	list-style-image: url(images/bullet.gif);
}

#contentfull img {margin: 0 10px 0 0px; border: 0;}

/* Half Content Columns */
#contentleft {
	float: left;
	width: 345px;
	padding: 0px 0 0 0; margin: 0 10px 0 0px;
	display: inline;	
	line-height: 20px;
	color: #202020;
}
#contentleft h2 {
	margin: 0px 0 0 10px;
	padding-bottom: 0px;
	font: bold 1.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF881A; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}
#contentleft h3 {
	margin-top: 0px;
	padding-bottom: 3px;
	font: bold 1.0em Arial Narrow;
	color: #666; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}

#contentleft h2 a {
	color: #FF881A; 
	text-decoration: none;	
}
#contentleft ul li {
	list-style-image: url(images/bullet.gif);
}

/* .... */
#contentright {
	float: left;
	width: 335px;
	padding: 0px 0 0 0; margin: 0 0px 0 -15px;
	display: inline;	
	line-height: 20px;
	color: #202020;
}
#contentright h2 {
	margin: 0px 0 0 10px;
	padding-bottom: 0px;
	font: bold 1.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF881A; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}
#contentright h3 {
	margin: 0px 0 0 0px;
	padding-bottom: 0px;
	font: bold 1.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF881A; 
	letter-spacing: 0px;	
	text-transform: uppercase;
}

#contentright h2 a {
	color: #FF881A; 
	text-decoration: none;	
}
#contentright ul li {
	list-style-image: url(images/bullet.gif);
}






/* Right Sidebar */	
#sidebar {
	float: right;
	width: 280px;
	padding: 5px 10px 0 0; margin: 0;		
}	
#sidebar h3 {
	margin-top: 5px;
	padding: 5px 5px; 
	font: normal 1.3em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #899B0D; 			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 0px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #895F30; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

#rightbox  {border: 1px solid #ccc; margin: 0 0 10px 0; height: 100% }

#rightboxcontent{
	margin: 5px; padding: 5px 5px;
	border: 1px solid #f1f1f1; 
	background-color: #f3f3db;
	font: normal 0.8em Arial Narrow;
	height: 100%; 
	overflow: hidden;
}

#rightbox p {
margin: 0; padding: 0 5px 5px 5px; 
font: normal 0.9em Arial Narrow;
color: #777;
font-weight: bold;
}

#rightboxcontent h2 {
	margin: -10px -6px 0 -6px;
	padding-bottom: 7px;
	font: bold 1.2em/20px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF881A; 
	letter-spacing: 0px;	
	text-transform: none;		
}

/* footer */
#footer-wrap {
	clear: both;
	width: 950px;
	font-size: 80%;	
	font-family:"Arial Narrow";
	text-align: left;
	padding: 15px 0;		
	border-bottom: 15px solid #fff;
	border-top: 0px solid #fff;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}


/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #FF881A;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 115%;	
	color: #fff;
	border: 1px solid #EAE7DB;
	background: #669999;
	width: 250px;
	text-align: center;
}
.postmeta a{color: #fff;}
.postmeta a.comments { margin: 0 10px 0 5px;	color: #fff;}
.postmeta a.readmore { margin: 0 10px 0 5px;	color: #fff;}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; margin: 0px 0 0 0;}
.float-right { float: right; }
.align-left  { text-align: left; margin-bottom:10px;}
.align-right { text-align: right; font-weight: bold; border-bottom: 1px dashed #ccc; margin-bottom: 5px;}
.rightboximg  { float: left; margin: 0 8px 10px -5px;}

/* display and additional classes */
.clear { clear: both; }


.jsvalidation{
display:block; 
font-size: 11px; 
margin-left: 0px; 
color: red; 
background:transparent; 
text-align: left; 
font-weight: bold;
margin-bottom: 10px;
}

fieldset.sidenote {	
	border: 1px solid #ddd;	
	padding: 10px;
	margin: 15px 0 15px 0;
	float: none;
	color: #2c687d;
	font-weight: none;
}	
	
legend {
	font: bold 1.2em/20px 'Trebuchet MS', Tahoma, Sans-serif;
	padding: 0 10px 5px 10px;
	color: #FF881A;
}

.contentbanner {border: 0; padding: 0; margin: 1px 0 0 0; padding: 0 0 15px 0; background: #000;}

fieldset.full {	
	border: 1px solid #ddd;	
	padding: 10px;
	margin: 15px 0 15px 15px;
	float: none;
	color: #2c687d;
	font-weight: none;
}	


/* GLIDER GALLERY	*/



div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
width: 370px; 
height: 200px;
overflow: hidden;
border:0px solid #cccccc;
margin: 0 0 20px 10px;
}

div.scroller img {border: 0;}

div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width: 370px;
height:200px;
overflow:hidden;
float:left;
padding:0px;		
}
div.scroller div.content {
width: 10000px;
}

#arrowleft {
float:left;
width:31px;
padding: 75px 2px 0 0;
}

#my-glider{
float:left;
}

#arrowright {
float:left;
width:31px;
padding: 75px 0 0 2px;
}

#arrowleft img {border: 0;}
#arrowright img {border: 0;}

