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

body {
	background-color: #ccd6df;
	background-image: url('imgs/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	padding-top: 0px;
}

img { border: 0px; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
}

small {
	width: 800px;
	font-size: small;
	text-align: center;
}

p {
	font-family: Times, serif;
}

ul {
	padding-left: 25px;
}

a {
	text-decoration: none;
	color: #80A1B6;
}
a:link {
	color: #80A1B6;
}
a:hover {
	color: #00274C;
}

.align {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	width: 800px;
}

.content {
	width: 750px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	padding-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}

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

.logo {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.darkHR {
	width: 800px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #80A1B6;
	background-color: #80A1B6;
	border: 0px;
}

.copyright {
	width: 800px;
	text-align: center;
	padding-top: 5px;
}
.small {
	font-size: small;
}

#packages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
#contact {
	width: 750px;
	padding-top: 15px;
	margin-top: 15px;
}
#contact p {
	margin: 0px;
	padding: 0px;
}
#contact hr {
	width: 650px;
	height: 1px;
	margin: 10px 50px 2px 0px;
	color: #00274C;
	background-color: #00274C;
	border: 0px;
}
#leftCol {
	width: 50%;
	float: left;
}
#rightCol {
	width: 50%;
	float: right;
}

#testimonial p {
	margin: 10px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
}
#testimonial h4 {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 10px;
}

#galleryImage {
	text-align: center;
	width: 420px;
	height: 420px;
	margin: 0px;
}
#galleryImage img {
	border: 2px solid #00274C;
}
#galleryThumbs {
	width: 310px;
	height: 310px;
	margin: 0px;
}
#galleryThumbs p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
}

/* menu style */

div#navbar2 {
	 height: 30px;
	 width: 800px;
	 text-align: right;
	 background-color: #80A1B6;
	 border: none;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
}
div#navbar2 li a:link {
	color: #FFFFFF;
}

div#navbar2 li a:hover {
	color: #00274C;
}

/* bottom menu style */

div#footNav {
	 height: auto;
	 width: 800px;
	 text-align: center;
	 background-color: #FFFFFF;
	 border: none;
	 padding-top: 2px;
	 padding-bottom: 2px;
}
div#footNav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #80A1B6;
	white-space: nowrap;
}
div#footNav li {
	list-style-type: none;
	display: inline;
}
div#footNav li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #80A1B6;
}
div#footNav li a:link {
	color: #80A1B6;
}
div#footNav li a:hover {
	color: #00274C;
}
div#footNav hr {
	width: 700px;
	height: 1px;
	margin: 2px 50px 2px 50px;
	color: #00274C;
	background-color: #00274C;
	border: 0px;
}