@charset "UTF-8";
/* CSS Document */

body{font-size:0.9em; line-height:1.3em;}
h1, h2, h3, h4{line-height:120%;}

/*#####CLASSES####*/
.floatleft{float:left;position:absolute;}
.padding-bottom{padding-bottom:1em}
.border-top{border-top: dotted 1px #CCC; clear:both; padding-top:1em;}
.clearfooter{clear:both;margin-top:2em;padding-top:1em;border-top: 1px solid #ccc;}
div.moduletable{margin-bottom:1em;}
.tooltip{background-color:none !important;}
div.pagewrapper {background-color: #FFFFFF;padding: 0px}

div.header {
    background-color: #00264C;
    background-image: url("../images/header-grad.jpg");
    background-repeat: repeat-x;
    margin-bottom: 1em;
    min-height: 105px;
    width: 100%;
}
div.clearboth{
	clear:both;
	width:100%;
	display:block;
	height:1em;
}

div.contactlabel dl dt{
	float:left;
	width:80px; margin-right:10px;
}
div.contactlabel dl dl{ margin-bottom:3px;}
/*#### HOME PAGE SLIDER BOX ####*/
div.hpslider {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
		  overflow:hidden;
}
div.hpslider img{
	max-width:120px !important;
	height:auto;
}

div.hpslider h3 {
    background-color: #00264C;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    margin: -8px 0 10px -14px;
    padding: 3px 0 3px 15px;
    width: 103%;
}


/*#### PUSHES CONTENT DOWN IN LARGE DISPLAY WITH FIXED NAV####*/
div.mainclear{clear:both; height:5em; width:100%;}


/*####ABOUTS US PAGE####*/
div.aboutus img {border: 1px solid #CCC; padding:0.75em;}

/*####TESTIMONIALS ITEM####*/
div.testimonialcatItemIntroText{background-color:#f5f5f5;}
div.testimonialcatItemHeader{padding-left:50px; padding-top:10px;} 
div.testimonialcatItemHeader h3{font-size:1em;}

/*####FAQS####*/
.faqsq{font-size:1.5em;}


/*#####TOP MENU####*/
ul.topmenu{
	list-style:none;
	padding:0px !important;
	margin:0px !important
}

ul.topmenu li{
	display:inline;
	float:left;
}
ul.topmenu li a{
	padding:15px;
	font-size:1.2em;
	color:#274767;
	font-weight:bold;
}
ul.topmenu li.active a{
	color:#00264c;
}
ul.topmenu > li > a:hover{
	color:#00264c;
}

/* removes left hand padding from the home menu item */
ul.topmenu li.item-101 a:link{ padding-left:0px !important;}

/*#####GAUGES MENU####*/
ul.gauges{
	background-color:#00264c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
ul.gauges li {
    border-bottom: 1px solid #274767;
    margin-bottom: -2px;
	cursor:pointer;
}
ul.gauges li a, ul.gauges li a:link {
	border:none !important;
	color:#cacdd1;
}

ul.gauges li.active a, ul.gauges li a:hover {
	border:none !important;
	color:#fff !important;
	background-color:#011b35;
}

/* BARGAIN BIN MENU ITEM */
li.item-324 a,
li.item-324 a:link,
li.item-324 a:visited{
	background-color:#660000 !important;
	color:#fff !important;
}
li.item-324 a:hover,
li.item-324.active a{
	background-color:#C00 !important;
	color:#fff !important;
}




/*#####REMOVES BORDER FROM BOTTOM LINK####*/
li.item-207{
	border-bottom:none !important;
}



/*#####BANNER 05####*/
div.banner05{
	padding-top:1em;
	font-size:0.85em;
	border-top:1px dotted #CCC;
}
div.banner05 ul{
	margin:0px;
	padding:0px;
}
div.banner05 ul li{
	list-style:none;
}

/*#####ON SPECIAL MODULE####*/
div.onspecial {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #666;
	background-color:#e30000;
	/* fallback/image non-cover color */

   /* fallback image */
   background-image: url(images/onspecial-grad.png); 

   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e30000), to(#9b0000));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #e30000, #9b0000); 

   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #e30000, #9b0000);
 
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #e30000, #9b0000);

   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #e30000, #9b0000);
}
div.onspecial div {border:none !important; }
div.onspecial ul {list-style:none inside; padding:0px; margin:0px;}
div.onspecial ul li {list-style:none inside;}
div.onspecial ul li.even{
	background-image:url("../images/shim.png");
	background-color:none !important;
}
div.onspecial div.k2ItemsBlock ul li a.moduleItemTitle {
    color: #FFFFFF;
    float: left;
    padding-left: 4px;
    width: 70%;
	padding-top:1em;
}

div.onspecial a.moduleItemImage img {width: 20%;}

div.onspecial h3 {
    background-color: #960000;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 0 4px 4px;
    text-transform: uppercase;
}





/*####BOOSRAP OVERRIDES####*/
div.logo{ margin-left:0px;}


/*####NEWS STYLING####*/
/*Grey background colour used in column*/
.newsbg01 {background-color: #EFEFEF;padding: 20px;}
.newsbg01 img {margin-bottom:1em;}
/*News image styling with captions*/
p.caption{font-weight:bold; font-style:italic;}

/* Category list items */
h2.catlistheader a {
    color: #00264C;
    display: block;
    margin-bottom: 0.5em;
    padding: 0.25em;
    text-decoration:underline;
    text-transform: uppercase;
	font-size:0.8em;
}
h2.catlistheader a:hover{
	text-decoration:none;
}


div.newscatItemImageBlock {
    float: left;
    margin-right: 1.5em;
}
div.catItemIntroText p{
    font-size: 1.2em;
    line-height: 120%;
}


/*####SEARCH####*/
div.pxsearch input {
    color: #999999;
    text-transform: uppercase;
    width: 100%;
}
div.pxsearch label{display:none;}

div.pxsearch input.button {
    float: right;
    height: 20px;
    margin-right: -5px;
    margin-top: -33px;
    position: relative;
    width: 20px;
}

/*####SEARCH PAGE####*/
div.searchpage label{ display:inline; width:auto;}
div.searchpage div.controls{ display:inline; width:auto; margin-left:1em;}
div.searchpage .form-action{ 
	margin:0px;
	padding:0px;
	display:inline;
}


/*#### SOCIAL MEDIA ####*/
div.social {
    display: inline;
    float: right;
    height: 20px;
    padding: 15px 0;
}

.tweet{
margin-left:-40px;
}

/*#### HOME PAGE LINKS ####*/

div.hplink{
	display:table;
}

div.hplink div.span3{
	background-color: #0a4974; 

   /* fallback image */
   background-image: url("../images/hpgradient.jpg"); 

   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0e73b8), to(#0a4974));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #0e73b8, #0a4974); 

   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #0e73b8, #0a4974);
 
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #0e73b8, #0a4974);

   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #0e73b8, #0a4974);
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    display:block !important;
    font-size: 16px;
    font-weight: normal !important;
    min-height: 60px;
    line-height: 17px;
    min-width: 1%;
    text-decoration: none;
    vertical-align: middle !important;
	-moz-box-shadow:    0px 2px 2px 0px #666;
  	-webkit-box-shadow: 0px 2px 2px 0px #666;
  	box-shadow:         0px 2px 2px 0px #666;	
  	text-align:center !important;
	padding: 10px 10px 0 10px;
}

div.hplink div.span3:hover{
	   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0e5d92), to(#0a4974));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #0e5d92, #0a4974); 

   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #0e5d92, #0a4974);
 
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #0e5d92, #0a4974);

   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #0e5d92, #0a4974);
}


a.hplink {
    color: #FFFFFF;
    display:block;
    font-size: 16px;
    font-weight: normal !important;
    height: 53px;
    line-height: 17px;
    margin: auto;
    min-width: 1%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle !important;
}

/*#### /HOME PAGE LINKS ####*/




/*####INFOTABLE STYLING####*/
.infotable {
    border: 1px solid #999999;
    margin-bottom: 1em;
    padding: 0.75em;
	  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
		  width:100%;
}
.infotable tr {
    vertical-align: top;
}
.infotable thead tr th {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 1.25em;
    font-weight: normal;
    padding: 0.5em;
    text-align: center;
}
.infotable tbody {background-color: #EFEFEF;}
.infotable tbody tr:hover {background-color: #ffffff;}
.infotable tr {
    padding: 0.25em;
}
.infotable td {
    border: 1px solid #FFFFFF;
    padding: 0.5em 0.8em 0.8em;
}
.infotable td.month{
    width:35%;
}
.infotable tfoot {
    background-color: #999999;
    color: #FFFFFF;
    font-size: 0.85em;
    padding: 0.5em;
}




/*####TYPOGRAPHY####*/
div.itemFullText h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 260%;
    font-weight: normal;
    margin-bottom: 0.5em;
}


div.itemFullText h2{
	font-size:120%;
	
	margin-bottom: 0.5em;
}
	
div.itemFullText h3{
	font-size:140%;

	
}
	
/*####TOOLTIPS####*/

.tooltip {
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  position: absolute;
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 7px black;
}

/*####FOOTER STYLE####*/
div.footer a:link, div.footer p{color:#999 !important;}




/*####FIXED FOOTER####*/
/*FOOTER PUSH*/
.bottombar, .push {
clear:both;
width:100%;
height: 80px;
padding-top:0;
float:left;
}

div.bottombar2{
margin:auto;
height:80px;
overflow: hidden;
position: fixed;
bottom: 0px;
width: 100%;
background-image:url(../images/footer-grad.png);
background-position:0px 2px;
background-repeat:repeat-x;
background-color:#999999;
z-index:2000;
margin-left:-20px;
padding-left:20px;
}	

div.bottombar3{
margin:auto;
color:#FFFFFF;
text-align:left;
padding-top:5px;
}
div.bottombar3 p{padding-right:40px;}

#bottombar3 h1{
color:#ff9900;
}

#bottombar3 p{
font-size:10px;
}
#bottombar3 a{font-size:10px;

}

#bottombar3 a:link{ font-size:10px; color:#fff; text-decoration:underline;}
#bottombar3 a:active{font-size:10px; color:#fff;}
#bottombar3 a:visited{ font-size:10px; color:#fff;text-decoration:underline;}
#bottombar3 a:hover{ font-size:10px;color:#fff; text-decoration:none;}



div.itemExtraFields ul li.even{background-color:#efefef;}


/*####WYSIWYG BACKEND STYLE####*/
body#tinymce h1, body#tinymce h2, body#tinymce h3 {line-height:120%;}

/*####KEYWORDS####*/
div.itemFullText h3.keywords{position:absolute; top:0px; left:-9999px; width:400px; }
h3.keywords{padding:10px; background-color:#efefef; border:1px solid #999;}



input, textarea{width:70%;}




    /* Large desktop */
    @media (min-width: 1200px) { ... }
     
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 50px) and (max-width: 979px) {
	div.hplink div.span3 {height: 45px; min-height:45px; !important;}
	a.hplink{font-size:16px; padding-top:10px 0 10px 0 !important;}
	
	}
     
    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) {
	.floatleft {position:relative; float:none;}	
	div.mainclear{display:none;}
	div.onspecial a.moduleItemImage img {width: 10%; height:auto;}
	
	
	}
     
    /* Landscape phones and down */
    @media (max-width: 480px) {
	div.mainclear{display:none;}	
	}