@charset "utf-8";
a {
	outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, body, div, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, li, nav, ol, p, span, table, ul {
	margin: 0;
	padding: 0;
}
body {
	font-size: 15px;
	line-height: 1.5em;
}
div, footer, header, nav {
	overflow: visible;
}
footer {
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
hr {
	border: dotted #CCCCCC;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-top: 10px;
	padding-top: 10px;
}
html {
	min-height: 101%;
	width: 100%;
}
img {
	border: 0;
}
input, select, textarea {
	border: 1px solid #999999;
	font-size: 14px;
	padding: 2px;
}
ol, ul {
	list-style: none;
}
p {
	padding-bottom: 1.2em;
}
p:last-child {
	padding-bottom: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.back {
	float: right;
}
.boxes {
	float: left;
}
.boxes:first-of-type {
	margin-left: 0;
}
.box1-3 {
	margin-right: 50px;
	width: 270px;
}
.box2-3 {
	width: 640px;
}
.box2 {
	margin-left: 40px;
	width: 460px;
}
.box3 {
	margin-left: 30px;
	width: 300px;
}
.box4 {
	margin-left: 20px;
	width: 225px;
}
.clickable {
	display: block;
}
.clickable:hover {
	text-decoration: none;
}
.grid {
	margin: 0 auto;
	width: 960px;
	overflow: visible;
}
.logo {
	float: left;
}
.sidebox {
	float: right;
	padding: 0 0 20px 20px;
}
.socialmedia a {
	background-image: url(../../newsite/images/socialmedia.png);
	display: block;
	float: left;
	height: 32px;
	margin: 0 10px 0 0;
	width: 32px;
}
.socialmedia .facebook a {
	background-position: 0;
	opacity: 0.3;
}
.socialmedia .facebook a:hover {
	opacity: 0.7;
}
.socialmedia .linkedin a {
	background-position: -64px;
	opacity: 0.3;
}
.socialmedia .linkedin a:hover {
	opacity: 0.7;
}
.socialmedia .pinterest a {
	background-position: -96px;
	opacity: 0.3;
}
.socialmedia .pinterest a:hover {
	opacity: 0.7;
}
.socialmedia .twitter a {
	background-position: -32px;
	opacity: 0.3;
}
.socialmedia .twitter a:hover {
	opacity: 0.7;
}
.sub {
	padding-bottom: 60px;
}
.sub li {
	list-style: disc;
	padding: 0 0 8px 4px;
	border-radius: 6px;
}
.sub ul {
	padding: 0 0 10px 20px;
}
.topright {
	float: right;
}
