/* CSS Document */

/* link styles */


a:link {color: #009933; text-decoration:underline;}
a:active {color: #009933; text-decoration:none;}
a:visited {color: #009933; text-decoration:underline;}
a:hover {color:#660066; text-decoration:none;}

/* link for enquiries */

.enquirylink {text-align: center;}
.enquirylink a {font-weight: bold; color: #FFFFFF;}

/* colors */

.important {color:#FF0000;}
.titlecolor {color:#660066;}

/* elements*/

h1 {color:#660066; 
	font-size:1.7em; 
	font-weight:bold;
	}
	
h2 {color:#666666;
	font-size:1.5em;
	font-weight:bold;
}

h3 {font-size:1.2em;
	font-weight:bold;
}

body {font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}

/*for the packages*/

.smallheader {color:#660066;
		}

.information {color:#666666;
		font-size:9px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}

.maintable {border:1px solid #CCCCCC; }


/*for the breadcrumbs*/

.breadcrumbs {color:#660066;
	font-weight:bold;
	font-size:0.7em;
	text-transform:uppercase;
}

/* for menu */

#dropmenudiv{
position:absolute;
margin-top: 5px;
border-right:1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
border-bottom-width: 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #D6D4D4;
color: #660066;
}

.menu {
text-align: center;
  font-size: 11px;
  font-weight: normal;
  width: auto;
  background: url(../images/homepage/horz_menu_bg.png) repeat-x;
  padding: 0px 0px;
  line-height: 20px;
  margin: 1px;
  height: 30px;
  width: 600px;
}

.menu a {
  color: #000000;
  font-weight: normal;
}

.menu a:hover {
  color: #660066;
}

.nav {
	background: url(../images/homepage/horz_menu_bg_button.png) no-repeat;
	width: 104px;
}

.mainformular {

 background: url(../images/homepage/form-bg.jpg) no-repeat;
 border: 0px solid #cccccc;

}

#newsletter {
 background: url(../images/homepage/newsletter-bg.jpg) no-repeat;
 width: 320px;
 height: 160px;
}

.footer {
	background: url(../resources/btmline.gif) repeat-x;
}

#body {
	color:#000000;
	width:600px;
}

.bodytext {
	font-size:0.8em;
}

#search {
      margin-right: 65px;
}

#attraction { 
	text-align: justify;
}

#hp-all {
	width: 620px;
}

#hp {
	background: url(../images/homepage/green-box.jpg) no-repeat;
	height: 257px;
	width: 204px;
	padding-left: 17px;
	padding-top: 1px;
	margin-right: -12px;
}

#hp1 {
	width: 175px;
	margin-top: 15px;
}

#hp2 {
	background: url(../images/homepage/grey-box.jpg) no-repeat;
	height: 257px;
	width: 204px;
	padding-left: 17px;
	padding-top: 1px;
	margin-right: -12px;
}

#hp3 {
	background: url(../images/homepage/grey-box.jpg) no-repeat;
	
}	

.table {

}

#box {
        border: 1px solid #cccccc;
        height: 85px;
        
		margin-bottom: 10px;
}


#boxbg {
		background-color: #f2f2f2;
}

.border {
		border: 1px solid #cccccc;
}

.content {
		text-align: justify;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
}

.sidebartable {
		font-size: 12px;
}

/* First row subline */
.tableheader {
	border-bottom: 1px solid #999999;
}

/* Slideshow frontpage */

#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* New Menu style */

.ddsmoothmenu{
font: bold 12px Verdana;
background: transparent;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
margin: -1px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: transparent;
color: #339933;
padding: 8px 15px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #333;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: transparent; 
color: #339933;
}

.ddsmoothmenu ul li a:hover{
color: #339933;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
background: #efefef;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Verdana;
text-align: left;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.ddsmoothmenu ul li ul li a:hover{
	color: #fff;
	background: #339933;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: transparent;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 200px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;

border-bottom: 1px solid #ccc;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #414141; /*background of menu items (default state)*/
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: transparent; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

/* End New Menu style */
 */
