* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #151716 url(../images/design/body-bgd.jpg) repeat-x left top;
	text-align: justify;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231F20;
}

h1, h2, h3 {
}

h1 {
	font-size:24px;
	padding-bottom:10px;
	color:#fff;
	font-weight:normal;
}

h2 {
	font-size:24px;
	padding-bottom:15px;
	color:#5d740f;
}

h3 {
	font-size:20px;
	color:#FFF;
}
h4 {
	font-size:20px;
	color:#b8d9aa;
	padding-bottom:10px;
}
h5 {
	font-size:20px;
	color:#a8f489;
}
h6 {
	font-size:24px;
	color:#5d740f;
}
p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
	color:#ccc;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
td {
	color:#fff;
	font-size:14px;
}
a {
	text-decoration: underline;
	color: #7EBA25;
}

a:hover {
	text-decoration: none;
	color: #7EBA25;
}
.clear {
	clear:both;
}
/* Wrapper */

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

/* Header */

#header {
	width: 960px;
	height: 105px;
	position:relative;
}

/* Logo */

#logo {
	width: 270px;
	height: 102px;
	position:absolute;
	top:5px;
	left:5px;
}


.secondary-menu {
	width:700px;
	height:60px;
	position:absolute;
	right:10px;
	bottom:0px;
}
#splash {
	width: 960px;
	height: 416px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Search */

#header-search {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header-search form {
	float: right;
	width: 300px;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 200px;
	padding: 2px 3px;
	background: #1E1E1E;
	border: none;
	color: #4D4D4D;
}

#header-search-submit {
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}

#search {
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#search-text {
	width: 160px;
	height: 18px;
	padding: 3px 0 3px 5px;
	border: 1px solid #CCCCCC;
	color: #000000;
}

#search-submit {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page-bgtop {
}

/* Content */

.content2 {
	width:940px;
	border:1px solid #333635;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	padding:10px;
	margin-bottom:20px;
}
.content-left {
	width:510px;
	float:left;
}
.content-left-sm {
	width:250px;
	float:left;
}
.content-left2 {
	width:575px;
	float:left;
}
.content-left3 {
	width:450px;
	float:left;
}
.rates-left {
	width:490px;
	float:left;
}
.content-right2 {
	width:410px;
	float:right;
}
.content-full {
	width:940px;
}
.form-right {
	float:right;
	width:290px;
	padding:5px;
	border:1px solid #333635;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	background-color:#1c1e1d;
}
.form-right-reg {
	float:right;
	width:640px;
	padding:5px;
	border:1px solid #333635;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	background-color:#1c1e1d;
}
/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0px;
	background: #2e302f;
	color: #686767;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
}

#footer a {
	text-decoration: underline;
	color: #A1A1A1;
}

#footer a:hover {
	text-decoration: none;
}

/* Nav */

#nav {
	margin: 0;
	background: #7d7d7d url(../images/design/gradient.png) repeat-x 0 0px;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	font-size:15px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	display: block;
	padding:  12px 20px;
	margin: 0;

	
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .active a, #nav li:hover > a {
	background: url(../images/design/activegrad.jpg) repeat-x;
	color: #fff;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(51,51,51, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #6DA954 url(../images/design/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	z-index:2000;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(../images/design/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	z-index:2010;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	z-index:2020;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	z-index:2030;
		padding:5px 5px;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
#menu {
	width: 960px;
	height:42px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;;
	margin-left: auto;
}


/*End of Nav */

/*Start of Slider*/

.nirvana { padding:0px;  position:relative; z-index:990; overflow:hidden;}
.nirvana ul:first-child{ list-style:none;padding:0px;margin:0px; position:relative;  }
.nirvana ul li { position:relative; }
.nirvana ul li  img { position:relative; z-index:1; }

.nirvana ul:first-child li { 
position:absolute; 
display:block; 
width:100%; 
}
.nirvana .active { z-index:10; }
.nirvana .reset { z-index:3; }

.nirvana span { 
display:none;
color:#fff; 
bottom:0px; 
padding:10px; 
width:100%; 
left:0px; 
position:absolute!important; 
z-index:555; 
background:url('../images/design/comment-bg.png'); 
}
.nirvana h1,h2,h3,h4,h5 { 
}
.nirvana ul li div.inline { 
background:#f7f7f7 url('../images/design/bg-slice.jpg') repeat-x;  
padding:20px; 
height:100%;
}
.controls { 
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
position:relative; 
background: url('../images/design/control-bg.png') no-repeat; 
display:block; 
width:960px; 
height:42px; 
padding-left:5px; 
}
.controls li {   
position:relative; 
float:left; 
margin:12px 5px 5px 5px; 
display:block; 
width:17px; 
height:15px;  
background: url('../images/design/default.png') no-repeat; 
text-indent:-9999px; cursor:pointer;
}
.control_active {   
background: url('../images/design/active.png') no-repeat!important;
height:20px!important; 
margin-top:9px!important;  
}
.control_hover {  
background: url('../images/design/active.png') top no-repeat!important; 
height:20px!important;
margin-top:9px!important; 
}
#banner {
	margin-top:20px;
	margin-bottom:40px;
}
.tabs {
	position:absolute;
	width:465px;
	height:39px;
	right:0;
	bottom:0;
}
.number {
	position:absolute;
	width:190px;
	height:39px;
	right:55px;
	top:23px;
	color:#888;
	font-size:18px;
}
/* Nav */

#nav2{
	margin: 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	font-size:14px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
}
#nav2 li {
	margin: 0 5px;
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav2 a {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	display: block;
	padding:  12px 20px;
	margin: 0;
	
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;

	
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
#nav2 a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav2 .current a, #nav2 li:hover > a {
	background: url(../images/design/greengrad.jpg) repeat-x;
	color: #fff;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(51,51,51, 1);
}
#nav2 li a {
	background: url(../images/design/greengrad2.jpg) repeat-x;
	color: #fff;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(51,51,51, 1);
}

/* sub levels link hover */
#nav2 ul li:hover a, #nav2 li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav2 ul a:hover {
	background: #6DA954 url(../images/design/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav2 li:hover > ul {
	display: block;
	z-index:2000;
}

/* level 2 list */
#nav2 ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(../images/design/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	z-index:2010;
}
#nav2 ul li {
	float: none;
	margin: 0;
	padding: 0;
	z-index:2020;
}

#nav2 ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	z-index:2030;
		padding:5px 5px;
}

/* level 3+ list */
#nav2 ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav2 ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav2 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav2{
	display: inline-block;
} 
html[xmlns] #nav2{
	display: block;
}
 
* html #nav2{
	height: 1%;
}
.staff {
	border:1px solid #ccc;
	margin-bottom:10px;
}
.mapwrapper {
background-color:#525554;
border:1px solid #adadad;
padding:10px;
position:relative;
height:275px;
width:auto;
margin-bottom:15px;
}
.mapborder {
border:1px solid #adadad;
}
.mapdirections {
	position:absolute;
	width:156px;
	height:21px;
	bottom:10px;
	right:13px;
	background-color:#5D740F;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding: 5px;
}
.mapdirections a{
color:#fff;
text-decoration:none;
}
mapdirections a:hover {
color:#999999;
text-decoration:underline;
}
.tdtop {
	padding-bottom:15px;
}
select {
	padding:3px;
	margin-bottom:5px;
	margin-left:1px;
	width:182px;
}
input[type="submit"] {
background:url("../images/design/submit-bgd.jpg") repeat-x scroll 0 0 ;
color:#fff;
margin-top:5px;
float:right;
width:186px;
border:none;
}
input {
padding: 6px 8px;
margin-bottom: 8px;
width: 169px;
background-image:url(../images/design/input-bgd.png);
background-repeat:no-repeat;
border:none;
background-color:#1c1e1d;
}
input:focus {
background-image:url(../images/design/input-bgd-focus.png);
background-repeat:no-repeat;
}
textarea {
background-image:url(../images/design/input-big-bgd.png);
background-repeat:no-repeat;
border:none;
height:79px;
width:187px;
background-color:#1c1e1d;
}
textarea:focus {
background-image:url(../images/design/input-big-bgd-focus.png);
background-repeat:no-repeat;
}
.ratesh2 {
	color:#5d740f;
	font-weight:bold;
	font-size:18px;
	padding-bottom:10px;
	padding-top:10px;
}
.titlewrap {
background-color:#5d740f;
border:1px solid #5d740f;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
padding:5px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
margin-bottom:10px;
color:#fff;
font-size:24px;
}
.divider {
padding-top:10px;
background-image:url(../images/design/divider.jpg);
background-repeat:repeat-x;
background-position:bottom left;
padding-bottom:10px;
font-size:15px;
}
.ratesborder {
background-image:url(../images/design/divider.jpg);
background-repeat:repeat-x;
background-position:bottom left;
padding-bottom:5px;
padding-top:5px;
}
.rates {
	padding:5px;
}
.zindex {
	position:relative;
	z-index:9999;
