html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

p, blockquote {
	margin-bottom: 1em;
	}

textarea {
	font-family: sans-serif;
	}
	
/* GLOBAL */

body {
	background: #f3f3f4;
	font-family: Arial,Verdana,sans-serif;
	}
h2 {
	color: #685740;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5em;
	margin-bottom: .5em;
	text-transform: lowercase;
	}
h2.user-input {
	text-transform: none;
	}
h3 {
	font-weight: bold;
	margin-top: .5em;
	}
a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
input, textarea {
	border: 1px solid #685740;
	color: #3A2D20;
	}

/* SHARED LAYOUT */

#header, #nav, #content, #footer {
	margin: 0 auto;
	width: 960px;
	}

/* HEADER */

#header {
	background: #685740 url(../img/header.png) no-repeat;
	height: 110px;
	}

#header h1 {
	display: none;
	}

#header #signin {
	background: #3A2D20;
	float: right;
	margin-right: 20px;
	padding: 0 5px 5px;
	opacity: .95;
	}
#header h2 {
	background: url(../img/signin-arrow.png) right 3px no-repeat;
	color: #fff;
	cursor: pointer;
	font-family: Georgia,serif;
	font-size: .9em;
	text-transform: uppercase;
	width: 225px;
	}
#header a {
	color: #fff;
	cursor: pointer;
	font-family: Georgia,serif;
	font-size: .9em;
	text-transform: uppercase;
	}
#header form {
	font-size: .9em;
	line-height: 1.2em;
	}

#header form div {
	clear: right;
	float: right;
	margin-top: 5px;
	}
#header label {
	color: #fff;
	display: block;
	float: left;
	width: 5em;
	}
#header input[type="submit"] {
	background: white;
	}


/* NAVIGATION */

#nav {
	background: #928272;
	border-color: #c7c2bf;
	border-style: solid;
	border-width: 2px 0 2px;
	color: #f3f3f4;
	font-family: Georgia,serif;
	font-size: .9em;
	height: auto;
	padding: 8px 0;
	text-align: center;
	}
#nav ul li {
	display: inline;
	letter-spacing: 1px;
	padding: 0 20px;
	}
/*
#nav ul li:hover {
	background: url(../img/nav-marker.png) bottom center no-repeat;
	}
*/
#nav a {
	color: #f3f3f4;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}
#nav a:hover {
	color: #3A2D20;
	}


/* CONTENT */

#content {
	color: #555;
	background-color: white;
	font-family: Arial,Verdana,sans-serif;
	font-size: .9em;
	height: auto;
	line-height: 1.3em;
	}

.left-col {
	background: url(../img/key.png) right 50px no-repeat;
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
	width: 383px;
	}
.right-col {
	}
.right-col-fixed {
	float: right;
	width: 556px;
	}
.col-block {
	padding: 10px 20px;
	}
.col-block ul, .col-block p, .col-block form, .col-block h3, .col-block blockquote {
	margin-left: 2em;
	}
.col-block input, .col-block textarea {
	padding: 2px;
	width: 300px;
	}
.col-block textarea {
	height: 10em;
	}
.col-block label {
	display: block;
	margin-top: 1em;
	}
.col-block input[type=submit] {
	margin-top: 1em;
	}
.right-col .col-block {
	clear: right;
	}
.right-col .col-block+.col-block+.col-block+.col-block {
	clear: both;
	}
.special-offers {
	margin-top: 1em;
	}

#content .clear-floats {
	clear: both;
	}
.left-col .col-block p {
	margin: 1em 0em;
	}
.left-col .col-block:first-child h2.welcome+p {
	margin-left: 2em;
	}
.right-col + .clear-floats {
	border-bottom: 1px solid #DDD;
	margin: 0px 20px;
	padding-bottom: 20px;
	}
.right-col .col-block:first-child {
	padding-top: 1.4em
	}

.newsletter-signup input[type="submit"] {
	background: #685740;
	color: #f3f3f4;
	}

.find-a-trip h3 {
	background: url(../img/bullet_toggle_plus.png) left no-repeat;
	cursor: pointer;
	padding-left: 15px;
	}
/*
.find-a-trip h3:hover {
	text-decoration: underline;
	}
*/
.find-a-trip li a {
	font-weight: normal;
	text-decoration: underline;
	}

.gallery img {
	margin-left: 10px;
	margin-bottom: 10px;
	}

.utility-links a {
	line-height: 2em;
	margin-top: 2em;
	padding: 10px 30px 10px 36px;
	}
a.tell-story {
	background: transparent url(../img/write-review.png) left no-repeat;
	}
a.print {
	background: transparent url(../img/document-print.png) left no-repeat;
	}
/* FOOTER */

#footer {
	background: #928272;
	clear: both;
	color: #fff;
	font-family: Arial,Verdana,sans-serif;
	font-size: .9em;
	height: auto;
	line-height: 1.5em;
	padding: 8px 0;
	text-align: center;
	}

#footer ul li {
	color: #f3f3f4;
	display: inline;
	}
#footer ul li:after {
	content: " | ";
}
#footer ul li:last-child:after {
	content: "";
}

#footer a {
	color: #f3f3f4;
	font-weight: normal;
	text-decoration: none;
	}


/* PAGE-SPECIFIC STYLES */

.content-home {
	background: transparent url(../img/home1.jpg) top no-repeat;
	padding-top: 250px;
	}
.content-home .right-col img {
	float: right;
	padding: 20px 0 10px 10px;
	}
.content-home .left-col .col-block p {
	margin-left: 2em;
	}
.content-home .right-col li {
	display: inline;
	padding-right: 10px;
	white-space: nowrap;
	}
.content-home .gallery img {
	}
.content-home .gallery img {
	padding: 0;
}
.content-about-us .right-col img {
	float: right;
	padding: 20px 0 10px 10px;
	}


h2.welcome {
	font-size: 2em;
	}

.content-blog .right-col img {
	float: right;
	padding: 10px 0 10px 10px;
	}

.content-safaris-scheduled {
	background: transparent url(../img/safaris-scheduled1.png) top right no-repeat;
	padding-top: 250px;
	}
.content-safaris-mobile {
	background: transparent url(../img/safaris-mobile1.png) top right no-repeat;
	padding-top: 250px;
	}
.content-safaris-custom {
	background: transparent url(../img/safaris-custom1.png) top right no-repeat;
	padding-top: 250px;
	}
.content-safaris-special {
	background: transparent url(../img/safaris-special1.png) top right no-repeat;
	padding-top: 250px;
	}
.content-safaris-scheduled .right-col img,
.content-safaris-search .right-col img,
.content-safaris-mobile .right-col img,
.content-safaris-custom .right-col img,
.content-safaris-special .right-col img {
	float: left;
	padding: 10px 10px 10px 0px;
	}

#safari-nav {
	font-size: .9em;
	height: auto;
	text-align: center;
	}
#safari-nav ul {
	border-color: #685740;
	border-style: solid;
	border-width: 2px 0 0;
	margin: 0 20px;
	}
#safari-nav ul li {
	display: inline;
	letter-spacing: 1px;
	padding: 5px 20px;
	}

#safari-nav ul li:hover {
/*
	background: url(../img/nav-marker2.png)  center top no-repeat;
*/
	text-decoration: underline;
	}

#safari-nav ul li a {
	color: #685740;
	padding:0;
	margin:0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}
#safari-nav a:hover {
	color: #3A2D20;
	}

.safari-overflow {
	float: left;
	width: 280px;
	}

.story_info p {
	margin-left: 0;
	}
.story_info p:first-child {
	border-top: 1px dotted #f3f3f4;
	margin-bottom: 0;
	}


/* MENU */

<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/safari/public_html/css/_reset.css:13) in <b>/home/safari/public_html/css/screen.css.php</b> on line <b>400</b><br />

#nav ul {
	background: #333;

	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
	height: 1.7em;

	border-top: 1px solid #AAA;
	border-bottom: 1px solid #000;
	}


#nav li ul a {
	color: #333;
	}
#nav.nav-content-home li ul a {
	color: #f3f3f4;
	}
#nav li ul a:hover {
	text-decoration: underline;
	}
#nav li ul {
	position: absolute;
	left: -9999px;
	height: auto;
	font-weight: normal;
	padding: 10px 0 20px 30px;
	}
#nav li li {
	display: inline;
	font-size: 11px;
	height: 1.7em;
	text-align: left;
	width: 400px;
	}



#nav li:hover ul {
	left: auto;
	}

