/* CSS Document */

body {
	font-size: 62.5%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../imgs/bkgnd_page.jpg);
}
p {
	padding: .2em 1em .-.25em 1em;
	margin: .75em;
}

/* 
With acknowledgement and thanks to the Blueprint CSS Framework Project
http://code.google.com/p/blueprintcss/
*/

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#111; 
}
#col1_footer h1,#col1_footer h2,#col1_footer h3,#col1_footer h4,#col1_footer h5,#col1_footer h6  { 
  color:#E2E9BC; 
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; line-height:1.6; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p           { }
p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 2.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 2.5em; }
dl dt       { font-weight: bold; }
dd			{ padding: .5em 2.5em; }
#col1_footer ul, #col1_footer ol, #col1_footer dl      { font-size: 1.2em; margin-left: 1.25em; padding: 1em; }
/*
a           { color: #125AA7; text-decoration: underline; outline: none; }
a:hover     { color: #000; }
*/

blockquote  {
	margin: 1.5em 0 2.5em 1.5em;
	color: #B38642;
	font-style: italic;
	background-image: url(../imgs/quotes.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 10px 0 5px 10px;
}
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */

label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; }


/* Some default classes
-------------------------------------------------------------- */

p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large   { font-size: 1.2em; line-height: 2.5em; }
p.quiet   { color: #666; }
.hide     { display: none; }


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.2em;
  line-height: 1%; /* Maintain correct baseline */
  font-style: italic;
}

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.7em; } 


/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     60px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 0.83333em; /* font size 10px */
	line-height: 1.44em;  
	margin-bottom: 1.8em; /* Still 1.5 x normal font size as baseline */
}



/* -------------------------- */

.page_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #7C95AE;
	padding-top: 20px;
}
.sub_header {
	display:block;
	font-size: 0.6em;
	color: #C0C0C0;
}
/* ---------------- GENERAL LINKS ------------------- */


a:link {
	color: #7C95AE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7C95AE;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
/* -------------- LEFT COLUMN NAVIGATION ---------------------- */
#col1_navigation li {}
#col1_navigation li a {	
	border-left: 5px solid #669933;
	border-bottom: 1px solid #669933;
	display: block;
	padding-left: 5px;
	line-height: .5;
	margin: .8em 0 0 0;
	padding-bottom: 4px;
	text-decoration: none;
	background-color: #513488;
}
#col1_navigation li a:link, 
#col1_navigation li a:visited {
	color: #DDDA99;
}
#col1_navigation li a:hover, 
#col1_navigation li a:active,
#col1_navigation li.navItemType2 a:hover, 
#col1_navigation li.navItemType2 a:active {
	color: #FFFFFF;
	border-left-color: #990000;
}

#col1_navigation li.navItemType2 a,
#col1_navigation li.navItemType2 a:link,
#col1_navigation li.navItemType2 a:visited {
	border-left-color: #E6F0CE;
	border-bottom-color: #E6F0CE;
}

/* -------------- UPPER MASTHEAD NAVIGATION ---------------------- */
#upper_navigation li a {
	padding: 1px 5px 0 5px;
	margin: 0;
	border-bottom: none;
	border-left: 5px solid #669933;
	border-top: 1px solid #E1DEAA;
}
#upper_navigation li a:link, #upper_navigation li a:visited {
	color: #669933;
	text-decoration: none;
	background-color: #E9E7BE;
}
#upper_navigation li a:hover, #upper_navigation li a:active {
	text-decoration: none;
	color: #000000;
	text-decoration:none;
	background-color: #E4EFC7;
	border-left: 5px solid #669933;
}
/* -------------- FOOTER ---------------------- */
#footer a {
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFCC00;
	text-decoration:none;
}
#footer .IHL_credit {
	float: right;
	padding-right: 3em;
	font-size: .8em;
}
#footer .copyright {
	text-align: left;
	padding-left: 3em;
}
#col1_footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E8EDC9;
}
#internal_column h1 {
	color: #999999;
	font-size: 1.3em;
}
abbr {
	font-size: 1.5em;
	font-weight: bold;
	display: inline;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
}
blockquote .quote-attribute {
	color: #AA9D42;
	float: right;
	text-align: right;
	padding-right: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7EBC2;
	width: 350px;
	padding-top: 2px;
}
#col2 ul li ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#internal_column img {
	display: block;
	float: none;
	background-color: #efefef;
	padding: 6px;
	border: 1px solid #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.brown {
	color: #B38642;
	font-style: italic;
}

.txt_small {font-size: .5}
#form1 input {
	border: 1px solid #cccccc;
	display: block;
}
.no-brdr {
	border: none;
}
#form1 input .no-brdr {
	border: 1px solid #cccccc;
	display: block;
	visibility:hidden;
}
.error_list {
	color: #FF0000;
	background-color: #F3F2DD;
	padding: 10px;
	border: 1px solid #993300;
	width: 350px;
}
.error_list li {
	margin-left: 16px;
}

.highlightMessage {
	display: block;
	padding: 1em;
	float: none;
	border: 2px dotted #7C95AE;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	width: 380px;
	line-height: 1.8em;
	-moz-border-radius: 0.8em;
	-moz-outline-radius: 0.8em;
	color: #666666;
}
