
/* CSS Document */
@import url(dropdown_menu.css);
body{
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#115692;
}
td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
} 

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;	
	margin:0px;
	padding:0px;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}

form{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
img{
	border:0;
}

.pagemaster {
	width:100%;
	height:100%;	
	background-color: #fefefe;
}

.skinmaster {
	height:100%;
	/*background:url(../images/skinmaster_bg.gif) repeat-y top left;*/
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.contentpane {
	width:100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.weather{
	height:33px;
	/*background:url(../images/weather_bg.gif) no-repeat top left;*/
	margin:3px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#56b948;
	font-weight:bold;
}
.search_form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffc00f;
	font-weight:bold;
}
.search_form:hover
{
color:white;
}
.search_form input{
	width:149px;
	height:18px;
	/*background:url(../images/search_bg.gif) no-repeat top left;*/
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#115692;
	font-weight:bold;
	padding:6px 0 0 0;
}

.img_navBg{
	/*background:url(../images/imageNav_bg.jpg) no-repeat top left;*/
}
.logo{
	position:relative;
	width:100%;
}
.logo_img{
	position:absolute;
	top:-43px;
	left:15px;
	padding:10px 0 0 0;
	margin-bottom:0px;
	padding-bottom:0px;
}
.logo_imgsub{
	position:absolute;
	top:-56px;
	left:15px;
	padding:10px 0 0 0;
	margin-bottom:0px;
	padding-bottom:0px;
}

.img_nav{
	height:133px;
}
.img_nav ul{
	margin:0;
	padding:0;
}
.img_nav ul li{
	width:100px;
	margin:0;
	list-style-type:none;
	display:inline;
	float:left;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#56b948;
	text-align:center;
	background:none;
	line-height:12px;
}

.img_nav ul li.photo_gallery{
	/*background:url(images/photo_gallery.jpg) no-repeat top left;*/
}
.img_nav ul li.photo_gallery a{
	padding:102px 0 0 0;
	display:block;
	color:#56b948;
	height:30px;
}
.img_nav ul li.photo_gallery a:hover{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/photo_gallery_hover.jpg) no-repeat top left;
}
li#pgl a:hover 
{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/photo_gallery_hover.jpg) no-repeat top left;
}
.img_nav ul li.nursery{
	/*background:url(images/nursery.jpg) no-repeat top center;*/
}
.img_nav ul li.nursery a{
	padding:102px 0 0 0;
	display:block;
	color:#56b948;
	height:30px;
}
.img_nav ul li.nursery a:hover{
	color:#5396d1;
	background:url(images/nursery_hover.jpg) no-repeat top center;
}
li#nur a:hover 
{
	color:#5396d1;
	background:url(images/nursery_hover.jpg) no-repeat top center;
}

.img_nav ul li.fresh{
	/*background:url(images/fresh.jpg) no-repeat top left;*/
}
.img_nav ul li.fresh a{
	padding:102px 0 0 0;
	display:block;
	color:#56b948;
	height:30px;
}
.img_nav ul li.fresh a:hover{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/fresh_hover.jpg) no-repeat top left;
}
li#frs a:hover 
{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/fresh_hover.jpg) no-repeat top left;
}

.img_nav ul li.tours{
	/*background:url(images/tours.jpg) no-repeat top center;*/
}
.img_nav ul li.tours a{
	padding:102px 0 0 0;
	display:block;
	color:#56b948;
	height:30px;
}
.img_nav ul li.tours a:hover{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/tours_hover.jpg) no-repeat top center;
}
li#tur a:hover 
{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/tours_hover.jpg) no-repeat top center;
	height:30px;
}
.img_nav ul li.events{
	/*background:url(images/events.jpg) no-repeat top center;*/
}
.img_nav ul li.events a{
	padding:102px 0 0 0;
	display:block;
	color:#56b948;
	height:30px;
}
.img_nav ul li.events a:hover{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/events_hover.jpg) no-repeat top center;
}
li#evnt a:hover 
{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/events_hover.jpg) no-repeat top center;
}
#evnt1 a:hover 
{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/events_hover.jpg) no-repeat top center;
}
.img_nav ul li.about{
	/*background:url(images/about_us.jpg) no-repeat top center;*/
}
.img_nav ul li.about{
	/*background:url(images/about_us.jpg) no-repeat top center;*/
}
li#abt{
	background:url(images/about_us.jpg) no-repeat top center;
}
.img_nav ul li.about a{
	padding:102px 0 0 0;
	display:block;
	color:#56b948;
	height:30px;
}

.img_nav ul li.about a:hover{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/about_us_hover.jpg) no-repeat top center;
}
li#abt a:hover 
{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/about_us_hover.jpg) no-repeat top center;
	
}
#abt1 a:hover 
{
	padding:102px 0 0 0;
	color:#5396d1;
	background:url(images/about_us_hover.jpg) no-repeat top center;
}
.bg-white{
	background-color:#ffffff; 
}
.bg-green{
	background-color:#56b948; 
}
.bg-ltgreen{
	background-color:#d7eed3; 
}
.txt-red-big {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    color:#97313e;
	font-size:40px;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}

.txt-blue{
	color:#115692;
}
.txt-green{
	color:#269c1c;
}
.txt-green a{
	color:#269c1c;
    text-decoration:none;
}
.txt-green a:hover{
	color:#269c1c;
    text-decoration:underline;
}
.txt-white{
	color:#ffffff;
}
.txt-yellow{
	color:#ffc00f;
}
.txt-yellow a{
	color:#ffc00f;
    text-decoration:none;
}
.txt-yellow a:hover{
	color:#ffc00f;
    text-decoration:underline;
}
.footer
{
	font-size: 11px; font-family: Tahoma; color: #2D6F7D; font-weight: bold; text-decoration: none;
}
.footer a
{
	font-size: 11px; font-family: Tahoma; color: #2D6F7D; font-weight: bold; text-decoration: none;
}
.footer a:hover
{
	font-size: 11px; font-family: Tahoma; color: #2D6F7D; font-weight: bold; text-decoration: none;
}

A:link
{
	text-decoration: none;
	color: #ffc00f;
}
A:visited
{
	text-decoration: none;
	color: #ffc00f;
}

A:hover
{
	 text-decoration: none; 
	color: White;
}
A:active
{
	text-decoration: none;
	color: White;
}
.Main_DNNMenu_NodeRoot
{
cursor: pointer;
cursor: hand;
color: #ffc00f;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-family: Tahoma, Arial, Helvetica;
background-color: Transparent;
white-space: nowrap;
padding: 0px 10px 0px 0px;
}

.Main_DNNMenu_ContainerSub
{
background-color:#56B948;
border-right: solid 1px #444444;
border-bottom: solid 1px #444444;
border-top: solid 1px white;
border-left: solid 1px white;
z-index: 1000;
cursor: pointer;
cursor: hand;
padding: 1px 1px 1px 1px;
}
.Main_DNNMenu_Node td
{
cursor: pointer;
cursor: hand;
color: #000000;
font-size: 10pt;
font-weight: bold;
font-style: normal;
font-family: Tahoma, Arial, Helvetica;
background-color: Transparent;
white-space: nowrap;
padding: 1px 3px 3px 1px;
}
.Main_DNNMenu_NodeHover
{
background-color: #5396D1;
color:White;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFC010;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #FFC010;
}
A.SkinObject:visited
{
	text-decoration: none;
	color: #FFC010;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #FFC010;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #FFC010;
}
.Privacy{color: #ffc00f;}
.Privacy a:link{font-size: 11px; font-family: Tahoma; color: #ffc00f; font-weight: bold; text-decoration: none;}
.Privacy a:visited{font-size: 11px; font-family: Tahoma; color: #ffc00f; font-weight: bold; text-decoration: none;}
.Privacy a:hover{font-size: 11px; font-family: Tahoma; color: #fff; font-weight: bold; text-decoration: none;}







.txtbox input{
	width:145px;
	height:19px;
	margin:0px;
	padding:0px;
}


.img_navBg_internal{
	background:url(images/Nav_bg_internal.jpg) no-repeat 2px 0;
}
.left_bg_internal{
	background:url(images/left_bg.gif) repeat-y top left #56b948;
	padding-left:7px;
}

.upper_nav a{font-size: 11px; font-family: Tahoma; color: #ffc00f; font-weight: bold; text-decoration: none;}
.upper_nav a:visited{font-size: 11px; font-family: Tahoma; color: #ffc00f; font-weight: bold; text-decoration: none;}
.upper_nav a:hover{font-size: 11px; font-family: Tahoma; color: #fff; font-weight: bold; text-decoration: none;}
.side_nav_heading{
	color:#ffde3f;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px;

}/*
.side_nav{
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 3px;
}
.side_nav li{
	list-style:square;
	
}
.side_nav li  a{
	color:#2B6E7F;
	font-size:12px;
	font-weight:bold;
	}
.side_nav li  a:hover{
	color:#fff;
}
.side_nav li  a:visited{
	color:#2B6E7F;
}*/
.side_nav li  a{font-size: 11px; font-family: Tahoma; color: #2E6F6F; font-weight: bold; text-decoration: none;}
.side_nav li  a:visited{font-size: 11px; font-family: Tahoma; color: #2E6F6F; font-weight: bold; text-decoration: none;}
.side_nav li  a:hover{font-size: 11px; font-family: Tahoma; color: #fff; font-weight: bold; text-decoration: none;}

.leftlist{padding:0px 5px 0px 17px; font-size:15px; font-weight:normal; margin:0px;}
.leftlist li {padding-left:0px; margin-left:10px;}
.leftlist li  a, .leftlist li  a:visited{color: #2E6F6F; font-weight:normal; text-decoration: none; line-height:normal;}
.leftlist li  a:hover{color: #fff;text-decoration: none;}
/*.leftlist{
	font-size:11px;
	padding:0px;
	margin:0px;
	color:#fff;
	font-weight:bold;
}
.leftlist li a, .leftlist li a:visited{
	list-style:none;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 5px;
	list-style-type:square;
	color:#0C3768;
	
} 
.leftlist li a:hover{
	color:#fff;
}

*/

.leftheading{ font-size:15px; font-weight:bold; color:#2E6F6F; padding-left:5px;} 
.leftheading a{color:#2E6F6F; text-decoration:none;}
.leftheading a:hover{color:#fff; text-decoration:none;}
.leftheading_y{font-size:16px; font-weight:bold; color:#ffcc00; padding-left:5px;}
.leftheading_y a{text-decoration:none; color:color:#ffcc00;}
.leftheading_y a:hover{color:#fff;}

.left_footertxt{ font-size:14px; color:#2E6F6F;} 


















