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


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

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

body {
    margin: 0px; 
	padding: 0px;
	min-height: 100%;
    background: transparent url("travelBronzeFAQBack3.gif") repeat-y scroll center 105px;
    }

p {
    margin: 20px; 
	padding: 0px;
	color: #00000c;
    }

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #00000c;
	}

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

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

/* 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('travelBronzeNotebookHead.gif') no-repeat center top; 
	margin: 0;
	width: 100%; 
	height: 65px; 
	float: none; 
	}

#pageHeader1 h1 span {
	display: none;
	}

/* using an image to replace text */
#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;
	z-index: 9;
    }

#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:#00000c;
	z-index: 9;
	}

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

#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:#00000c;
	z-index: 9;
	}

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

#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:#00000c;
	z-index: 9;
	}

#maininfo {
    position: relative;
    left: 50%;
    margin: 0px 0px 0px -401px;
    padding: 13px;
    width: 801px;
    border: 0;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: #00000c;
    }

#maininfo ul {
    list-style:none;
    margin: 0px 0px 0px -20px;
    }

#maininfo li {
    margin: 20px 0px 0px 0px;
    }

#contactme {
    position: relative;
    left: 50%;
    margin: 0px 0px 0px -401px;
    padding: 13px;
    height: 52px;
    width: 801px;
    text-align: center;
    border-top: 5px ridge #EEDA99;
    border-right: 5px groove #FFCC99;
    border-bottom: 5px groove #FFCC99;
    border-left: 5px ridge #EEDA99;
    background-color: #fdfdfd;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-style: oblique;
    font-weight: bold;
    font-size: 12pt;
    color: #00000c;
    }

#contactme a {
    text-decoration: underline;
    background-color: #fdfdfd;
	color: #00000c;
	}
	
#contactme .mymail {
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    background-color: #fdfdfd;
    color: #00000c;
    }
    
#contactme .myaddress{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    background-color: #fdfdfd;
    color: #00000c;
    }
    
#containercopyright2007 {
    position: relative;
    left: 50%;
    margin: 0px 0px 20px -401px;
    padding: 0;
    width: 801px;
	}

 #copyright2007 {
    margin: 0; 
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #6483b0;
    }
