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


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/bg_blank.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #000000;
}



.pl #container {
	
	width: 955px;
	height:auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.pl #mainContent {
	
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:700px;
	padding-right:0px;
	float:left;
	display:inline;
}
.pl #mainContentPlate {
	
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:20px 0px 10px 0px;
	width:644px;
	background-color:#1F2332;
	float:left;
	display:inline;
}

.pl #mainContentPlate a, .pl #mainContentPlateIndex a{
color:#fff; text-decoration:underline;
}

.pl #mainContentPlate a:hover, .pl #mainContentPlateIndex a:hover{
color:#FFCC33; text-decoration:underline;
}

.pl #mainContentPlateIndex {	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:15px 0px 10px 0px;
	width:740px;
	float:left;
	display:inline;
}

.pl #mainContentPlateIndex h1{ color:#94979e; margin:0px; padding:0px; font-size:170%;

}

.pl #mainContentPlateIndex p{ color:#FFFFFF;  font-size:125%;

}

.pl #div5 {
	display: none;	
}

.pl #mainHeader {
	float:left;
	width: 955px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.pl #mainFooter {
	float:left;
	width: 875px;
	clear:left;
	
	padding: 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.pl #mainFooterLeft {
	float:left;
	width: 575px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 10px 0px;
}
.pl #mainFooterRight {
	float:left;
	text-align:right;
	width: 300px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 10px 0px;
}
.pl #pl_logo {
	float:left;
	width:201px;
	height:629px;
}

.pl #pl_logo p {
margin:0px; padding:0px;
}


.pl #az_logo {
	float:left;
	width:754px;
	height:81px;
}
.pl #headerMenu {
	float:left;
	width:754px;
	height:48px;
}
.pl #dropdown1 {
	padding:0px;
	margin:0px;
}
.pl #dropdown2 {
	padding:0px;
	margin:0px;
}
.pl #dropdown3 {
	padding:0px;
	margin:0px;
}
.textSmallWhite {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

.textSmallWhite_underlineLink {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.textSmallWhite a:link {
	text-decoration:none;
}
.textSmallWhite a:hover {
	text-decoration:underline;
}
.textSmallWhite a:visited {
	text-decoration:none;
}



.pl #adverse_events {
	padding:10px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;	
}

.textSmallGrey {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#818594;
}
.textSmallGrey a:link {
	text-decoration:none;
}
.textSmallGrey a:hover {
	text-decoration:underline;
}
.textSmallGrey a:visited {
	text-decoration:none;
}
.textSmallestGrey {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#818594;
}
.textSmallestGrey a:link {
	text-decoration:none;
}
.textSmallestGrey a:hover {
	text-decoration:underline;
}
.textSmallestGrey a:visited {
	text-decoration:none;
}


ul#leftNav { margin:0 0 0 45px; padding:20px 0 0 0; list-style:none; font-size:100%;}
ul#leftNav li { margin:0 0 6px 0; padding:0px; list-style:none; background:#1F2332; width:110px;}
ul#leftNav li a {padding:5px; color:#fff; display:block; text-decoration:none;!important}
ul#leftNav li a:hover{ text-decoration:underline;}

ul#leftNav li ul{ margin:0 0 0 0; padding:0px; list-style:none; font-size:100%;}
ul#leftNav li ul li{ margin:0 0 0 0; padding:0px; list-style:none; width:110px;}
ul#leftNav li ul li a {padding:5px 3px 5px 15px; color:#fff; display:block; background-color:#272B3B; text-decoration:none;}
ul#leftNav li ul li a:hover{ text-decoration:underline;}

ul#leftNav a.current {  color:#FFCC33}

ul#leftNav li ul li a.current { background:#272B3B; color: #FFCC33; text-decoration:none;}
.style3 { color: #FFFFFF; }

#mainContentPlate h1 { font-size:150%; color:#fff; margin-top:0px;}
#mainContentPlate p { font-size:100%; color:#fff; margin-top:0px;}

#mainContentPlate h2 { font-size:120%; color:#fff; margin:10px 0 0 0; color:#FFCC33; font-weight:normal; }

.CollapsiblePanelContent { background-color: #282b3b;}

.venueLink{color:#999999;}

p.yesNo { padding-left:160px;}
span.yes a{ background:url(images/yes.png) no-repeat 0px 0px; display:block; height:38px; width:59px; display:inline;  text-indent:-999px; float:left; cursor:pointer;}
span.no a{ background:url(images/no.png) no-repeat 0px 0px; display:block; height:38px; width:59px; text-indent:-999px; float:left; cursor:pointer;}

span.yes a:hover { background:url(images/yes-over.png) no-repeat 0px 0px;  }
span.no a:hover { background:url(images/no-over.png) no-repeat 0px 0px; }

img{ border:0px;}

.address { float:left; width: 225px; margin:0 10px 0 0;}
.map { float:left; width:490px;}