/*
Designed by Flow New Media (www.brandnewflow.com
*/

html, body { height: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/public/img04.jpg);
	background-repeat: repeat;
	background-position: left top;
}

body, th, td, input, textarea {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

form {
}

fieldset {
}

input, textarea, select {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/public/inside/bg_button.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	width: 60px;
	background-color: #009900;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:visible;
	border: 1px solid #339966;
}

h1 {
	font-size: 2em;
	font-family: "Arial Narrow", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #22942A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #22942A;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

h2 {
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 16px;
}

h3 {
	font-size: 1.2em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	padding: 5px 0px;
	text-transform: uppercase;	
}

h4 {
	font-size: 1.1em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 5px;
}


p, ul, ol {
	margin-top: 1em;
	line-height: 1.6em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #4F333E;
}

a:hover {
	border: none;
}

a img {
	border:none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #00B4CE;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #006633;
}

hr {
	color: #ECE9D8;
	background-color: #ECE9D8;
	height: 1px;
	width: auto;
}

strong {
	font-weight:bold;
	}
	
em {
	font-style: italic;	
	}
/* Wrapper */

#allthings {
	background-image: url(../images/public/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	width: 950px;
	min-height: 100%;
	height: 100%;
	padding: 0;
	background-image: url(../images/public/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

html>body #allthings{ height: auto; }
html>body #wrapper { height: auto; }

/* Header */

#header {
	width: 950px;
	height: 138px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/public/bg_masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	height: 38px;
	width: auto;
	float: right;
	margin-top: 102px;
	margin-right: 8px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}

#menu a:hover {
	color: #C6EC7D;
}

/* Apply position: absolute to float the menu above the Flash movie */
#topnav {
	margin-left: auto;
	margin-right:auto;
	margin-bottom:0px;
	padding: 5px 180px 5px 100px;
	text-transform: capitalize;
	height: 31px;
	background-image: url(../images/public/bg_topnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:670px;
	text-align: center;
	z-index: 25;
}
/* Apply this style to correct the collapsing primary navigation in template pic. The CMS wraps nav elements in a table */
#topnav table{
	clear:both;
	width:auto;
	overflow:visible;
	margin-top:1px;
	padding-top: 0px;
	
}
/* Apply this style to lock the width of each nav item */
#topnav td {
		padding: 6px 0px;
}

#topnav table tbody tr td {
	padding-bottom:3px;
	height:25px;
}

#topnav a{
	padding-left:10px;
}

/* Logo */

#logo {
	width: 950px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	z-index: -1;

}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;
	border-top: none;
	background-color: #FFFFFF;
}

/* Content */

#commodities {
	float: left;
	width: 250px;
	margin-right: 15px;
	background-image: url(../images/public/home/title_commodities.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	font-size: 12px;
	color: #3A302E;
	padding-top: 20px;
}
#commodities .itemised-commodities a img{
	border:0px;
}


.itemised-commodities{
	height: 65px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}



/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar1 {
	width: 380px;
	margin-right: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar1 #news {
	background-image: url(../images/public/home/title_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 20px;
	width: 360px;
	padding-left: 25px;
	}
	
#sidebar1 li {
	background-image: url(../images/public/inside/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 3px;
}

#sidebar1 #events {
	background-image: url(../images/public/home/title_events.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 25px;
	width: 360px;
}

#sidebar1 #links {
	background-image: url(../images/public/home/title_relatedlinks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
}

#sidebar2 {
	width: 265px;
	padding: 0px 5px 0px 0px;
}

#sidebar2 #countries {

}
#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  0 0px;
	height: 20px;
}

#sidebar2 ul {
	line-height: normal;
	padding-top: 10px;
	margin-top: 0px;
}

#sidebar2 ul li{
	padding-bottom: 6px;
}

#sidebar2 li a {
	border: none;
	padding-left: 30px;
	text-transform: uppercase;
	color: #4293C8;
	font-size: 12px;
	line-height: 16px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 30px;
	color: #003366;
}

#searchbox {
	background-image: url(../images/public/home/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 210px;
	padding-top: 18px;
	padding-left: 56px;
	background-color: #22942A;
}

.box {
	border:1px solid #FFFFFF;
	width: 120px;
	margin-right: 13px;
	font-size: 11px;
	color: #666666;
}

#countryoffices {
	background-image: url(../images/public/home/title_countryoffices.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	background-color: #FFFFFF;
	padding-top: 62px;
	padding-left: 10px;
}

#countryoffices ul{
	margin:0px;
	padding:0px;
}
#countryoffices ul li.antigua{
	background-image: url(../images/public/home/bullet_antigua.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.barbados{
	background-image: url(../images/public/home/bullet_barbados.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#countryoffices li.belize{
	background-image: url(../images/public/home/bullet_belize.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.dominica{
	background-image: url(../images/public/home/bullet_dominica.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.grenada{
	background-image: url(../images/public/home/bullet_grenada.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.guyana{
	background-image: url(../images/public/home/bullet_guyana.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.jamaica{
	background-image: url(../images/public/home/bullet_jamaica.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.montserrat{
	background-image: url(../images/public/home/bullet_montserrat.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.stkitts{
	background-image: url(../images/public/home/bullet_stkitts.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.stlucia{
	background-image: url(../images/public/home/bullet_stlucia.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.svg{
	background-image: url(../images/public/home/bullet_svg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.tt{
	background-image: url(../images/public/home/bullet_tt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.hq{
	background-image: url(../images/public/home/bullet_cardi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#countryoffices li.cta{
	background-image: url(../images/public/home/bullet_cta.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Inside Pages */

#header-inside {
	width: 950px;
	height: 138px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/public/bg_masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo-inside {
	width: 950px;
	height: 174px;
	margin-top: 0px;
}

#page-inside {
	width: 950px;
	margin: 0 auto;
	padding-top: 0px;
	border-top: none;
	background-color: #FFFFFF;
	background-image: url(../images/public/inside/bg_contentinside.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#content-inside {
	float: left;
	width: 635px;
	margin-right: 15px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #3A302E;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
}

#content-inside h3 {
	font-size: 1.2em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	margin: 0px;
	text-transform: uppercase;
	padding: 10px 0px 6px 0px;

}
#content-inside ul li, #content-inside ol li {
	background-image: url(../images/public/inside/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 25px;
}

#content-inside a, #content-inside ul li a{
	font-weight: normal;
	color: #009900;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
		text-decoration:none;
}

#content-inside ul {
	margin-left: 0px;
	margin-top: 0px;
}

#content-inside ul li ul li {
	margin-top: 0px;
	background-image: url(../images/public/inside/lightGrayArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 20px;
	font-size: 12px;
} 
#content-inside input {


	}
#content-inside form {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFEC;
}
#content-inside td {
	padding: 3px;
}

#content-inside td h2{
	padding: 3px;
	margin: 0px;
}
#content-inside td h3{
	padding: 3px;
	margin: 0px;
}
#content-inside a img, #content-inside img a{
	border: none;
}
#functionbar {
	width:300px;
	height:28px;
	margin-bottom: 0px;
	float: right;
	margin-top: -38px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 2px;
}
#functionbar ul {
	display: inline;
	float: right;
	margin-top: 3px;
	padding-top: 0px;

}

#functionbar ul li.printpage {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	margin-left: 5px;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(../images/public/inside/printer.png);
	height: 28px;
}

#functionbar ul li.feedback {
	background-image: url(../images/public/inside/comments_add.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	margin-left: 5px;
	padding-left: 20px;
	font-size: 11px;
	height: 28px;
}

#functionbar ul li a{
	font-weight: bold;
	color: #333300;
	border:none;
	text-decoration:none;
}

#content-inside #breadcrumbs {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #3D3329;
	text-decoration: none;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

#content-inside #breadcrumbs a, #content-inside #breadcrumbs a:hover {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

#sidebar2-inside {
	width: 270px;
	height: 100%;
	margin-top: -22px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar2-inside #countries {

}
#sidebar2-inside li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  0 0px;
	height: 20px;
}

#sidebar2-inside ul {
	line-height: normal;
	padding-top: 18px;
	margin-top: 0px;
}

#sidebar2-inside ul li{
	padding-bottom: 6px;
}

#sidebar2-inside li a {
	border: none;
	padding-left: 30px;
	text-transform: uppercase;
	color: #4293C8;
	font-size: 12px;
}

#sidebar2-inside li a:hover {
	border: none;
	padding-left: 30px;
	color: #003366;
}

#sidebar2-inside #sidenav {
	
}
#sidebar2-inside #sidenav ul {
	margin-top: 0px;
}


#sidebar2-inside #sidenav ul li {
	background-image: url(../images/public/inside/bg_rightnav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#sidebar2-inside #sidenav a {
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;

}

#sidebar2-inside #sidenav a:hover {
	color: #99CCFF;
}

#searchbox-inside {
	background-image: url(../images/public/inside/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 229px;
	padding-top: 21px;
	padding-left: 36px;
	background-color: #FBFBFB;
}

#searchbox-inside-genericpages {
	background-image: url(../images/public/inside/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 229px;
	padding-top: 20px;
	padding-left: 36px;
	background-color: #FBFBFB;
	margin-top: 7px;
}

.box-inside {
	border:1px solid #FFFFFF;
	width: 120px;
	margin-right: 18px;
	font-size: 11px;
	color: #666666;
}


#countryoffices-inside {
	background-image: url(../images/public/inside/bg_rightpane.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-left: 39px;
	margin-bottom: -19px;
	padding-bottom: 8px;
	width: 226px;
}

#commodities-inside{
	margin-top: 16px;
	height: 350px;
	background-image: url(../images/public/inside/bg_sidebarinside.jpg);
	background-repeat: repeat-x;
	width: 264px;
	padding-left: 0px;
	margin-right: 0px;


}
#logo-inside img {
	padding-top: 0px;
}

#pdf-links ul li{
	background-image: url(../images/public/inside/icon_PDF.gif);
	list-style-type: none;
	padding:0px 5px 5px 20px;
	margin: 0px 0px 5px 0px;
	line-height: 20px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}





/* Footer */

#footer {
	height: 225px;
	background-image: url(../images/public/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.navcolumn strong {
	font-weight: bold;
}


#footer p {
	text-align: left;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#footer a:hover {
	text-decoration: underline;
}


#footer ul{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	
}

#footer ul li {
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	line-height: 16px;
}

#footer #footerlinks {
	border: 1px solid #09B0E1;
	float: left;
	width: 680px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer #copyright{
	float: right;
	width: 220px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer .navcolumn {
	float: left;
	width: 156px;
	margin-right: 5px;
	text-align: left;
	margin-top: 0px;
	padding: 2px;
	vertical-align: top;
	height: 150px;
	margin-left: 5px;

}

/* News Manager styles */

#getnewsdetails {
	color: #333333;
	width: 100%;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
}

div.getnewslinksforshort {

}

div.news-list {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

div.parentcategory, div.category {
	visibility:hidden;
	height: 0px;
}

div.news-list-item {

}

div.news-link a{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
}

div.news-link a:hover{
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	padding-bottom: 5px;
	font-weight: bold;
}

div.news-link a:visited{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
}

div.news-link2 {
	font-size: 12px;
	color: #3399CC;
	text-decoration: none;
	padding-bottom: 15px;
	font-weight: bold;
}

div.news-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;	
}

div.news-author {
	color: #333333;
	font-size: 11px;
	font-style: italic;
}


div.anchor {

}

div.news-date {
font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
		font-weight: bold;
	color: #333333;
	text-decoration: none;
}

div.news-desc {
font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/* Doc Library Styles */

tr.tableheader td{
	font-weight:bold;
}

.row1 {
	background-color: #F9F8F2;
}

.row2 {

}


/* Extra Styles */
img.floatright {
	float:right;
	padding: 0px 0px 10px 10px;
}

img.floatleft {
	float:left;
	padding:10px 10px 0px 0px ;
}