/* Style sheet for Orbital Fulfilment
Copyright Cornish WebServices 2010 */

/* 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 {
	font-size:75%;
	color:#000;
background-image:url(site-images/back.jpg);
	background-repeat:repeat-x;
		font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ee3b33;
	margin:0.5em 10px;
}
h1 {
	font-size:2em;
	line-height:1;
}
h2 {
	font-size:1.7em;
}
h3 {
	font-size:1.5em;
	line-height:1;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
}
h5, h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0.8em 10px;
	font-size:110%;
}
a:focus, a:hover {
	color:#000;
	text-decoration:underline;
}
a {
	color:#009;
	text-decoration:none;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
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;
	list-style-image: url(site-images/bullet.jpg);
	list-style-position: outside;
}
ul li {
	padding:0 0 0px 0;
	margin-top:10px;
	margin-bottom:0;
}
ol {
	list-style-type:decimal;
}
table {
	margin: 0.7em 10px 1.4em 10px;
	width:95%;
	border-top:1px solid #6f6f6f;
	border-left:1px solid #6f6f6f;
}
th, thead td, .tableheader {
	font-weight:bold;
	background:#EE3B33;
	color:#fff
}
th, td {
	padding:4px;
	border-bottom:1px solid #6f6f6f;
	border-right:1px solid #6f6f6f;
}
tr.even td {
	background:#E5ECF9;
}
tr.over td {
	background:#ccc;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
table.photos th td { padding:0px;}

tr.photos th, tr.photos td { padding:0px;}
th.photos, td.photos { padding:0px;}
/* Boxes */
.box {
	margin:0 0 26px 0;
	min-height:185px;
	height:auto !important;
	height:185px;
	width: 212px;
	padding: 1px 0 0 0;
	float:left;
	background:url(site-images/box-bottom.jpg) no-repeat bottom;
}
.box h3 {
	margin:0;
	padding:8px 0 2px 12px;
	min-height:47px;
	height:auto !important;
	height:47px;
	background:url(site-images/box-top.jpg) no-repeat 0 0;
	color:#ee3b33;
}
.box h4 {
	color:#014280;
	font-size:110%;
	font-weight:bold;
	padding:0 2px 3px 0;
	margin:0 2px 2px 12px;
}
.box p {
	margin:0;
	padding:0 5px 7px 10px;
	font-size:100%;
}
.box img {
	margin:0;
	padding:0 0 5px 0;
}
.box ul {
	padding: 0 15px;
}
/* messages */
.error, .notice, .success {
	padding:.25em;
	border:1px solid #fff;
}
p.error {
	padding:.25em;
}
#newsletter p.error {
	margin: 0 10px 5px 10px;
}
label span.error {
	display:inherit;
	margin:0 0 -0.6em 0;/*padding: 0 0.25em;*/
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}

/* MISCELLANEOUS */
hr {
	color: #ee3b33;
	background-color: #ee3b33;
	height: 1px;
	border: none;
	clear:both;
}
.hide {
	display: none;
}
.clear {
	clear:both;
}
.asterisk {
	color: #FF0000
}
.red {
	color: #FF0000
}
.redText {
	color:#ee3b33;
}
.blueText {
	color:#29499B;
}
.greyText {
	color:#666;
}
.redBg {
	background-color:#ee3b33;
	color:#fff;
}
.blueBg {
	background-color:#29499B;
	color:#fff;
}
.greyBg {
	background-color:#666;
	color:#fff;
}
.bullets {
	list-style-position: inside
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatImgLeft  {
	float:left;
	margin: 0.5em 10px 10px 0;
}
.floatImgRight {
	float:right;
	margin: 0.5em 0 10px 10px;
}
.box img.floatImgLeft {
	float:left;
	margin: 0.5em 10px 1px 0;
}
 .box img.floatImgRight{
	float:right;
	margin: 0.5em 0 1px 10px;
}
.noMargin {
	margin:0;
}
.w2 {
	width:50%;
}
#contact .w2 {
	padding: 5px 0;
}
.w2b {
	width:48%;
}
.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;
}
#email2 {
	margin: 0 0 10px 10px;
	padding:2px;
	font: 100% Arial, Helvetica, sans-serif;
	width:160px;
	float:left;
}
#email2.text {
	border:1px solid #bbb;
}
#email2.text:focus {
	border:1px solid #6f6f6f;
}
.subscribeBtn {
	background:url(site-images/email-button.jpg) no-repeat center center;
	width:24px;
	height:19px;
	margin:0 5px 10px 0;
	padding:0;
	border:none;
	float:right;
}

/*file icons */
/* PDF document links */
#content a[href$='.pdf'], #footer a[href$='.pdf'] {
 background:transparent url(site-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(site-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(site-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(site-images/email.png) center left no-repeat;
 display:inline-block;
 padding-left:20px;
 line-height:15px;
}
#content .externalLink, #footer .externalLink {
	background:transparent url(site-images/external.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}
