/* HTML Tags --------------------------------------------------------------------- */
body{
	margin:0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #6C2A12;
	background-image: url(epBody.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#epBanner{
	height: 800px;
	display: block;
	background-image: url(epBanner.jpg);
	top: 0px;
	left: 0px;
	background-repeat: repeat-x;
	width: 100%;
	z-index: 1;
}
a{
	color:#000000;
	text-decoration:none;
}

h1{
	font-size:12pt;
	margin:0px 0px 5px 0px;
	padding-top:10px;
}
hr{
	display: block;
	background-color: #000000;
	height: 2px;
	margin: 4px 0px 4px 0px;
}
ul{
	margin:0px 0px 0px 0px;
	padding:8px 32px 8px 32px;
}
ul li{
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
}

ol{
	margin:0px 0px 0px 0px;
	padding:8px 38px 8px 38px;
}
ol li{
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
}

img{
	display:block;
}

/* EthicsPoint Elements --------------------------------------------------------------------- */
#epAttention{
	font-size:8pt;
	margin-top: 10px;
	margin-left: 20px;
	color: #FFC20F;
}
#epButton{
	margin-top: 10px;
	width: 100px;
	background-image: url(epMenu.jpg);
	background-repeat: repeat-x;
	line-height: 22px;
	text-align: center;
	border: 1px solid #999999;
	font-weight: bold;
	cursor: pointer;
	margin-left: 40px;
}
#epButton:hover{
	background-image: url(epMenuOver.jpg);
}
#epContent{
	float:left;
	background-image: url(epContent.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	width: 810px;
}

#epColumn1{
	width: 485px;
	float: left;
	text-align: justify;
	padding: 0px 15px 0px 20px;
	margin: 0px 0px 0px 0px;
}
#epColumn2{
	float:left;
	width:249px;
	font-size: 8pt;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 15px;
}

#epEmergency{
	color:#000000;
}
#epEmergency strong{
	color:#990000;
	display:block;
}
#epFooterStack{
	clear:both;
	font-size: 8pt;
	margin-left:30px;
}


#epHeader{
	float:left;
	width:810px;
	cursor: default;
	background-image: url(epHeader.jpg);
	background-repeat: no-repeat;
	height: 215px;
}

#epHeader h1{
	border:none;
	font-size:18pt;
	cursor: default;
	color: #FFC20F;
	margin-left: 20px;
	margin-top: 130px;
}

#epHeader #epClientLogo{
float:left;
height:150px;
margin-right:20px;
width:150px;
}

#epLangBar{
	font-size:8pt;
	text-align:right;
	width:770px;
	margin-left: auto;
	margin-right: auto;
}
#epLangBar a{
	padding:0px 5px;
	color:#333333;
}
#epLangBar a:hover{
	padding:0px 5px;
	color:#0000CC;
}
#epNav{
	clear:both;
	float:left;
	width:800px;
	background-image: url(epNavBar.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	height: 21px;
	line-height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}
#epNav a{
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0px 15px;
	border-right: 1px solid #333333;
}
#epNav a:hover{
	color:#000000;
	background-image: url(epMenuOver.jpg);
	background-repeat: repeat-x;
	background-color: #FFC20F;
}



#epWrapper{
	z-index:0;
	width:810px;
	margin-left: -405px;
	margin-right: auto;
	padding-left: 0px;
	top: 0px;
	position: absolute;
	left: 50%;
	background-image: url(epBody.jpg);
	background-repeat: repeat-y;
}
/* Classes --------------------------------------------------------------------- */
.epClearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.epPhoneNumber{
	white-space:nowrap
}
.epRadioButton{
	float: left;
	margin: 0px 4px -4px -4px;
	display: block;
	padding: 0px 0px 0px 0px;
	width: 20px;
}
.epSmallFont{
	font-size:8pt;
}
