/* originally designed as 3 column CSS only layout from: */
/* http://www.alistapart.com/articles/holygrail */
/* now uses centre 3 column table to achieve flexible central column*/
/* Previous CSS only version (with some browser errors) live in version 12 of this document and version 38 of the erf_new_template document. */


/*** The Essential Code ***/

body {
	min-width: 400px;
	}

#container {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#contentboxtext {
	padding: 0px 2px;
	}

/*** Just for Looks ***/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	}

#footer {
	/* text-align: center; */
	padding: 0.3em 0;
	background: #999999;
	}

#left {
	background: #fff;
	}

#center {
	background: #fff;
	}

#right {
	background: #fff;
	}
	
/*** ERF Specific ***/

/*** start Header and logos ***/

#header {
	background: #999999;
	height: 320px;
	}

#logo_banner { 
	height: 190px;
	background-color: #0f4e95;
	background-image: url(/images/erf_logo_deep_jpg.jpg);
	background-repeat: no-repeat;
	}

#pic_banner {
	height: 130px;
	background-color: white;
	background-image: url(/images/picbar2.jpg);
	background-repeat: repeat-x;
	}

/*** end Header and logos ***/

/*** start left and right hand nav boxes ***/
	
.linkbox {
	border: 1px solid #806040;
	background-color: #e6e1cf;
}

.linkboxtitleERF {
	height: 1.6em;
	background-image: url(/images/linkboxBG.gif);
	background-color: #E6E1Cc;
	background-repeat: repeat-x;
	border-bottom: 1px solid #806040;
	text-align:center;

}
.linkboxtitleERF h3, .contenttitleERF h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
}

.linkbox ul {
	padding: 3px;
	margin: 0px;
}

.linkbox li {
	list-style: none;
	padding-bottom: 3px;
}

.linkbox img, .linkbox a img {
	border: double 1px #E6CF73;
}

/*** end left hand nav boxes ***/

/*** start Footer ***/
	
#footerERF {
	text-align: center;
	font-size: 0.85em;
	color: #ffffff;	
}

/*** end Footer ***/
	
/*** start Content area ***/

.contentbox {
	border: 1px solid #806040;
}

.contenttitleERF {
	height: 1.6em;
	background-color: #806040;
	background-repeat: repeat-x;
	border-bottom: 1px solid #806040;
	text-align:center;
}

.contenttitleERF h3 {
	/* see .linkboxtitleERF h3 for .contenttitleERF h3 styles */
}
.contentboxtext {
	padding: 3px;
}

#contenttitleERF_blue {	
	background-image: url(/images/contentboxBG.gif);
}

#contenttitleERF_blue h3 {
	color: #fff;
}

#contenttitleERF_brown {	
	background-image: url(/images/contentboxBG-brown.gif);
}

#contenttitleERF_brown h3 {	
	color: #fff;
}

#contenttitleERF_green {	
	background-image: url(/images/contentboxBG-green.gif);
}

#contenttitleERF_purple {	
	background-image: url(/images/contentboxBG-purple.gif);
}

#contenttitleERF_yellow {	
	background-image: url(/images/contentboxBG-yellow.gif);
}
/*** end Content area ***/