/* Style sheet for xxx
Copyright Cornish WebServices 2009 */

/* 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, 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 {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, td, th {
	vertical-align:top;
}
a img {
	border:none;
}
/* typography */
body {
	color:#222;
	background: #f5f5f5;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fe0003;
	margin:0.5em 10px;
}
h1 {
	font-size:2em;
	line-height:1;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
	line-height:1;
	color:#333;
	font-weight:bold;
}
h4 {
	font-size:1.2em;
}
h5, h6 {
	font-size:1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0.7em 10px;
}
a:focus, a:hover {
	color:#0257cb;
	text-decoration:underline;
}
a {
	color:#0257cb;
	text-decoration:none;
}
blockquote {
	margin:1.5em 1.5em 0.5em 1.5em;
	color:#444;
}
p.quote {
	text-align:right;
	font-style:italic;
	margin: 0 10px 1.5em 10px;
	font-weight:bold;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 0 1.5em 5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
table {
	margin: 0.7em 10px 1.4em 10px;
	width:520px;
	border-top:1px solid #6f6f6f;
	border-left:1px solid #6f6f6f;
}
th, thead td, .tableheader {
	font-weight:bold;
	background:#CBC9CA;
}
th, td {
	padding:4px;
	border-bottom:1px solid #6f6f6f;
	border-right:1px solid #6f6f6f;
}
td ul, td ol {
	margin:0 0 10px 12px;
}
tr.even td {
	background:#E5ECF9;
}
tr.over td {
	background:#ccc;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
/* MISCELLANEOUS */
hr {
	color: #df0708;
	background-color: #df0708;
	height: 1px;
	border: none;
	clear:both;
}
.hide {
	display: none;
}
.clear {
	clear:both;
}
.asterisk {
	color: #FF0000
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatImgLeft {
	float:left;
	margin: 0.5em 10px 10px 0;
	padding:2px;
	border:1px solid #df0708;
}
.floatImgRight {
	float:right;
	margin: 0.5em 0 10px 10px;
	padding:2px;
	border:1px solid #df0708;
}
.w2 {
	width:50%;
}
.w2b {
	width:42%;
}
.w2c {
	width:35%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.more {
	font-size:85%;
	color:#666;
	font-style:italic;
}
.small {
	font-size:.8em;
}
.large {
	font-size:1.2em;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
/* column styles */
#col-l h1,#col-l h2,#col-l h3,
#col-r h1,#col-r h2,#col-r h3 {
	margin:25px 5px 7px 5px;
	width:200px;
	padding:6px 0 0 7px;
	height:23px;
	background:url(site-images/col-header-back.gif) no-repeat;
	font-size: 115%;
	font-weight:normal;
	letter-spacing:-0.5px;
	color:#fff;
}
#col-l p, #col-r p  {
	margin:0.7em 12px 0.7em 15px;
}
#breadcrumbs a {
	color: #000;
	text-decoration:none;
}
#breadcrumbs a:hover, a:focus {
	color: #0257cb;
	text-decoration:underline;
}
#searchsite {
	height:15px;
	padding: 2px;
	margin: 0 0 0 6px;
	color:#000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border:1px solid #bbb;
	width:160px;
}
#searchsite:focus {
	border:1px solid #6f6f6f;
}
#search-btn {
	background: url(../agilier-css/site-images/search-button.jpg);
	width:19px;
	height:22px;
	border:none;
}

/*file icons */
/* PDF document links */
#content a[href$='.pdf'], #footer a[href$='.pdf'] {
	background:transparent url(../agilier-images/pdf.gif) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}

/* Excel Documents links */
#content a[href$='.xls'], #content a[href$='.csv'], #content a[href$='.xlw'], #content a[href$='.xlt'] {
	background:transparent url(../agilier-images/excel.gif) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}
 
/* Word Document Links */
#content a[href$='.doc'], #content a[href$='.rtf'], #content a[href$='.wps'], #content a[href$='.txt'] {
	background:transparent url(../agilier-images/word.gif) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}
 
/* mailto: links */
#content a[href^="mailto:"], #footer a[href^="mailto:"] {
	background:transparent url(../agilier-images/email.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}
#content .externalLink, #footer .externalLink {
	background:transparent url(../agilier-images/external.png) center left no-repeat;
	/*display:inline-block;*/
	padding-left:16px;
	line-height:15px;
}
.twtr-hd,.twtr-ft {
	display:none;
}
a .search, .search {
   color: #c00;
   background-color: #ff9;
   padding: 2px 4px;
}