/* CSS Document */

td.body {
	font-family: Tahoma, Arial, Techno, Times, "Times New Roman";
	font-size:14px;

	background-color: #FFFFFF;
}


oldBody {
	background: url(images/Page-Bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
body {
	background-color:#d3d3d2;
}
h2 {
	font-size:16px;
	font-weight: bold;
}
a {
	color: #000000;
	font-size:15px;
	text-decoration: none;
	text-decoration: underline;

}
a:hover {
	color: #FBAD43;
	font-size:15px;
	text-decoration: none;
}
.content {
		font-size:15px;
		color:#333333;

}
.required {
	font-weight:bold;
}
td.sidebarleft {
	background-repeat: repeat-y;
	background: url('images/Body-Border-Left.jpg');
}
td.sidebarfooterleft {
	background-repeat: repeat-y;
	background: url('images/Footer-Border-Left.jpg');
}
td.sidebarright {
	background-repeat: repeat-y;
	background: url('images/Body-Border-Right.jpg');
	background-position: right;

}
td.sidebarfooterright {
	background-repeat: repeat-y;
	background: url('images/Footer-Border-Right.jpg');
	background-position: right;
}

/* specialists box on home page */
.specialstitle {
	color:#0099CC;
	font-family: "Apple Chancery", "Bickley Script LET", "Brush Script MT", "Marker Felt", cursive, Arial;
	font-size:22px;
}
.specialscontent {
		font-size:14px;
		color:#333333;
		font-family: Tahoma, Arial, Techno, Times, "Times New Roman";
}
.specialslink {
		font-size:14px;
		color:#d16a00;
		font-family: Tahoma, Arial, Techno, Times, "Times New Roman";
}
.specialslink:hover {
		font-size:14px;
		color:#000000;
		font-family: Tahoma, Arial, Techno, Times, "Times New Roman";
		text-decoration:underline;
}
.borderedimg {
	border: 1px solid #fdbc54;
}
.borderedimg:hover {
	border: 1px solid #000000;
}
.biggerText {
	font-size: 18px;
}

/* Navigation */

.navigation{
	background: url(images/Nav-Bg.jpg) repeat-x;
	height: 38px;
}

.imgStatic-nav-left { background:url(images/Nav-Border-Left.jpg) no-repeat; background-position: top right; height: 38px; width: 45px; }
.imgStatic-nav-right { background:url(images/Nav-Border-Right.jpg) no-repeat; height: 38px; width: 24px; }

a.imgRollOver-home { background:url(images/Nav-Home-Up.jpg) no-repeat; height: 38px; width: 60px; }
a.imgRollOver-home:hover { background: url(images/Nav-Home-Over.jpg) no-repeat; }

a.imgRollOver-goal { background:url(images/Nav-Goal-Up.jpg) no-repeat; height: 38px; width: 86px; }
a.imgRollOver-goal:hover { background: url(images/Nav-Goal-Over.jpg) no-repeat; }

a.imgRollOver-specials { background:url(images/Nav-Specials-Up.jpg) no-repeat; height: 38px; width: 77px; }
a.imgRollOver-specials:hover { background: url(images/Nav-Specials-Over.jpg) no-repeat; }

a.imgRollOver-cruises { background:url(images/Nav-Cruises-Up.jpg) no-repeat; height: 38px; width: 72px; }
a.imgRollOver-cruises:hover { background: url(images/Nav-Cruises-Over.jpg) no-repeat; }

a.imgRollOver-tours { background:url(images/Nav-Tours-Up.jpg) no-repeat; height: 38px; width: 62px; }
a.imgRollOver-tours:hover { background: url(images/Nav-Tours-Over.jpg) no-repeat; }

a.imgRollOver-Honeymoons { background:url(images/Nav-Honeymoons-Up.jpg) no-repeat; height: 38px; width: 96px; }
a.imgRollOver-Honeymoons:hover { background: url(images/Nav-Honeymoons-Over.jpg) no-repeat; }

a.imgRollOver-Hotels-Villas { background:url(images/Nav-Hotels-Villas-Up.jpg) no-repeat; height: 38px; width: 113px; }
a.imgRollOver-Hotels-Villas:hover { background: url(images/Nav-Hotels-Villas-Over.jpg) no-repeat; }

a.imgRollOver-contact { background:url(images/Nav-Contact-Up.jpg) no-repeat; height: 38px; width: 104px; }
a.imgRollOver-contact:hover { background: url(images/Nav-Contact-Over.jpg) no-repeat; }
