/*
CSS Layout Style Definitions
Copyright 2009 Logonix Corporation
*/


/* HTML */
html { 
	background-image: url('image/birds-tile.jpg');
}

/* Body */
body {
	position: relative;
	top: 5px;
	left: 0;
	width: 960px;
	margin: auto;
	padding: 0;
	color: rgb(255,255,255);
}

/* Branding */
div#common_branding {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 205px;
	z-index: 1;
	background-image: url('image/banner-trans.png');
	background-repeat: no-repeat;
}

div#common_branding * {
	position: absolute;
}

div#common_branding img {
	border: none;
}

img#sunset {
	position: absolute;
	top: 10px;
	left: 290px;
}

img#birdsilhouette1 {
	position: absolute;
	top: 30px;
	left: 643px;
}

img#birdsilhouette2 {
	position: absolute;
	top: 10px;
	left: 0px;
}

img#birdsilhouette3 {
	position: absolute;
	top: 15px;
	left: 775px;
}

img#birdsilhouette4 {
	position: absolute;
	top: 10px;
	left: 340px;
}

img#birdsilhouette5 {
	position: absolute;
	top: 20px;
	left: 222px;
}

img#riverviewhunting-text {
	position: absolute;
	top: 90px;
	left: 15px;
}

img#brineysbirdfarm-text {
	position: absolute;
	top: 75px;
	right: 10px;
}

/* Navigation */
div#common_navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8em;
	background: transparent url('/_resource/image/black-010.png') repeat scroll top left;
	height: 100%;
}

div#common_navigation h1 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bolder;
	text-align: center;
	color: rgb(200,200,255)
	background: transparent url('/_resource/image/black-050.png') repeat scroll top left;
}

div#common_navigation ol {
}

div#common_navigation li {
	display: block;
	font-size: 80%;
	font-weight: bolder;
	padding-left: .5em;
}

div#common_navigation li:hover {
	color: #f0f0f0;
	background: transparent url('/_resource/image/white-060.png') repeat scroll top left;
}

div#common_navigation li:hover a {
	color: #0f0f0f;
	text-decoration: underline;
}

div#common_navigation a {
	color: rgb(240,240,255);
	text-decoration: none;
}

div#common_navigation a:hover {
	color: #0f0f0f;
	text-decoration: underline;
}

/* Main Page Content */
div#page_content {
	position: relative;
	width: auto;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	min-height: 400px;
	padding: 40px .5em .5em 8.5em;
	background-image: url('image/pagecontent-background.png');
	background-repeat: repeat-y;
}


/* Page Info */
div#common_pageinfo {
	position: relative;
	padding: 4px;
	background-color: transparent;
	background-image: url('image/pagecontent-background.png');
	background-repeat: repeat-y;
}



/* Colophon */
div#common_colophon {
	position: relative;
	padding: 4px;
	margin: 0px 0px 10px 0px;
	background-color: transparent;
	background-image: url('image/pagecontent-background.png');
	background-repeat: repeat-y;
}


/* General forms */

form {
	padding: .5em;
	margin: .5em;
}

form label {
	display: block;
}

form input, form textarea {
	display: block;
	margin-bottom: .75em;
}

address {
	display: block;
	padding: .5em;
	margin: .5em;
}



/* Ordered Pictorial List */
ol.pictorial-list {
}

ol.pictorial-list li {
	min-height: 250px;
}

ol.pictorial-list li img {
	float: right;
}

ol.pictorial-list li p {
}

/* General Lists */
ul { 
	list-style: disc outside none; 
	margin: 0 .5em 0 2em;
}

dl {
}

dl dt {
	font-weight: bolder;
}

dl dd {
	margin: 0 .5em 0 2em;
}


/* Nested ordered lists */
ol.nested-ordered-list {
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: decimal;
	font-size: 90%;
	font-weight: bolder;
}

ol.nested-ordered-list > li > ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: upper-alpha;
	font-weight: normal;
}

ol.nested-ordered-list > li > ol > li > ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: decimal;
	font-weight: normal;
}

ul {
	list-style-type: disc;
}

ul > li > ul {
	list-style-type: circle;
}

ul > li > ul > li > ul {
	list-style-type: square;
}

div#riverviewhuntingvideoholder {
	float: right;
	margin: 5px;
	border: none;
	width:  320px;
	height:  266px;
}

div.videoholder {
	float: right;
	margin: 5px;
	border: none;
	width:  320px;
	height:  266px;
}

/* General Images */
img {
	margin: .5em;
	padding: 0px;
	border: 2px solid rgb(145,60,36);
}


address.vcard {
	border: 2px solid rgb(145,60,36);
}


iframe#googlestreetview {
	border: 2px solid rgb(145,60,36);
}


ul.testimonial {
	display: block; 
	position: relative; 
	margin: 0 auto 0 auto; 
	padding: 0; 
	width: 650px; 
	list-style: none; 
	height: auto;
}
ul.testimonial blockquote {
	position: absolute;
	background: transparent url('/_resource/image/black-050.png') repeat top left;
	margin: 0px;
	padding: 5px;
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	color: rgb(253,253,253);
}
ul.testimonial cite {
	position: absolute; 
	background: transparent url('/_resource/image/black-050.png') repeat top left;
	padding: 5px;
	font-size: 10pt;
	font-style: italic;
	font-weight: bolder;
	color: rgb(253,253,253);
}
ul.testimonial li {
	position: relative; 
	display: block; 
	width: 640px; 
	height: 480px; 
	margin: 5px;
	border: 2px solid rgb(145,60,36);
}