/*  Enstra website stylesheet
Copyright: Cornish WebServices - www.cornishwebservices.co.uk 
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.3;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:top;
}
a img {
	border:none;
}
/* GENERAL */
body {
	font-size:76%;
	color:#000;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
/* Heading */
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	line-height:1;
	font-weight: bold;
	color:#CC2127;
}
h1 {
	font-size:180%;
}
h2 {
	font-size:120%;
}
h3 {
	color:#222;
	font-size:110%;
}
h4, h5, h6 {
	color:#000;
	font-size:100%;
}
/* Paragraph text */
p {
	margin: 0.5em 0;
	padding: 0;
}
p.quote {
	text-align:right;
	margin:-0.5em 1em 1em 0;
	font-weight:bold;
}
ul, ol {
	margin:0 0 2em 2.5em;
}
ol, ol li {
	list-style-type:decimal;
}
ul, ol li ul li {
	list-style-type:disc;
}
li ul, li ol {
	margin:0.5em 0.5em 0.5em 1.5em;
}
blockquote {
	margin:1em 1em 0.5em 1em;
	font-style:italic;
	color: #222;
}
blockquote p {
	text-align:justify;
	color: #222;
}
/* links */
a {
	color:#4D7FCA;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#4D7FCA;
	text-decoration:underline;
}
.grey {
	color:#ccc;
}
.red {
	color:#CD1F29;
}
/* FOOTER */
.footer {
	clear: both;
	width: 813px;
	margin: 0 auto;
	text-align:center;
	padding: 0;
	font-size: 90%;
	color:#4D7FCA;
	background:#fff;
}
.footer a {
	color:#4D7FCA;
	text-decoration: none;
}
.footer a:link, .footer a:visited {
	color:#4D7FCA;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
/*  IMAGE PLACEMENT */
.floatimageleft {
	float:left;
	padding:2px;
	margin: 9px 9px 9px 2px;
	border:1px solid #CC2127;
}
.floatimageright {
	float:right;
	padding:2px;
	margin: 9px 2px 9px 9px;
	border:1px solid #CC2127;
}
.floatimageright2 {
	float:right;
	padding:2px;
	margin: 27px 0 0 9px;
	border:1px solid #C0272C;
}
.image-redborder {
	border:1px solid #CC2127;
	padding:2px;
	margin: 0 0 1em 0;
}
/* MISCELLANEOUS */
hr {
	clear: both;
	width: 490px;
	color: #C0272C;
	background-color: #C0272C;
	height: 1px;
	border: none;
}
.scrolly {
	clear: both;
	width: 500px;
	height: 1px;
	margin:30px 0px 40px 60px
}
.datatable {
	margin: 0.5em 0;
	width:92%;
	padding:0 10px;
	border-collapse:collapse;
	border-top:1px solid #6f6f6f;
	border-left:1px solid #6f6f6f;
}
.datatable th {
	font-weight:bold;
	background:#ddd;
}
.datatable th, .datatable td {
	padding:4px 5px;
	border-bottom:1px solid #6f6f6f;
	border-right:1px solid #6f6f6f;
}
.box-right {
	width:125px;
	border:1px solid #dfdfdf;
	margin:10px 0px 10px 2px;
}
.box-right h2 {
	margin: 2px 2px 5px 2px;
	padding:2px 4px;
	background-color:#dfdfdf;
	color:#000;
}
.box-right p {
	padding: 0 4px 0 6px;
}
/*misc styles*/
.small {
	font-size:70%;
}
.large {
	font-size:120%;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.clear, .cl {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.padLeft {
	padding: 0 0 0 22px;
}
.padRight {
	padding: 0 22px 10px 0;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.w2 {
	width:48%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
/*file icons */
/* PDF document links */
a[href$='.pdf'] {
	background:transparent url(../enstra-images/pdf.gif) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}
a[href$='.pdf'].none {
	background: none;
	display:block;
	padding-left:0;
	line-height:1;
}
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
	background:transparent url(../enstra-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(../enstra-images/word.gif) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}
 
/* mailto: links */
a[href^="mailto:"] {
	background:transparent url(../enstra-images/email.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}
.externalLink {
	background:transparent url(../enstra-images/external.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}
