/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	background-color: #3a6ab3;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#print_logo {
	display:none;
	}
#menu {
	background-color: #215D8F;
}
td,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.maintable {
	border-top: 3px solid #030c48;
	border-left: 1px solid #030c48;
	border-right: 1px solid #030c48;
	border-bottom: 3px solid #030c48;
	background-color: #ffffff;
}
.contentpadding {
	padding-top: 12px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.title {
	background-image: url(images/img_hotelsright2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 9px;
}
.ctibg td {
	color: #fff;
}
.ctibg a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.ctibg a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #BDBCB8;
}
.ctibg a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.bg_footer {
	background-image: url(images/bg_footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #29388c;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #dd1b20;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
#lighthousetop {
	background: url(images/img_lighthousetop.jpg) top left no-repeat;
}

/* comment form */

td.comment_header {
	font-size:13px;
	font-weight:bold;
	color:#005ea9;
	}
	
td.radio_cells {
	width:100px;
	height:25px;
	background-color:#00B5CB;
	text-align:center;
	}
	
.txtarea {
	width:450px;
	height:100px;
	border: solid 1px #000000;
	}

.textfield {
	width:150px;
	border: solid 1px #000000;
	}
	
.textfieldsmall {
	width:50px;
	border: solid 1px #000000;
	}
.textfieldlong {
	width:300px;
	border: solid 1px #000000;
	}

.required {
	color:#F00;
	vertical-align:top;
	}
	
#maincontent {
	float:left;
	width:475px;
	
}

#rightcolumn {
	float:right;
	width:200px;
	
}


