/* JMK CCTV style sheet written and designed by Niall McKenna*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
a:focus {
	outline: none;
}

h1 { behavior: url(iepngfix.htc) }	
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* as advised on http://www.alistapart.com/articles/howtosizetextincss/ */
	color: #333333;
	background-image: url(../images/botBg-large.jpg);
	background-repeat: repeat-x;
	}
	
/* Main Build */

#container {
	width: 890px;
	min-height:900px;
	height:auto !important;
	height:900px;
	text-align: left;
	margin: 10px auto 70px auto;
	}
	
#banner {
	width: 890px;
	height: 180px;
	margin-bottom: 5px;
	padding-top: 2px;
	}

#logo {
	width: 150px;
	height: 143px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	}
	
#logo span {
	display: none;
	}

#welcome {
	width: 381px;
	height: 32px;
	background-image: url(../images/titles/welcome.gif);
	background-repeat: no-repeat;
	}
	
#welcome span {
	display: none;
	}

#about {
	width: 281px;
	height: 32px;
	background-image: url(../images/titles/about.gif);
	background-repeat: no-repeat;
	}
	
#about span {
	display: none;
	}
	
#services {
	width: 281px;
	height: 32px;
	background-image: url(../images/titles/services.gif);
	background-repeat: no-repeat;
	}
	
#services span {
	display: none;
	}
	
#hire {
	width: 281px;
	height: 32px;
	background-image: url(../images/titles/hire.gif);
	background-repeat: no-repeat;
	}
	
#hire span {
	display: none;
	}
	
#contact {
	width: 210px;
	height: 32px;
	background-image: url(../images/titles/contact-us.gif);
	background-repeat: no-repeat;
	}
	
#contact span {
	display: none;
	}
	
#news {
	width: 400px;
	height: 32px;
	background-image: url(../images/titles/news.gif);
	background-repeat: no-repeat;
	}
	
#news span {
	display: none;
	}
	
.navHolder {
	float: right;
}

.nav {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
  
.nav li {
    float: left;
    list-style: none;
    }
            
.nav a:link, .nav a:visited, .nav a:hover {
	font-size: 0.8em;
	height: 29px;
	float: left;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #333333;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	text-decoration: none;
    }

#leftSide {
	width: 450px;
	height: auto;
	float: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 0px;
	text-align: justify;
	}
	
#slideshowHolder {
	width: 375px;
	height: 600;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0;
	}
	
.newsItem {
	width: 480px;
	height: auto;
	padding-bottom: 10px;
	}
	
h1 {
	font : 12px  Arial, Helvetica, Tahoma, sans-serif;
	color:#FFFFFF;
}
	
h2 {
	font : 12px  Arial, Helvetica, Tahoma, sans-serif;
	color:#F57421;
}

h3 {
	color:#F57421;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.1em;
	padding-top: 10px;
}

h4 {
	font : 12px  Arial, Helvetica, Tahoma, sans-serif;
	color:#FFFFFF;
}

h5 {
	font : 12px  Arial, Helvetica, Tahoma, sans-serif;
	color:#FFFFFF;
}

h6 {
	font : 12px  Arial, Helvetica, Tahoma, sans-serif;
	color:#FFFFFF;
}

/* footer panel*/

#footpanel {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #202020;
	border-right-color: #202020;
	border-bottom-color: #202020;
	border-left-color: #202020;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
	padding: 0;
	margin: 0 auto;
	width: 860px;
	list-style: none;
	font-size: 1.1em;
}

#footpanel ul li {
	padding: 3px;
	margin: 0;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 30px; width: 30px;
	text-decoration: none;
	color: #FFF;
	text-shadow: 1px 1px #333;
	position: relative;
	font-weight: bold;
}

#footpanel li.address, #footpanel li.telephone, #footpanel li.email {
	border-right: 1px solid #333333;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
#footpanel li.address {width: auto; padding: 13px 10px 0 10px;}
#footpanel li.telephone {width: auto; padding: 13px 10px 0 10px;}
#footpanel li.email {width: auto; padding: 13px 10px 0 10px;}
#footpanel li.email a:link, #footpanel li.email a:visited {color: #FFF; text-decoration: none;}
#footpanel li.email a:hover {color: #F57421; text-decoration: none;}

#footpanel li.freebloodStamp {
	margin: 0px;
	height: 24px;
	width: 100px;
	padding: 4px;
	margin: 5px 5px 0 0; 
	float: right;
	clear: right;
	background: #000 url(../images/freeblood_stamp.png) no-repeat center center;
	display: block;
}

#footpanel li.freebloodStamp a {
	display: block;
	height: 24px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}


#mainContent {
	float: left;
	width: 890px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#leftSide p {
	margin-top: 8px;
	font-size: 0.8em;
}

.QuoteBox {
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 268px;
	width: 358px;
}

blockquote {
	padding-top: 70px;
	padding-left: 20px;
}

.quoteSource {
	text-align: right;
	height: auto;
	width: 260px;
	color: #F57421;
	font-style: italic;
	font-size: 0.8em;
	float: left;
	padding-left: 25px;
}

.hightlight {
	font-weight: bold;
	color: #F57421;
}

#homepage, #services-list {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 0.8em;
	float: left;
	clear: both;
	width: 450px;
	}
	
#homepage li, #services-list li {
	background-image:url(../images/bullet.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 2px 25px;
}
.logos {
	height: 60px;
	width: auto;
	padding: 20px 0 0 0;
	float: left;
	clear: both;
}
.logos li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
	}

.contactLogos {
	height: auto;
	width: 300px;
	float: left;
	padding-top: 10px;
	clear: both;
}
.contactLogos img {
	float: left;
	width: auto;
	clear: right;
	height: auto;
	padding-right: 10px;
}
.contactLogos p {
	line-height: normal;
}

.contactLogos a:link, .contactLogos a:visited {
	color: #F47320;
	text-decoration: none;
}

.contactLogos a:hover {
	color: #F47320;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F47320;
}
#homepage a:link, #homepage a:visited {
	color: #333333;
	text-decoration: underline;
}
#rightSide img {
	float: left;
	padding-bottom: 10px;
}

#wrap {
	font-size: 14px;
	float: left;
	width: 750px;
	height: 30px;
	position: relative;
	left: 140px;
	bottom: 50px;
}

#wrap a:link, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

#wrap a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F57421;
	text-decoration: underline;
}

