@import url(menu.css);
@import url(slimbox.css);

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000000;
	font-size: 100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td td, td td td {
	font-size: 100%;
}
/******************/
h1 {
	font-size:0.9em;
	font-weight:bold;
	color:#abdde3;
}

h2 {
	font-size:0.9em;
	font-weight:bold;
	color:#abdde3;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #CBDFB5;
	font-size: 0.9em;
	text-align:left;
}

span.subhead {
	font-weight:bold;
	color:#abdde3;
}

ul {
	list-style-type: none;
	padding:0;
	margin-left:0;
}

li {
	background-image:url(../../images/sphere.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:2em;
	margin:0.5em 0;
	font-size:0.9em;
	color: #CBDFB5 !important;
	text-align:left !important;
}

ol li {
	background-image:none;
	padding-left:1em;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #CBDFB5;
	font-size: 0.75em;
	line-height: 120%;
}

#divresponse p {
	line-height:normal;
	padding:0;
	margin-top:5px;
}

form {
	padding:0px;
	margin:0px;
}
input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
}
input.chkbox {
	
}
input.radio {
	
}
input.subscribe {
	width:80px;
	border:none;
	background-color:#e8e8e8;
	font-size:xx-small;
}
input.smabtn {
	font-size:xx-small;
	border:none;
	background-color:#ffcc00;
	color:#666666;
	margin-left:2px;
}
select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
}
label {
	font-size:0.9em;
	font-style:italic;
}

a {
	color:#ccff33;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a.linkitem {
	color:#ccff33;
	font-weight:bold;
}
a img {
	border:0;
}

/* architecture *****************/
.outerwrapper {
	margin:0 auto;
	width:780px;
	height:100%;
}

.outertable {
	width:100%;
	height:100%;
}

.headerbar {
	height:120px;
	background-color:#abdde3;
}

.topmenubar {
	background-color:#0092aa;
}

.bottommenubar {
	background-color:#a5c126;
}

.featurebox {
	width:156px;
	height:100px;
}

.contentbar {
	padding:20px 0 10px 0;
	width:660px;
	height:100%;
	background-image:url(../../images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:480px 120px;
}

#textdiv {
	width:520px;
}

.rightbar {
	width:120px;
	text-align:center;
	background-color:#abdde3;
}

.footerbar {

}

.contenttable {
	width: 100%;
}

.divetable {
	font-size:0.9em;
}

.divelistbox {
	float:right;
	border:1px solid #0092aa;
	padding:2px;
}
.divelisthead {
	text-align:center;
	background-color:#0092aa;
	color:#ffffff;
	font-size:xx-small;
	font-weight:bold;
}
div.divelistbox ul {
	margin-left:1.7em;
	padding-left:0px;
	padding-right:5px;
	margin-bottom:0px;
}

tr.gridhead {
	background-color:#0092aa;
}
td.gridhead {
	padding:2px;
	color:#ffffff;
	font-weight:bold;
}
tr.gridrow {
	padding-bottom:5px;
}
tr.gridrow td {
	padding-right:5px;
	color:#abdde3;
}
td.gridprice {
	text-align:right;
	width:70px;
}

td.booknow {
	background-color:#abdde3;
	background-image:url(/images/package-bottom.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	font-size:1.6em;
	padding:20px 10px;
	color:#000000;
}
td.booknow a {
	color:#000000;
}
td.booknow a:hover {
	text-decoration:none;
}
/***********************/

/* standard style ******/
.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	padding:2px;
	font-weight:bold;
	border: 1px solid #666666;
}

.highlight {
	font-weight: bold;
	color: #ff0000;
}

.alert {
	font-weight: bold;
	color: #ff0000;
	font-size: xx-small;
}

.fieldlabel {
	color:#dbe495;
	font-weight: bold;
	font-size: 0.9em;
	width:30%;
	vertical-align:top;
}

.surveytable {
	font-size:0.9em;
}

.gallerypointer {
	font-size: xx-small;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.9em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}
/***************************/

.newstitle {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #999900;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}

.newsbody {
	padding-top:10px;
	padding-bottom: 15px;
}

.newsdate {
	color: #999900;
	font-size: 0.9em;
	/*font-weight: bold;*/
	font-style: italic;
	text-align: right;
}

.contentwrapper {
	width:520px;
}
.col {
	width:250px;
	float:left;
	padding:0 10px 0 0;
}
.linkpara {
	font-size:0.9em;
	padding:0 0 10px 0;
	color: #CBDFB5;
	text-align:left;
}

/* gallery styles */
div#thumbnailgallery{
	width:95%;
	margin:20px 0;
}

#thumbnailgallery h2.cathead {
	clear:both;
}

div.thumb{
	float:left;
	width:120px;
	margin:10px 40px 30px 0;
}

.galleryitem {
	position:relative;
}

div#gallerynav {
	margin:0 auto;
	text-align:center;
}
#gallerynav a {
	margin-left:30px;
	font-size:0.65em;
}

.gallerytitle{
	font-weight:bold;
	font-size:0.75em;
	margin:0 0 1em 0;
	color:#28690b;
}

.galleryimagecaption {
	font-size:0.75em;
	margin:1em 0;
}
/******************/

