/* css style - 'Web Design' by Jeanette Holmes - http://www.web-design-jholmes900.com/ */
/* All associated graphics copyright 2007, Infinite Designs */
/* Added: 14 October 2006 */

/* 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;
	}

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; 
	height: 20px; 
	float: none;
	z-index: 8;
	}

#pageSpacer1 h2 span {
	display: none;
	}

#containerTable {
    position: relative;
    margin:  0; 
	padding: 0;
    background: #000120 top center;
	z-index: 8;
	}

/* using an image to replace text */
#navList ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left; 
    background: url(travel-medBrassBoxwdkbrownb2.gif) repeat-x;
	z-index: 8;
    }

#navList li {
    float: left;
	z-index: 8;
    }

#navList ul a {
    display: block;
    float: left;
    padding: 0 1em;
    line-height: 1.5em;
    background: url(travel-pipe-dkbrown.gif) repeat-y left top;
    text-decoration: none;
	color:#3f3326;
	z-index: 8;
	}

#navList ul .first a {
	background: none;
	z-index: 8;
	}

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

#contactme {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px; 
    padding: 13px;
    height: 52px;
    width: 89%;
    border-top: 5px ridge #EEDA99;
    border-right: 5px groove #FFCC99;
    border-bottom: 5px groove #FFCC99;
    border-left: 5px ridge #EEDA99;
    background-color: #fdfdfd;
	float: left;
    clear: both;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 12pt;
    color: #009933;
	z-index: 8;
    }

#contactme a {
    text-decoration: underline;
    background-color: #fdfdfd;
	color: #009933;
	z-index: 8;
	}
	
#contactme .mymail {
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    background-color: #fdfdfd;
    color: #009933;
	z-index: 8;
    }
    
#contactme .myaddress{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    background-color: #fdfdfd;
    color: #009933;
	z-index: 8;
    }
    
#containercopyright2007 {
    position: relative;
    margin: 0;
    clear: both;
    padding-left: 35px;
    padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 20px;
	z-index: 8;
	}

 #copyright2007 {
    margin: 0; 
    width: 95%;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #869fc2;
	z-index: 8;
    }