/* Default Style Sheet for truetahitivacation.com */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding : 0;
}	
#container {
	position: absolute;
	left: 0;
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	<-- border-left:thick #66ccff solid; -->
	<-- border-right:thin #66ccff solid; -->
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
#header {
	background: #C1F1FA; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}

#mainContent {
	padding: 0 25px 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	}
#footer {
	padding: 0 25px 0 70px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

.globalnav {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.60em;
	padding-left: 19px;
	color: #333333;
	}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	margin-right: 0px;
	}

.bluetext {
	font-weight: bold;
	color: #3099CE;
	}

.redtext {
	font-weight: bold;
	color: #CC0033;
	}
	
.redtext2 {
	color: #CC0033;
	}

.breadcrumbs {
	font-size: .70em;
	}

.packages {
	margin-right: 0px;
	}

.formtable {
	margin-right: 5px;
	font-size: .70em;
	}

.txt {
	font-size: .5em;
	color: #C1F1FA;
	}

.table {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	}
	
.events {
	padding-left: 15px;
	}
.list {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	margin-right: 0px;
	}

H1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: ;
	margin-right: 10px;
	color: #3099CE;
	}
	
H2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	font-style: ;	
	margin-right: 10px;
	color: #0066CC;
	}

H3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;	
	margin-right: 10px;
	color: #CC0033;
	text-decoration: none;
	}

.small {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: normal;
	color: #333333;
	}

.nodeco {
	text-decoration: none;
	}

.islandshdr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
	}

.islands {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #0066CC;
	}

.col_middle {
	padding-right: 60px;
	}

.col_right {
	padding-right: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: normal;
	}

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: normal;
	color: #666666;
	}

.footer_bkg { 
	background-image: url(images/bottom_quote2.jpg);
	background-repeat: no-repeat;
	}

.imgborder_right {
	margin-right: .5em 
	}
	
.imgborder_left {
	margin-left: .5em 
	}

.border_bottom {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #3099CE;
	}

.border_top {
	border-top-style: solid;
	border-width: 1px;
	border-color: #3099CE;
	}

select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1.luxe {
	font-family: Times New Roman;
	font-size: 120%;
	font-weight: bold;
	color: #3099CE;
	}

.bluebox {
	width: 675px;
	padding-left: 15px;
	padding-right: 10px;
    border: 1px solid #3099CE;
	}

/* Hypertext Links*/

a:visited {
	color: #800080;
	text-decoration: underline;
	}
	
a:hover {
	color: #CC0033;
	text-decoration: underline;
	}
	
a:active {
	color: #0000FF;
	text-decoration: underline;
	}

