@charset "utf-8";
/*----- basic styling -----*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000080;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 225%;
	font-weight: bold;
	color: #000080;
	text-decoration: underline;
	padding-top: 15px;
	padding-bottom: 10px;
}
h2 {
	font-size: 160%;
	font-weight: bolder;
	color: #000080;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bolder;
	color: #000080;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

p {
	color: #000080;
	padding-bottom: 10px;
}


#wrapper {
	position: relative;
	width: 975px;
	margin:  0 auto;
	text-align: left;
	background-color: #FFFFFF;
	}
#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 120px;
	width: 975px;
	background-color: #000080;
	background-image: url(images/eptbanner.png);
	background-repeat: no-repeat;
	background-position: 150px 20px;
}
#body {
	width: 975px;
	background-image: url(images/grad-top.png);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	color: #000080;
}

.eptlogo {
	margin-left: 15px;
	margin-top: 15px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headernav {
	background-color: #000080;
	margin: 0px;
	padding: 0px;
	width: 777px;
	position: absolute;
	left: 150px;
	bottom: 1px;
}
#linkred a   {
	color: #db0503;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	display: block;
	float: left;
	border: 1px solid #99cbff;
	padding-right: 25px;
	padding-left: 25px;
}
#linkred a:hover {
	background-color: #99CBFF;
}
#linkwhite a  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	display: block;
	float: left;
	border: 1px solid #99CBFF;
	padding-right: 25px;
	padding-left: 25px;
}



#gradtop {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}


/*----- Side Bars -----*/
#sidebar1 {
	width: 150px;
	background-color: #000080;
	position: relative;
	float: left;
	padding-top: 0px;
	margin: 0px;
	}

#sidebar1 img {
	bottom: 0px;
	position: relative;
	float: right;
}
#sidebar2 {
	width: 48px;
	background-color: #000080;
	position: relative;
	float: right;
	padding-top: 0px;
	margin: 0px;
	}

#sidebar2 img {
	bottom: 0px;
	position: relative;
	float: left;
	}
#homenav {
	margin-top: 10px;
	list-style-type: none;
	}
#homenavitem {
	font-size: 14px;
	line-height: 2.5em;
	color: #99CBFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
	}
#homenavitem a:link {
	color: #99CBFF;
	text-decoration: none;
}
#homenavitem a:visited {
	color: #99CBFF;
	text-decoration: none;
}
#homenav  a:hover {
	color: #99CBFF;
	text-decoration: underline;
	}
#homenav  a:active {
	color: #99CBFF;
	text-decoration: none;
	}
#sidenav {
	list-style-type: none;
	left: 0px;
	padding: 0px;
	margin-top: 20px;
	text-align: left;
	}
#sidenavitem {
	font-size: 14px;
	line-height: 2.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
	}	
#sidenavitem a:link {
	color: #DB0503;
	text-decoration: none;
}
#sidenavitem a:visited {
	color: #DB0503;
	text-decoration: none;
}
#sidenav  a:hover {
	color: #99CBFF;
	text-decoration: underline;
	}
#sidenav  a:active {
	text-decoration: none;
	}
/*----- Page -----*/
#content {
	position: relative;
	width: 760px;
	margin-left: 160px;
}
/*----- Bottom Nav -----*/
#subfooter {
	position: relative;
	width: 975px;
	height: 50px;
	margin-top: 20px;
}
#subnav1  {
	width: 150px;
	height: 30px;
	position: relative;
}
#subnav1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000080;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
	padding-right: 18px;
	padding-left: 18px;
	border: 1px solid #0099FF;
	position: absolute;
	left: 12px;
	top: 10px;
}
#subnav1 a:hover{
	background-color: #99CBFF;
	}
#subnav2 {
	position: absolute;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 30px;
	float: right;
	top: 0px;
	right: 0px;
}
#subnav2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#subnav2 ul li {
	float: left;
}
#subnav2 ul a {
	font-size: 15px;
	line-height: 1.5em;
	color: #DB0503;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-right: 45px;
	padding-left: 45px;
	position: relative;
	top: 11px;
}
#subnav2 ul a:hover {
	color: #0099FF;
}


#footer {
	background-color: #000080;
	height: 75px;
	width: 975px;
	bottom: 0px;
	background-image: url(images/grad-bot.png);
	background-repeat: no-repeat;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}  
#clear {
	clear: both;
}
.gen-image {
	margin-right: 10px;
}
.gen-image-r {
	padding-left: 10px;
}
.link-image {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#showcast {
	width: 300px;
	position: relative;
	left: 25px;
}
.showcastrole  {
	text-align: right;
	width: 150px;
	padding-right: 5px;
	vertical-align: top;
}
.showcastperson {
	text-align: left;
	width: 150px;
	padding-left: 5px;
	font-weight: bold;
}
#showsynopsis {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.showprogramme {
	width: 300px;
	margin-top: 20px;
	position: relative;
}
.showprogramme  #button {
	color: #FFFFFF;
	background-color: #DB0503;
	font-weight: bold;
	text-align: center;
	width: 90px;
	font-size: 110%;
}
.showprogramme #button a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.showprogramme #button a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.showprogramme #button a:hover {
	color: #000080;
	text-decoration: none;
}

.showprogramme #programme {
	text-align: left;
	width: 100px;
	font-size: 95%;
	font-weight: bold;
}
