/***********************************************/
/* Brochure.css                                */
/* L.C.H. Resources Inc                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	background: #ffffff;
	text-align: center;
}

#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	top: 150px;
	background-color: #FFFFFF;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #B68333;
 margin: 0px;
 padding: 0px;
 text-shadow: dimgray 3px 3px 3px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 150px;
	width: 800px;
	background-color: #ffffff;
}

#pagecell P{
    font-size: 12px;
/*	padding: 5px 0px 5px 10px; */
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	margin: 0px;
	padding: 0px;
	width: 800px;
	z-index: 100;
}

td {
	padding: 0px;
	margin: 0px;
}

td.itemlink {
}

td.itmphoto {
/*    border-left: 1px solid #CCCCCC; */
    align: left;
	height: 200px;
	width: 390px;
	background-image:url(../Images/cell-b.gif);
	background-repeat:no-repeat;
/*	border-bottom-color: #CCCCCC; */
}

td img{
	padding-left:30px;
}

#masthead{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width:800px;
	min-width: 640px;
	height: 98px;
}

#content{
	text-align:center;
	border-top:1px solid #ccd2d2;
	padding-bottom: 50px;
	min-height: 100px;
}

#company{
	text-align:left;
	width:400px;
	left: 2px;
	top: 75px;
	height: 200px;
	position:absolute;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

#siteName{
	position: center;
	left: -1px;
	min-width: 640px;
	background-image:url(../Images/nav/lchres-title.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center;
	vertical-align: bottom;
}

#login{
	background-image:url(../Images/nav/login.gif);
	background-repeat:no-repeat;
	background-position:center;
	min-width: 400px;
	min-height: 190px;
	position:relative;
	top: 20px;
	height: 180px;
}
/************** pageName styles ****************/

#pageName{
	padding: 0px 5px 0px 0px;
/*	border-bottom:1px solid #ccd2d2; */
}

#pageName h1{
	font: bold 200% Arial,sans-serif;
	font-size: 45px;
	color: #B68333;
	margin:0px;
	padding: 0px;
	text-align:center;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	top: 102px;
	width: 800px;
	min-width: 640px;
	height: 32px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/nav/glbnav_background.jpg);
	left: 0px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:-1px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 7px;
	height: 25px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #FFFFFF;
}

a.glink:hover{
  	background-image: url(../Images/nav/glblnav_selected.gif);
	height: 25px;
	color: #000000;
    text-decoration: none;
}

a.itemlink{
	position: relative;
	top: 50px;
}

a.itemlink:hover{
	position: relative;
	top: 50px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 4px;
	right: 7px;
	z-index: 101;
}

.search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
}
 
#search a:link, #search a:visited {
    color: #ffffff;
	vertical-align: middle;
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
	background:none;
}


/************* breadCrumb styles ***************/

#breadCrumb{
    position:relative;
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	z-index:2;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/********************* end **********************/
