/***********************************************/
/* 2col_leftNavTan.css                            */

/* Pacific Rim Geological Consulting */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/*TAN SCHEME

#CCC08F midTanLight (bg)

#807859 DarkTan (text)

#F2EDDA LightTan (link)

#A69553 midTanDark (linkHover) 
*/



body{
	font-family: Verdana, Arial,sans-serif;
	line-height: 1.5em;	
	margin-left: 8px;
	padding: 0px;
	background-color:#F2EDDA; 
	color: #1A1712;
}



a:link, a:visited, a:hover {
	color: #006699;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 background-color: inherit;
}

h2{
 font-size: 115%;
 color: #F2EDDA;
 background-color: /*#BDB76B*/ #215761;
 font-weight:bold;
 font-style: oblique;
 letter-spacing: .1em;
  /*padding-left: 125px;*/
  text-align: center;
  margin-bottom: 15px;
}

h3{
 font-size: 100%;
  letter-spacing: .1em;
  font-weight:bold;
  font-style: oblique;
  padding-left: 3px;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 background-color: inherit;
}

p.bold{
	font-weight: bold;

}

p.captionp{
	font-family: "times new roman", times, serif;
	font-style: oblique;
	font-size: 90%;
	text-align: center;
}

input {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
Êfont-size: 14px;

}

textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
Êfont-size: 14px;

}

form {
	border-top: 1px solid #807859;
	width: 100%;
}

p.strong{
	font-size: 110%;
	font-weight: 800;
}


/* indents the first line of the paragraph */
p.ind {
	text-indent: 2em;
}

/*this is for p flowing around image and indented 1st line*/
p.ind_img{
	text-indent: 2em;
	margin-top: 0;	
}

/* neg text-indent yields outdent */
p.outd{
	text-indent: -2em;
	padding-left: 2em;
}

/*	for outdented paragraphs flowing around floatright images	*/
p.outd_img{
	text-indent: -2em;
	padding-left: 2em;
	margin-top: 0;	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #003;
	width: 100%;
	background-color: #000;
	color: #fff;
}

#navBar{
/*79 */
	float: left;
	margin: 0% 85% 0% 0% ;
	padding: 0px;
	color: inherit;
	background-color:#F2EDDA; 

	
}

#content{
  /* float:right; */
  /* 75 */
	width: 95%;
	margin-left: 10px;
	padding: 0 3px 0 0;
	font-size:14px;
	background-color: #F2EDDA; 
	color: #332E24;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	letter-spacing: .1cm;
	/*background-color: #F2EDDA  */

}

/* floating img to right div*/

.floatright {
	float: right;
	/*width: 260px;*/
	marigin: 0 10 10 10;
	padding: 3px;
}


/*  use this class w/paragraphs flowing around floated images                            */
.imgp{
	margin-top: 0;
}
/************* footer styles ***************/

#footer{
	clear: both;
	border-top: 1px solid #003;
	font-size: 85%;
	background-color: #F2EDDA; 
	color: #807859;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
	font-style:italic;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	color: #006699;
	padding: 2px 0px 2px 10px;
}

/* end of sectionaLinks */






