/* InitForThe Core Styling */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #161616;
}

/* Navigation */

#navigation {
	margin: 0 0 0 4.7em;
}

#navigation ul {
	list-style: none;
	overflow: hidden;
}

#navigation ul li {
	display: block;
	float: left;
}

#navigation li a {
	display: block;
	float: left;
	padding: 11px 15px 0;
	height: 24px;
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation li a:hover {
	color: #ED2025;
}

#navigation li.selected {
	background: url('/images/nav_bk_lt.jpg') no-repeat top left;
	color: #fff;
}

#navigation li.selected a {
	background: url('/images/nav_bk_rt.jpg') no-repeat top right;
	color: #fff;
}


/* Breadcrumb */

p.breadcrumb {
	float: right;
	color: #ddd;
}

p.breadcrumb a {
	color: #ddd;
}


/* content area */

/* Header */

div.head_logo {
	margin: 0 0 3em 0;
}

h1 {
	font-family: Georgia, serif;
	font-size: 3em;
	color: #A9A9A9;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 1.5em 0;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

a {
	color: #ed2024;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Headline list */

ul.headline {
	margin-bottom: 3em;
	width: 310px;
}

ul.headline li {
	margin: 0 0 1.5em -1.5em;
	padding-left: 2em;
	font-family: Georgia, serif;
	font-size: 2em;
}

ul.headline li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


/* Footer */

div#map {
	float: left;
	margin-right: 2em;
}

div#footer_wrapper a {
	text-decoration: none;
	color: #fff;
}

div#footer_wrapper a:hover {
	text-decoration: underline;
	color: #fff;
}

div.address ul {
	margin-bottom: 1.4em;
}

div#footer_wrapper {
	line-height: 1.8em;
}

div.address,
ul.sections,
ul.services {
	float: left;
	margin-right: 8em;
}

ul.services {
	margin-right: 120px;
}

div#footer_wrapper img.logo {
	position: absolute;
	top: 2.75em;
	right: 3em;
	float: right;
}


/* Content */

div.column {
	width: 47%;
	margin-right: 3%;
	float: left;
}

img.left {
	float: left;
	margin: 0 1.5em 0.5em 0;
}

img.right {
	float: right;
	margin: 0 0 1.5em 1em;
}

div.no_float {
	float: none;
	width: 100%;
	clear: both;
}

span.break {
	display: block;
	clear: both;
	width: 532px;
	height: 60px;
	margin-left: -3em;
	background: url('/images/content_break.png') center left no-repeat;
}

div.content h2 {
	font-family: Georgia, serif;
	font-size: 2.5em;
	color: #A9A9A9;
	font-weight: normal;
	margin: 0 0 1em 0;
}

span.call_to_action {
	color: #ED2024;
}


/* clearfix */

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.last {
	margin-right: 0 !important;
}
