body {
	margin:0px;
	padding:0px;
	font-size:13px;
	background:url(images/background.jpg) top left repeat-x #c7dbf3;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

form {
	margin:0px;
	padding:0px;
}

th { text-align:right; }

ul, ol {
	margin:0px;
	padding:0px 0px 10px 20px;
}

p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px 0px 10px 0px;
	font-weight:normal;
}

h1 {
	font-size:24px;
	color:#F59421;
}

h2 {
	font-size:20px;
	color:#0083CB;
}

h3 {
	font-size:16px;
	color:#F59421;
}

h4 {
	font-size:14px;
	color:#F59421;
}

h5 {
	font-size:12px;
	color:#F59421;
}

h6 {
	font-size:10px;
	color:#F59421;
}


a { color:#0080C6; }

img { border:none; }

.maintable {
	margin:auto;
	background-color:#FFF;
}

#logo { float:left; }

#logotagline {
	float:left;
	width:302px;
	color:#0591CF;
	text-align:right;
	line-height:90px;
	padding:0px 20px 0px 0px;
}

#contactboxheader { float:left; }

#headerpic { border:1px solid #94bee6; }

#subheaderpic{
	height:148px;
	background:url(images/subpageheader.jpg) top left no-repeat;
	border:1px solid #94bee6;
	}
	
#subheaderpic div{
	padding:0px 230px 0px 30px;
	font-size:22px;
	}	
	
#subheaderpic div h1{
	color:#FFF;	
	font-size:24px;
}

#subheaderpic div h2{
	color:#FFF;	
	font-size:18px;
}

td #content_normal { border:1px solid #94bee6; }

#content_normal { border:13px solid #FFF; }

.navtop {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#1D91CC;
	padding:10px 0px 0px 15px;
	background:url(images/navbar.jpg) bottom left repeat-x #FFF;
	overflow:hidden;
}

.navtop li {
	list-style:none;
	float:left;
}

.navtop li a {
	color:#0591CF;
	text-decoration:none;
	display:block;
	line-height:30px;
	padding:0px 15px;
	border:1px dotted #FFF;
}

.navtop li:hover a, .navtop a.on {
	border-left:1px solid #94bee6;
	border-right:1px solid #94bee6;
	border-top:1px solid #94bee6;
	background-color:#FFF;
}

.navtop li ul {
	position:absolute;
	display:none;
	border-left:1px solid #94bee6;
	border-right:1px solid #94bee6;
	border-bottom:1px solid #94bee6;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	z-index:99;
}

.navtop li:hover ul { display:block; }

.navtop li ul li { line-height:25px; }

.navtop li:hover ul li a { border:none; }

.navtop li:hover ul li a:hover { color:#F59421; }

.leftcontent { margin:35px 20px 10px 35px; }

.rightbar { margin:15px; }

.sideboxes { margin-bottom:10px; }

#graybox_02 {
	background:url(images/graybox_02.jpg) bottom left no-repeat #EDEDED;
	color:#0082C6;
}

#gradientbox_02 { background:url(images/gradientbox_02.jpg) bottom left no-repeat #FFF; }

#bluebox_02 {
	background:url(images/bluebox_02.jpg) bottom left no-repeat #D4E4F4;
	color:#0084C7;
	font-size:11px;
}

#bluebox_02 h4 {
	color:#333;
	font-weight:bold;
	font-size:13px;
}

.boxcontent { padding:0px 15px 20px; }

.fullborder { border:1px solid #94bee6; }

.bottomtable {
	width:770px;
	margin:20px auto;
}

.bottomtable tr img { margin-right:30px; }

.bottomtable h4 {
	font-weight:bold;
	color:#0182C6;
	padding:0px;
}

#footer {
	color:#0182C6;
	font-size:10px;
	margin-top:15px;
}

#footer a { color:#0182C6; }

.packages {
	width:510px; }

.packages td { vertical-align:text-top; }

.packages td img { margin:0px auto; }

.packages h1 {
	font-size:14px;
	float:left;
	font-weight:bold;
}

.packages h2 {
	font-size:14px;
	float:right;
	font-weight:bold;
}

.packages2{
	width:510px;
	}

.packages2 td { vertical-align:text-top; }

.packages2 h1 {
	font-size:14px;
	text-align:left;
	font-weight:bold;
}

.packages2 h2 {
	font-size:14px;
	text-align:right;
	font-weight:bold;
}

.packages p, .packages ul, .packages2 p, .packages2 ul { clear:both; }

dl {
	margin:0px;
	padding:0px 0px 10px 0px;
}

dt {
	margin:0px;
	padding:0px;
}

dd {
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:right;
	font-style:italic;
	color:#00AAE8;
}

.faq li {
	color:#FA931C;
	font-weight:bold;
}

.faq ul li { color:#666; font-weight:normal; }

.faq ul li ul li{margin-bottom:10px; }

.legal{
	list-style-type:upper-alpha;
}

.legal li{
	font-weight:bold;
	}
	
.legal li ul li{
	font-weight:normal;
	}	

/* Form Elements */	
input, select, textarea {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.submit {
	color:#FFF;
	background-color:#FA931C;
	border:outset 2px #FA931C;
}

input[disabled] {
	color:#999;
	background-color:#CCC;
	border:inset 2px #CCC;
}

.wide{
	width:350px;}

/* LIGHTBOX */
.photogallery {
	float:left;
	margin:10px;
	padding:5px;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer { padding: 10px; }

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0; }

#hoverNav a { outline: none; }

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption { font-weight: bold; }

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	color:#0280CC;
}
