/* CSS Document */

/*-------------------------[ Universal Elements ]-------------------------*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #2B2B2B;
	background-color: #82A6BD;
	}
* {
	margin: 0px;
	padding: 0px;
	}
p {
	margin-bottom: 15px;
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #3881AF;
	background-color: inherit;
	}
h3 {
	font-size: 17px;
	font-weight: bold;
	color: #3881AF;
	background-color: inherit;
	text-transform: uppercase;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #5D0706;
	background-color: inherit;
	}
h5 {
	font-size: 13px;
	font-weight: bold;
	color: #3881AF;
	background-color: inherit;
	text-transform: uppercase;
	}
a {
	color: #8B0B0A;
	background-color: inherit;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
img, img a {
	border: none;
	margin: 0px;
	padding: 0px;
	}
li {
	list-style-type: square;
	}
	
/*-------------------------[ Container ]-------------------------*/
#container2 {
	background-image: url(images/container.gif);
	background-repeat: no-repeat;
	width: 800px;
	margin: 50px auto;
	}
	
/*-------------------------[ Header ]-------------------------*/

#header {
	width: 800px;
	height: 248px;
	background-image: url(images/home_header.gif);
	background-repeat: no-repeat;
	}
#logo {
	width: 245px;
	height: 246px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	}
#nav_area {
	width: 555px;
	height: 246px;
	float: right;
	}
#contact {
	width: 545px;
	height: 15px;
	padding: 42px 0px 0px 120px;
	line-height: 12px;
	font-size: 11px;
	color: #646464;
	background-color: inherit;
	}
/*----------------||| Top Navigation |||----------------*/
#nav {
	width: 527px;
	height: 43px;
	margin-top: 145px;
	}
#nav a, #nav img {
	line-height: 0px;
	height: 43px;
	margin: 0px;
	padding: 0px;
	border: none;
	}

#btmnav{
	width: 775px;
	height: 15px;
	margin-bottom: 5px  0px 15px 0px; 
	text-align: center;}

#btmnav a{
	font-size: 12px;
	font-weight: bold;
	color: #3881AF;}
	
#btmnav a:hover{
	color: #000000;
	text-decoration: underline;}
	
/*-------------------------[ Main Body ]-------------------------*/

#content_top {
	width: 800px;
	height: 22px;
	background-image: url(images/content_bg_top.gif);
	background-repeat: no-repeat;
	clear: both;
	}
#content_bottom {
	width: 775px;
	height: 26px;
	padding: 22px 0px 0px 25px;
	display: block;
	text-align: center;
	font-size: 11px;
	color: #646464;
	background-color: inherit;
	background-image: url(images/content_bg_bottom.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 50px;
	}
/*----------------||| Full Content Background |||----------------*/
#content1 {
	width: 800px;
	height: 380px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#content2 {
	width: 800px;
	height: 460px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#content3 {
	width: 800px;
	height: 550px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#content4 {
	width: 800px;
	height: 750px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#content5 {
	width: 800px;
	height: 1175px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#content6 {
	width: 800px;
	height: 1400px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#content7 {
	width: 800px;
	height: 950px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#content8 {
	width: 800px;
	height: 2150px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
#content9 {
	width: 800px;
	height: 3050px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}


/*----------------||| Side Navigation |||----------------*/
#side_nav {
	float: left;
	width: 190px;
	padding-left: 44px;
	font-size: 13px;
	font-weight: bold;
	}
#side_nav_header {
	width: 186px;
	height: 38px;
                margin-left: 10px;
	background-color: #FDFCFC;
	border-bottom: 1px solid #5D0704;
	display: block;
	text-align: center;
	font-size: 28px;
	color: #3881AF;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	}
#side_nav_menu {
	width: 180px;
	margin: 20px 0px 0px 15px;
	}
#side_nav_menu ul, #side_nav_menu li {
	list-style-type: none;
	}
#side_nav_menu a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #2B2B2B;
	background-color: inherit;
	}
#side_nav_menu a:hover {
	text-decoration: none;
	color: #3881AF;
	background-color: inherit;
	}
/*----------------||| Right Content Background |||----------------*/
#main_content1 {
	float: right;
	width: 489px;
	height: 380px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main_content2 {
	float: right;
	width: 489px;
	height: 460px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main_content3 {
	float: right;
	width: 489px;
	height: 550px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main_content4 {
	float: right;
	width: 489px;
	height: 750px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main_content5 {
	float: right;
	width: 489px;
	height: 1175px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main_content6 {
	float: right;
	width: 489px;
	height: 1400px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main_content7 {
	float: right;
	width: 489px;
	height: 950px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main_content8 {
	float: right;
	width: 489px;
	height: 2150px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main_content9 {
	float: right;
	width: 489px;
	height: 3050px;
	padding: 0px 47px 0px 20px;
	background-image: url(images/corner_arc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#main_content8 tr{
	border-bottom: #c06 1px dashed;
	}

/*----------------||| Sub Navigation for Travel Page |||----------------*/
#sub_nav ul, #sub_nav li {
	display: inline;
	list-style-type: none;
	}
#sub_nav a {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #2B2B2B;
	background-color: inherit;
	}
#sub_nav a:hover {
	text-decoration: underline;
	color: #3881AF;
	background-color: inherit;
	}
	
/*-------------------------[ Classes ]-------------------------*/

.italic_blue {
	font-style: italic;
	color: #3881AF;
	background-color: inherit;
	}
.indent {
	margin-left: 45px;
	}
.nav_indent {
	margin-left: 25px;
	font-weight: normal;
	}
.city {
	font-weight: bold;
	text-decoration: underline;
	}
.city_img {
	float: left;
	padding: 4px 10px 0px 0px;
	}
.book_it {
	float: right;
	clear: both;
	}
.quote_name {
	float: right;
	clear: both;
	font-weight: bold;
	text-align: right;
	}
.form_left {
	float: left;
	height: 35px;
	width: 100px;
	clear: left;
	}
.form_right {
	float: right;
	height: 35px;
	width: 380px;
	clear: right;
	}