/* 
	Title:	MEA Home screen styles
	Author: chris.pearce@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* Following reset is for IgnitionSuite sites */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Back to my CSS */
body {
	color: #57585a;
	background: #fff url("../images/css/body-bg.jpg") repeat-x 0 0;
	margin-bottom: 30px;
	font: 0.75em/1.4 Arial, Helvetica, sans-serif;
}
a:link, a:visited {color: #3a64ac;}
a:hover {text-decoration: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	font-weight: normal;
}
table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.10em;
	padding-bottom: 0.4em;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;} 
h1, h2, h3, h4, h5, h6 {
	font-size: 1.50em;
	font-weight: bold;
	color: #3a64ac;
	margin-bottom: 0.60em;
}
h2, h3, h4, h5, h6 {
	font-size: 1.28em;
	color: #57585a;
	margin-bottom: 0.20em;
}
h3 {font-size: 1.20em;}
h4, h5, h6 {font-size: 1.10em;}
/* Over-ride those pesky font tags */
font {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 100% !important;
	color: #57585a !important;
}
/* Spacing */
p, ul, ol, table {margin-bottom: 1.5em;}
table table {margin: 0;}
/* Lists */
ul {
	list-style: disc;
	margin-left: 32px;
}
ol {
	list-style: decimal;
	margin-left: 42px;
}
ol ol {list-style: lower-alpha;}
ol ol ol {list-style: lower-roman;}
ul ul, 
ol ol {margin: 0.4em 0 0.8em 20px;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}

/****************************************************************************************
	[SITE STRUCTURE] main divisions
*****************************************************************************************/

/* [WRAPPER]
-------------------------------------------------------*/
#wrapper {
	width: 881px;
	margin: 0 auto;
}

/* [HEADER]
-------------------------------------------------------*/
#header {
	height: 201px;
	background: url("../images/css/header-bg.jpg") no-repeat 0 0;
}
	
/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#main-content {
	background: #fff url("../images/css/content-bg.jpg") repeat-x 0 0;
	min-height: 353px;
	padding: 36px 65px;
}
	/* Three Panels */
	#main-content ul#panels {
		margin: 0;
		list-style: none;
		float: left;
		width: 751px;
	}
		#main-content ul#panels li {
			float: left;
			width: 245px;
			margin-right: 8px;
			padding-bottom: 10px;
			background: url("../images/css/panel-bg-btm.gif") no-repeat 0 100%;
		}
		#main-content ul#panels li.last {margin: 0;}
			#main-content ul#panels li h2 {
				margin: 0;
				background: url("../images/css/panel-bg-top.gif") no-repeat 0 0;
				padding: 10px 11px 7px;
				font-size: 1em;
				line-height: 1.6;
			}
				#main-content ul#panels li h2 a {
					display: block;
					color: #fff;
					background: url("../images/css/panel-title-bg.gif") no-repeat 100% 50%;
					padding-right: 20px;
					text-decoration: none;
				}
			#main-content ul#panels li img {
				display: block;
				width: 223px;
				height: 116px;
				margin: 0 auto;
			}

/* [FOOTER]
-------------------------------------------------------*/
#footer {
	clear: both;
	width: 881px;
	font-size: 0.95em;
}
	#footer p {
		margin: 0;
		color: #898989;
		padding-left: 65px;
	}

