body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 14px;
}
h1 {
	color: #053357;
	margin-bottom: -5px;
	font-size: 16px;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
}
h3 {
	text-align: left;
	color: #333333;
	font-size: 13px;
}
p {
	text-align: left;
	line-height: 18px;
	color: #666666;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/********************************************
* Page Structure
*********************************************/

#div_wrapper {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#div_header {
	background-image: url(images/header.jpg);
	width:900px;
	height:118px;
}

#div_top_nav {
	padding:75px 15px 0 0;
	float:right;
}

#div_top_nav li {
	padding:0 10px;
	list-style:none;
	float:left;
}

#div_top_nav li a {
	color:#FFFFFF;
}

#div_nav {
    background-color: #FFFFFF;
	width:900px;
	margin: 0px;
	padding: 0px;
}
#div_nav ul {
	margin:0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #033357;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	height: 25px;
}
#div_nav li {
	text-align:center;
	float:left;
	list-style:none;
	height:17px;
	padding-top:5px;
	padding-right: 40px;
	padding-bottom: 0px;
	clear: right;
	margin: 0px;
}
#div_nav  a  {
    font-size:11px;
	color:#000000;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
#div_nav  a:hover {
	color: #C37D1B;
}
#div_nav  #nav_current a {
	color: #C37D1B;
}
#div_services_nav {
	width: 800px;
	margin: 10px 0 0 0;
    padding: 10px 0 0 0;
	height: 25px;
    background-color:#033357;
}

#div_services_nav a {
	color: #ffffff;
	padding: 0 25px;
    text-decoration:none;
}

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

#menu {
	background:#ffffff;
	font-size: 8pt;
    text-align:left;
	border-bottom:1px solid #cccccc;
}

#div_body {
	width: 800px;
	text-align: center;
	padding:25px 50px;
	height: auto;
    background-color:#FFFFFF;
    float:left;
}
#div_left {
	float:left;
	text-align:left;
	width:250px;
}
#div_left .active {
	font-weight:bold;
}
#div_main_column {
	width:525px;
	float:left;
	text-align:left;
	padding:25px 0 25px 25px;
}
#left_container {
	width: 520px;
	text-align: left;
	z-index: 10;
	float: left;
}
#right_container {
	height: auto;
	width: 250px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	z-index: 11;
	padding-left: 15px;
	float: right;
}
#right_container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#center_container {
	width: 800px;
}
#center_container_right {
	height: auto;
	width: 250px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	z-index: 11;
	padding-left: 15px;
	float: right;
	margin-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#div_footer {
	width: 900px;
	clear: both;
}
#div_footer_nav {
	color: #CCCCCC;
	height: 35px;
	font-size: 10px;
	padding-top: 20px;
	text-align: center;
}
#div_footer_nav a {
	color: #CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
}
#div_footer_links {
	text-align: center;
}
#div_footer_links a {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

/********************************************
* Gallery
*********************************************/

#gallery_links {
    background-image:url(images/gallgrad.jpg);
    background-repeat:none;
    height:15px;
    padding: 15px 0;
	text-align:center;
}

#gallery_links a {
    text-decoration:none;
	color:#FFFFFF;
	margin: 0 10px;
}

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


/********************************************
* Other
*********************************************/

.line {
	margin-top: 8px;
	margin-bottom: 8px;
}
.table_package {
	width:550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: left;
	border-spacing:0px;
}
.table_package td {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.table_package th {
	background-color: #053357;
	color: #FFFFFF;
	text-align: center;
	height: 17px;
	padding-top: 3px;
}

.no_underline {
	text-decoration:none;
}

.arrows {
	list-style-image:url(images/li.png);
}

.arrows li {
	margin:8px 0;
}

.div_bar {
	padding-left: 25px;
	color: #FFFFFF;
	height: 20px;
	text-align: left;
	background-color: #E9C978;
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}
.div_bar  h2 {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#location_links a {
	display:block; 
}

#div_bar {
	padding-left: 25px;
	color: #FFFFFF;
	height: 20px;
	text-align: left;
	background-color: #E9C978;
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}
#div_bar  h2 {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#div_error {
	color: #FF0000;
	padding: 10px;
	text-align: left;
	display: hidden;
}
#label {
	margin-left: 15px;
}
#div_blue_box {
	background-color: #FFFFFF;
	border: 10px solid #063255;
	color: #000000;
	text-align: left;
	line-height: 18px;
	padding: 10px;
	margin-top: 20px;
}
#div_blue_box  h2 {
	margin-bottom: 10px;
	text-align: center;
	color: #C5811E;
}
.div_blue_box {
	background-color: #FFFFFF;
	border: 10px solid #063255;
	color: #000000;
	text-align: left;
	line-height: 18px;
	padding: 10px;
	margin-top: 20px;
}
.div_blue_box  h2 {
	margin-bottom: 10px;
	text-align: center;
	color: #C5811E;
}
