﻿/* 

STYLE SHEET FOR EMERgency24 .com Bottom InfoPanel and Footer
Created by Jeffrey Grey - Interactive Designer EM24 - v1.0 Created 23 DEC 2008
http://www.emergency24.com
LAST UPDATED: 20 FEB 2009

Notes - this is the code snippet for the bottom infopanel and footer.

*/


/*****************

* FOOTER  INFOPANEL

*****************/

#infopanel {
	background: #181818;
	padding: 1.5em 0;
	border-top: 1px solid #1e1e1e;
	margin-bottom: 1.5em;
	color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
}
#infopanel h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 150%;
	line-height: 1.38em;
	margin-bottom: 0.8em;
	color: #fff;
}
.wrap {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	padding: 0 10px;
	min-width: 940px;
	clear: both;
}
.message {
	border-top: 1px solid #333;
	border-bottom: 1px dashed #333;
	padding: .75em 0;
	font-size: small;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.message3 {
	border-top: 1px solid #333;
	padding: .75em 0;
	font-size: small;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
#leftCol {
	width: 615px;
	float: left;
}
#rightCol {
	float: right;
	width: 300px;
	margin: 0 20px 0 0;
}
#rightCol a {
	border-bottom: 1px #333333 solid;
}
#rightCol a:hover {
	border-bottom: 1px #800000 solid;
}


/**--INFOPANEL GRAPHICS--**/

/*Added December 23, 2010*/
a.esa {
	display: block;
	width: 146px;
	height: 66px;
	background: url(../images/esa.jpg) no-repeat;
	text-indent: -9999em;
	float: left;
	margin: 0 11px 0 0;
}

a.fm_approved {
	display: block;
	width: 125px;
	height: 84px;
	background: url(../images/fm_approved.jpg) no-repeat;
	text-indent: -9999em;
	float: left;
	margin: 0 11px 0 0;
}
/*end new additions */

a.ul {
	display: block;
	width: 122px;
	height: 56px;
	background: url('../images/ulListed.png') no-repeat;
	text-indent: -9999em;
	float: left;
	margin: 0 11px 0 0;
}
a.csaa {
	display: block;
	width: 168px;
	height: 86px;
	background: url('../images/csaa.png') no-repeat;
	text-indent: -9999em;
	float: left;
	margin: 0 11px 0 0;
}
a.sia {
	display: block;
	width: 88px;
	height: 117px;
	background: url('../images/sia.png') no-repeat;
	text-indent: -9999em;
	float: left;
	margin: 0 11px 0 0;
}


/*****************

* FOOTER

*****************/

#footer {
	font-size: 10px;
	margin-bottom: 1.8em;
	color: #444;
	line-height: 1.8em;
	text-transform: uppercase;
}
#footer p {
	font-size: 11px;
}
#footer p strong {
	color: #8ed6ff;
	font-family: Arial, Helvetica, sans-serif;
}
/*end footer styles */
