/* akonni.com popup stylesheet */

body {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	font-family: Arial, Helvetica, san serif;
	color: #4b4b4b;
	}

#logo {
	background-color: #00447c;
	margin-bottom: 30px;
	border: 1px solid #d0d0d0;
	}
	

#logo-onwhite {
	background-color: #fff;
	margin-bottom: 30px;
	}
	
h1 {
	font-size: 1.2em;
	color: #327b51;
	margin-bottom: 0;
	}
	
h2 {
	font-size: 1em;
	color: #327b51;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1.4em;
	}
	
h3 {
	font-size: .9em;
	color: #327b51;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.4em;
	}
	
p {
	font-size: .8em;
	line-height: 1.4em;
	}
	
ul {
	font-size: .8em;
	line-height: 1.4em;
	}
	
a:link {
	color: #2d5996;
	font-weight: bold;
	}
	
a:visited {
	color: #2d5996;
	font-weight: bold;
	}
	
a:hover {
	color: #327b51;
	font-weight: bold;
	}
	
hr {
	border: 0;
	width: 100%;
	background-color: #ccc;
	color: #c3c3c3;
	height: 1px;
	}
	
.small {
	font-size: 80%;
	}
	
#press-contacts {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #ddd;
}
	
.contact {
	position: relative;
	float: left;
	width: 250px;
}

.content {
	position: relative;
	float: left;
	width: 100%;
}

