@charset "UTF-8";


body {
	background: url('/img/landing_page/bac_body_landingpage.png') 0px 0px repeat-x #ffffff;
	background-position: 0px -18px;
}

section#top_nav {
background: url('/img/bac_section_menu_landing_page.png') no-repeat top left;
}

html.editmode body {
	background-position: 0px 35px;
}

#header {
	background-color: transparent;
	height: 128px !important;
}
#header #logo {
	position: static;
	margin-top: 25px;
	width: 400px;
	overflow: hidden;
}
#header h1 {
	margin-top: 55px;
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #E82134;
	
}

#header .floatright {
	position: static;
	float: right;
	clear: right;
}
#header .floatright p {
	float: left;
	
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

#searchForm input[type="text"] {
	/*width: 135px;
	padding: 7px 2px;*/
	height: 16px;
}


/*Content blocks floating by eachother*/

section#content {
	background-color: #ffffff;
	border-top: 15px solid #dedcdd;
	width: auto;
	float: none;
	clear: both;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: visible;
	margin: 0px auto;
	padding: 15px 20px 0px;
}


#content .block {
	cursor: hand;
	display: block;
	float: left;
	clear: none;
	width: 440px;
	height: 214px;
	overflow: hidden;
	margin: 18px 8px;
}
.block_img {
	display: block;
	float: left;
	clear: left;
}
.block_text {
	float: right;
	width: 225px;
	height: 200px;
	padding: 10px 0px 0px;
}
.block h2 {
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: 'Trade Gothic Bold' !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 18px;
	color: #E82134;
}
.block h4 {
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	color: #707070;
}
.block p {
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	
	line-height: 170%;
	color: #454545;
	
}





/*Footer redesign*/
section#footer_parent {
	background-image: none;
	background-color: #ffffff;
	min-height: 50px;
	height: 60px;
}
footer {
	width: 890px;
	position: relative;
	overflow: visible;
}
footer #border {
	width: 997px;
	height: 11px;
	position: absolute;
	left: -30px;
	top: 0px;
}
#border img {
	width: 997px !important;
	height: 11px !important;
}
#copyright {
	border: none;
	float: left;
	clear: left;
	width: 700px;
	padding-top: 4px;
}


/*Css Sprite styles for social icons*/
#social-sprite {
	display: block;
	float: right;
	clear: right;
	width: 190px;
	padding-top: 4px;
}
a.sprite {
	background-image: url('/img/sprite_social_24.png');
	display: block;
	float: left;
	clear: none;
	content: " ";
	text-decoration: none;
	width: 24px;
	height: 24px;
	margin: 2px;
	overflow: hidden;}
.sprite-facebook{ background-position: 0 0; width: 24px; height: 24px; } 
.sprite-flickr{ background-position: 0 -74px; width: 24px; height: 24px; } 
.sprite-googleplus{ background-position: 0 -148px; width: 24px; height: 24px; } 
.sprite-linkedin{ background-position: 0 -222px; width: 24px; height: 24px; } 
.sprite-rss{ background-position: 0 -296px; width: 24px; height: 24px; } 
.sprite-twitter{ background-position: 0 -370px; width: 24px; height: 24px; } 
.sprite-youtube{ background-position: 0 -444px; width: 24px; height: 24px; } 

