@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-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../images/Chaise_Master_2.jpg);
}
.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:#202332;
	float:left;
	display:inline;
}
.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;
	
	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: 530px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pl #mainFooterRight {
	float:left;
	text-align:right;
	width: 345px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pl #pl_logo {
	float:left;
	width:201px;
	height:629px;
}
.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;
	font-size:11px;
	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;
	font-size:11px;
	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;
	font-size:9px;
	color:#818594;
}
.textSmallestGrey a:link {
	text-decoration:none;
}
.textSmallestGrey a:hover {
	text-decoration:underline;
}
.textSmallestGrey a:visited {
	text-decoration:none;
}
