@charset "utf-8";
/* CSS Document */

/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img, div, a {
	behavior: url(iepngfix.htc);
	border: 0px;
	text-decoration: none;
}

a:hover {
	color: #535353;
}	

body {
	background-color:#f1f1f1;
	background-image: url(../images/bg-page.jpg);
	margin: 0; 
	padding: 0;
}

#outercontainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}


#container {
	float:left;
	width:960px;
}
	
#top {
	width: 906px;
	height:290px;
	float: left;
	display: inline;
	padding-left: 27px;
	padding-right: 27px;
	background-color: #FFFFFF;
}

#nav {
	width: 906px;
	height: 37px;
	float: left;
	display: inline;
	padding-left: 27px;
	padding-right: 27px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-nav.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#main {
	width: 906px;
	float: left;
	display: inline;
	padding-left: 27px;
	padding-right: 27px;
	background-color: #FFFFFF;
}

#content-left {
	width: 191px;
	float: left;
	min-height: 253px;
	height: auto !important;
	height:253px;
	display: inline;
	margin-top: 50px;
}

#content-main {
	width: 474px;
	float: left;
	min-height: 253px;
	height: auto !important;
	height:253px;
	display: inline;
	background-image: url(../images/bg-main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

#content-right {
	width: 162px;
	float: left;
	min-height: 253px;
	height: auto !important;
	height:253px;
	display: inline;
	margin-top: 50px;
	padding-left: 29px;
}

#footer {
	width: 960px;
	height:22px;
	float: left;
	display: inline;
/*background-color: #f1f1f1; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e8083;
	text-align: right;
	padding-top: 5px;
}

#horizspace {
	width: 960px;
	height: 40px;
	float: left;
	display: inline;
    background-color: #ffffff; */
}

/*///////////////////////////////////////////////*/

.nav {
	float: left;
	display: inline;
	margin-right: 50px;
}

.navend {
	float: left;
	display: inline;
}

.text-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e8083;
	line-height: 20px;
	text-decoration: none;
}

.text-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #535353;
	line-height: 20px;
	text-decoration: none;
}

.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e8083;
	text-decoration: none;
}

.hightlight {
	color: #c1d72e;
}

.rightbtn {
	float: left;
	display: inline;
	margin-bottom: 5px;
}

.menu-button {
	float: left;
	display: block;
	margin: 5px;
	width: 100px;
	height: 25px;
	padding-top: 5px;
	background-color: #ec008c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border: 0px;
}

.main-menu-button {
	float: left;
	display: block;
	margin: 5px;
	width: 155px;
	height: 25px;
	padding-top: 5px;
	background-color: #ec008c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border: 0px;
}

.menu-button:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.main-menu-button:hover {
	color: #FFFFFF;
	font-weight: bold;
}

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 14px;
}

label {
	float: left;
	display: inline;
	width: 110px;
	padding:0px;
	margin:0px;
}

label.drop {
	width:auto !important;
	margin-right:2px;
}

.mailinglist {
	width: 200px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #535353;
	width: 178px;
}

select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #535353;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 58px;
}

.submit {
	font: 12px Arial, Helvetica, sans-serif;
	color: #535353;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 100px;
	height: 21px;
}

.errorText{
	color:#FF0000;
}

.error{
	color:#FF0000;
	font-weight:bold;
}

#buttons-right
{
	float: left;
	display: inline;
	width: 157px;
	height: 320px;
}

#buttons-right a
{
	float: left;
	display: inline;
	width: 157px;
	height: 72px;
	overflow: hidden;
	text-indent: -999em;
	margin-bottom: 4px;
}

#stay-hooked-btn {background: url(../images/button1.jpg) no-repeat top left;}
#book-online-btn {background: url(../images/button2.jpg) no-repeat top left;}
#work-with-us-btn {background: url(../images/button3.jpg) no-repeat top left;}

#stay-hooked-btn:hover {background: url(../images/button1.jpg) no-repeat 0 -72px;}
#book-online-btn:hover {background: url(../images/button2.jpg) no-repeat 0 -72px;}
#work-with-us-btn:hover {background: url(../images/button3.jpg) no-repeat 0 -72px;}
