body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/bg_lt.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f0f0ee;
}
html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */
img {
	border: 0px;
}

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

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h1, h2, h3 {
	margin-bottom: 10px;
	
}

/*layout */

#wrapper {
	width: 775px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	height: 210px;
	width: 775px;
	
}
#separator {
	margin: 0px;
	padding: 0px;
}
#content {
	background-color: #FBFBFB;
	position: relative;
}
#col1 {
	width: 175px;
	float: left;
	padding-bottom: 30px;
}
#col1content {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#col2 {
	float: left;
	width: 615px;
}
#col2a {
	float: left;
	width: 100%;
}
#col2content {
	padding: 1px 25px 15px 20px;
	font-size: 11px;
}
#col2copyright {
	padding: 1px 25px 15px 20px;
	font-size: 11px;
}
#col3 {
	float: left;
	width: 160px;
	padding-bottom: 30px;
}
#col3content {
	padding-top: 1px;
}

/*col content styles */

.col1heading {
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ff9900;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
}

#col3content h3 {
	font-size: 12px;
	background-color: #FF9900;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
#col2content h1 {
	font-size: 18px;
	color: #666666;
}
#col2content h2 {
	font-size: 15px;
	color: #999999;
	margin-top: 0px;
}
#col1content li {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 20px;
	font-size: 11px;
	line-height: 130%;
}
#col3content li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 20px;
	font-size: 11px;
	line-height: 130%;
	
}

#col2content p {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.paragraphul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
.paragraphul2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}

/*footer styles */
#clear {
clear: left;
margin:0; padding:0;
}
#footer {
border-top:1px solid #E4E4E4;
width:775px;
margin:0 auto 0 auto;
}


#footer ul
{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	
}

#footer ul li
{
	/* needed for correct display in ie5/6 win */
	display: inline; 
}

#footer ul a
{
	font-weight: normal;
	color: #666666;
	border-right: 1px dashed #CCCCCC;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 6px;
}



/*navigation */

#nav ul
{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	
}

#nav ul li
{
	/* needed for correct display in ie5/6 win */
	display: inline; 
}

#nav ul a
{
	font-weight: normal;
	color: #666666;
	border-right: 1px dashed #CCCCCC;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#nav ul a:hover
{
	background-color: #FFF0D9;
}



	

	

.imageborder{
	border:1px solid #D2D2D2;
	padding:4px;
	margin-left: 15px;
	margin-top: 15px;
	
}
.topimageborder {
	border:1px solid #D2D2D2;
	padding:4px;
	margin-left: 15px;
	margin-top: 10px;
}

.picturetitle {
	text-align: center;
	font-size: 11px;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align:left;
}
#advert {
	background-color: #0033CC;
}
.col3heading {
	font-size: 12px;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #75b1d9;
	margin-top: 20px;
	margin-bottom: 5px;
}
.col3text {
	font-size: 11px;
	line-height: 130%;
	color: #999999;
	margin-top: 8px;
	margin-bottom: 3px;
	padding-right: 12px;
	padding-left: 12px;
}

#col2content li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 20px;
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	text-align: justify;
}

#col2content ul {
	padding-bottom: 10px;
}
blockquote {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	text-align: left;
	background-color: #E5E5E5;
	border: 1px dotted #999999;
	padding: 4px 7px;
	margin-right: 10px;
	margin-left: 10px;
}
.highlight {
	color: #FF0000;
}
#headertop {
	height: 30px;
	width: 775px;
	background-image: url(../images/white.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; font-weight:normal;
	
}




#nav {
	z-index: 6;
	height: 20px;
	width: 770px;
	margin-top: 5px;
}
#col2content h3 {

	font-size: 15px;
	color: #999999;
}
#header img {
	display: block;
}
#col2content h4 {

	font-size: 15px;
	color: #999999;
}
select {
	font-size: 10px;
	background-color: #D6E8F3;
	margin-top: 5px;
	margin-bottom: 5px;
}
#searchcontent {
	padding: 0px 5px 30px 20px;
}
#searchcontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
input {
	background-color: #D6E8F3;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
.toppicsite {
	background-image: url(../images/colage.jpg);
}
#customtrip {
}
#customtrip select {
	font-size: 10px;
	background-color: #FFD291;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#customtrip input {
	background-color: #FFD291;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#searchcontent li {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 20px;
	font-size: 11px;
	line-height: 130%;
}
#col2copyright p {

	font-size: 10px;
	line-height: 130%;
	color: #999999;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.col3headingbooking {

	font-size: 12px;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #75b1d9;
	margin-top: 20px;
	margin-bottom: 15px;
}
.product {
	margin-right: 5px;
	margin-bottom: 5px;
}
textarea {

	background-color: #D6E8F3;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.atextnew {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000; font-weight:normal;
}
