/* CSS Document */

/*========================== BEGIN GENERAL STYLES =======================*/
html {
}

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #575757; 
	text-align: center;
}

#wrapper {
	width: 1000px; 
	margin: 0 auto 0 auto;
	padding: 18px 0 20px 0;
	text-align: left;
}

img {
}

p {
margin: 0;
padding: 0 0 14px 0;
}

ul {
margin: 0;
padding: 0;
}

hr {
width: 100%;
height: 1px;
margin: 5px 0 5px 0;
padding: 0;
border: 0;
line-height: 0;
background: #d6d6d6;
}

h1 {
font-size: 18px;
color: #0066a1;
font-weight: bold;
margin: 0 0 0 0;

}

h2 {
font-size: 12px;
color: #4d4d4d;
font-weight: bold;
margin: 0 0 0 0;
}

h3 {
/* styles here */
}

a:link, 
a:visited, 
a:active {
color: #0066a1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.clr_right {
clear: right;
height: 0; 
font-size: 1px; 
line-height: 0px;
}

.clr_left {
clear: left;
height: 0; 
font-size: 1px; 
line-height: 0px;
}

.clr_both {
clear: both;
height: 0; 
font-size: 1px; 
line-height: 0px;
}
/*========================== END GENERAL STYLES =======================*/



/*========================== BEGIN  POPUP STYLES =======================*/
html {
	height: 100%;
}
body.popup {
	height: 100%;	
	background:#e4eccb;
}
#popup_wrap {
	min-height: 100%;
}
#popup {
	padding: 30px 20px 0 20px;
	text-align: left;
	width: 630px;
}
#popup_copy {
	width: 630px;
	padding-top: 20px;
	padding-bottom: 180px;
}

#popup_footer {
	position: relative;
	bottom: 0px;
	height: 176px;
	margin: -176px 0 0 0;
	background: url(../images/news/news_bg_bottom.png) no-repeat; /* need iepngfix here */
	/*background-position: bottom left;	*/
}

/*========================== END  POPUP STYLES =======================*/

