/* colors 
tan: #8dd5e6;
light tan: #e2decc;
red: #b50f0a;
*/

html, body {
	font-family: trebuchet, trebuchet ms, arial, helvetica, sans-serif;
	background: #fff;
}

body {
	font-size: 62.5%; /* reset 1em to 10px */
	text-align: center;
}

a {
	color: #b50f0a;
	text-decoration: none;
}

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

p {
	font-size: 1.2em;
	line-height: 1.5em;
}

li {
	font-size: 1.2em;
}

image {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

#header {
	position: relative;
	margin: 0 auto;
/*	padding-top: 72px; */	
	width: 780px;
	height: 78px;
	text-align: left;
}

#headerLogo {
	position: relative;
	float: left;
	width: 280px;
	height: 78px;
}

#headerLogoWrapper {
	position: absolute; 
	left: 0;
	bottom: 0;
}

#headerLogo p {
	text-transform: uppercase;
	line-height: 1.2em;
	color: #730a05; /* per client */
}

#headerLogo a,
#headerLogo a:hover, 
#headerLogo a:active, 
#headerLogo a:visited {
	text-decoration: none;
	color: #730a05; /* per client */
}

#headerMenu {
	position: relative;
	float: right;
}

#content {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;	
	width: 780px;
	text-align: left;
}

#contentLeft {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 410px;
	background: url(rarebreed_thumbnails/vid_bg.gif) repeat y;
}

.contentWrapper {
	position: relative;
	width: 410px;
	height: 400px;
	visibility: hidden;
}

.contentWrapperCaption {
	position: absolute;
	width: 410px;
	bottom: 0;
	background: #8dd5e6;
	color: #fff;
	z-index: 20;
}

.contentWrapperCaption p {
	padding: 10px;
	font-size: 1.3em;
}

.contentWrapper .contentWrapperCaption p {
	padding: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

.contentWrapperRotate {
	top: 0;
	left: 0;
	width: 410px;
	height: 400px;
	color: #fff;
	background: #000;
	overflow: hidden; /* new 080408 */
/*
	overflow: auto;
	overflow-x: scroll;
*/
}

.contentWrapperRotate p {
/*	padding: 95px 50px 0 50px; */
	padding: 0 50px 0 50px;
	font-size: 3em;
}

.contentWrapperRotate p.name {
	padding-top: 0;
	font-style: italic;
	text-align: right;
}

#contentRight {
	position: relative;
	float: left;
	width: 366px;
	margin: 0;
	margin-left: 4px;
	padding: 0;
}

#contentRightScroll {
	height: 324px;
	overflow: auto;
}

#contentRight p {
	padding: 0 10px 10px 10px;
	font-size: 1.3em;
}

#contentRight.oblique p {
	font-style: italic; 
	width: 344px;
}

#contentRight.oblique #contentRightScroll p {
	width: auto;
}

#contentRight p.larger {
	font-size: 1.3em;
}

#contentRight span.larger {
	font-size: 1.2em;
}

#contentRight ul {
	list-style: disc;
}

#contentRight li {
	margin-left: 15px;
	padding-left: 0;
	font-size: 1.3em;
}

#contentRight ul.space li {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 19px;
	list-style:none;
	background: url(images/list-paw.gif) no-repeat left 2px;
}

#contentRight.oblique ul.space li {
	font-style: italic;
}

#contentRight h1 {
	margin-bottom: 10px;
	padding: 20px 10px 20px 10px;
	text-transform: uppercase;
	font-size: 2.6em;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	background: #8dd5e6;
}

#contentRight h1.black {
	color: #000;
}

#contentRight h2 {
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	background: #8dd5e6;
	cursor: pointer;
}

#subLeft {
	position: relative;
	float: left;
	margin: 0;
	margin-top: 4px;
	padding: 0;
	width: 410px;
}

#subLeftText {
	position: relative;
	float: left;
	height: 190px;
	margin: 0;
	padding: 0;
	width: 203px;
	background: #8dd5e6;
}

#subLeftTextQuote {
/*	position: absolute; */
/*	bottom: 10px; */
	width: 203px;
	color: #fff;
}

#subLeftTextQuote p {
	margin: 0;
	padding: 0 10px;
	font-size: 1.5em;
	line-height: 1.2em;
}

#subLeftTextQuote .name {
	text-align: right;
	font-style: italic;
}

#subLeftVideo {
	position: relative;
	float: left;
	height: 190px;
	margin: 0;
	margin-left: 4px;
	padding: 0;
	width: 203px;
	background: #8dd5e6;
}

#subLeftVideo p {
	margin: 0;
	padding: 0px 10px 10px 10px;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #fff;
}

#subLeftVideo a {
	color: #e2decc;
}

#subLeftVideo a:hover,
#subLeftVideo a:active
{
	color: #b50f0a;
	text-decoration: none;
}

#subLeftVideo p img {
	border: 2px solid #e2decc;
}

#subRight {
	position: relative;
	float: left;
	width: 366px;
	height: 190px;
	margin: 0;
	margin-top: 4px;
	margin-left: 4px;
	padding: 0;
	background: #e2decc;
}

#subRightHero {
	position: relative;
	float: left;
	width: 150px;
	height: 190px;
}

#subRightHero img {
	top: 0;
	left: 0;
}

#subRightContent {
	position: relative;
	float: left;
	width: 216px;
}

#subRightContent p {
	padding: 10px;
	font-size: 1.3em;
}

#subRightContent .header {
	display: block;
	background: #8dd5e6;
	margin: 0;
	padding: 10px;
	font-size: 1.6em;
	line-height: 1em;
	color: #fff;
}

#footer {
	position: relative;
	width: 780px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 10px;	
	text-align: center;
}

#footer_player {
	position: relative;
	width: 780px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 10px;	
	text-align: center;
}

#footer a {
	margin: 0 10px;
	font-family: trebuchet, trebuchet ms, helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

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

#footer .powered {
	margin-top: 10px;
	font-size: .9em;
	color: #999999;
}

#footer .powered a {
	margin: 0;
	color: #999999;
}

.clearIt {
	clear: both;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

form p {
	font-size: 1em;
}

fieldset {
	border: 1px solid #e2decc;
	margin: 0;
	margin-top: 5px;
	padding: 5px;
}

legend {
	margin-bottom: 10px;
	padding: 0 5px;
	color: #8dd5e6;
	font-weight: bold;
	font-size: 11px;
}

input, textarea {
	/* display: block; */
	/* width: 220px; */
	float: left;
	margin-bottom: 5px;
}

p input {
	display: inline;
	float: none;
/*	margin: 0; */
/*	width: auto; */
}

label {
	/* display: block; */
	float: left;
	width: 100px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
}

select {
	/* display: block; */
	float: left;
	width: 300px;
	margin-bottom: 5px;
}

form br {
	clear: left;
}
	
.short {
	width: 100px;
}

/* map */
.imgSighting {
	display: none;
}
