@charset "utf-8"; 
@import "layout.css";
@import "forms.css";
@import "nav.css";

/* 
	Title:	AEC screen styles
	Author: mark.boere@bluearcgroup.com
*/
/****************************************************************************************	
	[RESET]
*****************************************************************************************/

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;
	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: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
font {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 100% !important;
	color: #000 !important;
}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/
html, body, form {height: 100%;}
body {
	color: #000;
	background-color: #fff;
	font-size: 62.5%; /* set to 10px */
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: left;}
caption {
	font-family: "HelveticaNeue Condensed", "Helvetica Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em; /* 18px */
	text-align: left;
	padding-bottom: 0.5em;
	color: #cc0000;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
code {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	color: #CC9900;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.3;
}
h1, h2, h3 {font-family: "HelveticaNeue Condensed", "Helvetica Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;}
h1 {
	font-size: 3em; /* 36px */
	text-transform: uppercase;
	color: #fff;
	line-height: 1.5;
}
h2, h3 {
	font-size: 1.83em; /* 22px */
	color: #cc0000;
	margin-bottom: 0.4em;
}
h4, h5, h6 {
	font-size: 1em; /* 12px */
	color: #980101;
}
h5 {color: #e37373;}
h6 {color: #999;}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#content-wrapper {font-size: 1.2em;} /* 12px */
/* Margins */
#content-wrapper p, #content-wrapper ul, 
#content-wrapper ol, #content-wrapper dl,
#content-wrapper table {margin-bottom: 1em;} /* 12px */
#content-wrapper table table,
#content-wrapper table p,
#content-wrapper fieldset table {margin: 0;}
/* Lists */
#content-wrapper ul {margin-left: 0.2em;}
#content-wrapper ol {
	margin-left: 2em;
	list-style: decimal;
}
	#content-wrapper ul li {
		background: url("../images/template/bullet.png") no-repeat 0 0.5em;
		padding-left: 1em;
	}
	/* Nested */
	#content-wrapper ul ul, #content-wrapper ul ol, 
	#content-wrapper ol ol, #content-wrapper ol ul {margin: 0.75em 0 0.75em 2.5em;}
	#content-wrapper ul ul {margin-left: 1.5em;}
	#content-wrapper ol ol {list-style: lower-alpha;}
	#content-wrapper ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE WIDE CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide, legend span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* [CUSTOM ANCHOR]
-------------------------------------------------------*/
a.read-more,
a.return {
	color: #980101;
	background: url("../images/template/bullet-lrg.png") no-repeat 0 50%;
	padding: 0.2em 0 0.2em 22px;
}
a.return {background-image: url("../images/template/bullet-back.png");}

/* [CUSTOM P TAGS]
-------------------------------------------------------*/
#content-wrapper p.intro {
	font: bold 1.83em/1.2 "HelveticaNeue Condensed", "Helvetica Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
	color: #cc0000;
}
p.date {
	font-weight: bold;
	color: #c57474;
}

