﻿body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: black; /*	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #A6DEF2;

	background-color: white;*/;
	background: #F4F3ED;
}
ol,ul{
padding-left:20px;
}
#busy-icon {
	display: none;
}
strong {
	font-weight: bold;
}
.site-font, .site-font, a, .ui-widget-content, a:link, .description, .link-item, .link-item a, .link-item a:link #tabs-numbers td, td.title, .ms-WPBody td {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 14px;
}
div.customMain > div.customBreadcrumbs a, div.customMain > div.customBreadcrumbs span {
	font-size: .95em;
}
.link-item, .link-item a, .link-item a:link {
	font-size: 14px !important;
}
.ui-widget-content {
	font-size: 89%;
}
.ui-tabs .ui-tabs-nav li a {
	padding: .5em .6em;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearboth {
	clear: both;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
img {
	border: none;
}
img.imageBorder {
	border: 1px solid #000000;
	width: 185px;
}
p {
	margin: 5px 0px 10px 0px;
}
a, a:visited, a:link {
	color: #0077b4;
	text-decoration: none;
}
a:hover {
	color: #0077b4;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
div {
	padding: 0px;
	margin: 0px;
}
h1.customPageTitle, .customTicketTitle h1 {
	font-family: Libre Baskerville;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 0px;
	padding-top: 15px;
}
.customClear {
	clear: both;
}
.customCentered {
	width: 977px;
	margin: auto;
	padding-bottom: 20px;
}
.customMain {
	width: 100%;
	border: #306F8E;
	border-style: solid;
	border-width: thin;
	background-color: white;
	min-height: 400px;
	padding: 8px 20px;
	width: 937px;
	overflow: auto; /* handle wide lists with scrolling */;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.customTop {
	background-color: transparent;
	height: 19px;
	margin: 10px 0 8px;
	width: 100%;
	color: #0f3655;
}
.customTopLeft {
	float: left;
	line-height: 19px;
	width: auto;
	padding-left: 5px;
}
.customTopRight {
	float: right;
	width: 600px;
	padding-right: 5px;
}
.customTopRightItem {
	float: right;
	padding-left: 10px;
	width: auto;
	padding-bottom: 5px;
	padding-top: 5px;
}
customTopRightItem a {
	font-size: 70%;
}
.customTop input {
	height: 12px;
	width: 100px;
	font-size: 1em;
}
.customTop select {
	height: 19px;
	font-size: 1em;
}
.customLogin {
	float: left;
	width: auto;
}
.customHeader {
	height: 186px;
	width: 100%;
}
.customTopNavHolder {
	background-image: url('../images/dottedline.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	white-space: nowrap;
	width: auto;
}
.customLeftNavHolder {
	margin-top: 5px;
	padding-bottom: 20px;
	width: 200px;
}
.customFooter {
	width: 100%;
	color: #505050;
	background-color: white;
}
.customLogo {
	padding-bottom: 15px;
}
.customMSLogo {
	background-image: url('../images/microsoft_logo.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 14px;
	width: 84px;
	position: relative;
	display: block;
	float: right;
}
.customFooterLeft {
	float: left;
	width: 400px;
	height: 30px;
	padding-left: 60px;
}
.customFooterRight {
	float: right;
	width: 400px;
	height: 30px;
	text-align: right;
	padding-right: 60px;
}
.customFooter img {
	margin-left: -12px;
}
a.customFooterLink, .customFooterRight {
	font-size: 85%;
}
a.customFooterLink {
	color: #505050;
	padding: 0px 5px;
	border-left: thin black solid;
}
a.customFooterLink:first-child {
	border: 0;
}
.customMainLeft {
	float: left;
	padding-right: 20px;
	width: 240px;
}
.customMainRight {
	width: 710px;
	float: left;
}
.customSubTitle {
	font-family: Arial,sans-serif;
	color: #929B98;
	font-weight: bold;
	font-size: 105%;
}
.customPageTitle {
}
.customMainContent {
	padding-bottom: 0px;
	line-height: 1.5em;
}
.customTicketTitle {
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 30px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.article, div.welcome {
	padding: 10px 0px;
}
/*
-----------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------
*/
/* search button hider */
.customSearch .ms-sbgo img {
	display: none;
}
/* fancy search button */
.customSearch .ms-sbgo a {
	display: block;
	height: 45px;
	width: 45px;
	background: transparent url('../images/search-icon_40.png') no-repeat scroll left top;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 4px;
}
/* search button hover 
.customSearch .ms-sbgo a:hover {
	background-image: url('../images/but_go_on.gif');
}*/
/* search box style */
.customSearch input.ms-sbplain {
	margin-top: 6px;
	height: 35px;
	margin-right: 0px;
	background-image: none;
	color: #999999;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
.customSearch {
	width: 200px;
	float: left;
}
.s4-search input.ms-sbplain {
	width: 150px !important;
}
/*
-----------------------------------------------------------------------------
  Top Navigation
-----------------------------------------------------------------------------
*/
.home-img {
	background: transparent url('../images/Home.png') no-repeat;
	height: 50px;
	width: 17px;
	background-position: 0 15px;
}
.home-img:hover {
	background: transparent url('../images/Home.png') no-repeat;
	height: 50px;
	width: 17px;
	background-position: 0 -35px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.s4-tn li.static {
	line-height: 50px;
	height: 50px;
}
.s4-tn li.static + li {
	border-left-style: solid;
	border-width: thin;
	border-color: #FFFFFF;
}
/* arrow for flyouts */
.menu-horizontal a.dynamic-children span.additional-background, .menu-horizontal span.dynamic-children span.additional-background {
	padding-right: 0px;
	background-image: none;
}
/* item style */
.s4-tn li.static > .menu-item {
	white-space: nowrap;
	border: 0px none transparent;
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-family: Libre Baskerville;
	font-size: 2.0em;
}
.s4-tn li.static span.menu-item-text {
	font-family: Libre Baskerville;
	font-size: 2.0em;
}
/* item style hover */
.s4-tn li.static > a:hover {
	color: #5C9FBC;
	text-decoration: none;
	background-color: white;
	line-height: 46px;
	height: 42px;
}
/* flyout holder */
.s4-tn li.static a.dynamic span.menu-item-text {
	font-family: Libre Baskerville;
	font-size: 1.0em;
}
.s4-tn ul.dynamic {
	background-color: #fff;
	border: 0px none;
	-moz-border-radius: 0.5em;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
/* flyout item */
.s4-tn li.dynamic > .menu-item {
	display: block;
	white-space: nowrap;
	font-weight: normal;
	padding: 4px 8px 4px 10px;
	font-family: arial,helvetica,sans-serif;
	border-top: 0px;
	color: #327291;
	line-height: 25px;
}
/* flyout item hover */
.s4-tn li.dynamic > a:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #327291;
	color: #fff;
}
.s4-tn {
	width: 765px;
	float: left;
}
.customTopNavHolder {
	background: -moz-linear-gradient(top, #306f8e 0%, #4283a1 51%, #5c9fbc 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#306f8e), color-stop(51%,#4283a1), color-stop(100%,#5c9fbc)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #306f8e 0%,#4283a1 51%,#5c9fbc 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #306f8e 0%,#4283a1 51%,#5c9fbc 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #306f8e 0%,#4283a1 51%,#5c9fbc 100%); /* IE10+ */;
	background: linear-gradient(to bottom, #306f8e 0%,#4283a1 51%,#5c9fbc 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306f8e', endColorstr='#5c9fbc',GradientType=0 ); /* IE6-9 */;
	position: relative;
	float: left;
	clear: none;
	height: 50px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 979px;
	margin-top: 3px;
}
.banner img {
	width: 977px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #306F8E;
	border-style: solid;
	border-width: thin;
}
.banner {
	height: 129px;
}
/*
-----------------------------------------------------------------------------
  Web Parts
-----------------------------------------------------------------------------
*/
/* web part title for left column */
.customLeftWPHolder .ms-WPTitle {
	color: inherit;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
	text-transform: uppercase;
	background-image: url('../images/ticket_bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 34px;
	padding-left: 4px;
}
/* web part padding for left column */
.customLeftWPHolder .ms-wpContentDivSpace {
	padding: 0px;
}
/* remove some white speace from web parts in left column */
.customLeftWPHolder .ms-WPHeader .ms-wpTdSpace {
	display: none;
}
/* remove border from bottom of web parts in left column */
.customLeftWPHolder .ms-WPHeader td {
	border-bottom: none;
}
/*
-----------------------------------------------------------------------------
  Overrides for out of the box Sp css
-----------------------------------------------------------------------------
*/
/* hide body scrolling (SharePoint will handle) */
body {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu {
	background: #F2F2F2;
}
/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
body #s4-leftpanel {
	padding-right: 20px;
	width: 200px;
}
/* body area  */
.s4-ca {
	margin-left: auto;
}
/* fix scrolling on list pages */
#s4-bodyContainer {
	position: relative;
}
/* fix the font on some ootb menus */
.propertysheet, .ms-authoringcontrols {
	font-family: Verdana,Arial,sans-serif;;
	line-height: normal;
}
/* nicer border between top bar and page */
.ms-cui-topBar2 {
	border-bottom: 1px solid #666666;
}
/* hide the hover state for teh ribbon links */
#s4-ribbonrow a:hover {
	text-decoration: none;
}
/* fix ribbon line height */
#s4-ribbonrow {
	line-height: normal;
}
/* make site settings links look normal */
.ms-linksection-level1 ul li a {
	font-weight: normal;
}
/* hide the left margin when dialog is up */
.ms-dialog .customCentered, .ms-dialog .customMain, .ms-dialog .customMainRight {
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	width: auto !important;
	height: auto !important;
	background-color: white !important;
	background-image: none !important;
	padding: 0px !important;
	overflow: inherit;
}
/* dialog bg */
.ms-dialog body {
	background-color: white;
	background-image: none;
}
/* fix dialog padding */
.ms-dialog .s4-wpcell-plain {
	padding: 4px;
}
.customPressRelease .article .article-header {
	border: none;
}
.customPressRelease .image img {
	max-width: 450px;
}
.customPressRelease .captioned-image .caption {
width:auto;
}
.captioned-image .caption {
	font-size: 8pt;
	font-family: "Segoe UI";
	color: #666666;
	font-style: italic;
	width: 180px;
}
.ms-WPTitle {
	font-weight: bold;
	font-family: "Segoe UI";
	font-size: 10pt;
	padding-top: 15px;
}
.customPressRelease .article {
	padding-left: 0px;
}
/*
-----------------------------------------------------------------------------
  Council of Minister page
-----------------------------------------------------------------------------
*/
#com, .ministers, #prime-minister {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.minister {
	width: 330px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	text-align: left;
}
.ministers .minister {
	width: 48%;
}
.ministers .minister img {
	margin-left: 82px;
}
#prime-minister {
	text-align: left;
	margin: 0 auto;
	width: 330px;
}
.ministerImg {
	float: left;
	margin-right: 15px;
}
.line {
	border-top-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.ministerDetails {
	width: 190px;
	float: left;
}
.about-contact {
	float: left;
	width: 200px;
	margin-left: 18px;
}
#contact, #aboutsxm, #pageFooter {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
	color: #222;
	border-radius: 5px;
}
#contact {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
#contact p, #contact table td {
	font-size: 90%;
}
#socialButtons img{
	margin:5px auto;
	display:block;
}
#aboutsxm {
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#aboutsxm img {
	display: block;
	margin: 0 auto;
	width: 190px;
}
#contact h4 {
	text-align: center;
	color: #0775da;
	font-size: 1.3em;
	margin: 10px auto;
}
.article-header .by-line {
	color: #0077b4;
	text-align: left;
	font-weight: bold;
	font-style:italic;

}
.article-header .date-line{
float:none;
}
/*
-----------------------------------------------------------------------------
  Press Releases home
-----------------------------------------------------------------------------
*/
#pressReleasesSummary {
}
#pressReleasesSummary li.dfwp-item .image-area-top {
	height: 150px;
}
#pressReleasesSummary li.dfwp-item img {
	width: 150px;
}
#pressReleasesSummary li.dfwp-item .link-item .title {
	font-weight: bold;
}
#More, #Latest, .half-width {
	float: left;
	width: 50%;
}

#More .dfwp-list{
height:350px;
overflow: auto;
}
#More img {
	width: 50px;
}
#More .link-item {
	margin-left: 55px;
	width: 265px;
	margin-right: 5px;
}
#More li +li {
	padding: 5px 0px;
border-top: thin black solid;
}

#Latest img {
	width: 325px;
	margin: 0 auto;
	display: block;
}
#Latest .navigator-content {
	display: none;
}
#Latest .lof-slidecontent {
	border: none;
}
#Latest .lof-slidecontent .sliders-wrapper {
	width: 321px;
}
#Latest .lof-slidecontent {
	width: 321px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Latest .slider-meta {
	padding-left: 15px;
	height: 70px;
}
.allPressReleases .image-area-left {
	width: 25%;
}
.allPressReleases .link-item {
	float: left;
	width: 74%;
}
.allPressReleases a.readMore {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	padding: 1px 5px;
	font-size: 12px !important;
	line-height: 1.5;
	border-radius: 3px;
	-webkit-user-select: none;
}
.dfwp-item .allPressReleases {
	overflow: auto;
}
.dfwp-item .allPressReleases a {
	font-weight: bold;
}
/*
-----------------------------------------------------------------------------
  Minister Cabinet
-----------------------------------------------------------------------------
*/
li.dfwp-item .ministerCabinet {
}
li.dfwp-item .ministerCabinet p.name {
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #E4E8F0;
	padding: 2px 0px 2px 3px;
	color: black;
}

.ministry-carousel{
padding-top:15px;
}
/*
-----------------------------------------------------------------------------
  Quick launch menu
-----------------------------------------------------------------------------
*/
/* left nav item style */
.customLeftNavHolder li > .menu-item {
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ECF0EF;
	padding: 4px 0 4px 0px;
}
.customMainLeft .static .menu-item .menu-item-text {
	color: #403c29;
	font-size: 1.1em;
	font-weight: bold;
}
.customMainLeft .static a.menu-item .menu-item-text {
	color: #0077b4;
	font-size: 100%;
	font-weight: normal;
}
.customMainLeft .root li.static ul.static {
	padding-left: 15px;
}
.customMainLeft .selected {
	font-style: italic;
}
.arrow-r {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #444;
	margin-bottom: 1%;
	margin-right: 7px;
	margin-left: 3px;
	display: inline-block;
}
/*
-----------------------------------------------------------------------------
  Tabs on front page
-----------------------------------------------------------------------------
*/
#tabs {
	width: 710px;
	float: left;
}
#tabs .ms-WPHeader, #tabs.ui-tabs .ui-tabs-panel {
	background: #fcfdfd 50% bottom repeat-x !important;
}
#tabs-numbers table{
margin-top:10px;
}


/*
-----------------------------------------------------------------------------
  Social buttons on front page
-----------------------------------------------------------------------------
*/

#tabs-social{
width:716px;
float:left;
}

#social{
width:716px;
float:left;
padding-top:15px;
}

#social img{
	width:200px;
}
/*
-----------------------------------------------------------------------------
  Related links
-----------------------------------------------------------------------------
*/
#tabs-links ul.dfwp-list li {
	float: left;

}
#tabs-links ul.dfwp-list li img {
	max-width: 275px;
}
/*
-----------------------------------------------------------------------------
  Video Player
-----------------------------------------------------------------------------
*/
.VideoPlayer {
	display: block;
	width: 330px;
	height: 230px;
}
/*
-----------------------------------------------------------------------------
   Zoning map
-----------------------------------------------------------------------------
*/
#zoningmap img {
	float: left;
}
/*
-----------------------------------------------------------------------------
   Announcements
-----------------------------------------------------------------------------
*/
#s4-alertsbarcontainer {
	display: none;
	margin-top: 0px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 1px 0px;
	padding: 4px 5px 5px 10px;
	font-family: verdana;
	font-size: 1.1em;
	background: #d9534f;
	height: 20px;
}
#pageAlertBar {
	height: 20px;
	position: relative;
	overflow: hidden;
	float: left;
	width: 900px;
}
#s4-alertsbarcontainer {
	position: relative;
}
#s4-alertsbarcontainer ul {
	width: 20000em;
	position: relative; /* Optional, required in this case since it's a <ul> element */;
	list-style: none;
	margin: 0;
	padding: 0;
}
#s4-alertsbarcontainer ul li {
	height: 20px;
	list-style-type: none;
}
.s4-alert {
	background: #d9534f;
	color: #fff;
	border-color: #caac09;
}
#s4-alertsbarcontainer .navigation {
	width: 75px;
	position: absolute;
	right: 0;
	top: 6px;
}
.s4-alert a {
	color: #fff;
}
table.holiday, table.details {
	width: 100%;
}
table.holiday thead td {
	font-weight: bold;
}
table.holiday td {
	width: 240px;
}
table.details .title {
	font-weight: bold;
}
table.gsc td {
	width: 170px;
}

div.article.article-body.giplist ul.dfwp-column ul.dfwp-list li.dfwp-item {
float: left;
width:33%;
}

div.article.article-body.giplist img.gip{
 width:150px;
}
/*
-----------------------------------------------------------------------------
   Table format
-----------------------------------------------------------------------------
*/
.ms-rteTableFirstCol-default {
	text-align: left;
}
.ms-rteTableOddCol-default, .ms-rteTableEvenCol-default, .ms-rteTableOddCol-1, .ms-rteTableEvenCol-1, .ms-rteTableHeaderOddCol-1, .ms-rteTableHeaderOddCol-1, .ms-rteTableHeaderEvenCol-1 {
	text-align: center;
}
div.customMain .container_12 select, div.customMain .container_12 input[type=text], #search, #searchDepartments,  #searchDepartmentsHome {
	display: block;
	width: 30%;
	height: 34px;
	padding: 0px 12px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
div.customMain .container_12 textarea {
	height: 150px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ms-rteTableFirstCol-1, ms-rteTableHeaderFirstCol-1 {
	text-align: left;
}
/*
-----------------------------------------------------------------------------
   Alphas
-----------------------------------------------------------------------------
*/
.alphas a.alpha {
	font-size: 15px;
	padding: 0px 8px 0px 8px;
	border-left: thin black solid;
}
.alphas a:first-child {
	border: none;
}
div.item.link-item.departments td.title, div.item.link-item.schoolDirectory td.title {
	border-bottom: thin rgb(180, 215, 235) solid;
}
div.item.link-item.departments td.title, div.item.link-item.departments td.title a {
	font-weight: bold;
}
.alpha .band {
}
div.item.link-item.departments a {
	text-decoration: underline;
	color: #0077b4;
}

a .alpha .band{
 cursor: pointer; cursor: hand; }
 }
/*
-----------------------------------------------------------------------------
   Contact us
-----------------------------------------------------------------------------
*/
.container_12, .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	margin-left: 0px !important;
}
/*
-----------------------------------------------------------------------------
   Home page
-----------------------------------------------------------------------------
*/
.coat-of-arms-container {
	margin-left: -12px;
	margin-right: -12px;
}
img.coat-of-arms {
	width: 100%;
}
.half-size {
	float: left;
	width: 50%;
}

#tabs-media .dfwp-list li.dfwp-item .item {
	padding-bottom: 0px;
	padding-top: 0px;
}
.mini-image-wrapper {
	float: left;
	max-width: 33%;
}
.mini-image-wrapper img {
	max-width: 98%;
}
.Collage {
	/* define how much padding you want in between your images */
    padding: 1px;
	margin-left:5px;
    width:339px;
    height:240px;
}
.Collage img {
	/* ensures padding at the bottom of the image is correct */
    vertical-align: bottom;
}
#tabs .title.half-width {
	font-weight: bold;
	color: #0775da;
	width: 75%;
}
.half-width .section {
	width: 98%;
}
#tabs .more.half-width {
	text-align: right;
	width: 25%;
}
#tabs .more a {
	font-style: italic;
	font-size: .8em;
}
.gip {
	width: 300px;
}

#searchDepartmentsHome{
width: 100%;
}

#departmentsSearch{
width:300px;
position:relative;
}

#searchResultPanel{
padding: 0 12px;
width: 100%;
display: none;
position: absolute;
z-index: 10;
max-height: 136px;
height: 120px;
}

#results{
width: 278px;
position: absolute;
overflow-y: scroll;
height: 100px;
}
/*
-----------------------------------------------------------------------------
   Media room
-----------------------------------------------------------------------------
*/
#media-tabs ul {
	list-style: none;
	margin-bottom: 5px;
	background-color: #E4E8F0;
	padding: 2px 0px 2px 3px;
	color: black;
	height: 50px;
}
#media-tabs ul li {
	float: left;
	float: left;
	height: 50px;
	padding: 0;
	margin: 0;
}
#media-tabs ul li a {
	height: 47px;
	display: block;
	float: left;
	padding: 0 15px;
	font-size: 14px;
	line-height: 49px;
	text-decoration: none;
}
#media-tabs ul li.active {
	background-color: #fff;
	padding-bottom: 3px;
}
.brochureList li {
	width: 47%;
	float: left;
	padding: 5px;
}
}
.brochureHeader {
	display: none;
}
div.item.brochure {
	text-align: center;
}
.brochure img {
	margin: 0 auto;
	display: block;
	height: 150px;
	border: thin black solid;
}
.photoAlbum li {
	width: 33%;
	float: left;
	height: 200px;
	text-align: center;
	list-style:none;
}
.photoAlbum li a {
	text-align: center;
	padding:10px
}
.photoAlbum li img {
	display: block;
	max-width: 200px;
	margin: 0 auto;
}
.video {
	display: block;
	width: 330px;
	height: 220px;
}
.flowplayer .fp-playlist {
	display: block;
	width: 320px;
	text-align: center;
	margin: 15px;
	float: left;
}
.details {
	background-color: #F4F3ED;
}
.details .department {
	font-size: .9em;
}


.site-name{
position: relative;
width: 850px;
margin-left: 47px;
font-style: italic;
}

.site-name #ministry{
position:absolute;
left:0;
font-size: .8em;
}

.site-name #last-modified{
position:absolute;
right:0;
font-size: .8em;
}

.ndp .column{
    float:left;
}
.ndp .column.content{
width:	500px;
}

.ndp .brochure{
	width:150px;
}

ul.threeItems li{
	float:left;
 	width:33%;
 	height:250px;
}
ul.threeItems li img{
	width:100%;
}
ul.threeItems li .floatLeft .link-item{
min-height:43px;
}

#cbqwpctl00_ctl27_g_62c03eaf_2665_456b_89eb_d15fa81ac049 li{
	float:left;
}
table[summary="Total Eligible Voters "]{
	width:100%;
}
table[summary="Total Eligible Voters "] td.ms-vb2,
table[summary="The National Alliance - NA "] td.ms-vb2,
table[summary="United St. Maarten Party - US "] td.ms-vb2,
table[summary="United People's Party - UP "] td.ms-vb2,
table[summary="The Social Reform Party - SRP "] td.ms-vb2,
table[summary="The Democratic Party - DP "] td.ms-vb2,
table[summary="One St.Maarten People Party - OSPP "] td.ms-vb2,
table[summary="2014 Overall Election Results "] td.ms-vb2,
table[summary="Hourly  Results "] td.ms-vb2

{
	border:thin black solid;
}

table[name="US"]
{
	background-color:#71b7fe;
	color:white;
}
table[name="US"] .ms-numHeader a, table[name="NA"].ms-numHeader a, table[name="UP"] .ms-numHeader a{
	color:black;
}
table[name="DP"] .ms-numHeader a, table[name="SRP"] .ms-numHeader a, table[name="OSPP"] .ms-numHeader a{

color:white;
}


table[name="UP"]{
	background-color:#00ff00;
}

table[name="DP"]
{
	background-color:#ff0000;
	color:white;
}
table[name="SRP"]
{
	background-color:#538dd5;
	color:white;
}

table[name="OSPP"]
{
	background-color:#6A016A;
	color:white;
}


.sharrre .box{
  float:left;
}
.sharrre .count {
  color:#444444;
  display:block;
  font-size:17px;
  line-height:34px;
  height:34px;
  padding:4px 0;
  position:relative;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#eee;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.sharrre .share {
  color:#FFFFFF;
  display:block;
  font-size:11px;
  height:16px;
  line-height:16px;
  margin-top:3px;
  padding:0;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#9CCE39;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.sharrre .buttons {
  display:block;
  position:relative;
  width:200px;
  margin:0 auto;
  z-index:10;
  background-color:#fff;
}
.sharrre .button {
  float:left;
  max-width:50px;
  margin-left:10px;
}

#shareButtons{
	min-height:50px;
	
}

/*
-----------------------------------------------------------------------------
   Home page footer
-----------------------------------------------------------------------------
*/
.btn-lg, .btn-group-lg>.btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}

a.btn {
	color:white;
}
#pageFooter{
padding-top:5px;
position:relative;
margin-top:5px;
}
.third-width{
	width:33%;
	float:left;

}
.searchDepartments .section a {
font-style: italic;
font-size: .8em;
}

.searchDepartments .section .title
{
width:	60%;
}

.searchDepartments .section .more
{
width:	40%;
}
.third-width.searchDepartments, 
.third-width.psc{
	margin:15px 15px 0;
	width:35%;
	color: #4f5b63;

}
.third-width.psc img{
	width:100%
}
.third-width.relatedLinks{
	width:20%;
		margin:15px;
}
.third-width.relatedLinks .btn{
	padding:28px 38px;
	background:linear-gradient(to bottom, #306f8e 0%,#4283a1 51%,#5c9fbc 100%);
}

div.clearBoth{
	clear:both;
}