@charset "utf-8";
/* CSS Document */

/* BODY CONTAINERS AND OUTER CONTENT */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font: 12px arial, sans-serif;
	background-image: url(images/page_bg.gif);
}

.oneColFixCtr #container {
	width: 1029px;
	margin: 0 auto;
	text-align: left;
	padding-bottom:0px;
}

#outer {
	padding-top: 20px;
	background-image: url(images/top_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:200px;
	width:auto;
	padding-left: 10px;
}

.oneColFixCtr #mainContent {
	margin:0;
	padding-left:16px;
	padding-right:10px;
	background-color: #000000;
}
#innerContainerLeft {
	width: 700px;
	border: 1px solid #F7E506;
	text-align: left;
	float:left;
	margin-right:35px;
	}
#innerLeft {
	padding-bottom:10px;
	margin:0;
	width:auto;
	height:205px;
	background-color: #000000;
}

#innerContainerRight{
	width: 250px;
	background: #000000;
	border: 1px solid #F7E506;
	text-align: left;
	float:left;
	margin:0;
}

#innerRight {
	margin:0;
	padding:10px;
	width:auto;
	height:auto;
}

#content{
	width:auto;
	height:auto;
}
#contentTop{
	width:443px;
	height:auto;
	padding-right:10px;
	padding-top:6px;
	float:right;
}

#innerContainerFooter {
	width: 650px;
	background: #000000;
	margin: 0 auto;
	text-align: left;
	float:left;
}

#containerFooter {
	width: 670px;
	margin: 0 auto;
	text-align: left;
}

/* NAVIGATION DIVS AND CLASSES */
#navigationContainer{
	width:217px;
	height:auto;
	padding-left: 10px;
	padding-right:20px;
	float:left;
}

#navigation{
	width:210px;
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top:4px;
	padding-left:5px;
}
#navigation a:link, #navigation a:visited, #navigation a:active{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover{
	margin-top:4px;
	padding-left:25px;
	background-image: url(images/nav_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #F7E506;
}

#navigation a:focus {
    outline: 1px dotted #5a5c5e;
}

.navigation{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}


/* FOOTER DIVS AND CLASSES */
#footer{
	width:650px;
	height:280px;
	padding-top:35px;
}

#footerText{
	padding-bottom:5px;
	background:#000000;
	padding-right:120px;
	width:auto;
	padding-left:0px;
}

.footerText{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	_margin-left:10px;
}
.footerText a:link, .footerText a:visited, .footerText a:active{
	color: #FFFFFF;
	text-decoration: none;
}	

.footerText a:hover{
	color: #F7E506;
}




/* GENERAL DIVS */
#banner{
	width:700px;
	height:160px;
	padding-top:10px;
	padding-bottom:10px;
}

#bannerPhoenixHead {
	width:154px;
	padding-left:10px;
	margin-right:20px;
	float:left;
	height:160px;
}

#eplLogoContainer {
	width:117px;
	padding-left:185px;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	height:117px;
}

#supportersClubLogo {
	width:auto;
	height:auto;
}
#supportersClubLogo a:link, #supportersClubLogo a:visited, #supportersClubLogo a:active{
	text-decoration: underline;
	margin:0;
	border:0;
}
#supportersClubLogo a:hover{
	text-decoration: underline;
	margin:0;
	border:0;
}

#supportersClubLogo a:focus {
    outline: 1px dotted #5a5c5e;
}

#bannerRightlogosContainer {
	width:185px;
	padding-right:10px;
	height:160px;
	margin:0;
	float:right;
}

#bannerUnisonlogo {
	height:90px;
	width:140px;
	margin-left:45px;
}

#banenrPhoenixLogo {
	width:185px;
	height:121px;
	margin:0;
	padding-top: 20px;
}

#TextContent {
	width:auto;
	padding-top:0px;
	text-align:justify;
}
#TextContentInnerTable {
	width:auto;
	padding-top:0px;
	text-align:justify;
	padding-right:10px;
}
#TextContentLeftCol {
	width:auto;
	padding-top:0px;
	text-align:justify;
	margin-right:20px;
	border-right:solid;
	border-left-color:#333333;
	border-right-width:1px;
	padding-right:7px;
}
#thinYellowSpacer {
	width:auto;
	height:1px;
	background-color:#F7E506;
	margin-bottom:15px;
	margin-top:15px;
}

#thinYellowSpacerDotted {
	width:auto;
	margin-bottom:15px;
	padding-top:17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7E506;
}

#thinGreySpacer {
	width:auto;
	height:1px;
	background-color:#333333;
	margin-bottom:10px;
	margin-top:10px;
}

#solidNavSapcer {
	width:auto;
	height:1px;
	background-color:#000000;
	margin-bottom:5px;
	margin-top:5px;
	_padding:0px;
	_margin:0px;
	border-bottom-color:#F7E506;
	border-bottom-style:solid;
	border-bottom-width:1px;
}


h1 {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #F7E506;
	padding-bottom:0px;
	padding-top:5px;
	_padding-top:0px;
	text-transform: uppercase;
}
h2 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom:10px;
	text-align: left;
	text-transform: uppercase;
	margin:0px;
	padding-top:0px;
}

h2 a:link, h2 a:visited, h2 a:active{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
h2 a:hover{
	color: #F7E506;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F7E506;
	padding-bottom:3px;
	padding-top:3px;
	text-align: justify;
	margin:0;
}
h4 a:link, h4 a:visited, h4 a:active{
	color: #F7E506;
	text-decoration: underline;
}
h4 a:hover{
	color: #FFFFFF;
}

.mainTextRight {
	color:#FFFFFF;
	font:Arial;
	font-size:12px;
}
.mainTextRight a:link, .mainTextRight a:visited, .mainTextRight a:active{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
.mainTextRight a:hover{
	color: #F7E506;
}

.mainText {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	color: #FFF;
}
.mainText a:link, .mainText a:visited, .mainText a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.mainText a:hover{
	color: #F7E506;
}
.mainTextYellowTitle {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#F7E506;
	text-align:justify;
	text-decoration:none;
	margin-bottom:5px;
}
.mainTextYellow {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#F7E506;
	text-align:justify;
	margin-bottom:5px;
}
.formText {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#292929;
	text-align:justify;
}

#mapContainer {
	width:265px;
	height:500px;
	float: right;
	margin-left: 15px;
	
}

.bullets {
	padding-left:16px;
}

#indexPicBox {
	margin-left:10px;
	text-align: right;
	float:right;
	margin-right: 12px;
	_margin-right:4px;
	
}

.leftrightContainerOuter {
	width:auto;
	height:auto;
}

.leftsideContainer {
	float:left;
	width:650px;
	height:auto;
}

.rightsideContainer {
	width:10px;
	float:right;
	height:auto;
}

/** bullet lists **/

#bulletlist ul {
	margin:0;
	padding-left:12px;
}

#bulletlist li {
	margin:0;
	padding-left:5px;
}

#bulletlistul li {
	margin:0;
	padding-left:5px;
}

#bulletlist ul ul li {
	margin:0;
	padding-left:5px;
}

#bulletlist ul ul ul li {
	margin:0;
	padding-left:5px;
}
