/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #333333;
	line-height: 1.166;	
	margin: 10px;
	padding: 0px;
	/* background: #cccccc url(images/bg_grad.jpg) fixed; 
	background-color:#E4DCBD;*/
	background-color:#F8F1C0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	margin: 6px 0 6px 0;
	}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #7A330C;
		text-decoration: underline;
}

a:hover{
text-decoration: none;

}

#globalNav a:link, #globalNav a:visited {
text-decoration: none;
}

/************** header tag styles **************/

h1 {
	font-size: 15px;
	letter-spacing: 1px;
	color: #AB9745;
	margin-top:15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #AB9745;
	border-bottom-color: #AB9745;
}
h5 {
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 1px;
	color: #AB9745;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AB9745;
	border-bottom-color: #AB9745;
}


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

#container {
	margin: auto;
	width: 798px;
	background-image: url(images/IMG_1911.jpg);
	background-repeat:no-repeat;
	background-color:#483704;
}
/* #pagecell1{
	position:relative;
	top: 10px;
	margin:auto;
	width:95%;
} */

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top:180px;
	margin:auto;
	width:780px;
	
}

#LHColumn{
	float: left;
	width:18%;
	margin-left:15px;
	margin-right:25px;
	margin-top: 15px;
	padding: 2% 2% 2% 2%;
	background-color: #E4DCBD;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size:70%;
}

#LHColumnSpacer1 {
height: 215px;
}

#content {
	font-size: 70%;
	padding: 2% 2% 2% 2%;
	margin-left: 25%;
	margin-top: 15px;
	width: 65%;
	border-left: 1px solid #ccd2d2;
	background-color: #E4DCBD;
}

.containerTable {
	background-image: url(images/IMG_1911_3.jpg);
	background-repeat:no-repeat;
	background-color: #B27420;
	border-color: #333333;
	border-width:thin;
	border-style:solid;
}
/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 70%;
min-width: 640px;
height: 30px;
color: #cccccc;
padding: 0px;
margin: auto;
background-image: url(images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 75%;
  	color: #E4DCBD;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #E4DCBD;
}

a.glink:hover{
  	color:#000;
	text-decoration: underline;
}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000;

	margin: 10px 0 20px 0;
	background-color: #E4DCBD;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/********************* end **********************/








