
/* general styles ----------------------- */

body {
	margin: 0px;
	background: #fff url(../images/page_back.gif) repeat-x top center;
	}
	
body, table, td, p, input, select{
	font: normal 12px arial;
	color: #333;
}

a:link{color: #336633;}
a:visited{color: #336633;}
a:active{color: #336633;}
a:hover{color: #669966;}	
a[name]:hover{color: #669966;}
	
	
#page{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

.home-page-body
{
	background: #fff;
	width: 100%;
}
	
.page-body
{
	margin-top: 1px;
}

.page-body-title{
	background: #6C7D6D url(../images/title_default.gif) no-repeat bottom left;
	height: 61px;
	border-bottom: 1px solid #fff;
}


.page-body-title h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #f1ff;
	border: 0;
	margin: 18px 10px 10px 35px;
}


.page-body-title-big{
	background: #6C7D6D url(../images/title_default.gif) no-repeat bottom left;
	height: 150px;
	border-bottom: 1px solid #fff;
}

.page-body-title-big h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	margin: 110px 10px 10px 35px;
}

.page-body-crumps{
	background: #6C7D6D;
	border-left: 3px solid #546154;
	color: #D4E0D4;
}

.page-body-crumps p{
	color: #D4E0D4;
	font-size: 11px; 
	margin: 5px 32px;
}

.page-body-crumps a:link, .page-body-crumps a:visited, .page-body-crumps a:active { color: #D4E0D4; text-decoration: none;}
.page-body-crumps a:hover { color: #fff;}


.page-body-content
{
	width: 480px;
	padding: 15px 35px 35px 35px;
	border: 1px solid #D7D7D7;
	border-top: 1px solid #fff;
}

.page-body-content-full
{
	width: 705px;
	padding: 15px 35px 35px 35px;
	border: 1px solid #D7D7D7;
	border-top: 1px solid #fff;
}
	
/* header navigation styles */

#header{
	width: 775px;
	height: 150px;
}

#logo{
	background: url(../images/header_logo.gif) no-repeat top left;
	width: 260px;
	height: 114px;
}

#logo a {
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 260px;
	height: 114px; /* CONFORMANT BROWSERS */
	text-decoration: none;
	font-size: 0;
}


#top-links{
	text-align: right;
	color: #999;
	font-size: 11px;
	padding: 60px 25px 10px 10px;
}



#header-menu-nest{
	background: url(../images/header_menu_back.gif) repeat-x top left;
}


#nav {
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	font-size: 1px;
	margin: 15px 0 0 17px;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}

#nav a {
	display: block;
	float: left;
	text-align: center;
	color: #FFFFFF;
	padding: 9px 9px 10px 9px;
	margin: 0;
	 /*height: 30px; CONFORMANT BROWSERS */
	text-decoration: none;
	font-size: 11px;              
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #647363;
	border-right: 1px solid #243B30;
}

#nav a:hover {
	color: #fff;
	background: #2F4639;	
}


.header-button a:link, .header-button a:visited, .header-button a:active { color: #D1FD8D;}
.header-button a:hover {}
.header-button #selected {background: #2F4639; color: #fff;}











.menu-nest{
	background-color: #F6F6F6;
	width: 225px;
	border: 1px solid #D7D7D7;
	border-left: 0; border-top: 0;
}

.menu {
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
	font-size: 1px;
	margin: 0;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: 225px;
	border-bottom: 1px solid #E2E6E1;
	border-top: 1px solid #fff;
}

.menu a {
	display: block;
	float: left;
	padding: 7px 20px 8px 30px;
	margin: 0;
	 /*height: 30px; CONFORMANT BROWSERS */
	text-decoration: none;
	font-size: 12px;
	background: #EFF5EC url(../images/menu_arrow.gif) no-repeat left center;
	width: 175px;
}

.menu a:hover {
	background: #E7EEE4 url(../images/menu_arrow.gif) no-repeat left center; color: #000;	
}

.menu-button #selected {background: #DCE9D6 url(../images/menu_arrow.gif) no-repeat left center; font-weight: bold;}


.menu-bottom{
	padding: 10px 20px 30px 20px;
}








.footer
{
	width: 100%; height: 60px;
}
.footer p{color: #999; font-size: 11px;	padding: 0px 20px 25px 20px;}

.footer a:link, .footer a:visited, .footer a:active{color:#999;}
.footer a:hover{color:#000;}





/* content styles ----------------------- */

h1
{
	font-family: Arial;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #586E41;
	color: #586E41;
	margin: 5px 0px 10px 0;
	background: url(../images/dots.gif) repeat-x bottom left;
}


h2
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 5px 0 10px 0;
}



p
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
}

.text{
	font-family: arial;
	font-size: 12px;
}

.error-message{
	font-family: arial;
	font-size: 12px;
	color: Red;
	font-weight: 700;
}

.right-pic
{
	margin: 10px 0px 10px 10px;
}

.left-pic
{
	margin: 10px 10px 10px 0px;
}


/*** home page styles ************************************************************/


.home-main{
	height: 209px;
	background:  url(../images/img_home.jpg) no-repeat top left;
	color: #fff;
	line-height: 17px;
	font-size: 1px;
}

.home-sec-1{
	background: #4B5B5B url(../images/home_sec_1.gif) no-repeat top left;
	width: 259px;
	height: 137px;
}
.home-sec-1 p{
	margin: 55px 30px 0px 30px;
	text-align: left;
	color: #fff;
}
.home-sec-1-link{
	padding: 10px 30px 25px 30px; 
	text-align: left;
	border: 1px solid #D7D7D7;
	border-top: 0;
	font-weight: bold;
}

.home-sec-2{
	background: #6D7E6E url(../images/home_sec_2.gif) no-repeat top left;
	width: 259px;
	height: 137px;
}
.home-sec-2 p{
	margin: 55px 20px 0px 35px;
	text-align: left;
	color: #fff;
}
.home-sec-2-link{
	padding: 10px 30px 25px 35px; 
	text-align: left;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	font-weight: bold;
}

.home-sec-3{
	background: #4B5B5B url(../images/home_sec_3.gif) no-repeat top left;
	width: 257px;
	height: 137px;
}
.home-sec-3 p{
	margin: 55px 20px 0px 35px;
	text-align: left;
	color: #fff;
}
.home-sec-3-link{
	padding: 10px 30px 25px 35px; 
	text-align: left;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	font-weight: bold;
}



.dots-horizontal
{
	background: url(../images/dots.gif) repeat-x center;
}









.section-table{
	width: 100%;
}

.section-header{	
	background: #F9F7EB;
	padding: 6px 10px;
	font-weight: bold;
	color: #330000;
	font-size: 13px;
}

.section-link{
	font-size: 11px;
	background: #F9F7EB;
	text-align: right;
	padding: 6px 10px;
}

.section-content{
	padding: 0px 10px 25px 10px;
}



.SiteMap-list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.SiteMap-list li{font-size: 14px; font-weight: bold; padding-bottom: 20px; }
.SiteMap-list { list-style-type: none; margin-left: 5px; }
.SiteMap-list li ul{margin-left: 20px; list-style-type: square; margin-top: 5px; }
.SiteMap-list li li{font-size: 12px; font-weight: normal; padding-bottom: 0px;  }






.title-link{
	text-align: right;
	position: relative;
	float: right;
	top: -30px;
	margin: 0;
	padding: 0;
	
}





h3
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #546455;
	margin-top: 10px;
	background: url(../images/dots.gif) repeat-x bottom left;
}





/** pop up styles */

.popup-title
{
	padding: 6px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	background-color: #ebebeb;
	border-bottom: 1px solid #ccc;
}

.popup-title-link
{
	padding: 6px 10px 7px 10px;
	font-size: 11px;
	background-color: #ebebeb;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

.popup-image-cell
{
	padding: 20px;
}




.pic-left{
margin: 15px;
margin-left: 0;
}

.pic-right{
margin: 15px;
margin-right: 0;
}

.arrow-next
{
	background: url(../images/arrow_next.gif) no-repeat right;
	padding-right: 12px;	
}

.arrow-back
{
	background: url(../images/arrow_back.gif) no-repeat left;
	padding-left: 12px;
}

.link-arrow
{
	background: url(../images/link_arrow.gif) no-repeat top left;
	padding-left: 25px;
	height: 17px;
	display: block;
}

.grid
{
	border-collapse: collapse;
}

.grid td
{
}

.grid-label
{
	background: #F8FBE4;
	border-bottom: 1px solid #C7E2AB;
	border-left: 1px solid #C7E2AB;
	padding: 4px 10px;
	font-size: 11px;
}

.grid-value
{
	background: #fff;
	border-bottom: 1px solid #C7E2AB;
	border-left: 1px solid #C7E2AB;
	border-right: 1px solid #C7E2AB;
	padding: 4px 10px;
	text-align: center;
	font-size: 11px;
}

.grid-pic
{
	border-bottom: 1px solid #C7E2AB;
	border-left: 1px solid #C7E2AB;
	border-right: 1px solid #C7E2AB;
	text-align: center;
	padding: 0;
}

.grid-header{
	background: url(../images/grid_header_back.gif) repeat-x top left;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	padding: 5px 10px;
}

.product-description{
	/*background: url(../images/dots.gif) repeat-y top right;*/
}

.product-pictures{
	text-align: right;
	padding-left: 25px;
	/*background: url(../images/dots.gif) repeat-x bottom right;*/
}



.contact-form
{
	background: #E7EF9E;
	padding: 20px;
	border: 1px solid #D6DE8A;
	width: 300px;
	margin-right: 20px;
}



.calendar-grid{
	border: 1px solid #6C7D6D;
	width: 100%;
	border-collapse: collapse;
}

.calendar-grid td{ 
	border-bottom: 1px solid #ebebeb;
	border: 1px solid #ebebeb;
	padding: 6px 13px;
	vertical-align: top;
}

.calendar-grid th{
	background: #94A295;
	border: 1px solid #6C7D6D;
	padding: 6px 13px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.calendar-grid-td{ 
	border-bottom: 1px solid #ebebeb;
	border: 1px solid #ebebeb;
	padding: 6px 13px;
	vertical-align: top;
}

.calendar-grid-th{
	background: #94A295;
	border: 1px solid #6C7D6D;
	padding: 6px 13px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.link-info
{
	background: url(../images/iconInfo.gif) no-repeat top left;
	padding-left: 20px;
}

.link-schedule
{
	background: url(../images/iconSchedule.gif) no-repeat top left;
	padding-left: 20px;
}

.price{
	color: #999;
}
