/**********************************************************
CSS-file for MTH Awesome Fiji
Developed by Phosphor Essence Ltd.
**********************************************************/
html {
	font-size: 100%; /* IE requirement */
	height: 100%;
}

/**************************
BASE TYPOGRAPHY
**************************/
body {
	font-size: 0.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 4px;
	background-color: #666;
	background-repeat: no-repeat;
	margin: 8px 0 0 0;
}
table {
	margin-bottom: 8px;
}
.table-border {
	border: 2px solid #666666;
}
.table-border .block {
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	background-color: #663399;
	padding: 4px !important;
}
ul {
	margin: 0;
	padding: 5px 0 8px 20px;
}
li {
	font-weight: normal;
	line-height: 160%;
}

/**************************
BASE STYLE GROUPING
**************************/
/* HEADER STYLES */
h1, h2, h3, h4 {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin: 0;
	padding: 0;
	color: #663399;
}
h1 {
	font-size: 24px;
	margin: 8px 0 8px 0;
/*	text-transform: uppercase;*/
}
h2 {
	font-size: 32px;
	margin: 2px 0 6px 0;
}
h3 {
	font-size: 24px;
	margin: 8px 0 8px 0;
}
h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 4px 0 2px 0 !important;
	padding: 0;
}
.content {
	background-color: #FFF;
	padding: 16px 20px 0px 20px;
}
.content a img {border:solid 1px #fff;}
.content a:hover img {border:solid 1px #663399;}

.block {
	color: #FFF;
	background-color: #663399;
	padding: 0 0 0 6px;
}

/**************************
COLOR STYLES
**************************/
.purple {  /* eg. Welcome Pack and Long Ultimate */
	color: #663366;/*451164*/
}
.purple-bright {  /* eg. */
	color: #663399;
}
.maroon {  /* eg. Tropical Awegasm */
	color: #993366;
}
.aqua {  /* eg. About Us section and Short Lazy */
	color: #4C798C;
}
.blue { /* eg. Wanna Taki */
	color: #3D6FB6;
}
.turquoise { /* eg. Awesome Dive */
	color: #2D6598;/*#3D6FB6;*/
}
.green {  /* eg. starburst green translation */
	color: #009966;
}
.red {  /* eg. Pass Bula */
	color: #CC3333;
}
.orange { /* eg. Pass Accommodation and Short Great Pair */
	color: #CC6600;
}

/**************************
BODYTEXT STYLES
**************************/
.bodytext, .bodytext-bold, .bodytext-small, .bodytext-smallbold, .bodytext-smallred, .bodytext-smaller, .bodytext-smallerbold {
	font-weight: normal;
	line-height: 150%;
	left: auto;
	right: auto;
	margin: 0 0 8px 0;
	background-repeat: no-repeat;
}
.bodytext {
	font-size: 12px;
}
.bodytext-bold {
	font-size: 12px;
	font-weight: bold;
}
.bodytext-small {
	font-size: 10px;
}
.bodytext-smallbold {
	font-size: 10px;
	font-weight: bold;
}
.bodytext-smallred {
	color: #FF0000;
	font-size: 10px;
}
.bodytext-smaller {
	font-size: 9px;
	margin: 0 0 8px 0;
}
.bodytext-smallerbold {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.bodytable {
	font-size: 12px;
	background-color: #FFF;
}
.bodytext-spacer {
	font-size: 6px;
	margin: 0;
	padding: 0;
}
.introtext, .introtext-bold, .introtext-white, .introtext-bold-white {
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 140%;
}
.introtext-bold, .introtext-bold-white {
	font-weight: bold;
}
.introtext-white, .introtext-bold-white {
	color: #fff;
}
.copyright {
	color: #CCC;
	font-size: 10px;
	font-weight: normal;
}

/***************************
Island Map
***************************/
.islandmap
{
	color:white;
	height: 849px;
	max-height: 849px;
	overflow:auto;
	width:100%;
	font-size:0.7em;
	line-height:100%;
	background-color: #4EAFDA;
	background-image: url(images/fiji_map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.islandmap h1, .islandmap h2, .islandmap h3, .islandmap h4
{
	margin:7px 2px 3px  !important;
	font-size:11px;
	font-weight:bold;
	color:black;
	padding:0px;
}
.islandmap ol 
{
	
}
.islandmap td
{
	padding-left:0;
}
.islandmap .column
{
	width:110px;
	margin-left:25px;
	float:left;
}
/**************************
BODY ANCHORS
**************************/
.bodytext a:link {
	color: #003399;
	font-weight: normal;
	text-decoration: none;
}
.bodytext a:visited {
	color: #003399;
	font-weight: normal;
	text-decoration: none;
}
.bodytext a:hover {
	color: #003399;
	font-weight: normal;
	text-decoration: underline;
}
a:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}
.flag {
	padding: 16px 0 0 16px;
}

/**************************
NAVIGATION
**************************/
.nav {
	width: 161px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 2px;
}
.nav a:link, .nav a:visited {
	color: #000;
	line-height: 18px;
	text-decoration: none;
	margin: 0 2px;
	padding: 0 4px 0 10px;
	display: block;
	border-top: solid 1px #FFFF00;
	border-bottom: solid 1px #FFFF00;
}
.nav a:hover {
	width: 147px;
	color: #000;
	line-height: 18px;
	text-decoration: none;
	background-color: #FFFFCC;
	display:  block;
	margin: 0 2px;
	padding: 0 4px 0 10px;
	border-top-color: #666;
	border-bottom-color: #666;
}
* html .nav a:hover {
	width: 161px;
}
.nav2 {
	width: 147px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 2px;
}
.nav2 a:link {
	width: 147px;
	color: #000;
	line-height: 18px;
	text-decoration: none;
	margin-left: 2px;
	padding: 0 4px 0 10px;
	display: block;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color: #FFFFCC;
}
.nav2 a:hover {
	line-height: 18px;
	text-decoration: none;
	margin-left: 2px;
	display: block;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color: #FFFFCC;
}
.nav2 a:visited {
	width: 147px;
	color: #000;
	line-height: 18px;
	text-decoration: none;
	display: block;
	margin-left: 2px;
	padding: 0 4px 0 10px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color: #FFFFCC;
}
* html .nav2 a:hover, * html .nav2 a:visted {
	width: 161px;
}
.logo {
	padding: 0 0 0 16px;
}

/**************************
SUB-NAVIGATION
**************************/
.subnav {
	width: 161px;
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	border: 1px #CCCCCC;
	text-transform: capitalize;
	display: block;	
}
.subnav a:link, .subnav a:visited {
	width: 139px;
	color: #996699;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	margin: 0 2px;
	padding: 0 6px 0 16px;
	display: block;
	border-top: solid 1px #FFFF00;
	border-bottom: solid 1px #FFFF00;
}
.subnav a:hover {
	width: 139px;
	color: #660099;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	margin: 0 2px;
	padding: 0 6px 0 16px;
	display: block;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-color: #FFF;
}

/**************************
SUB-SUB-NAVIGATION
**************************/
.subsubnav {
	width: 161px;
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	border: 1px #CCCCCC;
	text-transform: capitalize;
	display: block;	
}
.subsubnav a:link, .subsubnav a:visited {
	width: 136px;
	color: #996699;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	margin: 0 2px;
	padding: 0 0px 0 25px;
	display: block;
	border-top: solid 1px #FFFF00;
	border-bottom: solid 1px #FFFF00;
}
.subsubnav a:hover {
	width: 136px;
	color: #660099;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	margin: 0 2px;
	padding: 0 0px 0 25px;
	display: block;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-color: #FFF;
}

/**************************
FORM STYLES
**************************/
.formtext {
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	left: auto;
	right: auto;
	margin: 0;
}
.control {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
}
.validation {
	color: #FF0000;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

