@charset "utf-8";
/* Gebco Home Page CSS Document */

#rightheader {
	background: url(../images/right_header_rep.gif) repeat;
	position: relative;
	margin: 10px 0 0 4px;
	width: 500px;
	height: auto;
	z-index: 130;
	overflow: hidden;
}

#startbutton {
	background: none;
	position: absolute;
	left: 11px;
	top: 10px;
	width: 223px;
	height: 36px;
	z-index: 999;
	overflow: hidden;
}

#speaktoagent {
	position: relative;
	background: none;
	margin: -10px auto 0 auto;
	width: 400px;
	height: 15px;
	z-index: 1000;
	overflow: hidden;
	color: #FF9900;
	font-size: 10px;
	text-align: center
}

#contentheader {
	background: none;
	position: relative;
	margin: 0 0 0 5px;
	width: 475px;
	height: auto;
	overflow: hidden;
	z-index: 100;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

#rightcontent {
	background: none;
	position: relative;
	margin: 0 0 0 5px;
	width: 500px;
	height: auto;
	z-index: 90;
	overflow: hidden;
}

#contenttext {
	background: none;
	position: relative;
	margin: 10px auto;
	width: 470px;
	height: auto;
	border: solid thin #333333;
	padding: 5px 5px 15px 5px;
	z-index: 100
}

.smallindent {
	padding-left: 8px;
	margin-left: 8px;
	padding-top: 0;
	margin-top: 0;
	list-style: disc;
	line-height: 18px;
}

.nobullet {
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
	margin-top: 0;
	list-style: none;
	line-height: 15px;
}

.blueback {
	background: #333399;
	color: #FF9933;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0;
	padding-bottom: 2px;
	vertical-align: middle;
}

.orangeback {
	background: #FF9933;
	color: #333399;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0;
	padding-bottom: 2px;
	vertical-align: middle;
}	

.lgbold {
	font-size: 12px;
	font-weight: bold;
}

.lgbolditalic {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.centertext {
	text-align: center;
}

td {
 vertical-align: top;
}

.graybg {
	background:#CCCCCC;
	color:#000000;
	padding: 5px;
}

.bluebg {
	background: #333399;
	color: #FF9933;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.orangebg {
	background: #FF9933;
	color: #333399;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

/* SubPages */	

#subcontentheader {
	background: none;
	position: relative;
	margin: 0 0 0 5px;
	width: 470px;
	height: 20px;
	overflow: hidden;
	z-index: 100;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

#subcontenttext {
	background: none;
	position: relative;
	margin: 0 0 0 5px;
	width: 465px;
	height: auto;
	z-index: 100;
	border: solid thin #333333;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 15px;
}