@font-face {
  font-family: 'HelveticaNeueLTCom';
  src: url('fonts/helveticaneueltcom-lt.eot');
  src: url('fonts/helveticaneueltcom-lt.eot') format('embedded-opentype'),
       url('fonts/helveticaneueltcom-lt.woff') format('woff'),
       url('fonts/helveticaneueltcom-lt.ttf') format('truetype')
}

body {
	margin: 0;
	text-align: center;
	font-family: 'HelveticaNeueLTCom';
	background-color: #03297E;	
}

h1 {
	color: #03297E;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'HelveticaNeueLTCom';
	text-align: center;	
}

h2 {
	color: #F1DF01;
	font-family: 'HelveticaNeueLTCom';	
}

h3 {
	color: #0F4AD0;
	font-family: 'HelveticaNeueLTCom';
}

p {
	color: #011459;
	font-family: 'HelveticaNeueLTCom';
}

input {
	font-family: 'HelveticaNeueLTCom';	
}

textarea {
	overflow: auto;
	font-family: 'HelveticaNeueLTCom';	
}

ul, li { 
/*	list-style: none; */
	color: #011459;
	font-family: 'HelveticaNeueLTCom';	
}

ol {
	display: block;
	color: #011459;
	font-family: 'HelveticaNeueLTCom';	
}

#container {
	width: 960px; 
	margin: 148px auto 0px;
}

#fixed-header {
	width: 100%; 
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9998;
	height: 126px;
}

#header {
	background-color: #EFEFEF;
	max-width: 960px; 
	height: 126px; 
	margin:0px auto; 
	text-align: left;
	position: relative;
}

#logo {
	width: 100%;
	height: 126px;
	margin: 0px auto;
	color: #EFEFEF;
	text-align: center;
	font-size: 80px;
}

#kiribati_logo {
	height: 126px;
	width: 960px;
	float: left;
}	

#kiribati_logo_text {
	margin-left: 515px;
	margin-top: 15px;
	position: fixed;
	color: #EFEFEF;
}

#contact_details {
	float: right; 
	margin-top: 10px; 
	margin-right: 30px; 
	text-align: right;
}

#contact_details a, #contact_details a:visited{
	text-decoration: none;
	color: #04175B;
	font-size: 23px;
}

#contact_details a:hover {
	color: #F1DF01;
}

#menu {
	background-color: #EFEFEF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #03297E;
	float: left;
	font-size: 17px;
	width: 100%;
	height: 23px;
}

#menu ul {
	width: 100%; 
	margin: 0px auto; 
	padding: 0px;
	list-style-type: none;
	float: left;
}

#menu li {
	color: #011459;
	float: left;
}

#menu li:hover {
	background-color: #0F4AD0;
}

#menu li.first {
	margin-left: 0;
}

#menu li a, #menu li a:visited {
	color: #011459;
	float: left;
	text-decoration: none;
	padding: 0px 13px;
}

#menu li:last-child a {
	padding: 0 13px;
}

#menu ul ul li:last-child a {
	padding: 5px 10px;
}

#menu li a:hover {
	color: #F1DF01;
	float: left;
}

#menu ul ul {
	display:none;
	list-style: none;
	padding-left: 0px;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	z-index: 100;
}

#menu ul ul:hover {
/*	display: block;*/
}

#menu ul li:hover > ul {
	display: block;
	width: 190px;	
	background-color: #0F4AD0;
	text-align: center;
}

#menu ul li li {
	height: 30px;
	width: 190px;	
	text-align: left;	
	border-top: 1px solid #FAFAFA;	
	padding-left: 0px;
	margin-left: 0px;
}

#menu ul ul li a, #admin_menu ul ul li a:visited {
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	width: 170px;
	color: #FFFFFF;
}
#menu ul li:hover li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #03297E;
}

#menu ul li:hover li a:hover {
	color: #F1DF01;
	font-weight: normal;
}

#menu ul ul li:hover li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#198A9E;
}

li.about {
	width: 128px;
}

li.economic-issues {
	width: 151px;
}

li.environmental-issues {
	width: 181px;
}

li.social-issues {
	width: 123px;
}

li.solutions {
	width: 90px;
}

#content {
	background-color: #FFFFFF;
	color: #011459;
	float: left;
	padding-bottom: 50px;
	width: 100%;
}

#kiribati_image {
	float: right; margin-left: 15px; margin-bottom: 15px; width: 33%;
}

#footer {
	background-color: #0638AA; 
	padding-bottom: 15px;
	padding-top: 15px;
	color: #FFFFFF;
	border-top: 4px solid #000000;
	float: left;
	width: 100%;
}

#footer .divider {
	width: 960px; 
	background-color: #000000; 
	height: 4px; 
	position: relative;
	left: 0px;
	margin-top: 0px;
	overflow: hidden;
}

#footer .left {
	float: left;
	margin-left: 10px;
	clear: left;
}

#footer .right {
	float: right;
	margin-right: 10px;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}	

#footer .weblink, #footer .weblink:visited {
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	font-size: 23px;
}	

#footer a:hover {
	color: #EFEFEF;
}

#footer .full {
	text-align: center;
	width: 100%;
}

#footer .full .address {
	text-align: center;
	width: 270px;
	margin: 0px auto;
	display: inline;
}		

#menu_footer {
	width: 960px; 
	padding-top: 15px;
	font-size: 17px;
}

#menu_footer ul {
	width: 940px; 
	margin: 0px auto; 
	padding: 0px;
	list-style-type: none;
}

#menu_footer li {
	color: #FFFFFF;
	float: left; 
	margin-left: 13px;
}	

#menu_footer li.first {
	margin-left: 0;
}

#menu_footer li a, #menu_footer li a:visited {
	color: #FFFFFF;
	float: left; 
	text-decoration: none;
}	

#menu_footer li a:hover {
	color: #F1DF01;
	font-weight: bold;
	float: left;
}

#details .light-blue {
	background-color: #0F4AD0;
	font-size: 23px;
	color: #FFFFFF;
	padding: 3%;
	border-radius: 25px;
	float: left;
	margin-bottom: 3px;
	width: 94%;
}

#details .light-blue p {
	font-size: 23px;
	color: #FFFFFF;
}

#details .light-blue .number {
	border: 1px solid darkgray;
	background-color: #FFC0CB;
	color: #011459;
	border-radius: 23px;
	width: 23px;
	font-size: 18px;
	margin-right: 7px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 23px;
}

#details .light-blue div {
	color: #FFFFFF;
	margin-bottom: 15px;
}

#details .light-blue h2 {
	margin: 0px auto 10px;
}

#details .light-blue .info {
	border: 1px solid #FFFF00;
	background-color: #F1DF01;
	color: #011459;
	border-radius: 23px;
	width: 23px;
	font-size: 19px;
	margin-right: 7px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 23px;
}

#details .light-blue li {
	margin-bottom: 5px;
	list-style-type: none;
	color: #FFFFFF;
}

#details .red {
	background-color: #FF0000;
	color: #03297E;
	padding: 3%;
	width: 94%;
	border-radius: 25px;
	float: left;
	margin-bottom: 3px;
	margin-top: 25px;
}

#details .red h2 {
	margin: 0px auto 10px;
	font-size: 57px;
	text-align: center;
}

#details .light-green {
	background-color: #49A749;
	font-size: 23px;
	color: #FFFFFF;
	padding: 3%;
	border-radius: 25px;
	width: 94%;
	float: left;
	margin-bottom: 3px;
}

#details .light-green .number {
	border: 1px solid darkgray;
	background-color: #FFC0CB;
	color: #011459;
	border-radius: 23px;
	width: 23px;
	font-size: 18px;
	margin-right: 7px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 23px;
}

#details .light-green div {
	color: #FFFFFF;
	margin-bottom: 15px;	
}

#details .light-green h2 {
	margin: 0px auto 10px;
}

#details div.step-number {
	border: 1px solid darkgray;
	background-color: #FFC0CB;
	color: #011459;
	border-radius: 23px;
	width: 80px;
	font-size: 18px;
	margin-right: 7px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 23px;
}

#details .light-blue div h2 {
	font-size: 23px;
}

#details .light-blue form {
	float: right;
	margin-right: 3px;
}


#details {
	clear: both;
	color: #FFFFFF;
	margin: 30px auto 0px;
	width: 90%;
	font-size: 18px;
	text-align: left;
}

#details a, #details a:visited {
	color: #B0B0B6;
	text-decoration: none;
}

#details a:hover {
	color: #F1DF01;
}

#details h2 {
	margin-bottom: 0px;
}

#details p {
	margin-top: 5px;
}

#contact-details {
	clear: both;
	color: #FFFFFF;
	float: left;
	width: 400px;
	text-align: left;
	font-size: 23px;
}

#contact-details a, #contact-details a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#contact-details a:hover {
	color: #F1DF01;
}

#details a.more {
	float: right;
	margin-right: 3%;
	color: #FFFF00;
}

#details a.more:hover {
	color: #FFFFFF;
}

#buy-now-holder {
	width: 100%;
	text-align: center;
}

#details a.buy-now {
	color: #FFFFFF;
	font-size: 40px;
}

#details a.buy-now:hover {
	color: #0F4AD0;
}

#details p.futher_assistance {
	float: left;
	margin-top: 35px;
}

#submit_button {
 	background-color: #EFEFEF;
	border: 1px solid #0F4AD0;
  border-radius: 25px;
  padding: 5px 10px;
}

#submit_button:hover {
 	background-color: #EFEFEF;
 	cursor: pointer;
}

.form_field_name {
	color: #011459;
}

.not_all {
	width: 1px;
	border: none;
	background-color: #0F4AD0;
}

.red-message {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 3%;
	width: 94%;
	border-radius: 25px;
	float: left;
	margin-bottom: 3px;
	margin-top: 25px;
	font-size: 23px;
}

#details ul {
	margin-top: 0px;
}

#details div {
	color: #011459;
	font-family: 'HelveticaNeueLTCom';	
}

#details table {
	color: #011459;
	font-family: 'HelveticaNeueLTCom';	
	font-size: 18px;
}

table#activities, table#typical_week, table#op {
	color: #011459;
	font-family: 'HelveticaNeueLTCom';	
	font-size: 12px;
	border: 1px solid #D3D3D3;
}
/*
#details table tr td:first-child {
	color: #011459;
	font-family: 'HelveticaNeueLTCom';	
	font-size: 14px;
}
*/
table#activities  tr:first-child, table#typical_week tr:first-child, table#op tr:first-child {
	background-color: #ff6480;
	text-align: center;
}

.row_grey {
	background-color: #EFEFEF;
}

table#typical_week ul {
	width: 90px;
}

table#activities ul {
	width: 125px;
	padding-left: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
}

.bgs_image {
	float: left; 
	margin-top: 3px; 
	margin-bottom: 15px; 
	width: 50%;
}

.bgs_image_large {
	width: 100%;
}

table#activities td {
	width: 140px;
	vertical-align: top;
}

.good_man img {
	width: 200px;
}

.good_man tr td {
	vertical-align: top;
	text-align: left;
}

.good_man tr td:last-child {
	width: 350px;
	text-align: center;
	vertical-align: top;
}

#details div.image-holder {
	padding: 5px 15px;
	background-color: #000000;
	opacity: 0.75;
	color: #666666;
	width: 330px;
}


#details div.image-holder h4 {
	padding: 0px;
	margin: 0px;
  color: #0092A7;
  font-size: 16px;	
  font-weight: bold;
	
}
	
#details div.image-holder p {
	color: #FFFFFF;
	margin: 6px 0px;
	font-size: 14px;
}

#maps {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

#maps img {
	height: 257px; 
	float: left;
	margin-right: 1px;
}

#flag {
	float: left;
	width: 100%;
}

#flag img {
	float: right;
	margin-left: 15px;
	width: 200px;
}

#tarawa {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

#tarawa img {
	float: left;
	margin-right: 15px;
	height: 225px;
}

#atoll {
	float: left;
	width: 100%;
}

#atoll img {
	float: right;
	margin-left: 15px;
}

#details .images div.image-holder {
	width: 290px;
}

.images {
	margin-bottom: 5px;
	margin-right: 3px;
	float: left;
}

.images img {
	width: 320px;
}

#right-images {
	float: right;
	width: 320px;
	margin-left: 15px;
}

#details .horizontal-images div.image-holder {
	width: 253px;
	height: 64px;
}

.horizontal-images {
	margin-bottom: 3px;
	margin-right: 0px;
	float: left;
}

.horizontal-images img {
	width: 283px;	
}

.middle {
	margin: 0px 6px;
}

.short-description {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #03297E;
	margin-bottom: 5px;
}

.no-bottom-border {
	border-bottom: none;
}

.solid-border-bottom {
	border-bottom: 2px solid #D3D3D3;
}

.short-description h3 {
	margin-top: 0px;
}

.short-description .images img {
	width: 250px;
}

.short-description .right-images {
	width: 250px;
}

#details .short-description .images div.image-holder {
	width: 220px;
}

#details .short-description div.image-holder h4 {
	font-size: 14px;
}

#details .short-description div.image-holder p {
	margin-top: 0px;
	font-size: 12px;
}

.right-images {
	float: right;
	width: 250px;
	margin-left: 85px;
}

#details.landing-page h2 {
  float: left;
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 25px;
}

#kiribati-header {
	width: 100%;
}

#kiribati-header img {
	width: 283px;
}

.subscribe-module {
/*	margin: 149px auto 0;*/
	margin: auto;
	max-width: 960px;
	width: 100%;
}

.subscribe-module form {
	background-color: #f1df01;/*#FFFF00;*/
	float: left;
	max-width: 960px;
	width: 100%;
}

.subscribe-module h2 {
	color: #0638aa;
	margin: 20px 50px 20px 13px;
	float: left;
}

.subscribe-module input {
	width: 208px;
	float: left;
	max-width: 95%;
	margin: 22px 5px 20px 5px;	
}

.subscribe-module span {
	float: left;
	width: 60px;
	text-align: left;
	margin: 20px 5px 20px 13px;	
	font-size: 22px;
	color: #0092a7;
	font-weight: bold;
}

.subscribe-module div {
	float: left;
	width: 100%;
}

.subscribe-module input[type="submit"] {
	background-color: #ce3333;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: left;
	height: 25px; 
	margin: 21px 5px 20px 5px; 
	width: 100px;  
}

.subscribe-module input[type="submit"]:hover {
	color: #F9FF00;
}

.form_error {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 2%; 
	float: left;
}

.error-border {
	border: 2px solid #FF0000;
}

#project_ideas {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#project_ideas div {
	background-color: #efedea;
	float: left;
	width: 100%;
	border-top: 2px solid #0638aa;
	border-bottom: 2px solid #0638aa;
}

#project_ideas p {
	color: #0092a7;
	font-size: 19px;
	font-weight: bold;
}

.project-module {
	margin: auto auto 5px;
	max-width: 960px;
	width: 100%;
	background-color: #f1df01;/*#FFFF00;*/
/*	padding: 25px;	*/
	float: left;
}

.project-module form {
	float: left;
	max-width: 960px;
	width: 100%;
}

#details .project-module h1, #details .project-module h3, #details .project-module p {
	margin-left: 25px;
	margin-right: 25px;
}

#details .project-module h2 {
/*	color: #0638aa;*/
	color: #ce3333;
	margin: 20px 25px;
	float: left;
	width: 100%;
}

.project-module input {
	width: 208px;
	float: left;
	max-width: 95%;
	margin: 22px 5px 20px 5px;	
}

.project-module span {
	float: left;
	width: 60px;
	text-align: left;
	margin: 18px 5px 18px 25px;	
	font-size: 22px;
	color: #0092a7;
	font-weight: bold;
}

.project-module div {
	float: left;
	width: 100%;
}

.project-module input[type="submit"] {
	background-color: #ce3333;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: left;
	height: 25px; 
	margin: 21px 5px 20px 5px; 
	width: 100px;  
}

.project-module input[type="submit"]:hover {
	color: #F9FF00;
}

#details .project-module a, #details .project-module a:visited {
	color: #EFEFEF;
	text-decoration: none;
}

#details .project-module a:hover {
	color: #0638aa;
}

#details .project-module a.email, #details .project-module a.email:visited {
	color: #ce3333;
	text-decoration: none;
}

#details .project-module a.email:hover {
	color: #0638aa;
}

.project {
	background-color: red;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	margin: 148px auto 0;
	max-width: 960px;
	width: 100%;	
}

.project p {
	color: #FFF;
	font-size: 24px;
}

.project a, .project a:visited {
	color: #011459;
	text-decoration: none;
}

.project a:hover {
	color: #0092a7;
}


