body{
	padding: 0;
	margin: 0 auto;
	background: #e7f0f9;
	color: #000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 62.5%;
}

/* HEADINGS */
/*make all headings bold and reset margins/padding to 0*/
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}
h1{
	font-size: 1.8em;
}

h2{
	font-size: 1.7em;
}

h3{
	font-size: 1.6em;
}

h4{
	font-size: 1.5em;
}

/* RESETS */
table, tbody, tfoot, thead, tr, th, td, img, fieldset, legend, label{
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

/* LINKS */
a{
	text-decoration: none;
	outline: none;
	color: #336699;
}

a:link, a:visited, a:active {
	color: #336699;
}

a:hover {
	color: #4187cd;
}


#page{
	background: #fff url(../images/bg.png) repeat-x;
	padding-bottom: 20px;
}

#wrapper{
	width: 990px;
	margin: 0 auto;
}

/* HEADER */
#head{
	height: 117px;
	width: 100%;
}

#logo{
	height: 110px;
	width: 400px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
}

#logo-right{
	width: 390px;
	height: 110px;
	float: right;
	background: url(../images/logo_right.png) no-repeat;
}


/* NAVIGATION */
#navigation{
	height: 40px;
	width: 100%;
	background: transparent url(../images/nav_bg.png) no-repeat;
	font-size: 1.5em;
	margin: 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.nav{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	background: url(../images/sep.png) no-repeat center right;
}

.nav li.first{
	margin-left: 6px;
}
.nav li.last{
	background: none;
}

.nav li a{
	display: block;
	height: 40px;
	color: #fff;
	padding: 0 15px;
	margin-right: 2px;
}
.nav li a:hover{
	background: url(../images/li_bg_hover.png) repeat-x;
	color: #fff;
}

/* CONTENT */
#contentwrap{
	background: #fff;
}

#content{
	font-size: 1.3em;
	color: #444;
	padding: 8px;
	width: 774px;
	float: left;
}

#content p{
	line-height: 1.6em;
	text-align: justify;
}

.contentimg{
	background: #deebf8;
	padding: 4px;
}


/* SIDEBAR LINKS */
#sidelinks{
	float: right;
	width: 180px;
	background: #bed6ee;
	font-size: 1.3em;
}

#sidelinks h3{
	font-size: 1.1em;
	color: #0e2f50;
	background: #bed6ee;
	padding: 4px;
	margin: 0;
}

#sidelinks h3.sidetoph{
	margin-top: 6px;
	padding: 0 4px 4px 4px;
}

#sidelinks ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidelinks ul li{
	margin: 0;
	padding: 0;
}

#sidelinks ul li a{
	display: block;
	width: 180px;
	padding: 5px 0;
	text-indent: 10px;
	background: #deebf8;
}
#sidelinks ul li a:hover{
	background: #cee0f3;
}

/* FAQs */
.faq{
	margin: 15px 0;
}

.faq-q{
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}

.faq-a{
	font-style: italic;
	margin: 0 20px;
	display: block;
}

/* PRICE LIST */
.pricelist{
	width: 100%;
}

.pricelist tr.odd{
	background: #deebf8;
}
.pricelist tr.even{
	background: #e7f0f9;
}

.pricelist tr.odd:hover, .pricelist tr.even:hover{
	background: #cedff0;
}

.pricelist th, .pricelist td{
	padding: 5px;
	border-bottom: 1px solid #fff;
}

.pricelist th{
	text-align: left;
	font-weight: bold;
}

th.pl-head{
	background: #bed6ee;
	border-bottom: 2px solid #96b6d6;
}

td.dest{
	font-weight: bold;
}

/* EVENTS */
.event{
	margin: 20px 0;
	padding: 10px 0;
	width: 100%;
	clear: both;
}

.eventImage{
	float: left;
	margin-right: 8px;
}

.eventDetails{
	float: left;
}

.eventTitle{
	text-transform: none;
	font-size: 1.4em;
}

/* FORMS */
fieldset{
	border: 1px solid #cee0f3;
	background: #dfe9f3;
	padding: 5px;
	margin-bottom: 15px;
}

label{
	width: 200px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: -0.5px;
}

legend{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
}

.input{
	padding: 4px 0;
}

.inputbox, .textarea, .selection{
	background: #ecf3f9;
	border: 1px solid #cee0f3;
	padding: 5px;
	font-size: 1.0em;
}

.selection{
	width: auto;
}

.inputbox{
	width: 220px;
}

.smallinput{
	width: 100px;
}

.textarea{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.0em;
}

.inputbox:focus, .textarea:focus{
	background: #fff;
}

#recaptcha_widget_div{
	margin-left: 200px;
}

/* MISC */
.clear{
	clear: both;
}

.left{
	float: left;
}
.right{
	float: right;
}
.center{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

img.left{
	margin-right: 8px;
}
img.right{
	margin-left: 8px;
}

.rightalign{
	text-align: right;
}

ol li{
	line-height: 1.6em;
	margin-bottom: 8px;
	text-align: justify;
}

.messagebox{
	color: #333;
	border: 2px solid #d18282;
	background: #FFF4C9;
	padding: 5px 10px;
	margin: 10px 0;
}

span.error{
	color: #ff0000;
	padding: 0 5px;
	font-style: italic;
}

/* CREDIT CARDS */
#cards{
	background: url(../images/cards.png) no-repeat bottom center;
	width: 260px;
	height: 50px;
	margin: 15px 0;
	float: right;
}

.cards_small{
	background: url(../images/cards_small.png) no-repeat;
	width: 173px;
	height: 20px;
	margin-bottom: 8px;
}

.allcardsacc{
	font-style: italic;
	text-align: right;
}

/* FSB box */
.fsbmember{
	width: 370px;
	height: 122px;
	background: url(../images/fsb.gif) no-repeat bottom left;
	margin: 10px 0;
}
.fsbtext{
	padding: 90px 0 0 110px;
	font-weight: bold;
}


/* FOOTER */
#footer{
	background: #e7f0f9;
	height: 150px;
	width: 100%;
	clear: both;
	color: #62798F;
	font-size: 1.1em;
}

#footerwrap{
	width: 990px;
	margin: 10px auto;
}

.foot-column{
	float: left;
	width: 190px;
}
.foot-column ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.foot-column ul li{
	margin: 0;
	padding: 2px 0;
}
.foot-column a{
	text-decoration: none;
}
.foot-column a:hover{
	text-decoration: underline;
}
.foot-column h4{
	margin-bottom: 4px;
	font-size: 1.3em;
	color: #3B6E9F;
}

.validness img{
	padding-bottom: 5px;
}

.copyright{
	text-align: right;
}

.copyright p{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}