/* CSS Document - Screen - Popups
---------------------------------------------------------- */

/* Global Reset
---------------------------------------------------------- */

* {margin: 0; padding: 0; border: 0;}


/* Overall Body
---------------------------------------------------------- */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
	font-size:62.5%;
	}

#container {
height: 400px; width: 600px; overflow: auto;}

#container2 {
height: 400px; width: 862px; overflow: auto;}

#copy {
position: relative; float: left; width: 350px; height: 400px; background-color: #506173;
}

#image {
position: relative; float: left; width: 250px; height: 400px; background: #2D3742 url(../../PaNMT/assets/images/popup_photobg.gif) no-repeat;
}	
	
/* Standard Font Formatting
---------------------------------------------------------- */

h1 {
font-size: 2.0em;
color: #82B93F;
text-transform: uppercase;
margin: 15px 15px 10px 15px;
padding-bottom: 3px;
border-bottom: 2px solid #2D3742;
}

h2 {
font-size: 1.8em;
color: #FFFFFF;
line-height: 1.1;
margin: 15px 15px 10px 15px;
}

h3 {
font-size: 1.4em;
margin: 5px 30px 0 15px;
padding: 3px 0;
color: #ffffff;
line-height: 1.1;
}

h3 b {
text-transform: uppercase;
color: #82B93F;
}

p {
margin: 0px 30px 10px 15px;
font-size: 1.3em;
line-height: 1.3;
color: #efefef;
}

a:link, a:visited {
color: #EAE72C;
text-decoration: none;
font-weight: bold;
}

a:hover {
background-color: #1172C3;
}


/*  clear floats
---------------------------------------------------------- */
.clear {
content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
