@import url('text_page.css');

body {
/*
	background-image: url('/site_media/images/homepage_background.png');
	background-position: top;
	background-repeat: no-repeat;
*/
}
#page_content {
	padding-top: 24px;
}
.section {
	position: relative;
	display: block;
	float: left;
	width: 275px;
	height: 150px;
	margin: 12px;
	padding: 12px;
	padding-top: 162px;
	background-color: #111;
	-webkit-border-radius: 12px;
	border: 1px solid #333;
}
.section h2 {
	font-size: 30pt;
	font-weight: 100;
	position: absolute;
	bottom: 150px;
	margin: 0px;
	text-align: center;
	line-height: 1em;
}
.section h2 a {
	text-decoration: none;
	color: #b6d900;
}
#navigation {
	clear: both;
}
#homepage_navigation {
	margin: 0px;
	padding: 0px;
	font-size: 36pt;
	font-family: 'Myriad Pro ', 'Myriad', sans-serif;
	list-style-type: none;
	margin-top: 155px;
	margin-left: 550px;
}
#homepage_navigation a {
	text-decoration: none;
	color: #2d69db;
}
#homepage_navigation a:hover {
	color: white;
}
#navigation {
	text-align: center;
	padding-top: 24pt;
	display: block;
}
#navigation li {
	display: inline-block;
	list-style-type: none;
	padding: 3pt;
}
#navigation li a {
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}
#service_graphics {
	margin-left: -48px;
	margin-right: -48px;
	float: left;
	width: 324px;
}
#home_content {
	margin-left: 290px;
	padding-left: 0px;
}