/* Style sheet for Inspire
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.2;
}
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;
}

body {
	font-size:92%;
}
#footer {font-size:73%;}

/* GENERAL STYLES */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#58A94D;
	margin: 0.5em 10px;
}
h1 {
	font-size:185%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:125%;
}
h4 {
	font-size:110%;
}
h5, h6 {
	font-size:100%;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	color:#003427;
	margin:0 0 1em 1.5em;
}
ol, ol li {
	list-style-type:decimal;
}
ul, ol li ul li {
	list-style-type:disc;
}
#homecontent ul li, #insidecontent ul li {
	padding-left:30px;
	background:url("../inspirecommunitytrust-images/greenbullet.gif") no-repeat 8px 4px;
	list-style-type:none;
}
p {
	margin: 0.5em 10px;
}
table {
	margin: 0.7em 10px 1em 10px;
	width:95%;
	border-top:1px solid #9E9E9E;
	border-left:1px solid #9E9E9E;
}
th {
	font-weight:bold;
	background:#ddd;
}
th, td {
	padding:4px 10px 4px 5px;
	border-bottom:1px solid #9E9E9E;
	border-right:1px solid #9E9E9E;
	background-color: #E5E5E5;
}
table.layouttable {
	
}
tr.even td {
	background:#E5ECF9;
}
td.over {
	background:#ccc;
}
tfoot {
	font-style:italic;
}
caption {
	color:#003427;
}
img {
	border-style: none;
}
a {
	color:#0480be;
	text-decoration:none;
}
a:focus, a:hover {
	color:#0480be;
	text-decoration:underline;
}
.greensmall {
	font-size:82%;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#58A94D;
}
/*  IMAGE PLACEMENT */
.floatimageleft {
	float:left;
	padding:2px;
	margin: 0 10px 10px 0;
	border:1px solid #18ab5b;
}
.floatimageright {
	float:right;
	padding:2px;
	margin: 0 0 10px 10px;
	border:1px solid #18ab5b;
}
#homecontent img, #insidecontent img {
	padding:2px;
	margin: 0 10px;
	border:1px solid #18ab5b;
}
/* MISCELLANEOUS */
hr {
	color: #18ab5b;
	background-color: #18ab5b;
	height: 2px;
	border: none;
	clear:both;
}
.hide {
	display: none;
}
.clear {
	clear:both;
}
.asterisk {
	color: #f00;
}
.padLeft {
	padding-left: 20px;
}
.padRight {
	padding-right: 20px;
}
.padTop {
	padding-top: 20px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.w2 {
	width:50%;
}
.w2b {
	width:38%;
}
.w2c {
	width:35%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.small {
	font-size:.8em;
}
.large {
	font-size:1.2em;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}


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

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