/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	background-color: #f0f0ee;
}
* {
	margin: 0px;
	padding: 0px;
}

html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */


h1, h2, h3, h4, h5 {
	margin-bottom: 5px;
	line-height: 120%;
	font-weight: bold;
	color: #3F3F3F;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
h4, h5 {
	font-size: 11px;
}
.heading2 {
	font-size: 16px;
	font-weight: bold;
}


p {
	margin-bottom: 10px;
}

#wrapper {
	width: 1032px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/css/wrapper.jpg);
	background-repeat: repeat-y;
	margin-top: 0px; 
	margin-bottom: 30px;
}

#header {
	height: 60px; 
	background-repeat: no-repeat;
	position: relative;
	background-image:   url(../images/css/header.jpg);
}

#headerlr {
	height: 110px; 
	background-repeat: no-repeat;
	position: relative;
	background-image:   url(../images/css/headerlr.jpg);
}

#headerbanner {
	position: absolute;
	z-index: 20;
	right: 15px;
	height: 60px;
	width: 468px;
	top: 10px;
}
#topnav {
	height: 40px;
	width: 800px;
	position: absolute;
	bottom: 5px;
	z-index: 20;
	left: 10px;
}
#topbar {
	position: absolute;
	z-index: 30;
	right: 13px; /* was 15 when using zoom */
	bottom: 8px; /* was 13 when using zoom */
}
#topbar img, #topbar input, #topbar label {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	display: inline;
	margin: 0px;
}

#topnavlist {
	font-size: 12px;
	margin-top: 15px;
	text-align: left;
	font-weight: 100;
}
#topnavlist li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#topnavlist a {
	color: #333333;
}
#topnavlist a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#col1 {
	float: left;
	width: 185px;
}
#col2 {
	float: left;
	width: 520px;
	position: relative;
}
#col3 {
	float: right;
	width: 327px;
}
#colindex {
	float: left;
	width: 690px;
	margin-left: 13px;
	display:inline; /* fix IE6 dbl margin bug*/

}

#colindex h1, #colindex h2, #colindex h3, #colindex h4, #colindex h5  {
	font-size: 16px;
}

#boxborder {
	border: 1px solid #E6E6E6;
	height: 304px;
	width: 686px;
	margin-bottom: 8px;
	clear: both;
	position: relative;
}

#boximage {
	position:absolute;
	z-index: 4;
	height: 300px;
	width: 682px;
	left: 2px;
	top: 2px;
	background-image: url(../images/homelarge/rotator.php);
}

.box1, .box2, .box3 {
	height: 135px; /*130*/
	width: 202px;
	float: left;
	background-color: #edf3fe;
	border: 1px solid #eeeeee;
	margin-bottom: 10px;
	padding: 10px;
}
.box1, .box2 {
	margin-right: 8px;
}

.rowhome {
	margin-bottom: 10px;
}

.rowhome img {
	margin-bottom: 3px;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 8px;
}


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


#footer {
	clear: both;
	height: 70px;
	background-image: url(../images/css/footer.jpg);
	background-position: bottom;
	padding-top: 30px;
}
#footercontent {
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	width: 1012px;
}
#footercontent ul {
	padding-bottom: 5px;
}

#footercontent li {
	display: inline;

	padding-right: 5px;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 5px;
}

#footercontent a {
	text-decoration: none;
	color: #666666;
}

#footercontent a:hover
{
	text-decoration: underline;
}


#navcontainer {
	margin-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}


#navcontainer ul {
	list-style-type: none;
	font-weight: normal;
}
#navcontainer li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-weight: 600;
}
#navcontainer a {
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;

}
#navcontainer a:hover {
	text-decoration: none;
	color: #ff9900;	
}
#navcontainer ul ul li {
	margin: 1px 0px 0px;
	font-weight: 300; 
}
#navcontainer ul ul a {
	display: block;
	width: 125px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 10px;
	color: #999999;
}


#navcontainer ul ul a:hover {
	color: #ff9900;
}

#navlist {
	padding-top: 0px;
}

/*Col 2 Styles */

#content {
	margin-right: 6px;
	margin-left: 6px;
}
#content p {
	text-align: justify;
	color: #333333;
}

#content ul {
	margin-bottom: 10px;
	list-style-type: none;
}
#content li {
	background-image:  url(../images/css/content_list.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position:0 5px;
	margin-bottom: 5px;
	text-align: justify;
	margin-right: 10px;
}


#standardtable, #standardtable1, #standardtable2, #standardtable3 {
	margin: 0 0 10px;
	border-left: 1px solid #eeeeee;
	width: 100%;
}

#standardtable th, #standardtable1 th, #standardtable2 th, #standardtable3 th {
	color: #666666; 
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	text-align: left;
	padding: 6px 6px 6px 12px;
	font-weight: bold;
	background-color: #edf3fe; 
}

#standardtable td, #standardtable1 td, #standardtable2 td, #standardtable3 td  {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background: #fff;
	padding: 6px 6px 6px 12px;
}

.mainshow {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c3c3c3;
	margin-bottom: 10px;
}

.mainshownoul {
	padding-bottom: 10px;
}

/* Col 3 Styles */

/* may need to change all this for IE8
http://idreamincode.co.uk/browsers/ie8-browsers/confirmed-ie8-will-not-support-the-opacity-property

technique taken from http://www.cssplay.co.uk/opacity/png.html

*/

.transparentinfo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	/*border: 1px solid #999999;*/
	position:relative;
	background-color: #f5f5f5;
	padding: 2px;
}
.transparenttext p {
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	/*filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 -moz-opacity: 0.70; opacity:0.7;*/

}

.transparenttext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

/*
works in IE8 but not IE6

.transparenttext {
	position:absolute;
	width:300px;
	background-image: url(../images/cssnewdesign/test.png);
	left: 1px;
	bottom: 1px;
	padding-bottom: 10px;
	padding-top: 5px;
}
*/

.transparenttext {
	position:absolute;
	width:300px;
	left: 2px;
	bottom: 2px;
	padding-bottom: 5px;
	padding-top: 2px;
	background-color: #838380; /*838380 */
}

.transparenttext {
	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 -moz-opacity: 0.70; opacity:0.7;

}

.sideimage {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;

}

.sideimage img {
	padding: 1px;
	border: 1px solid #FF9900;
}

.sideadsense {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	border: 2px solid #fafafa;
}


.infohome {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #eeeeee;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	background-color: #f8f8f8;
}


.info, .sideshow, .videolist, .hotel, .lrsearchv {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #eeeeee;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	background-color: #fafafa;
	
/*	
	
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	background-color: #f5f5f5;
	background-image: url(../images/css/infobottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
*/
}

.info h1, .info h3, .info h4, .infohome h1, .feature h3, .booking h3, .videolist h3, .sideheading {
	margin: 0px !important;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 5px !important;
	text-align: left;
	font-size: 16px !important;
	color: #333333 !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-weight: bold;
}

.info p, .infohome p, .feature p, .hotel p, .lrsearchv p {
	margin: 1px 0px 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
	color: #666666;
	position: relative;
	
}

.videolist ul {
	text-align: left;
	position: relative;
	margin-left: 20px;
	margin-top: 5px;
	list-style-type: none;
}
.videolist li {
	background-image:  url(../images/css/video1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position:0 2px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-right: 20px;
}

.info ul, .hotel ul {
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 20px;
	margin-top: 5px;
	text-align: left;
}
.info li, .hotel li {
	background-image:  url(../images/css/content_list.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position:0 5px;
	margin-bottom: 2px;
	margin-right: 10px;
}

/* Hotel Search Styles*/
.lrsearchv {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #FF9900;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-top: 1px;
}

.lrsearchv {
	background-color: #FCD88D;
	font-size: 12px;
}



.lrsearchv td {
	text-align: left;
}

.lrsearchv select, .lrsearchv input, .lrsearchvsubmit  {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.lrsearchnumber {
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.lrsearchvsubmit, .lrsubmit1, .submit, #topbar input[type="submit"] {
	font-weight: 600;
	color: #FFFFFF;
	background-color: #FF9900;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFAD5C;
	border-right-color: #E1A568;
	border-bottom-color: #E1A568;
	border-left-color: #FFAD5C;
	padding-right: 3px;
	padding-left: 3px;
}



.movecontent {
	margin-bottom: 100px;
}

#lrsearch1 {
	margin: 0px;
	width: 508px;
	border: 1px solid #FF9900;
	position: absolute;
	z-index: 10;
	top: 40px;
	right: 6px;
	font-size: 12px;
}

#lrsearch1 td, #lrsearch1 th, #lrsearch td {
	color: #333333;
	background-color: #fcd88d;
	border: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}


#lrsearch {
	margin: 0 0 10px;
	width: 100%;
	border: 1px solid #FF9900;
	font-size: 12px;
}

/* Map Styles */

#gmap {
	color: #333333;
}
#gmap p {
	color: #444444;
}
.gmaptitle {
	font-weight: bold;
	color: #FF6600;
}

pre {
	width: 500px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin-bottom: 10px;
}

/* Miscelleaneous */

.paragraphul, #imagegallery {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-color: #c3c3c3;
}

#imagegallery img, #imagegallery table, #imagegallery li, #imagegallery ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: none;
}

.imagefloatleft {
	border: 1px solid #eeeeee;
	padding: 1px;
	float: left;
	margin-right: 5px;
}

.imagefloatright {
	border: 1px solid #eeeeee;
	padding: 1px;
	float: right;
	margin-left: 5px;
}

.videogoogle {
	height: 326px;
	width: 468px;
	text-align: left;
	padding-top: 25px;
	margin-bottom: 10px;
}
.videoyoutube {
	width: 468px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}

.credits {
	font-size: 10px;
	font-style: italic;
}

.extlink {
	background-image:  url(../images/css/extlink.gif);
	background-position: right bottom;
	padding-right: 15px;
	background-repeat: no-repeat;
}

.highlight {
	color: #FF9900;
}

#searchresults {
	margin-right: 20px;
	margin-left: 20px;
}

.commentsystem {
	padding:0px;
	margin-top:0px;
	width:100%;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:11px; controls individual comment text size*/ 
	clear:both;
	line-height:normal;
}

.commentsystem .error {
  color: #FFFFFF;
  padding:4px;
  padding-left:5px;
  background-color:#FF0000;
  border:1px solid #990000;
  line-height:14px;
}

.commentsystem .success {
  color: #FFFFFF;
  padding:4px;
  padding-left:5px;
  background-color:#009900;
  border:1px solid #006600;
  line-height:14px;
}

.commentsystem .commentslist {
	clear:both;
}

.commentsystem .comment {
	margin-bottom:10px;
}

/*posting details each individual comment*/
.commentsystem .comment .meta {
	font-size: 11px;
	color: #333333; /*#77BBFF*/
	background-color:#fafafa;
	padding-left:5px;
	padding-right:5px;
	height:14px !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 1px;
}

.commentsystem .comment .meta .author_name {
	float:left;
	/*font-weight:bold;*/
	/*letter-spacing:1px;*/
}

/*posting time*/
.commentsystem .comment .meta .comment_details {
	float:right;
	color:#999999;/*#999999*/
	}
	
#commentform_verificationimage {
	width:100px;
	height:20px;
	margin-top: 10px;
}

/* controls individual comment appearance */

.comment_text {
	background-color:#FAFAFA;
	padding-left:5px;
	border:1px solid #EEEEEE; /*#EEEEEE*/
	border-top:none;
	overflow:hidden;
	line-height: 130%;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 4px;
}


/* the form */

.commentsystem form {
	line-height:normal;
	margin-bottom:10px;
	background-color:#FAFAFA;
	border:1px solid #EEEEEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*
.commentsystem label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
*/
/*not used - overridden by input style*/
.comment_form_text_box {
	border: 1px solid #7F9DB9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:1px;
}

/*overridden*/
.comment_form_text_area {
	border: 1px solid #7F9DB9;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px;
	margin:0px;
	margin-right:10px;
	background-color: #0099FF;
}
/*overridden*/
.comment_form_submit {
	margin-top:10px;
	height:22px;
	font-size:12px;
	border: 1px solid #7F9DB9;
	background-color:#F1F1F1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.commentsystem .editing_form {
	margin:0px;
	line-height:normal;
	background-color:#FAFAFA;
	border:none;
}


.commentsystem .editing_comment_form_text_area {
	border: 1px solid #7F9DB9;
	width:100%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding:3px;
	margin:0px;
}

/* inline editing */

.commentsystem .comment_text textarea{ 
	width: 98%; 
	height: 100px;
}


/* pagination >>> */

.commentsystem .pagination {
	display:block;
	text-align:right;
	float:right;
	height:18px;
	padding-top:3px;
	margin-bottom:10px;
	clear:both;
}

.commentsystem .pagination a:link, .commentsystem .pagination a:visited{
	padding:6px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EEEEEE;
	margin-left:10px;
	text-decoration:none;
	background-color:#FAFAFA; /*#FAFAFA   */
	color:#3d8bff;
}

.commentsystem .pagination a:hover {
	background-color:#ddeeff;
	color:#666666;
	border:1px solid #bbddff;
}

.commentsystem .pagination .active_link {
	padding:6px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #bbddff;
	margin-left:10px;
	text-decoration:none;
	background-color:#ddeeff;
	color:#000000; /*#000000*/
	cursor:default;
}

.commentsystem .pagination .disabled_pagination {
	padding:6px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #eeeeee;
	margin-left:10px;
	text-decoration:none;
	background-color: #fafafa;
	color:#CCCCCC;
	cursor:default;
}

.submit {
	margin-top:10px;
}

input {
	margin-top: 5px;
	margin-right: 10px;
}
label {
	display: block;
	margin-top: 15px;
}
.addthis {
	padding-bottom: 5px;
}


.smallshownoul {
	padding-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.youtubeside {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}

.contentadsense {
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}

.youtubecontent{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}

.social {
	width: 158px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #eeeeee;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	background-color: #fafafa;
	margin-top: 10px;
}

.socialright {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #eeeeee;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	background-color: #fafafa;
}

.social p, .socialright p {
	margin: 1px 0px 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	color: #666666;
	position: relative;
}

.social img, .socialright img {
	margin-right: 12px;
}

a.button {
	font-weight: 600;
	color: #FFFFFF;
	background-color: #FF9933;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFAD5C;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFAD5C;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
	text-decoration: none;
}

#formcontainer {
	background-color:#fafafa;
	border: 1px solid #eee;
	padding: 10px;
}


#formcontainer select, #formcontainer input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}