/*----- Google Font Import -------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:900);

/*----- @FontFace Import -------------------------------*/
@import url(../fonts/stylesheet.css);

/* ==== General Styles Sitewide ==== */
body {
	margin: 0px;
	padding: 0px;
	min-width: 980px;
	background-color: #e7e4db;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: left top;
	}
	 
p { margin: 0; padding: 0px 0px 12px 0px; }
br { padding: 0; margin:0; line-height: 12px; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
.clearboth { display: block; clear: both; height: 0px; }
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.hidden {
	visibility: hidden;
}


.content ul, .content ol, .homecontent ul, .homecontent ol {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 6px;
}
.content li, .content li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 8px 22px;
	text-indent: -22px;
	list-style:none;
}
.content li:before, .homecontent li:before {
    content: "•";
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
    color: #4cacdb;
}

a { color: #4cacdb; text-decoration: none; }
a:hover { color: #4cacdb; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 { font-family: PMNCaecilia, "Times New Roman", Times, serif; font-weight: normal; font-style: normal; color: #4cacdb; margin: 0px; }
h1 { font-size: 22px; line-height: 28px; display: block; padding: 0px 0px 7px 0px; }
h2 { font-size: 17px; line-height: 23px; color: #4cacdb; padding: 0px 0px 12px 0px; }
h3 {  font-size: 16px; line-height: 22px; color: #4cacdb; padding: 0px 0px 9px 0px; }
h4 {  font-size: 15px; line-height: 19px; color: #4cacdb; padding: 0px 0px 6px 0px; }
h5 {  font-size: 14px; line-height: 18px; color: #4cacdb; padding: 0px 0px 3px 0px; }
h6 {  font-size: 14px; line-height: 16px; color: #555; font-weight: bold; padding: 0px 0px 3px 0px; }


/* =Colours used
------------------------------------------------------------------*/
.textgrey { color: #555; }
.blue { color: #4cacdb; }
.darkblue { color: #003970; }

/* = Container (Bootstrap has styles set for this also)
------------------------------------------------------------------*/
.container {
	width: 940px;
	margin-right: auto;
    margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.whitecontainer {
	background-color:#FFF;	
	min-height: 700px;
	padding: 40px 20px 30px 30px;
	margin-bottom: 35px;
	-moz-box-shadow: 0px 1px 7px 0px #aaa;
  	-webkit-box-shadow: 0px 1px 7px 0px #aaa;
  	box-shadow: 0px 1px 7px 0px #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #555;
}



/* = Header
------------------------------------------------------------------*/

header {
	margin: 34px 0px 0px 0px;
	display: block;
	width: 100%;
	height: 138px;
	overflow: hidden;
	text-align: right;
	background-image: url(../images/bg-header2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.logobg {
	display: block;
	width: 100%;
	background-image: url(../images/logo-header.png);
	background-repeat: no-repeat;
	background-position: center top;		
	height: 117px;
}
header a.logolink {
	float: left;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	text-decoration: none;
	width: 320px;
	height: 75px;
}
header .fblink {
	display: inline-block;
	margin: 42px 12px 0px 0px;
	padding: 0px;
	text-decoration: none;
	width: 28px;
	height: 28px;
	background-image: url(../images/fb-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
header .fblink:hover {
	background-position: left bottom;
}

/* = TOP NAVIGATION
------------------------------------------------------------------*/
#mainnav {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	background-color:#003970; 
	margin: 0px;
	height: 34px;
	overflow: hidden;
	text-align: left;
	padding: 0px;
}
#mainnav a {
	display: inline-block;
	padding: 9px 14px 5px 14px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 900;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
#mainnav a:hover, #mainnav a.current, #mainnav a.section { text-decoration: none; color:#4cacdb; }

/* =Small screen navigation
------------------------------------------------------------------*/
#phonenav {
	margin: 0px 0px 20px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #afafaf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #afafaf;
	padding: 12px 0px 12px 0px;
}
#phonenav select {
	display: block;
	font-family: Arial, sans-serif; font-weight: normal;
	width: 100%;
	font-size: 16px;
	padding: 4px;
}



.leftside {
	float: left;
	width: 265px;
	margin: 0px 30px 20px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	position: relative;
}

.leftsideline {
	width: 1px;
	height: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #afafaf;	
	position: absolute;
	right: 0;
	top: 0;
}

/* =SUB NAVIGATION
------------------------------------------------------------------*/

.subnav {
	display: block;
	margin: 0px 0px 40px 0px;
}

.subnav a{
	text-decoration: none;
	color:#555;
	display: block;
	padding: 0px 0px 4px 11px;
	line-height: 17px;
	background-image: url(../images/subnavbg.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}
.subnav a:hover{
	text-decoration: none;
	color:#4cacdb;
}
.subnav a.current{
	text-decoration: none;
	color:#4cacdb;
}
.subnav a.section{
	text-decoration: none;
	color:#4cacdb;
}
.subnav h3 a, .subnav h3 a.current, .subnav h3 a.section {
	background-image: none;
	font-size: 22px; line-height: 24px; color: #00366a; padding: 0px 0px 10px 0px; margin: 0px;
}

.subnav .redirectorpage {
	font-style: italic; line-height: 17px; color: #a0a0a0; padding: 0px 0px 2px 0px; margin: 25px 0px 0px 0px;
}
.subnav .thirdlevel {
	display: block;
	margin: 0px 0px 10px 0px;
}
.subnav .thirdlevel a {
    background-image: none;
    padding: 0px 0px 4px 20px;
}
.subnav .thirdlevel a:before {
    content: "-";
	padding: 0px 7px 0px 0px;
	margin-left: -5px;
}
.subnav .homeinnerheading {
	font-style: italic; line-height: 17px; color: #a0a0a0; padding: 0px 0px 6px 0px; margin: 0px 0px 0px 0px;
}

.strongerlink { font-weight: bold; }


/* = Left Side buttons 
------------------------------------------------------------------*/
.leftsidebuttons {
	}
.leftsidebuttons a {
	width: 200px;
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 9px 10px 5px 10px;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	font-family: PMNCaecilia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	background-color: #aaa8b6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/icons/leftsidearrow.png);
	background-repeat: no-repeat;
	background-position: 178px center;
}
.leftsidebuttons a.two {
	background-color: #a1b19b;
}
.leftsidebuttons a.three {
	background-color: #b29a78;
}
.leftsidebuttons a.four {
	background-color: #73b0cd;
}

.leftsidebuttons a:hover {
	background-color: #017bb6;
	text-decoration: none;
}


.leftsidepictures {
	display: block;
	margin: 0px 0px 40px 0px;
}
.leftsidepic {
	margin: 0px 0px 12px 0px;
}


/* =CONTENT
------------------------------------------------------------------*/

.content {
	float: left;
	width: 520px; 
	padding: 0px;
	margin: 0px 0px 20px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.content_narrow {
	float: left;
	width: 385px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

/* = Page Pics 
------------------------------------------------------------------*/

#pics_right {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 190px;
}
#pics_left {
	float: left;
	margin: 0px 18px 0px 0px;
	width: 190px;
}

.pagepic {
	margin: 0px 0px 20px 0px;
}
.pagepic img {
	display: block;
}
.pictext{
	display: block;
	text-align: center;
	padding: 3px 0px 6px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-style: italic;
	color: #acacac;
}
.pagepic a, .pagepic a:hover {
	text-decoration: none;
	color: #999;
}

/* = Larger Pictures (Aligned Top or Bottom)
------------------------------------------------------------------*/
.largepic {
	margin: 10px 0px 10px 0px; 
}
.largepic a, .largepic a:hover {
	text-decoration: none;
	color: #999;
}

/* = Thumbnail Galleries (Aligned Top or Bottom)
------------------------------------------------------------------*/
.gallerycontent { width: 580px; }
.thumbnailgallery { display: block; margin: 20px 0px 20px 0px; }
.thumbnail {
	border: 1px solid #cdcdcd;
	margin: 0px 8px 9px 0px;  
	padding: 4px;
	float: left;
}
#thumbnailgallery .cropbox {
	display: block;
	width: 170px;
	height: 105px;
	overflow: hidden;	
}
.thumbnail img {

}
.thumbnail a, .thumbnail a:hover {
	text-decoration: none;
	color: #999;
}

.bigthumbnail {
	margin: 0px 15px 10px 0px;  
	max-width: 260px;
	padding: 4px;
	float: left;
	text-align: center;
	color: #555;
}
.bigthumbnail img { display: block; margin-bottom: 5px; }
.bigthumbnail a { color: #555; font-weight: bold; line-height: 18px;}
.bigthumbnail a:hover { color: #4cacdb; text-decoration: none;  }


/* = AUTO LISTING PAGE STYLES
------------------------------------------------------------------*/

#listing {
	display: block;
	float: left;
	width: 860px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#listing_narrow {
	display: block;
	float: left;
	width: 680px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


.listing-text h3 {
	padding: 0px 0px 4px 0px; 
}

.full_list_pics {
	float: right;
	margin: 0px 5px 0px 0px;
	width: 222px;
}
.listing-thumb {
	padding: 5px;
	border: 1px solid #b5b5b5;
	margin: 0px -70px 20px 20px;
	display: block;
	float: right;
	width: 210px;
}
.listing-thumb img{
	width: 210px;
}

#listing .cropbox {
	height: 140px;
	overflow: hidden;	
}

#listing_narrow .cropbox {
	height: 90px;
	overflow: hidden;	
}

.listing-thumb a, .listing-thumb a:hover {
	text-decoration: none;
	color: #999;
}

.clear-listing {
	display: block;
	clear: both;
	height: 28px;
}


/* = Videos
------------------------------------------------------------------*/
.videoframe {
	display: block;
	padding: 0px;
	margin: 8px 0px 20px 0px;
}


/* = Contact Page
------------------------------------------------------------------*/

.googlemap {
	margin: 0px 0px 16px 0px;	
}


/* = Product Page
------------------------------------------------------------------*/

.productprice {
	margin: 0px 0px 10px 0px;	
	font-size: 19px;
	color: #4cacdb; 
}
.cartbutton {
	display: block;
	clear: both;
	margin: 12px 0px 0px 0px;
}



/* = Search Results
------------------------------------------------------------------*/

.searchresultsrow {
	margin: 0px 0px 40px 0px;	
}
.searchresultsrow img { display: block; margin: 0px 0px 15px 0px; }


/* = Homepage Bits
------------------------------------------------------------------*/
.hometopblock {
	vertical-align: top;
	padding: 0px 20px 30px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #555;
}
.hometopleft {
	display: block;
	float: left;
	width: 606px;
	height: 428px;
	vertical-align: top;
	overflow: hidden;
}

.bighomelink {
	float: left;
	margin: 17px 14px 0px 12px;
}
.bighomelink a {
	display: block;
	width: 170px; 
	height: 68px; 
	font-size: 0px;
	line-height: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bighomelink a:hover {
	background-position: left top;
}
.bighomelink a.gallery {
background-image: url(../images/home-gallery.png);
}
.bighomelink a.youtube {
background-image: url(../images/home-youtube.png);
}
.bighomelink a.blog {
background-image: url(../images/home-blog.png);
} 

.homewhiteblock {
	vertical-align: top;
	background-color:#fff;
	padding: 30px 0px 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #555;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b0a8;
}
.homecontent {
	display: block;
	float: left;
	width: 550px;
	margin: 0px 0px 0px 17px;
	padding-top: 6px;
	font-family: PMNCaecilia, "Times New Roman", Times, serif; font-weight: normal; 
	font-style: italic; 
	color: #777;
	font-size: 17px;
	line-height: 24px;
}
.homecontent h2 {
	display: inline;
	text-transform: capitalize;
	color: #112a4c;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.2em;	
}
.homecontent p {
	display: inline;
}



.newseventsbox {
	display: block;
	float: right;
	width: 315px;
	height: 428px;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #b2b0a8;
	position: relative; 
}


.tabs {
  position: relative;   
  background: #999;
  display: block;
  min-height: 428px; /* This part sucks */
  clear: both;
  margin: 0px 0px 0px 0px;
}
.tab {
  float: left;
}
.tab label {
  background: #999;
  color: #fff;
  padding: 11px 0px 5px 20px;
  width: 160px;
  position: relative;
  display: block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px; 
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;  
  border-bottom: 1px solid #b2b0a8;
  box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tab label.tablabel2 {
	width: 147px;
}
.tab [type=radio] {
  display: none;
}
.tabcontent {
  position: absolute;
  top: 33px;
  left: 0;
  font-size: 12px;
  line-height: 19px;
  background: white;
  right: 0;
  bottom: 0;
  padding: 4px 14px 0px 22px;
  border-top: 1px solid #b2b0a8;
}
[type=radio]:checked ~ label {
  background: white; 
  color: #003365;
  border-bottom: 1px solid white; 
  z-index: 2;
}
[type=radio]:checked ~ label ~ .tabcontent {
  z-index: 1;
}
.tab label:hover {
	cursor: pointer;
}

.tabcontent h6 { 
	margin: 15px 0px 0px 0px;
	font-size: 15px;
	line-height: 19px;
}
.tabcontent h6 a, .tabcontent a {
	color: #555;
}
.tabcontent h6 a:hover, .tabcontent a:hover {
	color: #4cacdb;
	text-decoration: none;
}
.tabcontent a.linktonews {
	display: block;
	clear: both;
	color: #4cacdb;
	margin: 8px 0px 0px 0px;
}
.tabcontent a.linktonews:hover {
	text-decoration: underline;
}


.youthsocial {
	display: block;
	clear: both;
}
.youthtwitter {
	float: left;
	width: 265px;
	margin: 0px 30px 20px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	position: relative;
}
.youthfb {
	float: left;
	width: 520px; 
	padding: 0px;
	margin: 0px 0px 20px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.hometwitter {
	display: block;
	float: right;
	width: 315px;
	background-color: #FFF;
}
.wherewearebox {
	display: block;
	margin: 26px 0px 25px 0px;
	background-color: #FFF;
}
.wherewearebox h4 {
	display: block;
	padding: 0px 0px 6px 0px;
	margin: 0;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 17px;
  line-height: 20px; 
  font-weight: 900;
  text-decoration: none; 
  text-transform: uppercase;  
  color: #003365;
  border-bottom: 1px solid #b2b0a8;
}
.wherewearebox .flagrow {
	display: block;
	padding: 2px 0px 0px 10px;
	margin: 0;
  font-size: 12px;
  line-height: 19px;
  border-bottom: 1px solid #b2b0a8;
}
.wherewearebox a.flag {
	display: block;
	float: left;
	padding: 8px 0px 6px 33px;
	margin: 0;
	width: 120px;
	color: #777;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: left 6px;
}
.wherewearebox a.flag:hover { color: #4cacdb; }
.wherewearebox .canada{
	background-image: url(../images/flags/flag-canada.gif);
}
.wherewearebox .ireland{
	background-image: url(../images/flags/flag-ireland.gif);
}
.wherewearebox .england{
	background-image: url(../images/flags/flag-england.gif);
}
.wherewearebox .nigeria{
	background-image: url(../images/flags/flag-nigeria.gif);
}
.wherewearebox .ghana{
	background-image: url(../images/flags/flag-ghana.gif);
}
.wherewearebox .usa{
	background-image: url(../images/flags/flag-usa.gif);
}
.wherewearebox .grenada{
	background-image: url(../images/flags/flag-grenada.gif);
}
 


.homeblocks {
	display: block;
	clear: both;
	margin: 0px 0px 35px 0px; 
}

.homeblocks a {
	display: block;
	float: left;
	width: 297px;
	height: 103px;
	margin: 0px 24px 0px 0px;
	background-image: url(../images/homeblock-policy.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0px;
	line-height: 0px;
}
.homeblocks a.signup {
	background-image: url(../images/homeblock-signup.png);
}
.homeblocks a.donation {
	background-image: url(../images/homeblock-donation.png);
	margin: 0px;
}




/* = Login Page
------------------------------------------------------------------*/

#loggedinbox {
	display: block;
	width: 170px;
	background-color:#e8e8e8;
	font-size: 11px;
	line-height: 21px;
	margin: 0px 0px 16px 10px;
	padding: 10px 0px 10px 0px;
	text-align:center;
}

#loggedinbox a {
	display: block;
	padding: 0px;
	background-image: none;
	text-decoration: underline;
}


/* OTHER IMAGES PLACED DIRECTLY INTO CONTENT/TEXT AREA 
-------------------------------------------- */
.content img.right {
		float: right;
		margin-left: 20px;
	}
.content img.left {
		float: left;
		margin-right: 20px;
	}
.content img.leftAlone {
		float: left;
		margin-right: 100%;
	}
.content img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	

/* LINK ICONS - shows type of file
	------------------------------------ */
	.content a[href$=".pdf"],
	.content a[href$=".PDF"],
	.content a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.content a[href$=".doc"],
	.content a[href$=".DOC"],
	.content a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.content a[href$=".xls"],
	.content a[href$=".XLS"],
	.content a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.content a[href$=".gz"],
	.content a[href$=".GZ"],
	.content a[href$=".gzip"],
	.content a[href$=".GZIP"],
	.content a[href$=".zip"],
	.content a[href$=".ZIP"],
	.content a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.content a[href$=".exe"],
	.content a[href$=".EXE"],
	.content a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}



/* = Styles For FORMS
------------------------------------------------------------------*/
form {
	margin: 0px 0px 20px 0px;
}
fieldset { 
	margin: 0px; 
	border: none;
	background:#f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 14px; 
	margin: 0px 0px 10px -2px;
	max-width: 400px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}

textarea, input {
  border: 1px solid #cccccc;
  padding:5px;
  color:#666;
  margin: 4px 0px 8px 0px;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.text {
	width: 230px;
	display: block;
}
textarea{
	width: 230px;
	display: block;
}

div.Actions input {
	background:#e8e8e8;
	padding: 8px 12px 8px 12px;
	border: none;
}
div.Actions input:hover {
	background:#4cacdb;
	color: #FFF;
}

/* Validation Error Alerts */
div.middleColumn label, #PageCommentInterface_Form_PostCommentForm_error, .message {
	display: block;
	text-align: left;
	background-color: #ffeeee;
	padding: 6px;
	margin: -4px 0px 16px 0px;
	color: #666;
}



/* =BASE
------------------------------------------------------------------*/

footer {
	display: block;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	padding: 16px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #dadded;
	background-color:#122a4d;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat;
	background-position: left top;
}

footer a {
	display: block;
	text-decoration: none;
	color: #a7abc6;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}

footer h5 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #fff;
	font-weight: bold;
}
footer h5 a { color: #fff; }
footer h5 a:hover { color: #fff; text-decoration: underline; }



.sitemapblock {
	float: left;
	width: 178px;
	padding: 0px;
	margin: 0px 0px 70px 10px;
	
}


/* = Search Div
------------------------------------------------------------------*/
#searchdiv {
	padding: 0px;
	margin: 0px 4px 0px 0px;
	float: right;
}

#searchdiv form {
	margin: 0px;
	padding: 0px;
}

#searchdiv input {
	width: 150px;
	height: 22px;
	padding: 0px 2px 0px 9px;
	margin: 0px 3px 0px 0px;
	font-size: 11px;
	line-height: 16px;
	background:#fff;
	color:#888;
	float: left;
	border: none;
	border-radius: 0px;
}

.searchbutton {
	height: 22px;
	width: 28px;
	display: inline-block;
	padding: 0px;
	background-image: url("../images/icons/searchbutton.png");
  	background-position: 3px 1px;
  	background-repeat: no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
}
.searchbutton:hover {
	cursor:pointer;
	background-color:#122a4d;
	background-color: rgba(255,255,255,0.1);
	
}

.footercredits {
	float: left;
	width: 715px;
	margin: 2px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a7abc6;	
	padding: 3px 0px 0px 0px;	
	
}