/* css style/ */
/* All associated graphics copyright 2012, A Ticket For Travel, Inc. */


/* colors used:
   #000080 - navy
   #009933 - Green
   #3f3326 - dark brown-black 
   #869fc2 - light grey blue
   #b8a2b7 - med violet
   #eeda99 - med gold 
   #fdfdfd - pale blue background
   #ffcc99 - light gold 
   #ffffff - white
*/ 

html {
	margin: 0px;
	padding: 0px;
	}

body {
    margin: 0px; 
	padding: 0px;
	min-height: 100%;
    background: transparent url("onTheBeachl6.jpg") no-repeat fixed center top;
    }

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3f3326;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #b8a2b7;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000080;
	}

acronym {
	border-bottom: none;
	}

/* using an image to replace text */
#pageSpacer1 h2 { 
	margin:0; 
	background: url('travel-medBrassBoxt.gif') no-repeat center top; 
	width: 100%; 
	height: 20px; 
	float: none;
	}

#pageSpacer1 h2 span {
	display: none;
	}

#pageHeader1 h1 { 
	background: url('onTheBeachHead2.jpg') no-repeat center top; 
	margin: 0;
	width: 100%; 
	height: 65px; 
	float: none; 
	}

#pageHeader1 h1 span {
	display: none;
	}

#navList {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0;
    background: url(travel-medBrassBoxwdkbrownb2.gif) no-repeat center top;
    height: 25px;
	z-index: 8;
    }

#navList ul {
    position: relative;
    left: 50%;
    margin: 0px 0px 0px -451px;
    width: 900px;
    list-style:none;
	z-index: 9;
    }

#navList li {
    float: left;
    }

#navList ul a {
    display: block;
    padding: 0 1em;
    line-height: 1.5em;
    background: url(travel-pipe-navy.gif) repeat-y left top;
    text-decoration: none;
	color:#00064c;
	}

#navList ul a:hover {
	color: #000080;
	}

#navList ul .first a {
    display: block;
    padding: 0 1em;
    line-height: 1.5em;
    background: url(travel-pipe-navy.gif) repeat-y left top;
    text-decoration: none;
	color:#00064c;
	z-index: 9;
	}

#navList ul .first a:hover {
	color: #000080;
	}

#navList ul .last a {
    display: block;
    padding: 0 1em;
    line-height: 1.5em;
    background: url(travel-pipe-navy.gif) repeat-y left top;
    text-decoration: none;
	color:#00064c;
	z-index: 9;
	}

#contactme a {
    text-decoration: underline;
    background-color: #fdfdfd;
	color: #009933;
	}
	
#contactme .mymail {
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    background-color: #fdfdfd;
    color: #009933;
    }
    
#contactme .myaddress{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    background-color: #fdfdfd;
    color: #009933;
    }
