/*-----------------------------------------------------------------------------
Air Jamaica Stylesheet

version:   October 2008
author:    Jeanine Delay - IFC
email:     jdelay@ifc.org
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0; 
	border: none;
}
body {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #385179;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF6633;
}
a:hover {
	color: #fff;
	background-color: #FF6633;
}
a:active {
	color: #fff;
	background-color: #FF6633;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#header {
	background-image: url(images/index_01.jpg);
	float: left;
	height: 166px;
	width: 800px;
	margin: 0;
	padding: 0;
}
#navigation {
	background-color: #FFF;
	float: left;
	width: 800px;
	margin: 0;
	border-bottom: solid 1px #ffcc00;
}
#navigation ul {
	float: right;
}
#navigation li {
	float: left;
	list-style: none;
	text-align: center;
}
#navigation a {
	float: left;
	display: block;
	width: 125px;
	color: #333;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
}
#navigation a:visited {
	color: #ffcc00;
}
#navigation a:hover {
	color: #000;
	background-color: #ffcc00;
}
#navigation a:active {
	color: #000;
	background-color: #ffcc00;
}
#main {
	background-image: url(images/index_02.jpg);
	float: left;
	height: 229px;
	width: 800px;
}
#disclaimer {
	background-image: url(images/index_03.jpg);
	float: left;
	height: 204px;
	width: 800px;
}
#disclaimer p {
	font-size: 9px;
	margin: 10px;
	color:#FFFFFF
}
#disclaimer h3 {
	margin: 10px;
	color: #ffcc00;
	font-size: 10px;
}
#pagesheader {
	background-image: url(images/pages.jpg);
	float: left;
	height: 186px;
	width: 800px;
}
#content {
	background-color: #FFFFFF;
	clear: both;
	height: 800px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table {
	width: 760px;
	margin: 10px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	border-top: 1px dotted #999;
}
td {
	padding: 10px;
	border-bottom: dotted 1px #ccc;
	vertical-align: top;
}
#content ul {
	padding: 10px 25px;
}
#content ol {
	padding: 10px 30px;
}
#content li {
	padding: 5px;
	font-size: 11px;
	color:#333333;
}
#content p {
	color: #333;
	padding: 10px 15px 0 15px;
	color: #000000;
}
.small {
	font-size:9px;
	color: #333;
	padding: 10px 15px 0 15px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	border-left: solid 11px #ffcc00;
}
#content h2 {
	font-size: 14px;
	color: #385179;
	font-weight: bold;
	padding: 20px 15px 10px 5px;
}
#content h3 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding: 20px 15px 10px 0px;
}
#content h4 {
	font-size: 12px;
	color: #990000;
	padding: 20px 15px 0 5px;
}
.cellborder {
	border-left: solid 2px #385179;
}
.indent {
	margin-left: 25px;
}
#dataroom p, li {
	font-size: 10px;
}
#dataroom a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#dataroom a:visited {
	color: #999;
}
#dataroom a:hover {
	color: #fff;
	background-color: #FF6633;
}
#dataroom a:active {
	color: #fff;
	background-color: #FF6633;
}
#dataroom h3 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding: 20px 15px 0 15px;
}
#dataroom h4 {
	font-size: 12px;
	color: #990000;
	padding: 20px 15px 0 15px;
}

/* =Registration form
-----------------------------------------------------------------------------*/

input[type="text"], textarea  {
	border-top: 1px solid #000;
	border-left: 2px solid #000;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	width: 400px;
}
textarea {
	height: 100px;
}
fieldset {
	background-color: #999999;
	margin: 15px 0;
	padding: 25px;
	border: 1px solid #000;
	background: #999;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
label {
	float: left;
	width: 100px;
}
input[type="submit"] {
	margin-left: 20px;
	width: 100px;
}
