@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#pop_up {
	width: 300px;
	height: 405px;
	text-align: center;
	border: #000 solid 5px;
}

#logo {
	float: left;
	display: block;
	width: 275px;
	height: 85px;
	margin-bottom: 15px;	

}

#close_button_top {
	float: right;
	display: block;
	width: 25px;
	height: 26px;

}

#left_column {
	width: 125px;
	height: 125px;
	float: left;
	text-align: left;
	margin: 0 10px 0 15px;
}

#right_column {
	width: 135px;
	float: right;
	text-align: left;
	margin-right: 15px;
}

#social_media {
	
	width: 280px;
	margin: 0 15px;
}

.social_icons {
	
	width:  70px;
	height: 50px;
	float: left;
	text-align: left;	

}

#close_button a {
	margin: 20px auto 10px auto;
	display: block;
	background: #000000;
	width: 100px;
	height: 20px;
	padding: 6px 0 0 5px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px #000000;
}

#close_button a:hover {
	background: #306288;
}

a:link, a:active, a:visited {

	text-decoration: underline;
	font-size: 11px;
}

a:hover {

	text-decoration: none;	
}

h1{
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	width: 260px;
}

h2{
	font-size: 32px;
	line-height: 34px;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	color: #be3d26;
}

em {
	
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	color: #be3d26; 	

}
.clear {
	
	clear: both;
}
