html, body {
	height: 100%;
	background: #fff;
}

* {
	padding: 0px;
	margin: 0px;
	font-family: Times, serif;
	font-size: 11pt;
	line-height: 14pt;
}

/******************************************************
 	GENERAL STRUCTURE
 ******************************************************/
 
#container {
	display: block;
	clear: both;
	
	height: 100%;
	min-height: 100%;
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	width:expression(document.body.clientWidth > 750? "750px": "auto" );

	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 20px;
	margin: 0 auto;
	margin-top: 10px;
}

#content_container {
	/*
	height: 100%;
	min-height: 100%;
	*/
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
}

/******************************************************
 	HEADER
 ******************************************************/
 
#top_color_bar {
	margin-top: -2px;
	background-color: #334E85;
	width: 100%;
	height: 20px;
	border: solid 1px #666;
}

#header_content {
	width: 100%;
	min-width: 750px;
	height: 260px;
	background: url("images/rockies3_1.jpg") no-repeat 0px -30px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

#header_content img {
	margin-left: 30px;
	margin-top: 20px;
	border: none;
}

#header_content a {
	border: none;
	text-decoration: none;
}

#button_row {
	background-color: #6B8FB7;
	width: 100%;
	height: 25px;
	margin-top: -27px;
	border: solid 1px #666;
}

#button_row a:hover {
	background-color: #003269;
}

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 9%;
}

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 90%;
  margin-right: 20px;
}

div.row {
  clear: both;
  padding-top: 3px;	
}

div.spacer {
  clear: both;
}

/* Make the pseudo-buttons appear with dotted separator */
div.row span.right a {
	border-left: dotted 1px white;
	border-right: dotted 1px white;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: -5px;
}

div.row span.right a + #current_selection {
	margin-left: 5px;
}

#current_selection {
	background-color: #fff;
	color: #A01E15;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: "Trebuchet MS" sans-serif;
	font-size: 10pt;
	border-top: solid 1px #666;
	z-index: 1000;
}

/******************************************************
 	MAIN CONTENT
 ******************************************************/

#secondary_nav_wrapper {
	float: left;
	width: 28%;
  height: 100%;
  padding: 7px;
	margin-left: 13px;
	margin-right: 1px;
}

#secondary_nav {
	float: left;
	background-color: #F1F4F8; /*#E3DBC1;*/
	width: 100%;
	height: auto;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#secondary_nav a {
	color: #004;
	background-color: #E0E7F0;
}

#secondary_nav A:visited {
	color: #60007C;
}

#secondary_nav > p {
	font-family: "Trebuchet MS" sans-serif;
	font-size: 10pt;
	text-align: center;
	padding: 2px;
}

#secondary_nav > p:first-child {
	font-family: "Trebuchet MS" sans-serif;
	background-color: #E0E7F0;
	font-weight: bold;
	font-size: 11pt;
}

#secondary_nav hr {
	color: #A01E15;
	background-color: #A01E15;
	height: 1px;
	width: 65%;
	text-align: center;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 3px;
}

#secondary_nav li {
	font-family: "Trebuchet MS" sans-serif;
	font-size: 8.5pt;
}

#secondary_nav ul ul li {
    background: none;
}

#secondary_nav ul li span {
	background-color: #E0E7F0;
	font-weight: bold;
	font-size: 9pt;
	font-family: "Trebuchet MS" sans-serif;
}

p.indent {
	margin-left: 1em;
}

#content {
	float: right;

	width: 60%;
	min-width: 465px;
	height: auto;
	min-height: 30px;

	padding: 0px;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 20px;

	border: solid 1px #ccc;
	background-color: #FEFCF5;
}

#content .thumbnail {
	margin: 10px;
	padding: 3px;
	float: right;
	border: 1px dotted #666;
}

#content ul li {
	margin-left: 2em;
	text-align: justify;
	margin-right: 2.5em;
	margin-top: 12px;
	margin-bottom: 12px;
}

#content ul li img {
  float: right;
  margin: -5px 0px 5px 15px;
}

#content ul p img {
  float: right;
  margin: 5px 0px 10px 15px;
}

#content ul li span {
	padding: 3px;
	background-color: #F6F1E5;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Trebuchet MS" sans-serif;
}

#content p {
	margin: 0.5em;
	text-indent: 1em;
	text-align: justify;
}

#content A {
	color: #334E85;
}

#content A:visited {
	color: #581179;
}

#content A.link-pdf {
	background: url("images/pdf.gif") no-repeat 23px 0px;
	padding-right: 16px;
}

h2 {
	color: #002266;
	border-bottom: solid 2px #002266;

	margin-right: 7px;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 1em;
	
	text-align: right;
	font-family: "Trebuchet MS" sans;
	font-size: 13pt;
	font-variant: small-caps;
	text-transform: lowercase;
}

h3 {
	border-bottom: solid 1px gray;
	margin-right: 8em;
	margin-left: 10px;
	color: #333;
	margin-top: 14px;
	font-size: 11pt;
}

p#p1 {
  text-indent: 0;
  text-align: justify;
}

p#p1:first-letter {
	float: left;
	font-size: 300%;
	letter-spacing: 0em; 
  line-height: 60%;
	text-indent: 0em;
	padding-right: 4px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 2px;
	color: #002266;
}

.leadline {
	font-variant: small-caps;
	text-indent: 0;
}

/******************************************************
 	FOOTER
 ******************************************************/

#footer {
    float: bottom;
    min-width: 80%;
    width: 100%;
    height: auto;
    clear: both;
	margin-bottom: 0.5em;
	/*margin-top: 20px;*/
}

#footer A {
    color: #777;
}

#bottom_color_bar {
    background-color: #334E85;
	margin-top: 0.5em;
	margin-bottom: 1em;
	width: 100%;
	height: 20px;
      min-height: 20px;
	border: solid 1px #666;
}
/* for Internet Explorer */
/*\*/
* html #bottom_color_bar {
height: 20px;
}
/**/

#site-info p {
	color: #999;
	font: 10pt/12pt "Trebuchet MS", sans;
	text-indent: 0;
	margin-left: 2em;
	margin-right: 2em;
}

#site-info a {
	color: inherit;
	font: inherit;
	border-bottom: 1px dotted gray;
}


/******************************************************
 	MISC EFFECTS
 ******************************************************/

A {	
	font-family: "Trebuchet MS" sans-serif;
	font-size: 10pt;
	color: #eee;
	text-decoration: none;
}

A:hover {
	border-bottom: 2px dotted #e44;
}

A:active {
	color: #844;
}


ul {
	margin-bottom: 0.5em;
	list-style: none;
}

li {
	margin-left: 1em;
	margin-top: 0.5em;
	text-indent: 0em;
	padding-left: 7px;
	background: url("images/li-arrow.gif") no-repeat 0px 5px; 
}

/*ul ul li {
	margin-left: 2em;
}*/


#book-cover {
	float: left;
	margin: 7px;
}
#book-cover A {
	border: 0px;
	text-decoration: none;
}
#book-cover IMG {
	border: 0px;
}

#book-title {
	font-weight: bold;
	font-family: "Trebuchet MS" sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}
#book-title A {
	color: #000;
	text-decoration: none;
}
#book-title A:hover {
	border: none;
}


#book-biblio {
	font-family: "Trebuchet MS" sans-serif;
	font-size: 9pt;
}

#book-jacket blockquote {
	background: #E0E7F0;
	margin: 7px;
	padding: 7px;
}

#book-jacket blockquote p {
	font-family: "Times" serif;
	font-size: 10pt;
	line-height: 12pt;
	text-indent: 1em;
	text-align: left;
}

#book-jacket blockquote p:first-child {
	text-indent: 0px;
}

#book-jacket blockquote p span {
	font-style: italic;
	line-height: 12pt;
	font-size: 10pt;
}

#book-buy p {
	font-family: "Trebuchet MS" sans-serif;
	font-size: 10pt;
	font-style: italic;
	margin: 14px;
	text-indent: 0px;
}


