/** 
	Version: 			1.0
	Last Changed: 		10/8/09 5:24pm
	Last Changed by: 	Michael
***/

@charset "utf-8";
/* CSS Document */

#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:2000px;  
	width:3000px;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:500;  
}  
#popupContact{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	min-height:384px;  
	width:608px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:502;  
	padding:12px;  
	font-size:13px;  
}  
#popupContact h1 {  
	text-align:left;  
	color:#000000;  
	font-size:18px;  
	font-weight:700;  
	border-bottom:1px solid #D3D3D3;  
	padding-bottom:2px;  
	margin: 5px 15px 0 15px;  
	line-height: normal;
	float: left;
	width: 570px;
}  
#popupCopy {
	text-align:left;  
	color:#666666;  
	font-size:12px;  
	font-weight:normal;  
	border-bottom:1px dotted #D3D3D3;  
	padding-bottom:2px;  
	margin-bottom:20px;  
	line-height: normal;	
	margin: 7px 15px;
	float: left;
	width: 570px;
}
#popupContactClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
	cursor: pointer;
	/*float: right;
	width: 20px;*/
}  
#button{  
	text-align:center;  
	margin:100px;  
} 

#popupCopy a:link {
color:#33befe;
text-decoration: none;
display:block;
font-weight:normal;
}
#popupCopy a:visited {
color:#33befe;
text-decoration: none;
display:block;
}
#popupCopy a:hover {
color:#003d89;
text-decoration: underline;
display:block;
}
#popupCopy a:active, #popupCopy a:focus {
color:#003d89;
text-decoration: none;
display:block;
}

