@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	background-color: #CCCCCC;
	font-size: 14px;
}

#container {
	margin: 0px auto;
	width: 768px;
}
#header {
	width: 768px;	
}
#header_right_space {
	width: 443px;
	height: 80px;
	float: left;	
	background-image:url(app-img/header_right_space.png);
	background-repeat: no-repeat;
	background-position:left;
}
#big {
	color:#333399;
	float:right;
	font-size:25px;
	font-weight:bold;
	padding:0px 25px 0px 0px;
}
.purple_text {
	font-size: 12px;
	color: #333399;
}
.small_purple {
	font-size: 16px;
	color: #333399;
}
.logo{
	float: left;
	height: 80px;
}
.pad {
	padding-left: 200px; /*200*/
}
.space{
	margin-top: 200px;
}
.clear {
	clear: both;
}
.page_title {
	font-size: 19px;
	color: #333399;
	line-height: 25px;
}
.quote {
	font-size: 16px;
	color: #333399;
	line-height: 25px;
	font-weight: bold;
}
p{
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #333399;
}
a:hover {
	/*border-bottom:1px dotted #333399;*/
	color: #333399;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

.padding {
	padding: 10px;
}
.menu_title {
	color: #333399;
	font-weight: bold;
	text-decoration:underline;
}
.menu {
	list-style: none;	
}

.nav_bar {
	text-decoration: none;
}

#navigation {
	float:left;
	line-height: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px 0px 0px 4px;	
	height: 30px;
	background-image:url(app-img/header_shadow_bg.png);
	background-position:left;
	background-repeat:repeat-y;	
	width: 763px;	
}
#navigation li {
	float:left;
	margin-left:0;
	padding: 0px;
}
#navigation li a {
	display:block;
	float:left;
	height:30px;
	text-decoration:none;
	text-indent:0;
	padding: 0px;
}
#navigation li a span {
	display:none;
	font-size:0;
}
#navigation .navigation-home a {
	background:transparent url(app-img/btn_home.png) no-repeat scroll left top;
	width:75px;
}
#navigation .navigation-home a:hover {
	background-position:left bottom;
}
#navigation .navigation-features a {
	background:transparent url(app-img/btn_features.png) no-repeat scroll left top;
	width:152px;
}
#navigation .navigation-features a:hover {
	background-position:left bottom;
}
#navigation .navigation-menu a {
	background:transparent url(app-img/btn_menu.png) no-repeat scroll left top;
	width:87px;
}
#navigation .navigation-menu a:hover {
	background-position:left bottom;
}
#navigation .navigation-packages a {
	background:transparent url(app-img/btn_tickets.png) no-repeat scroll left top;
	width:148px;
}
#navigation .navigation-packages a:hover {
	background-position:left bottom;
}
#navigation .navigation-gallery a {
	background:transparent url(app-img/btn_gallery.png) no-repeat scroll left top;
	width:105px;
}
#navigation .navigation-gallery a:hover {
	background-position:left bottom;
}
#navigation .navigation-testimonials a {
	background:transparent url(app-img/btn_testimonials.png) no-repeat scroll left top;
	width:99px;
}
#navigation .navigation-testimonials a:hover {
	background-position:left bottom;
}
#navigation .navigation-reviews a {
	background:transparent url(app-img/btn_reviews.png) no-repeat scroll left top;
	width:99px;
}
#navigation .navigation-reviews a:hover {
	background-position:left bottom;
}
#navigation .navigation-contact a {
	background:transparent url(app-img/btn_contact.png) no-repeat scroll left top;
	width:93px;
}
#navigation .navigation-contact a:hover {
	background-position:left bottom;
}
#navigation .current a{
	background-position:left bottom;
}
#main_body {
	float:left;
	width: 767px;
	background-color: #FFFFFF;
	background-image: url(app-img/body_shadow_bg.png);
	background-position: left;
	background-repeat: repeat-y;
	position: relative;
}
#main_content_left {
	float: left;
	margin: 0px 0px 0px 4px;
	width: 189px;
	background-color: #eeeeee;
}
#quote_area {
	margin: 0px;
	padding: 0px;
}
#quote_box {
	background-image:url(app-img/quote_frame_repeat.png);
	background-position:left;
	background-repeat:repeat-y;
	padding: 10px 15px 10px 15px;
	text-align: center;
}
.form{
	position:absolute;
	width: 179px;
	padding: 0px 0px 10px 0px;	
	left: 10px;
	bottom: 90px;
	text-align:center;
}
.form h3 {
	font-size: 14px;
	color: #333399;
}
.theform{
	color: #333399;
}
.theform input{
	width: 120px;
}
.address{
	position:absolute;
	left: 4px;
	bottom: 0px;
	width: 189px;
	text-align: center;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
}
#info_area {
	text-align: center;
	padding: 0px 5px 285px 5px;	
}
#info_area p{
	font-size: 12px;
}
#info_area h2{
	font-size: 20px;
	color: #F00;
}
#info_area h3{
	font-size: 16px;
	color: #F00;
}
#info_area img{
	padding: 0px 0px 20px 0px;
}

#main_content h2{
		font-size: 20px;
		color: #F00;
}
#request_link a{
		font-size: 20px;
		color: #F00;
	font-weight: bold;
}
#main_content_right {
	float: left;
	width: 570px;
	border-left: #333399 solid 1px;	
}
#main_content {
	padding: 10px 10px 20px 10px;
}
#testimonials{
	list-style: none;
	padding: 0px;
	margin: 10px;
}
#testimonials li{
	padding: 0px 0px 15px 0px;
}
#footer {
	width: 768px;
	padding-bottom: 20px;
}
#footer p{
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding: 0px;
	margin: 0px;	
}
#footer_nav {	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px auto;
	padding: 5px 0px 10px 0px;
	width: 740px;
	height: 18px;
	
}
#footer_nav li {
	float:left;
	margin-left:0;
	padding: 0px 0px 0px 15px;
}
#footer_nav a{
	font-size: 16px;
	color: #333399;
	font-weight: bold;
}
#footer_nav a:hover{
	text-decoration: none;
	color: #ffffff;
}
.sitemap li{
	padding: 0px 0px 10px 0px;
}
#request {
	color: #333399;
}

