/*
/* --------------- General tag based selectors ---------------- */
html {
	margin: 0px;
	padding: 0px;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F7E1A5 url(cabins/interface/avrh_bg.jpg) top left repeat;
	color: #000;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 100%;
	}
#container {
	margin: 0;
	padding: 0 5px;
	width: 760px;
	height: 100%;
	}
a, a:link, #nav_cabins ul li a:link {
	font-weight: normal;
	color: #0C2E0D;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a:visited, #nav_cabins ul li a:visited {
	color: #660000;
 }
a:hover, #nav_cabins ul li a:hover {
	color: #0D2C0C;
	text-decoration: underline;
	}
a:active, #nav_cabins ul li a:active {
	color: #990000;
	}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
	}
a acronym, a abbr {
	cursor: pointer;
	border-bottom: none;
	}
	
h3 {
	margin: 0px;
	padding: 5px 0px;
	}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
p {
	margin: 0px;
	padding: 3px 0px;
	}

ul, ol {
	margin: 5px 10px;
	padding: 0px;
	}



/* --------------- Start of ID and class based selectors, follows document flow as much as possible, Top->Bottom then Left->Right ---------------- */
#nav_cabins h4, #nav_cabins ul li {
	font-family: Arial, Helvetica, sans-serif;
	}	
#cols_main {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	}


/* --------------- Column One with all Navigational elements ---------------- */
#col_one {
	background: url(cabins/interface/avrh_nav_g.jpg) 10px 0 repeat-y;
	width: 190px;
	height: 100%;
	vertical-align: top;
	}
#col_one h1 {
	/* Left Margin to hide actual text (2000px) */
	margin: 0 0 0 -2000px;
	padding: 0;
	}
#col_one h1 a {
	background: url(cabins/interface/avrh_logo.gif) top right no-repeat;
	display: block;
	/* Graphic Width (172px) + Left Margin to hide actual text (2000px) + 0px padding-left (psuedo in-graphic) - 5px to account for difference in graphic widths that are different but should be the same = 2168px */
	width: 2168px;
	margin: 0;
	padding: 0;
	}
#col_one h1 a img {
	border: none;
	}
#nav_main {
	background: url(../imagesavrh_nav_g.gif) 10px 0 repeat-y;
	height: 100%;
	}
#nav_main ul {
	list-style: none;
	}
#nav_main ul li {
	line-height: 1.1em;
	padding-bottom: 4px;
	margin-top: 0;
	margin-bottom: 0;
	}
#nav_main ul li a {
	display: block;
	}
#nav_persistent, #nav_extra {
	padding: 10px;
	}
#nav_persistent ul li, #nav_extra ul li {
	font-size: 1.4em;
	text-decoration: none;
	}
#nav_persistent ul li a:link, #nav_extra ul li a:link {
	color: #F7E1A5;
	text-decoration: none;
	}
#nav_persistent ul li a:visited, #nav_extra ul li a:visited {
	color: #F7E1A5;
	text-decoration: none;
	}
#nav_persistent ul li a:hover, #nav_extra ul li a:hover {
	color: #F7E1A5;
	text-decoration: underline;
	}
#nav_persistent ul li a:active, #nav_extra ul li a:active {
	color: #F7E1A5;
	text-decoration: none;
	}
#nav_cabins {
	background: #766 url(cabins/interface/avrh_nav_b.jpg) top left repeat-y;
	padding: 10px;
	}
#nav_cabins h3 {
	color: #372705;
	font-style: italic;
	font-size: 1.6em;
	}
#nav_cabins h4 {
	color: #372705;
	margin: 0;
	padding: 2px 0;
	text-transform: uppercase;
	}
#nav_cabins ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}
	


/* --------------- Column Two with page name and then all content ---------------- */
#col_two {
	margin: 0;
	padding: 0 15px;
	border: none;
	vertical-align: top;
	}

/* --------------- Content ---------------- */
#content {
	margin: -166px auto 0;
	margin: 0 auto;
	padding: 0;
	min-height: 450px;
	height:expression(document.body.height > 450? "auto": "450px" );
	text-align: left;
	}
#content h2 {
	/*background: url(images/interface/avrh_pinecone.gif) top left no-repeat;*/
	color: #092A0F;
	margin: 0;
	padding: 30px 0 0 0;
	font-weight: bold;
	font-style: italic;
	font-size: 2.5em;
	text-align: right;
	min-height: 77px;
	height:expression(document.body.height > 77? "auto": "77px" );
	}
	
/* --------------- Focus Block of three images ---------------- */
#focus_block {
	width: 562px;
	}
#focus_block img {
	border: 1px solid;
	}
#focus_left {
	float: left;
	margin-right: 3px;
	}

#content p {
	margin: .8em 0;
	}
#content p img {
	/*float: right; */
	border: 1px solid;
	}
#content p a img {
	border: 1px solid;
	}
	
	
/* Every browser but IE/Win will see this. This is a use of the child selector hack to handle IE's 3px problem with floated objects. */
html > body #focus_left {
	margin-right: 6px;
	}
#focus_top {
	margin-bottom: 6px;
	}
#focus_image_descriptions {
	font-size: .85em;
	}
	

/* --------------- Miscelaneous extra niceties ---------------- */

p.no_breakout {
	margin: 0px;
	padding: 0px;
	}
.hidden {
	display: none;
	}
