/* CSS Document */

/*-----------------------------------------------------------

POPUP CSS - INTEGRATE WITH ABOVE CSS WHEN COMPLETE

--------------------------------------------------------------*/



html, body

	{

	margin				: 0px;

	padding				: 0px;

	background-color	: #ADC4D9; 

	font-size: 9pt;

	line-height: 11pt;

	font-family: Verdana, sans-serif;

	color: #000;

	padding-right: 10px;

	valign: top;

	}



#popup_container

{

  position: absolute;

  height: 100%;

  width: 610px;

  background-color: #5F93C1;

  margin: 0px auto;

  margin-top: -15px;

  padding: 0px;

  text-align: left;

  float: left;

}



#popup_logo

{

	position: absolute;

	left: 10px;

	top: 0px;

	width: 28px;

	height: 787px;

	z-index: 6;

}



/*#popup_lightbluebox

{

	position: relative;

	left: 0px;

	width: 610px;

	height: 55px;

	z-index: 4;

	background: #ADC4D9;

}

*/

#popup_lightbluebox

{

	position: absolute;

	left: 0px;

	width: 610px;

	height: 55px;

	z-index: 4;

	background: #ADC4D9;

}



#popup_logo2

{
	position: absolute;
	left: 475px;
	top: 0px;
	width: 135px;
	height: 53px;
	z-index: 2;

}



#parent_middle

{

	position: relative;

	width: 610px;

	top: 80px;

	left: 0px;

	z-index: 3;

}



div.middle {

	width: 610px;

	min-height: 670px;

	background-image: url('../images/graphics/popup_middle.gif');

	background-repeat: repeat-y;

	margin-top: -11px;

}



div.top {

      background-image: url('../images/graphics/popup_top.gif');

      width: 610px;

      background-repeat: no-repeat;

	  padding: 15px 30px 30px 15px;

    }

	

div.bottom {

      background-image: url('../images/graphics/popup_bottom.gif');

      background-position: bottom left;

      background-repeat: no-repeat;

      padding: 22px 30px 30px 15px;

	  margin-top: -11px;

    }





.test {

	padding-left: 80px;

	margin-right: 100px;

}





.test2 {

	padding-left: 80px;

	margin-right: 100px;

}



p a:link {

	color: #9C9C9C;

	text-decoration: none;

}



p a:visited {

	color: #9C9C9C;

	text-decoration: none;

}



p a:active {

	color: #9C9C9C;

	text-decoration: none;

}



.middle h1

{

	padding-left: 0px;

	margin-right: 100px;
	

}



.small {

	font-size: 8pt;

	line-height: 11pt;

	font-family: Verdana, sans-serif;

	color: #333;

	padding-right: 10px;

	valign: top;

	}

.small p{

	font-size: 8pt;

	line-height: 11pt;

	font-family: Verdana, sans-serif;

	color: #333;

	padding-right: 10px;

	valign: top;

	}

	

.small h1{

	font-family: Arial, Helevetica, Verdana, sans-serif;

	font-size: 11pt;

	line-height: 15pt;

	font-weight: bold;

	color: #333;

	}

		
