/*-------
// global 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,b,u,i,center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100%; }
body { font-size: 60.5%; line-height: 1.2; }
input, select, textarea { font-size: 90%; }

input.text, textarea { padding: 1px 2px; font-size: 90%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 90%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }
.whitetxt {color: #FFFFFF;font-weight: bold;}

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #7cc2fe;
}
a:visited { 
}
a:link:hover, a:visited:hover {
	color: #7cc2fe;
}

html { height: 100.01%; }
body {
	font-family: Arial, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	background: #07233b url(../img/body-t.jpg) repeat-x 50% 6px;
	border-top: solid 6px #ff3333;
}
#page {
	font-size: 1.2em;
	width: 1003px;
	margin: 0 auto;
	color: #b4c0cb;
	background: url(../img/page-bg.gif) repeat-y 0 0;
}
	#page2 {
		background: url(../img/page-t.png) no-repeat 0 0;
	}
		#page3 {
			background: url(../img/page-b.png) no-repeat 0 100%;
			padding: 5px 6px;
			min-height: 700px;
		}

#top {
	height: 255px;
	position: relative;
	margin: 0 0 10px;
}
	#logo {
		position: absolute;
		z-index: 5;
		left: 20px;
		top: 110px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 143px;
			height: 128px;
			text-indent: -1000em;
			background: url(../img/logo-1.png) no-repeat 0 0;
		}
	#menu {
	font-family:  Century Gothic, 'Trebuchet MS', Helvetica, Arial, sans-serif;
		position: absolute;
		z-index: 10;
		top: 45px;
		left: 0;
	}
		#menu ul {
		}
			#menu li {
				float: left;
				position: relative;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					color: #FFFFFF;
					font-size: 125%;
					font-weight: bold;
					text-transform: uppercase;
					text-decoration: none;
					height: 35px;
					line-height: 35px;
					padding: 0 18px;
					border-right: solid 1px #ff3333;
				}
				#menu li a:link:hover, #menu li a:visited:hover {
					color: #95b3d7;
				}
				#menu li.last a:link, #menu li.last a:visited {
					border: none;
				}
				
				
				
			
				#menu li.active a:link, #menu li.active a:visited {
					color: #95b3d7;
					padding: 0 0 17px 0;
				
				}
				
				
				
			#menu li#active:hover {
			color: #ff3333;
				
			}
				#menu li#active a:link, #menu li#active a:visited {
					color: #ff3333;
					
					
				}
			
				#menu li ul {
					position: absolute;
					z-index: 10;
					left: -1000em;
					top: 45px;
					width: 230px;
					padding: 0 10px 5px;
					background: #072238 url(../img/menu2-bg.png) repeat-x 0 0;
				}
			#menu li:hover {
				padding: 0 0 10px;
			}
				#menu li:hover ul {
					left: 0;
				}
					#menu li li {
						width: 240px;
					}
					#menu li li:hover {
						padding: 0;
					}
						#page #menu li li a:link, #page #menu li li a:visited {
							float: none;
							font-size: 105%;
							color: #fff;
							height: auto;
							line-height: 2;
							text-transform: none;
							border: none;
							padding: 0 0 0 10px;
							background: url(../img/bullet-2.png) no-repeat 0 50%;
						}
						#page #menu li li a:link:hover, #page #menu li li a:visited:hover {
							color: #95b3d7;
						}
					#menu li li.first {
						border-bottom: solid 1px #b4c0cb;
						color: #b4c0cb;
						margin: 0 0 5px;
					}
						#page #menu li li.first a:link, #page #menu li li.first a:visited {
							font-size: 100%;
							color: #b4c0cb;
							line-height: 1.5;
							padding-bottom: 3px;
						}
	
	#login {
		position: absolute;
		top: 14px;
		right: 12px;
		font-size: 116.67%;
		font-weight: bold;
	}
		#login a:link, #login a:visited {
			display: block;
			padding: 0 0 0 14px;
			color: #ff3333;
			text-decoration: none;
			background: url(../img/bullet-1.gif) no-repeat 0 50%;
		}
		#login a:link:hover, #login a:visited:hover {
			color: #FFFFFF;
			background: url(../img/bullet-1a.gif) no-repeat 0 50%;
		}
	#header {
		position: absolute;
		z-index: 1;
		right: 0;
		bottom: 1px;
	}
	#book {
		position: absolute;
		z-index: 2;
		right: 11px;
		bottom: 1px;
	}
		#book a:link, #book a:visited {
			display: block;
			width: 315px;
			height: 32px;
			padding: 35px 0 0 16px;
			line-height: 1;
			font-size: 166.67%;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			background: url(../img/but-book.png) no-repeat 0 0;
		}
		#book a:link:hover, #book a:visited:hover {
			color: #fbdddd;
		}
		

#wrap {
	margin: 0 12px 40px;
	width: 979px;
	overflow: hidden;
	background: url(../img/watermark.gif) no-repeat 415px 10px;
}
	#content {
		float: left;
		width: 580px;
		min-height: 350px;
		padding: 0 59px 0 0;
		font-family:  Arial, 'Trebuchet MS', Helvetica, sans-serif;
		font-size: 1.4em;
		line-height: 1.35;
		
	}
	
	
#content2 {
		float: left;
		width: 910px;
		min-height: 350px;
		padding: 0 59px 0 0;
		font-family:  Arial, 'Trebuchet MS', Helvetica, sans-serif;
		font-size: 1.4em;
		line-height: 1.35;
	}
#bio {
		float: left;
		width: 920px;
		padding: 0;
	}	
		
	#side {
		float: right;
		width: 330px;
		padding: 10px 0 0;
		
	}

#wrap p {
	line-height: 1.50;
	margin: 0 0 1em;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}


#content h2 {
font-family:  Century Gothic, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 178%;
	font-weight: bold;
	color: #ff3333;
	margin: 0 0 1em;
}
	#content h2 span {
		display: block;
		font-size: 72%;
		color: #7cc2fe;
	}
	#content h2 em {
		color: #FFFFFF;
		font-style: normal;
	}
#content h3 {
	font-family:  Century Gothic,'Trebuchet MS', Helvetica, sans-serif;
	font-size: 107%;
	font-weight: bold;
	color: #7cc2fe;
	border-top: solid 1px #7c97a7;
	padding: .75em 0 0;
	margin: 0 0 .45em;
}

#content h4 {
	font-family:  Century Gothic,'Trebuchet MS', Helvetica, sans-serif;
	font-size: 107%;
	font-weight: bold;
	color: #7cc2fe;
	padding: .75em 0 0;
	margin: 0 0 .45em;
}

#content h5 {
	font-family:  Century Gothic,'Trebuchet MS', Helvetica, sans-serif;
	font-size: 107%;
	font-weight: bold;
	color: #fff;
	border-top: solid 1px #7c97a7;
	padding: .55em 0 0;
	margin: 0 0 .45em;
}

#content .image {
	margin: 0 0 20px;
}



#content2 h2 {
font-family:  Century Gothic, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 178%;
	font-weight: bold;
	color: #ff3333;
	margin: 0 0 1em;
}
	#content2 h2 span {
		display: block;
		font-size: 72%;
		color: #7cc2fe;
	}
	#content2 h2 em {
		color: #FFFFFF;
		font-style: normal;
	}
#content2 h3 {
	font-family:  Century Gothic,'Trebuchet MS', Helvetica, sans-serif;
	font-size: 107%;
	font-weight: bold;
	color: #7cc2fe;
	border-top: solid 1px #7c97a7;
	padding: .75em 0 0;
	margin: 0 0 .45em;
}

#content2 h4 {
	font-family:  Century Gothic,'Trebuchet MS', Helvetica, sans-serif;
	font-size: 107%;
	font-weight: bold;
	color: #7cc2fe;
	padding: .75em 0 0;
	margin: 0 0 .45em;
}

#content2 .bioimage {
	margin: 0 10px 15px 0px;
	border: solid 3px #7c97a7;
	float: left;

}





#clients {
	border-top: solid 1px #7d98a9;
	padding: 20px 12px 20px;
}
	#clients h2 {
		font-size: 150%;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0 0 .5em;
	}
		#clients h2 span {
			color: #FF3333;
		}
	#clients ul {
		width: 100%;
		overflow: hidden;
	}
		#clients li {
			float: left;
			width: 157px;
			margin: 0 6px 0 0;
		}
			#clients li div {
				background: url(../img/frame-1.png) no-repeat 0 0;
				display: table-cell;
				width: 157px;
				height: 104px;
				text-align: center;
				vertical-align: middle;
			}
				#clients li div * {
					vertical-align: middle;
				}
			#clients li p {
				margin: 8px 0 0;
			}

#footer {
	border-top: solid 1px #7d98a9;
	padding: 10px 0;
	text-align: center;
	font-size: 83.33%;
	line-height: 1.8;
}
	#footer a:link, #footer a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:link:hover, #footer a:visited:hover {
		color: #FF3333;
	}
		#footer p.links a:link, #footer p.links a:visited {
			padding: 0 .5em;
		}
	#footer div {
		width: 990px;
		margin: 25px auto 0;
		height: 63px;
		background: url(../img/footer-bg.gif) repeat-x 0 100%;
	}



/*-------
// homepage
//-----*/

body.home {
	background: #07233b url(../img/body-t2.jpg) repeat-x 50% 6px;
}
.home #top {
	height: 403px;
}
	.home #logo {
		left: 45px;
		top: 148px;
	}
		.home #logo a:link, .home #logo a:visited {
			width: 159px;
			height: 197px;
			background: url(../img/spacer.gif) no-repeat 0 0;
		}
	.home #header {
		right: -100px;
	}

#cols {
	width: 979px;
	overflow: hidden;
	padding: 0 0px 20px;
	border-bottom: solid 1px #7a8c95;
	margin: 0 2px 20px;
	font-size: 1.3em;
		line-height: 1.35;
		
}
	#cols .col {
		float: left;
		width: 325px;
	}
	#cols .col3 {
		margin: 0;
	}
		#cols h2 {
			font-size: 178%;
			font-weight: bold;
			color: #FF3333;
			margin: 0 0 .5em;
		}
		#cols .type1 {
			line-height: 1.75;
			font-size: 106%;
			font-weight: bold;
		}
			#cols .type1 span {
				background: #fff;
				padding: .2em ;
				color: #000000;
			}
		#cols p {
			width: 280px;
		}
		#cols p.sep {
			padding: 0 0 .6em;
			border-bottom: solid 1px #7a8d96;
		}
		#cols p.more {
			font-size: 107%;
		}

.home #wrap {
	margin: 0 0 20px;
	padding: 0 12px;
}

.home #content {
	font-size: 100%;
	font-family:  Arial, 'Trebuchet MS', Helvetica, sans-serif;
	width: 587px;
		font-size: 1.2em;
		line-height: 1.35;
}

.home #content h2 {
	font-size: 120.33%;
}
	.home #content h2 span {
		font-size: 95.81%;
	}
.home #content h3 {
	border: none;
	padding: 0;
	font-size: 115.33%;
}

#page .more {
	width: 100%;
	overflow: hidden;
	font-size: 110%;
	margin: 0;
}
	.more a:link, .more a:visited {
		float: left;
		display: block;
		padding: 0 30px 0 0;
		line-height: 22px;
		color: #7cc2fe;
		text-decoration: none;
		background: url(../img/but-2.png) no-repeat 100% 50%;
	}
	.more a:link:hover, .more a:visited:hover {
		color: #FFFFFF;
	}
	.more2 a:link, .more2 a:visited {
		float: right;
	}


/*-------
// table
//-----*/



.table1 {
	width: 100%;
	border: solid 2px #000000;
	border-width: 0 1px 2px;
	margin: 0 0 1em;
}
	.table1 th {
		background: #FFFFFF;
		color: #FF3333;
		padding: 7px 10px;
		text-align: left;
		text-transform: uppercase;
		border: solid 1px #000000;
		border-width: 2px 1px;
	}
	.table1 td {
		background: #a9bbca;
		padding: 4px 10px;
		color: #000000;
		font-weight: bold;
		border: solid 1px #000000;
		border-width: 0 1px;
	}
	.table1 .alt td {
		background: #dde4ea;
	}



/*-------
// subpage
//-----*/




#menu2 {
font-family:  'Trebuchet MS', Helvetica, sans-serif;
	margin: 0 0 22px;
}
	#menu2 ul {
		width: 100%;
		overflow: hidden;
		border-top: solid 1px #7c96a6;
		font-size: 125%;
		font-weight: bold;
	}
		#menu2 li {
			float: left;
			width: 100%;
			border-bottom: solid 1px #7c96a6;
		}
			#menu2 li a:link, #menu2 li a:visited {
				display: block;
				padding: 0 0 0 25px;
				line-height: 26px;
				color: #b4c0cb;
				text-decoration: none;
				background: url(../img/bullet-3.png) no-repeat 12px 50%;
			}
			#menu2 li a:link:hover, #menu2 li a:visited:hover {
				color: #fff;
			}
			#menu2 li.active a:link, #menu2 li.active a:visited {
				color: #ff3333;
			}

#images {
	margin: 0 0 30px;
}
	#images dt {
		display: block;
		margin: 0 0 5px;
	}
		#images dt img {
			border: solid 1px #FFFFFF;
		}
	#images dd {
		display: block;
		font-size: 91.67%;
		text-align: center;
		margin: 0 0 10px;
	}

.box1 {
	background: url(../img/box1-b.png) no-repeat 0 100%;
	width: 330px;
}
	.box1 .in {
		background: url(../img/box1-t.gif) no-repeat 0 0;
		padding: 20px 25px;
	}

#careers {
}
	#careers .in2 {
		background: url(../img/icon-people.jpg) no-repeat 100% 0;
		padding: 20px 22px 20px 19px;
	}
	#careers p {
		color: #b4c0cb;
		font-size: 120.67%;
		margin: 0 0 15px;
	}
	
	#careers h3 {
		color: #FFFFFF;
		font-size: 166.67%;
		margin: 0 0 15px;
	}
		#careers h3 span {
			color: #FF3333;
		}
	#careers p.join {
		font-size: 120.67%;
		font-weight: bold;
		text-transform: uppercase;
	}
		#careers p.join a:link, #careers p.join a:visited {
			display: block;
			width: 133px;
			height: 30px;
			padding: 0 33px 0 0;
			color: #061d30;
			text-decoration: none;
			text-align: center;
			line-height: 30px;
			background: url(../img/but-1.png) no-repeat 0 0;
		}
		#careers p.join a:link:hover, #careers p.join a:visited:hover {
			background-position: 0 -30px;
		}


/*-------
// bookings
//-----*/



body.book {
	background: #07233b url(../img/body-t3.jpg) repeat-x 50% 6px;
}


#topbk {
	height: 135px;
	position: relative;
	margin: 0 0 5px;
}



#contentbook {
		float: left;
		width: 850px;
		padding: 10px 59px 0 0;
		font-size: 1.2em;
		line-height: 1.55;
		
	}

#sidebook {
		float: right;
		width: 50px;
		padding: 10px 0 10px 0;
		
	}


#wrapbook {
	margin: 0 12px 40px;
	width: 979px;
	overflow: hidden;
	background: url(../img/watermark.gif) no-repeat 415px 0px;
	
}

#wrapbook p {
	line-height: 1.35;
	margin: 0 0 1em;
}
#contentbook ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}


#contentbook h2 {
	font-size: 178%;
	font-weight: bold;
	color: #ff3333;
	margin: 10px 0 1em;
}
	#contentbook h2 span {
		display: block;
		font-size: 72%;
		color: #7cc2fe;
	}
	#contentbook h2 em {
		color: #FFFFFF;
		font-style: normal;
	}
#contentbook h3 {
	font-size: 112%;
	font-weight: bold;
	color: #FFFFFF;
	border-top: solid 1px #7c97a7;
	padding: .75em 0 0;
	margin: 0 0 .75em;
}

#contentbook h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ff3333;
		border-bottom: solid 1px #000;
	padding: .5em 0 0;
	margin: 0 0 .5em;
}


#contentbook h5 {
	font-size: 14px;
	font-weight: bold;
	color: #ff3333;
		border-bottom: solid 1px #000;
	padding: .5em 0 0;
	margin: 0 0 .5em;
}


#contentbook .image {
	margin: 0 0 20px;
}

#menubook {
		position: absolute;
		z-index: 10;
		top: 45px;
		left: 0;
	}
		#menubook ul {
		}
			#menubook li {
				float: left;
				position: relative;
				float: left;
					display: block;
					color: #ffffff;
					font-size: 140%;
					font-weight: normal;
					text-decoration: none;
					height: 35px;
					line-height: 35px;
					margin: 0 100px;
					padding-left: 15px;
					border-left: solid 1px #ff3333;
			}
				