* { margin:0; padding:0;}
body {
	background:#03122a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#292929;
	min-width:916px;
	height: 80px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width: 110px;
}

object { vertical-align:top; outline:none;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { width:100%; overflow:hidden;}
.container { width:100%;}

p { margin:0; padding:0;}

.body-bg {
	background-color: #292929;
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tail-top { background:url(images/tail-top.gif) left top repeat-x #04193a;}
.tail-bottom {
	background:url(images/tail-bottom.gif) left bottom repeat-x;
	color: #292929;
}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

#form .form,
#form .form1 {
	height:40px;
	width:100%;
	overflow:hidden;
}
#form label {
	color:#999;
	display:block;
	font-size:.92em;
}
#form select {
	border:1px solid #0484de;
	color:#2986DD;
	font-size:0.92em;
	height:20px;
	float:left;
}
#form span { float:left; width:128px;}
#form .form select { width:120px;}
#form .form1 select { width:248px;}
#form a { margin-top:6px;}

#form1 .form { height:30px;}
#form1 label { display:block; color:#585960; margin-bottom:14px;}
#form1 span {
	color:#2986DD;
}
#form1 input {
	width:173px;
	padding:2px 3px 2px 3px;
	background:#ddd;
	border-top:1px solid #5d5d5d;
	border-left:1px solid #8c8c8c;
	border-bottom:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	color:#666;
}
#form1 textarea { width:173px; height:130px; overflow:auto; background:#ddd;  border-top:1px solid #5d5d5d; border-left:1px solid #8c8c8c; border-bottom:1px solid #ebebeb;  border-right:1px solid #ebebeb; padding:2px 3px 0 3px; color:#585960; margin-bottom:24px;}
#form1 textarea.extra { height:200px;}
#form1 a { margin-left:8px;}


/*==================list====================*/
ul { list-style:none;}

.list li {
	background:url(images/line-hor.gif) repeat-x left bottom;
	padding-bottom:8px;
	margin-bottom:2px;
	color: #FFF;
}
.list li a { color:#585960; text-decoration:none;}
.list li a:hover {
	color:#666;
	font-style: italic;
}
.list li.last { background:none; padding-bottom:0; margin-bottom:0;}

.list1 { width:100%; overflow:hidden; padding-bottom:3px;}
.list1 li { width:121px; float:left; margin-right:25px;}
.list1 li img { display:block; margin-bottom:12px;}
.list1 li.last { margin-right:0;}

.list2 li { border-bottom:1px solid #2eb6fc; width:100%; overflow:hidden; vertical-align:top; padding-bottom:4px; margin-bottom:5px;}
.list2 li a { color:#999999; text-decoration:none;}
.list2 li a:hover {
	color:#000;
	font-style: italic;
}
.list2 li.last { border-bottom:0; padding-bottom:0; margin-bottom:0;}

.list3 li { padding-bottom:20px; width:100%; overflow:hidden; vertical-align:top;}
.list3 li ul.list2 li { padding-bottom:4px;}

.list4 { padding-bottom:5px;}
.list4 li { width:100%; overflow:hidden; vertical-align:top; color:#999999; line-height:1.42em;}
.list4 li b {
	color:#999;
	margin-bottom:12px;
	line-height:1.42em;
	display:block;
}
.list4 li span { float:left;}
.list4 li span.c1 { width:274px; margin-right:24px;}
.list4 li span.c2 { width:156px; margin-right:18px;}
.list4 li span.c3 { width:85px;}


/*==================other====================*/
.img-box img { margin-bottom:10px; display:block;}

.img-box1 { width:100%; overflow:hidden;}
.img-box1 img { float:left; margin:0 20px 0 0;}
.img-box1 .p1 { margin-bottom:15px;}

.p1 { margin-bottom:20px;}
.p2 { margin-bottom:10px;}

.phone { float:right; margin-right:65px;}


/*==================txt, links, lines, titles====================*/
a {
	color:#666;
	outline:none;
}
a:hover{text-decoration:none;}

h2 { color:#fff; font-size:2.5em; line-height:.73em; background:url(images/icon.gif) no-repeat left top; padding:13px 0 0 12px; margin:0 0 15px -9px;}
h2 span {
	display:block;
	font-size:.67em;
	font-style: italic;
} 
h3 {
	color:#999;
	font-weight:normal;
	font-size:2em;
	line-height:1em;
	margin-bottom:6px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-weight:normal;
	line-height:1em;
	color:#999;
	font-size:1.7em;
	background:url(images/line-hor1.gif) repeat-x left bottom;
	padding-bottom:12px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size:1em;
	color:#666;
	margin-bottom:12px;
	line-height:1.42em;
}
h6 {
	font-size:1em;
	color:#CCC;
}

#content .txt1 p {
	color:#999;
	font-weight:bold;
	font-size:1.08em;
	line-height:1.31em;
}
.txt1 p a {
	color:#CCC;
}
.txt2 {
	color:#333;
}

.link1 {
	display:block;
	float:right;
	background:url(images/link1-right.png) no-repeat right top;
	color:#333;
	font-size:1em;
	text-decoration:none;
	line-height:1.08em;
	cursor:pointer;
}
.quotefield {
	font-size: 11px;
	color: #2986DD;
	font-family: Tahoma, Geneva, sans-serif;
	height: 25px;
	width: 160px;
	font-weight: normal;






	border-left-color: Timber manufacturer would do it
.;
	text-align: left;
	vertical-align: middle;
}

.link1 em { display:inline-block; background:url(images/link1-left.png) no-repeat left top; padding:0 9px;}
.link1 b { display:inline-block; background:url(images/link1-tail.png) repeat-x left top; padding:6px 8px 7px 8px; font-style:normal;}
.link1:hover { color:#166095;}

.link2 { color:#fff; font-weight:bold; width:89px; height:31px; display:inline-block; text-align:center; background:url(images/link2-bg.png) no-repeat left top; text-decoration:none; vertical-align:top;}
.link2 span { display:block; padding:5px 0 2px 0;}
.link2:hover { text-decoration:underline;}

.link3 {display:block; float:right; background:url(images/link3-tail.gif) repeat-x left top; color:#fff; text-decoration:none; line-height:.92em;}
.link3 em { display:block; background:url(images/link3-left.gif) no-repeat left top;}
.link3 b { display:block; background:url(images/link3-right.gif) no-repeat right top; padding:5px 8px 6px 8px; font-style:normal; font-weight:normal;}
.link3:hover { text-decoration:underline;}

.link4 {display:block; float:right; background:url(images/link4-tail.gif) repeat-x left top; color:#171717; text-decoration:none; line-height:.92em;}
.link4 em { display:block; background:url(images/link4-left.gif) no-repeat left top;}
.link4 b { display:block; background:url(images/link4-right.gif) no-repeat right top; padding:5px 8px 6px 8px; font-style:normal; font-weight:normal;}
.link4:hover { text-decoration:underline;}

.line-hor { height:4px; background:url(images/line-hor2.gif) no-repeat right top; overflow:hidden; font-size:0; line-height:0;}
.line-hor1 { overflow:hidden; font-size:0; line-height:0; border-bottom:1px solid #07a9fc; margin:5px 0 8px 0;}


/*==================boxes====================*/
.form-box {
	width:295px;
	height:330px;
	position:absolute;
	left:3px;
	top:168px;
	background:url(images/form-box.png) no-repeat left top;
	z-index:100;
	overflow:hidden;
}
.form-box .inner { padding:13px 26px 0 21px;}

.box { width:100%;}
.box .inner { padding:54px 35px 38px 38px;}
.box h4 {
	color:#fff;
	font-size:1.67em;
	padding:0 0 0 17px;
	background:url(images/marker.gif) no-repeat left 6px;
	margin-bottom:15px;
}
.box h5 { font-weight:normal; margin-bottom:0; line-height:1.42em;}
.box h5,
.box h5 a { 
	color:#fff;
} 
.box .img-box img { margin-bottom:16px;}
#content .box p { line-height:1.42em; color:#585960;}

.box1 { width:254px; height:147px; background:url(images/box1-bg.jpg) no-repeat left top; overflow:hidden; position:absolute; bottom:0; left:0; color:#fff;}
.box1 .inner { padding:34px 31px 10px 25px;}
.box1 h5 {
	font-weight:normal;
	color:#999;
	margin-bottom:18px;
	line-height:1.5em;
	font-size:1em;
}
.box1 a { color:#fff;}

.box2 { width:100%; background:#072b75;}
.box2 .border-top {background:url(images/border-top.gif) repeat-x left top;}
.box2 .border-bot {background:url(images/border-bot.gif) repeat-x left bottom;}
.box2 .border-left {background:url(images/border-left.gif) repeat-y left top;}
.box2 .left-top-corner {background:url(images/left-top-corner.jpg) no-repeat left top;}
.box2 .left-bot-corner {background:url(images/left-bot-corner.gif) no-repeat left bottom;}
.box2 .inner { padding:36px 30px 30px 35px;}
.box2 h5 { color:#fff; font-size:1em; margin-bottom:0;}
#content .box2 p {
	color:#CCC;
	line-height:1.5em;
}


/*header*/
#header .flash { position:absolute; left:-42px; top:0;}

/*content*/
#content { padding:0 20px; background:url(images/cont-tail.gif) repeat-y left top;}
#content .indent { padding-bottom:147px;}
#content .indent1 { padding:40px 30px 30px 34px;}
#content .indent2 { padding-bottom:29px;}
#content .indent3 { padding-right:82px;}
#content .col-1 { position:relative;}
#content p,
#content dl {
	line-height:1.5em;
	color: #999;
	text-align: left;
}
#content dl { margin-bottom:-15px;}
#content dl dt {
	font-weight:bold;
	color:#999;
}
#content dl dd { margin-bottom:15px;}

/*footer*/
#footer {
	padding:0 59px 0 301px;
	color: #999;
}
#footer p {
	color:#999;
	border-top:1px solid #07a9fc;
	padding-top:18px;
	text-align: center;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	font-size: small;
	color: #666;
}

/*================== index.html ================*/
#page1 #content .indent1 { padding:26px 36px 30px 34px;}
.quotefield2 {
	font-size: 11px;
	color: #2986DD;
	height: 25px;
	width: 160px;
	text-align: left;
	vertical-align: middle;
}
.formheading {
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	width: 500px;
	height: 30px;
	float: left;
	text-decoration: underline;
	color: #999;
}
.formarea {
}


.quotefield3 {
	height: 100px;
	width: 350px;
}
.type1 {
	width: 120px;
	float: left;
}
.tagbook {
	float: left;
	height: 60px;
	width: 180px;
}
.bookingtag {
}
