﻿/* Created by Tony Nguyen: 
All CSS Styling is arranged in their specified categories in alphabetical order */

/* General CSS: Page Layout and Styling */
#backgroundimage {
	position: relative; 
	width: 335px; 
	height: 352px; 
	z-index: 1; 
	background-image: url('images/quick_links.gif'); 
	left: 0px; 
	top: 0px; 
	bottom: -42px; 
	margin-left: auto; 
	margin-right: auto;
}
#backgroundimage2 {
	position: relative; 
	width: 335px; 
	height: 352px; 
	z-index: 1; 
	background-image: url('images/torn_paper.gif'); 
	left: 0px; 
	top: 0px; 
	bottom: -42px; 
	margin-left: auto; 
	margin-right: auto;
}
#backgroundimage3 {
	position: relative; 
	width: 335px; 
	height: 352px; 
	z-index: 1; 
	background-image: url('images/torn_paper2.gif'); 
	left: 0px; 
	top: 0px; 
	bottom: -42px; 
	margin-left: auto; 
	margin-right: auto;
}
.bodytext {
	font-family: "Gill Sans MT", Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
}
#container {
	position: relative; 
	width: 900px; 
	height: 600px; 
	z-index: 1; 
	left: 0; 
	top: 0; 
	margin-left: auto; 
	margin-right: auto; 
	background-repeat: no-repeat; 
	background-image: url('images/background.gif');
}
#content2 {
	position: absolute; 
	height: 100px; 
	z-index: 2; 
	left: 50px; 
	top: 100px;
}
#content3 {
	position: relative; 
	width: 900px; 
	height: 20px; 
	z-index: 1; 
	text-align: center; 
	top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	left: 0px;
}
#footer {
	position: absolute; 
	width: 900px; 
	height: 25px; 
	z-index: 1; 
	left: 0px; 
	top: 400px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #662D91;
}
#footer_home {
	position: absolute; 
	width: 900px; 
	height: 25px; 
	z-index: 1; 
	left: 0px; 
	top: 425px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #662D91;
}
#footer_hoteltravel {
	position: absolute; 
	width: 900px; 
	height: 25px; 
	z-index: 5; 
	left: 0px; 
	top: 650px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #662D91;
}
#header {
	position: relative; 
	width: 900px; 
	height: 150px; 
	z-index: 1; 
	left: 0px; 
	top: 0px;
	background-image: url('images/header.gif');
}
.heading {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 1.25em;
	line-height: 21px;
	font-style: normal;
	text-transform: capitalize;
	font-weight: bold;
}
#intro {
	position: relative; 
	width: 95%; 
	height: 100%; 
	z-index: 1; 
	font-family: 'Gill Sans MT', Arial, sans-serif; 
	font-size: small; 
	padding-left: 25px;
	left: 0px;
	top: -55px; 
}
#leftcolumn {
	position: relative; 
	width: 60%; 
	height: 100%; 
	z-index: 3; 
	float: left; 
	background-color: #FFFFFF; 
	left: 0px; 
	top: 0px; 
	clear: right; 
	padding-top: 80px;
}
#navigation {
	position: relative; 
	width: 100%; 
	height: 5%; 
	background-color: #dbb6f6; 
	z-index: 2; 
	left: 0px; 
	top: 0px;
}
.navigation {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
	height: 5%;
	background-color: #DBB6F6;
	z-index: 2;
}
.navigation2 {
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
	height: 5%;
	background-color: #DBB6F6;
	z-index: 2;
}
#navigationtext {
	position: relative; 
	width: 620px; 
	height: 15px; 
	z-index: 1; 
	padding-left: 20px; 
	padding-right: 20px; 
	left: 20px; 
	top: 6px; 
	color: #234019; 
	margin-left: auto; 
	margin-right: auto;
}
#qlbuttons {
	font-family: "Gill Sans MT", Arial, sans-serif;
}
#rightcolumn {
	position: relative; 
	width: 40%; 
	height: 100%; 
	z-index: 4; 
	background-color: #FFFFFF; 
	float: right;
}

/* Navigation: Link Behavior */
a:link {
	text-decoration: none;
	font-family: "Gill Sans MT", Arial, sans-serif;
	color: #234019;
}
a:hover {
	font-family: "Gill Sans MT", Arial, sans-serif;
	color: #009933;
	text-decoration: none;
}
a:visited {
	font-family: "Gill Sans MT", Arial, sans-serif;
	color: #662d91;
	text-decoration: none;
}
