@import "layout.css";
@import "nav.css";
@import "forms.css";

/* 
	Title:	AS Harrison screen styles
	Author: craig.henneberry@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
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, img, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* -------------//Reset everything */

body {
	color: #373737;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	font: 0.75em/1.4 "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #da550b;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #000;
}
	#panels a:link, #panels a:visited,
	#footer a:link, #footer a:visited {
		color: #373737;
		text-decoration: none;
	}
	#sidebar a:link, #sidebar a:visited {
		color: #fff;
		text-decoration: underline;
	}
	#panels a:hover, #panels a:active, #panels a:focus,
	#footer a:hover, #footer a:active, #footer a:focus,
	#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
		text-decoration: underline;
		color: #000;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	font-weight: normal;
}
table caption {
	font-weight: bold;
	font-size: 1.20em;
	padding-bottom: 0.40em;
	text-align: left;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
code {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	color: #CC9900;
}
dfn {font-weight: bold;}
del {color: #666;}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;} 
h3, h4, h5, h6 {
	font-size: 1.55em;
	font-weight: bold;
	color: #da550b;
	margin-bottom: 0.60em;
	line-height: 1.2;
	text-transform: uppercase;
}
h3, body.contact h4 {font-size: 1.0em;}
body.home h3, body.contact-us h3 {
	color: #000;
	margin-top: 0.45em;
}
h4, h5, h6, body.contact h3 {
	font-size: 1.35em;
	color: #484848;
	margin-bottom: 0.30em;
}
h5, h6 {
	font-size: 1.25em;
	color: #fff;
	text-transform: none;
}
h6 {font-size: 1.05em;}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 1.5em;}
#main-content table table,
#main-content fieldset table {margin: 0;}
/* Lists */
#main-content ul {
	list-style: disc;
	margin-left: 32px;
}
#main-content ul ul {list-style: circle;}
#main-content ol {
	list-style: decimal;
	margin-left: 42px;
}
#main-content ol ol {list-style: lower-alpha;}
#main-content ol ol ol {list-style: lower-roman;}
#main-content ul ul, 
#main-content ol ol {margin: 0.40em 0 0.40em 10px;}
#main-content dl dt {font-weight: bold; margin-left: 18px;}
#main-content dl dd {margin: 0 0 1.0em 32px;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* Error Notification */
#main-content .errors {
	color: #C50707;
	background: #FFDFDD url("../images/icons/error3.gif") no-repeat 8px 50%;
	padding: 5px 10px 5px 30px; 
	margin-bottom: 1.5em; 
}

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -999em;
}

/* [GET ADOBE READER]
-------------------------------------------------------*/
#main-content p.get-adobe-reader {
	font-size: 0.95em;
	margin-top: 1.75em;
	color: #ccc;
}
	#main-content p.get-adobe-reader em {font-style: normal;}
	#main-content p.get-adobe-reader img {padding-top: 0.95em;}

/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
