/* CSS Document */

/* global reset */
* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 1em 0;
}

li,dd {
	margin-left: 1em;
}

fieldset {
	padding: 0.5em;
}
/*end global reset*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D4DFEA;
	background-image: url(../images/bg_page.gif);
	background-position: top;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #2F7ED1;
	margin: 0;
}

h1 {
	font-size: 18px;
	margin: 10px 0 30px 0;
}

h2 {
	font-size: 16px;
	margin: 10px 0;
}

h3 {
	font-size: 14px;
	margin: 10px 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #2F7ED1;
}

a:hover {
	text-decoration: underline;
	color: #2F7ED1;
}

a:active {
	text-decoration: none;
	color: #2F7ED1;
}

/* Form styles */

form {
	margin: 0;
	padding: 0;
	width: 90%;
}

fieldset {
	border: 1px solid #2F7ED1;
	margin: 0;
	padding: 10px;
}

legend {
	color: #2F7ED1;
	font-weight: bold;
	text-align: center;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	margin: 0;
}

.required {
	color: #990000;
}

.requiredLegend {
	margin-left: 210px;
	color: #990000;
}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #2F7ED1;
	background-color: #FFFFFF;
}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #2F7ED1;
	background-color: #FFFFFF;
	line-height: 16px;
}

select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #2F7ED1;
	background-color: #FFFFFF;
}

input.checkbox {
	border: none;
	background-color: #FFFFFF;
}

input:focus {
	border: 1px solid #990000;
}

input.submit {
	margin-left: 210px;
	border: 0;
}	

textarea:focus {
	border: 1px solid #990000;
}

select:focus {
	border: 1px solid #990000;
}

#formComments {
	display: none;
}

/* End form styles */

.clear {
	clear: both;
}

.left {
	float: left;
	padding-right: 10px;
}

.right {
	float: right;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	height: 140px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

#header .logo {
	float: left;
	padding: 35px 40px 0px 35px;
}

#header .hdImg {
	float: right;
	padding: 0;
	margin-left: 1px;
}


#navBar {
	height: 30px;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;
	margin: 1px 0 1px 0;
}

#navBar ul {
	display: inline;
	list-style: none;
}

#navBar li {
	float: left;
	padding: 0px 3px;
	margin-left: 0;
	background-image: url(../images/bg_navbar_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navBar .firstNav {
	padding: 0px;
}

#navBar .lastNav {
	padding: 0px 6px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}

#container {
	width: 100%;
	background-image: url(../images/bg_sidebar_main.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#sideBar {
	float: right;
	width: 220px;
	background-color: #D4DFEA;
}

.rhsBox {
	background-color: #FFFFFF;
	margin: 10px;
}

.rhsBoxTitle {
	text-align: center;
	padding: 5px;
	background-color: #2F7ED1;
	color: #FFFFFF;
	font-weight: bold;
}

.rhsBoxTitle a:link, .rhsBoxTitle a:visited, .rhsBoxTitle a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.rhsBoxTitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.rhsBoxContent {
	padding: 5px;
	line-height: 18px;
}


#pageContent {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
	line-height: 18px;
	color: #333333;
}

.content {
	padding: 20px 10px;
}

.leftImg {
	float: left;
	margin: 5px 15px 5px 0;
}

.leftImgList {
	float: left;
	margin: 5px 40px 5px 0;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 1px;
	border-top: 3px solid #2F7ED1;
	color: #333333;
	font-size: 12px;
	text-align: center;
}

#footer p {
	margin: 10px;
}

/* Package details */

.packageMainImg {
	margin-bottom: 20px;
}

.packageDetails {
	width: 100%;
	border: 1px solid #2F7ED1;
	margin-bottom: 20px;
}

.packageHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2F7ED1;
	background-image: url(../images/bg_package_details.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
}

.packageContent {
	padding: 10px;
	width: 360px;
	float: left;
}

.packageImg {
	float: left;
	margin-right: 20px;
	width: 190px;
}

.packageContentDetails {
	float: left;
	width: 340px;
}

.packageContent ul {
	margin-left: 15px;
	padding-left: 10px;
	margin-top:0;
	list-style-image: url(../images/blue_star.gif);
	list-style-position: 5px 10px;
}

.packageContent li {
	margin: 0;
	padding: 3px;
}

.packagePrice {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}

.destBoxNarrow {
	width: 180px;
	float: left;
	margin: 0 13px 20px 0;
}

.packagePics {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 180px;
}

.packagePics img {
	margin-bottom: 10px;
	border: 1px solid #666666;
}

/* Info table */

.info-table {
	border: 1px solid #6CB800;
	border-collapse: collapse;
	padding: 5px;
}

.info-table th {
	background-color: #6CB800;
	color: #FFFFFF;
	padding: 5px;
}

.info-table td {
	border: 1px solid #6CB800;
	padding: 5px;
}

/* Home boxes */

.homeIntro {
	margin-bottom: 20px;
}

.homeBoxLeft {
	float: left;
	margin: 0 10px 20px 0;
	width: 280px;
	background-image:  url(../images/bg_hm_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #2F7ED1;
}

.homeBoxRight {
	float: right;
	margin: 0 0 20px 0;
	width: 280px;
	background-image:  url(../images/bg_hm_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #2F7ED1;
}

.homeBoxHeader {
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	background-color: #2F7ED1;
	background-image: url(../images/bg_hm_box_hd.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}

.homeBoxHeader a {
	color: #FFFFFF;
}

.homeBoxContent {
	padding: 5px;
}

.homeBoxContent img {
	float: left;
	padding: 5px 10px 5px 0;
}