/*
Name: Type CSS
Creative by: Rise Creative Group
Date modified: 7/9/07
------------------------------------*/


/*base font settings
------------------------------------*/

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#333333;
	}

/*HTML tag font settings
------------------------------------*/

p {
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #c74a0d;
	margin: -.2em 0em -.2em 0em;
}

h2 {
	font-size: 2.0em;
	color: #c74a0d;
	margin: 0 0em 0em 0em;
	font-weight: bold;
	color: #000;
}

.members-video h2 {
	color: #c74a0d;
	margin: 10px 0 -.4em 0;
	}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3.my-itinerary {
	background: url(/group/images/my-itinerary-h2.png) no-repeat;
	width: 135px;
	height: 26px;
	margin-left: 18px;
	}
	
h3 span {display: none; }

h3.blog-entries {
	background:url(/group/images/blog-h2.png) no-repeat;
	width: 249px;
	height: 29px;
	margin-left: 18px;
	margin-top: 5px;
	padding-bottom: 10px;
	}
	
h3.safari-video-headline {
	background: url(/group/images/safari-video-h3.png) no-repeat;
	width: 378px;
	height: 62px;
	margin-left: -31px!important;
	margin-top: -65px;
	position: relative;
	}
	
h3.photo-headline {
	background:url(/group/images/photo-h3.png) no-repeat;
	width: 378px;
	height: 62px;
	margin-left: -31px!important;
	margin-top: -65px;
	position: relative;
	}
	
h3.safari-members-headline {
	background: url(/group/images/safari-members-h3.png) no-repeat;
	width: 378px;
	height: 62px;
	margin-left: -31px!important;
	margin-top: -65px;
	position: relative;
	}
	
#sub_col h3 {
	margin: 0;
	padding: 0;
	}
	
h4 {
	font-size: 1.6em;
	margin: 1.2em 0em -.8em 0em;
	font-weight: bold;
	color: #9a3d23;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}
	
hr {
	background: url(/images/line.gif) 15px repeat-x;
	height: 15px;
	border: 0;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}
	
acronym {
	background-color: #D3D3D3; cursor: help;
}
		
/* Text link styles
------------------------------------*/

a {
	color: #c74a0d;
}

a:visited {
	color: #c74a0d;
}

a:active {
	text-decoration: none;
	color: #c74a0d;
}
	
a:hover {
	text-decoration: none;
	color: #e27946;
}