@charset "utf-8";
/* CSS Document */
body  {
	font: 9pt  Verdana, Arial, sans-serif;
	background: #f2f2f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
line-height:140%;
}

p {
text-align: justify;
line-height:130%;
}

h4 {
font-size:14px;
text-align: center;
height: 25px;
padding:0;
margin:0;
font-weight: bold;
font-family: arial, san-serif;
}
h3 {
font-size:15px;
color: #0066cc;
}
h2 {
font-size:18px;
color: #0066cc;
}
h1 {
font-size:20px;
color: #6699FF;
line-height:150%;
}

#pageWrap { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin:0; /* the auto margins (in conjunction with a width) center the page */
} 

#header { 
	height: 87px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #cccccc url(/images/header_blue_01.gif) no-repeat;
width:1010px;
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
} 

#mainMenuWrap {
margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
height: 43px;
width: 1010px;
background: #cccccc url(/images/header_blue_02.png) no-repeat;
}

#ctLeft {
	height: auto;
	width: 170px;
padding: 5px 0 0 0; 
}
#ctRight {
	height: auto;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
text-align:left;
padding: 10px;
}

#ctCenter { 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1010px;
}
#ctWrap {
padding: 10px;
}

.breadcrumb {
color:#cccccc;
text-align:left;
}

.ctHolder {
text-align:left;
padding-top:15px;
overfloat:hide;
}

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(/images/footer_bg.png) repeat-x top center;
	width: 1010px;
	height:93px;
margin-top:20px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footerNaviWrap {
text-align: center;
padding: 22px 0 0 0;
line-height: 20px;
}

#footer a {
text-decoration: none;
color: #666666;
cursor: default;
}

#footer a:visited{
color: #0066cc;
cursor: default;
}

#footer a:hover{
color: #0066cc;
cursor: default;
text-decoration: underline;
}

.boxWrap_L {
margin-bottom: 10px;
background: #f1f5f6;
padding:0;
width:170px;
}

.boxBody_L {
width: 150px;
padding: 10px;
background: #f1f5f6;
text-align:left;
}

.boxWrap {
margin-bottom: 10px;
background: #f1f5f6;
padding:0;
width:200px;
}

.boxfooter {
background: transparent url(/images/h4_bg.png) repeat-x bottom;
width: 200px;
height: 30px;
}

.boxBody {
width: 180px;
padding: 10px 10px 5px 10px;
background: #f1f5f6;
text-align:left;
}

#sidebar1 {
	height: auto;
	width: 170px;
padding: 15px 0 20px 18px; 
}
#sidebar2 {
	height: auto;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
text-align:left;
padding: 10px;
}

.searchBox {
float:left;
padding-left:50px;
padding-top:10px;
}

.mainMenu {
float:right;
padding-top:15px;
padding-right:40px;
}

.verifiBox input {
width:140px;
}

.verifiBox img {
width:140px;
}

.cat_textbox {
width:140px;
}

#CaptchaV2 {
width:140px;
}

#calendar-container a {
font-family: Verdana, arial, san-serif;
text-align: left;
font-size: 7pt;
list-style: none;
margin-left: 0;
padding-left: 0;
}

#calendar-container li {
font-family: Verdana, arial, san-serif;
text-align: left;
font-size: 7pt;
list-style:none;
list-style-position:outside;
}

#calendar-container {
text-align: left;
}

.catmain14623 {
text-align: center;
}

.catmain313091 {
text-align: center;
}

input#CaptchaTV2 {
width:140px;
}

/* Gallery Style */

table#galleryContainer {
background-color:#f2f2f2;
width:580px;
}

table#galleryContainer td {
}

th.galleryHD {
background-color:#ccc;
width:100%;
height:25px;
color:#fff;
text-align:center;
font-size:11pt;
text-transform:uppercase;
}

td.galleryRow {
vertical-align:top;
}

/* css to hide booking form fields */

td#bookingallocation {display:none;
}

.tabledefault td {text-align:left;background-color:#f2f2f2;
}

.surveyform {width:750px;padding:15px;background-color:#f2f2f2;border:1px solid #ddd;position:absolute;top:30px;left:20px;font-size:10pt;line-height:180%;}
.submitBox {width:730px;margin-top:20px;text-align:right;padding:10px 0px 0px 0px;border-top:1px solid #ddd;}
.surveyform label {padding:0px 20px 10px 0px;font-size:10pt;line-height:150%;}
.surveyform input {width:45px;text-align:left;}
.surveyform textarea {width:600px;text-align:left;height:40px;overflow:auto;}
.submitBox input {width:100px;text-align:center;}
.selectBox {background:transparent url(/cssimg/quote.jpg) no-repeat top left;width:165px;height:108px;padding:40px 0px 0px 0px;text-align:center;float:left;display:inline;font-size:14pt;}

table.ct {height:750px;}
.more a {font-size: 9pt; font-weight: normal; color: #ff9900;}
