@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #00222e;
	margin: 0;
	padding: 0;
	}

a {
 text-decoration: none;
	color: #9BDBFF;
 }
a:hover {
text-decoration: underline;
 }

/* navigation bar */	
td.navbar {
 background: #001922;
 }
td.nav {
 color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 10px;
 }
a.nav {
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
a.nav:hover {
	color: #9bdbff;
 }
	
td.textbox {
 background-color: #001117;
 color: #FFFFFF;
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
	width: 660px;
 }
	
p {
	margin: 15px 0;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: bold;
	}

h2 {
	margin: 15px 0;
	padding: 0;
	font-size: 38px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 42px;
	background: url(images/h2-bkg.jpg);
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h3 {
	margin: 15px 0 0 0;
	font-size: 22px;
	color: #9bdbff;
	}

h4 {
	padding: 0;
	border: 0;
	outline: none;
	margin: 0;
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
 }
	
h5 {
margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	margin: 0 0 15px 0;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #9bdbff;
	text-align: center;
 }

span.highlight {
 color: #9bef3d;
 }
		
/* contact and submit buttons */
.btn, #submit {
	position: relative;
	margin: 15px 0;
	margin-right: 20px;
	padding: 10px;
	width: 100px;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #ff4e00;
	border: none;
	clear: both;
	-moz-border-radius: 5px;
	/* border-radius: 5px; */
	overflow: hidden;
	cursor: pointer;
	}
.btn:hover, #submit:hover {
	background: #de3f01;
	border: none;
	text-decoration: none;
	}

td.black-bar {
 height: 1px;
	background-color: #000000;
 }

/* footer */	
td.footer {
 color: #666666;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
 }
a.foot {
 color: #666666;
	text-decoration: none;
	}
a.foot:hover {
	color: #9bdbff;
 }

/* home page image rotator */
#splash {
	position: relative;
	margin: 0 auto;
	width: 1115px;
	height: 510px;
	background: url(images/home/splash-bkg.jpg);
	}
.homepage_rotator {
	display: block;
	position: absolute; 
	top: 57px;
	right: 86px;
	width: 510px;
	height: 365px;
	background: url(images/rotator-bkg.png) 0 0 no-repeat;
	}
#divMainRotator img { 
	margin: 0;
	padding: 0;
	width: 510px;
	height: 365px;
	}
#divMainRotatorNav { 
	position:absolute;
	bottom: 15px;
	left: 10px;
	z-index:99; 
	}
#divMainRotatorNav a { 
	margin: 0 0 0 5px;
	padding: 3px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #8ebbff;
	text-decoration: none;
	background: #001922;
	}
#divMainRotatorNav a:hover {
	color: #001922;  
	text-decoration: none;
	background: #7eb8d8;
	}
#divMainRotatorNav a.activeSlide { 
	color: #001922; 
	text-decoration: none; 
	background: #7eb8d8;
	}
#divMainRotatorNav a:focus { 
	outline: none;
	}

/* contact form */
/* form text */
form {
	position: relative;
	margin: 25px 0;
	color: #fff;
	}

/* field text */
input, select, textarea {
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 18px;
	background: url(images/contact/input-bkg.jpg) top repeat-x;
	}

/* field spacing */
.field {
	position: relative;
	margin: 15px 0 0 0px;
	}

/* field label size */
label {
	display: block;
	margin: 10px 0;
	font: 13px Arial, Helvetica, sans-serif;
	}

/* field padding */
input, select {
	padding: 10px;
	}

/* field box size */
input, select {
	display: block;
	margin: 0;
	width: 250px;
	background: #00222e url(images/contact/input-bkg.jpg) top repeat-x;
	border-top: 1px #13252b solid;
	border-right: 1px #13252b solid;
	border-bottom: 1px #34525d solid;
	border-left: 1px #13252b solid;
	}

/* text box format */
textarea {
	display: block;
	margin: 0;
	padding: 10px;
	width: 300px;
	height: 150px;
	background: #00222e url(images/contact/input-bkg.jpg) top repeat-x;
	border-top: 1px #13252b solid;
	border-right: 1px #13252b solid;
	border-bottom: 1px #34525d solid;
	border-left: 1px #13252b solid;
	}

div.gallery {
 float: left;
	margin-right: 10px;
	margin-bottom: 10px;
 }
