body {
	font: 80% "Comic Sans MS", "Comic Sans", sans-serif;
	margin: 0px;
	padding: 0px;
	background: #F9E7CC url(assets/top_bg.gif) repeat-x;
}
a { color: #00B1D7; }
a:visited { color: #0094CD; }
a:hover { text-decoration: none; }

#container {
	width: 80%;
	font-size: 1em;
}
#container td {
	vertical-align: top;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.75em; }

#header {
	background: url(assets/gfy_header_bg.gif) repeat-x;
}
#navigation {
	background: url(assets/nav_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	height: 30px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	background: url(assets/nav_right.gif) no-repeat top right;
}
#navigation li {
	margin: 0;
	list-style: none;
	display: block;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	height: 30px;
}
#navigation li#navhome { background: url(assets/nav_left.gif) no-repeat top left; }
#navigation a {
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover { color: #CCEEFF; text-decoration: underline; }

#navigation ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #navigation ul {height: 1%;}
/* End hide from IE-mac */

#sub_header {
	background-color: #FCF3E6;
	border-bottom: 1px solid #DDCFBD;
	color: #A49C90;
	padding: 2px;
}
#sub_header form {
	margin: 0;
	padding: 0;
}
#breadcrumbs {
	width: 48%;
	float: left;
	padding-left: 10px;
	font-size: 0.9em;
	/*font-variant: small-caps;*/
}
#breadcrumbs a {
	color: #837E74;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#searchbox {
	width: 48%;
	float: right;
	text-align: right;
	font-size: 0.9em;
	color: #837E74;
}
#searchbox input {
	font-size: 0.8em;	
}

/* ------------ FOOTER ------------ */
#footer {
	text-align: center;
	color: #A49C90;
}
#copyright {
	border-top: 5px solid #F9E7CC;
	border-bottom: 1px solid #DDCFBD;
	background-color: #FCF3E6;
	padding: 5px;
	font-size: 0.85em;
}
#powered_by a {
	font-size: 0.8em;
	color: #00BBDC;
	padding-bottom: 25px;
}
#etoNotice {
	display: none;
}
#trips_photos {
	margin-left: 10px;
}
#trips_photos td {
	text-align:center;
	font-size: 0.8em;
	padding-bottom: 15px;
}