@charset "utf-8";
body {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #676767;
	background-color: #374A51;
	margin-top: 0px;
	margin-left:0px;
	background-image: url(topline.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.table11 {
	height: 12px;
}
h1, h2, h3, h4, h5 {
	padding-bottom: 5px;
	margin: 15px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	color: #258FCC;
	font-size: 200%;
	line-height: 100%;
}

h2 {
	color: #258FCC;
	font-size: 175%;
	line-height: 100%;
}

h3 {
	color: #ff7300;
	font-size: 150%;
}

h4 {
	color: #258FCC;
	font-size: 120%;
}

h5 {
	color: #258FCC;
	font-size: 120%;
	text-transform: uppercase;
}

h6 {
	color: #676767;
	font-size: 80%;
	text-transform: uppercase;
}

p { text-align:justify;}

#maintable1 {
	background-image: url(centerbg.jpg);
	background-repeat:repeat-y;
	width: 960px;
}
#maintabletop {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:960px;
	height: 20px;
}
#maintablebottom {
	background-image: url(bottombg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width:960px;
	
}
#logotable {
	height: 100px;
	width: 960px;
}
#contenttable{background-color:#EDF7F9;}

			/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0px 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				font-size: 13px;
				height: 40px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 18px;
				line-height: 40px;
				color: #666;
			}
.line {
	background-color: #CCC;
	height: 2px;
}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
	
			
.tableleftbg {
	background-image: url(grey.png);
	background-repeat: no-repeat;
	background-position: left;
}
.tablerightbg {
	background-image: url(grey.png);
	background-repeat: no-repeat;
	background-position: right;
}

#cu3er-container {width:926px; outline:0;}

img {
   border: 0;
}


#cth1 {
	background-image: url(tour.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 224px;
	float:left;

}
#cth2 {
	background-image: url(travel%20guide.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 224px;

}
#cth3 {
	background-image: url(gallery.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 224px;


}
#cth4 {
	background-image: url(testimonals.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 225px;
	float:left;

}




/*Credits: Dynamic Drive CSS Library */
.ddoverlap{
	border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddover
563
lap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 0px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: #374A51;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

<!--[if IE]>
<style type="text/css">
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
</style>
<![endif]-->

