/* CSS Document */
/* commented backslash hack v2 \*/ 


html, body{
	height:100%;
	} 
/* end hack */ 

h4 {
	margin: 0;
	padding: 0;
	margin: 5px 0px 5px 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: 600;
	font-family:Arial, Helvetica, sans-serif;
	}

h3 {
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
	background-color: #b0c7e0 /*99CCFF*/;
	color:#000080;
	font-size: 1.2em;
	font-weight: 600;
	font-family:Arial, Helvetica, sans-serif;
	}

body {
	padding:0;
	margin:0;
	background-color:#f2f6f9;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

.highlight {
	color: #FF0000;
	}

.start {
	font-weight: 600;
	font-size: 1.4em;
	color:#333399;
}

#outer{
	height:100%;
	min-height:100%;
	margin-left:173px;
	margin-right:173px;
	background-color: #fff;
	border-left:1px solid #b0c7e0;
	border-right:1px solid #b0c7e0;
	margin-bottom:-22px;
	color: #000000;
	}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:-1px;
	left:0px;
	width:100%;
	height:60px;
	background:#f2f6f9 url(images/headbg.jpg) repeat-x;
	overflow:hidden;
	color: #000000;
	border:0px solid green;
	z-index: 100;
	visibility: visible;
}

#left {
	position:relative;/*ie needs this to show float */
	width:173px;
	float:left;
	margin-left:-172px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:90px;/*needed to make room for header*/
	z-index:100;
	background-color: transparent;
	border: 0px red solid;
}

* html #left {
	padding-bottom: 22px ; /*fix gap in ie next to float and clear footer because we've moved float too far left*/
	margin-right: -3px;
	}

#left p {
	padding-left: 3px;
	padding-right: 2px;
	}

#right p {
	padding-left: 3px;
	padding-right: 2px;
	}

#right {
	position:relative;/*ie needs this to show float */
	width:173px;
	float:right;
	margin-right:-173px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:90px;/*needed to make room for header*/
	background-color: transparent;
	border: 0px yellow solid;
	}

#footer {
	width:100%;
	clear:both;
	height:20px;
	border-top:0px solid gray;
	border-bottom:0px solid gray;
	background-color: #1272b5;
	color: #fff;
	font-size: 0.8em;
	position:relative;
	padding-top: 5px;
	}

#lfooter {
	float: left;
	text-align: left;
	width: 40%;
	margin-left: 5px;
}

#rfooter {
	float: right;
	text-align:right;
	width: 30%;
	margin-right: 5px;
}

#rfooter p, #lfooter p {margin:0;}

* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
	}

#clearheader{height:87px;}/*needed to make room for header*/

#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/

#clearleft{clear:left;}

.clearboth{clear:both;}

* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#centrecontent {
	position:relative;
	z-index:1;
	padding-left: 0px;
	padding-right: 0px;
	background-color: transparent;
	}

#centrecontent p {
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 4px;
}


/* ***************************************************************************** */

#bar{
	position:absolute;
	top:61px;
	left:-1px;
	width:100%;
	height:26px;
	background:#f2f6f9 url(images/barbg.jpg) repeat-x;
	overflow:hidden;
	color: #000000;
	z-index: 100;
	background-image: url(images/barbg.jpg);
	visibility: visible;
}

#bar p {
	float: left;
	font-size:1em;
	font-weight: bold;
	color: #000;
	padding-left: 12px;
	padding-top: 3px;
}

#barnav {
	position: absolute;
	right: 20px;
	top: 3px;
	margin:0;
	padding: 0;
	height: 17px;
	z-index: 100;
	visibility: visible;
}

#barnav ul {padding: 0; margin: 0; list-style:none; }
#barnav li { display:inline; }

#barnav li a:link, #barnav li a:visited {
	text-decoration:none;
	padding: 0;
	padding-left: 15px;
	color: #000;
}

#barnav li a:hover {
	color:#FF5B01;
	text-decoration:underline;
}

/* ******************* Navigation List ******************* */

#navhead p {
	background-image:url(images/navback.jpg);
	}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
ul#nav li {
	line-height:21px;
	}

ul#nav li a {
	background-image:url(images/navbg.gif);
	text-decoration: none;
	display: block;
	width: 88%;
	padding: 0px 6%;
	color: #000;
	}

ul#nav li a:hover {
	background-image:url(images/navback.jpg);
	color: #000;
	}
/* ***************************************************************************** */

#usp {
	margin-top: 0;
	padding-top: 0;
	list-style: none;
}

#usp li {
	list-style-image:url(images/pill10.gif);
	line-height:19px;
}

#usp a {text-decoration: none; color:#000000; padding-left: 5px;}

#usp a:hover {
	text-decoration: none;
	color: #FF5B01;
	background: #fff url(images/hovback.jpg) no-repeat;
}

/* ***************************************************************************** */
.colbox {
	position:relative;	
	margin: 0px 0px 10px 6px;
	border: 1px solid #b0c7e0;
}

.colbox h3 {
	margin:0;
	padding:0 0 3px 3px;
	font-size: 1em;
	background-color:#b0c7e0;
	color:#fff;
	font-weight:600;
}

.colboxl {
	position:relative;	
	margin: 15px 6px 5px 1px;
	border: 1px solid #b0c7e0;
}

.colboxl h3 {
	margin:0;
	padding:0 0 3px 3px;
	font-size: 1em;
	background-color:#b0c7e0;
	color:#fff;
	font-weight:600;
}

.colboxl form {
	margin:0;
	padding:0;
}

.colbox p,.colboxl p {
	margin:0;
	padding: 3px 0 3px 0;
}

.colboxmail {
	display:block;
	font-size: 0.8em;
	text-align: right;
}

.right { text-align:right;}

.colbox p a:link, .colbox p a:visited,.colboxl p a:link, .colboxl p a:visited {
	color: #415989;
	text-decoration:none;
}

.colbox p a:hover,.colboxl p a:hover {
	color:#FF5B01;
}
/* ***************************************************************************** */

#rolloverindex {
	position:relative;
	top: -15px;
	float:right;
	min-height: 255px;
	width: 60%;
	border: 0px solid #000;
	margin-bottom: 10px;
}

#rolloverindex p {
	color: #000080;
	font-weight: 600;
}

#rollover {
	position:relative;
	float:right;
	min-height: 255px;
	width: 60%;
	border: 0px solid #000;
	margin-bottom: 10px;
}

#rollover p {
	color: #000080;
	font-weight: 600;
}


#tourfoto {
	margin-left: 50px;
}


.imgroll {
	position: relative;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.imgdef {
	position: relative;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	}

.imgbox {
	overflow:hidden;
}

#default {
	position:absolute;
	top: 24px;
	right: 1%;
	height: 354px;
	width: 747px;
	visibility: visible;
	left: -45px;
}

#q1 p, #q2 p, #q3 p, #q4 p, #q5 p, #q6 p, #q7 p, #q8 p, #q9 p, #q10 p, #q11 p, #q12 p, #q13 p, #q14 p, #q15 p, #q16 p, #q17 p, #q18 p, #q19 p, #default p {
	font-weight: 300;
}

#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10, #q11, #q12, #q13, #q14, #q15, #q16, #q17, #q18, #q19 {
	position:absolute;
	top: 24px;
	right: 1%;
	height: 354px;
	width: 747px;
	left: -45px;
	visibility: hidden;
}

/* ***************************************************************************** */

#footbar {
	width:98%;
	background-color:#b0c7e0;
	margin-left: auto;
	margin-right: auto;
	}

#footbar ul {
	margin: 0;
	list-style: none;
	height: 100%;
	}
	
#footbar li {
	display: inline;
	}

#footbar li a {
	color: #015881;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	margin-bottom: 1px;
	margin-left: 10px;
	text-align: center;
	}

#footbar li a:visited {
	text-decoration: none;
	}

#footbar li a:hover {
	text-decoration: none;
	color: #fff;
	background: #015881;
	}

#testable {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15%;
	width: 70%;
}

#testable a, #testable a:hover {
	color: #000;
	text-decoration:none;
}

#testable a:hover {
	text-decoration: underline;
}

.back2top {
	float: right;
	font-size: 0.8em;
	color:#666666;
}

.back2top a {
	color: #666666;
	text-decoration:none;
}

.back2top a:hover {text-decoration: underline;}

.linklogo {
	float: right;
	margin: 10px;
}

.totop {
	width: 100%;
	background-color:#99CCFF;
	text-align:right;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.totop a { 
	color: #000;
	text-decoration:none;
}

.totop a:hover { 
	text-decoration: underline;
}

.article {
	color: #000;
}

.article h1 {font-size: 1.4em; margin:5px; padding:0;}
.article h2 {font-size: 1.2em;margin:5px; padding:0;}
.article h3 {font-size: 1em;background-color: transparent; color: #000;margin:5px; padding:0;}
.article p {margin-left: 5px;}

.pictable {	background-color: #b0c7e0;	width: 426px;}
.pictable p {	padding-right: 7px;}
.textcol {
	width: 95px;
	bottom: auto;
	font-size: 0.7em;
	vertical-align: top; 
}
.textcolright {
	width: 95px;
	bottom: auto;
	font-size: 0.7em;
	vertical-align: bottom;
}

.smallertxt { /*  font-size: 0.85em; */
	}

	
.piccol { width: 236px; overflow:hidden;}


#featurespic {
	position: relative;
	width: 158px;
	height:233px;
	z-index:101;
	/* left: 430px; */
	top: 15px;
	float: right; 
}
