@import 'layout.css';
@import 'forms.css';
@import 'tables.css';
/****************************************************************************************	
	[Common Rules]	for entire site + specifics for content area
*****************************************************************************************/

/* [Eric Meyer's Reset Rules] */
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #000;
	background-color: #fedec7; /*Edited by Grey Canberra 20100511*/
	margin-bottom: 30px;
	font: 0.75em/1.5 Arial, Helvetica, sans-serif;
	text-align: center; /* Center align wrapper for IE 5.5 and below */
}
a:link, a:visited {
	color: #f47321;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
ul {
	list-style: none;
}
address, cite {
	font-style: normal;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
a abbr {
	cursor: pointer;
	border: none;
}
code {
	font: 0.9em "Andale Mono", "Courier New", Courier, monospace;
	color: #CC9900;
}
strong, dfn {
	font-weight: bold;
}
del {
	color: #666;
}
blockquote, q {
	quotes: none;
}
body.page-home blockquote {
	padding: 0 12px;
}
h3, h4, h5, h6 {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.0;
	color: #000;
	margin-bottom: 0.6em;
}
h3 {
	color: #b0006e;
	margin-bottom: 1.2em;
}
body.page-home h3 {
	background-color: #444;
	padding: 0.45em 12px;
	color: #fff;
	margin-bottom: 0.8em;
	font-size: 1.5em;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	background: url("../images/h5-bg.gif") no-repeat 0 44%;
	padding-left: 8px;
}
/* Sidebar Header */
#sidebar h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 0;
	border-bottom: 1px solid #fff;
	background: url(/images/nav_a_background.jpg) repeat-x bottom #b0006e;
	padding: 0.71em 10px;
}
/* [CONTENT AREA]
-------------------------------------------------------*/
/* Text */
#content {
	font-size: 1.11em;
	line-height: 1.35;
}
/* Spacing */
#content p, #content ul, #content ol, #content dl, #content table {
	margin-bottom: 1.5em;
}
body.page-home #content blockquote p {
	margin-bottom: 1.3em;
}
/* Lists */
#content ul {
	margin-left: 16px;
}
#content ol {
	margin-left: 24px;
}
#content ul {
	list-style: disc;
}
#content ul ul {
	list-style: circle;
}
#content ul ul ul {
	list-style: square;
}
#content ul li {
	line-height: 1.5;
}
#content ol {
	list-style: decimal;
}
#content ul ul, #content ol ol {
	margin: 0.4em 0 0.8em 20px;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	margin-bottom: 1em;
}
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE OFF SCREEN]
-------------------------------------------------------*/
.hide {
	position: absolute;
	top: -99999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide-fully {
	display: none;
}
/* [MICROFORMATS]
-------------------------------------------------------*/
/* hCard */
#content div.vcard {
	margin-bottom: 1em;
}
#content div.vcard h5 {
	margin-bottom: 0.20em;
	background: none;
	padding: 0;
}
#content div.vcard p {
	margin-bottom: 0.30em;
}
#content div.vcard p.tel {
	margin-bottom: 0;
}
#content div.vcard p.adr span {
	display: block;
}
#content div.vcard p.adr span.region,  #content div.vcard p.adr span.postal-code {
	display: inline;
}
/* [DOWNLOADS]
-------------------------------------------------------*/
/* Single download */
p.dnld a {
	padding: 2px 0 2px 22px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
p.dnld.vcard a {
	background-image: url("../images/icons/vcard.gif");
	padding-left: 26px;
}
p.dnld.pdf a {
	background-image: url("../images/icons/pdf.gif");
}
p.dnld.word a {
	background-image: url("../images/icons/word.gif");
}
p.dnld.excel a {
	background-image: url("../images/icons/excel.gif");
}
/* Multiple downloads */
#content ul.dnld {
	margin-left: 30px;
	list-style: none;
}
#content ul.dnld li {
	margin-bottom: 0.2em;
}
#content ul.dnld li a {
	padding: 2px 0 2px 22px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#content ul.dnld.pdf li a {
	background-image: url("../images/icons/pdf.gif");
}
#content ul.dnld.word li a {
	background-image: url("../images/icons/word.gif");
}
#content ul.dnld.excel li a {
	background-image: url("../images/icons/excel.gif");
}
/* [FOOTNOTE]
-------------------------------------------------------*/
#content p.footnote {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #666;
}
body.page-aboutperth #content p.footnote {
	margin-bottom: 0.7em;
}
/* [MISC]
-------------------------------------------------------*/
.no-margin {
	margin: 0 !important;
}
#content .red-txt {
	color: red;
}
#content .error {
	background: url("../images/icons/error.gif") no-repeat 0 50%;
	padding-left: 26px;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
	margin-left: 20px;
}

