/* CSS Document */

body { 
	padding:0; 
	margin:0;
	background:url(images/bg.gif) top left repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#F37737;
}

h2 {
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#231f20;	
}

a {
	color: #f47f43;
	text-decoration: underline;
}

a:hover {
	color: #f47f43;
	text-decoration: none;
}

#header-container {
	background-color:#FFFFFF;
}

#header {
	width:1024px;
	margin:0;
	position:relative;
}

#logo {
	padding:0 0 8px 50px;
}

#main-container {
	background:url(images/background.gif) top left no-repeat;
}

#sub-container {
	background:url(images/sub-bg.gif) top left no-repeat;
}

#main {
	width:1004px;
	padding-left:50px;
	margin:0;
	position:relative;
}

#main-left {
	float:left;
	width:775px;
}

#main-right {
	width:229px;
	float:left;
}

#main-right ul {
	padding:40px 0px 0 0;
	margin:0;
	list-style-type:none;
	width:204px;
}

#main-right li {
	list-style-type:none;
	width:204px;
	/* height:0;
	overflow:hidden;*/
	background-image:url(images/main-right.gif);
}

#content-outer {
	width:100%;
	overflow:auto;
}

#content {
	float:left;
	width:775px;
}

#content p {
	margin:0;
	padding:0 0 12px 0;
	line-height:19px;
}

#content-inner {
	padding:40px 45px 20px 74px;
	color:#6d6e71;
}

#content-inner form {color:#303030; font-size:10px;}
#content-inner input {background-color: #fff; font-size: 10px; border: ThreedLightShadow;}

#cta { 
	width:229px;
	float:left;
}

#cta ul {
	padding:40px 0px 0 0;
	margin:0;
	list-style-type:none;
	width:204px;
}

#cta li {
	list-style-type:none;
	width:204px;
	/* height:0;
	overflow:hidden;*/
	background-image:url(images/cta.gif);
}

#cta li#cta-contact {
	/*padding-top:116px; */
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#fff;	
}

#cta li#cta-help {
	/*padding-top:104px;	 */
	background-position:0 -116px;
}

#footer {
	padding:0 0 20px 74px;
	color:#6d6e71;
	font-size:11px;
}

.divider {
	color:#f37737;
}

.small-orange {
	color:#f47837;
	font-size: 93%;
}
.smallGrey 
{
	font-size: 10px;
	color: #999999;
}

#footer a {
	color:#6d6e71;	
	text-decoration:none;
}

#footer a:hover {
	color:#6d6e71;	
	text-decoration:underline;	
}

/* menus */

ul#nav { 
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav a {
	color: #888;
    font-weight:bold;
	text-decoration: none;
}

ul#nav a:hover {
	color: #f47f43;
	text-decoration: none;
}

ul#nav li { 
	float: left;
	position: relative;
	z-index:1;
	width: 9em;
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.3em;
	left: 0;
	background-color: #fff;
	line-height: 19px;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: 0;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#nav li ul li { /* second-level lists */
    border-bottom: 1px solid #ccc;
    padding: 3px;
    padding-left: 8px;
    width: 12em;
}

ul#nav li ul li a { /* second-level lists */
    font-weight:normal;
}


.rfptable {
    font-size:11px;
    border:1px solid #ccc;
	background-color:#fff;
}

.rfpth {
	border-bottom:1px solid #ccc;
	background-color:#dfdfdf;
}

.rfptd {
	background-color:#e2e2e2;
}

select {
    font-size:11px;
}

input {
    font-size:11px;
}

/* CSS for Locations map */
ul#continents {
	list-style: none;
	background: url(images/map_new.jpg) no-repeat 0 0;
	border: 0px solid #000;
	position: relative;
	z-index:0;
	width: 750px;
	height: 315px;
	margin: 0;
	padding: 0;
}

ul#continents li {
	border: 0px solid #000;
	position: absolute;
}

ul#continents li a{
	display: block;
	height: 100%;
	text-decoration: none;
}

#northamerica {
	width: 325px;
	height: 175px;
	top: 0px;
	left: 0px;
}

#latinamerica {
	width: 105px;
	height: 150px;
	top: 160px;
	left: 177px;
}

#africamiddleeast {
	width: 148px;
	height: 160px;
	top: 108px;
	left: 312px;
}

#europe {
	width: 195px;
	height: 115px;
	top: 0px;
	left: 300px;
}

#asia {
	width: 345px;
	height: 210px;
	top: 0px;
	left: 405px;
}

#australasia {
	width: 165px;
	height: 105px;
	top: 185px;
	left: 585px;
}

/*
ul#continents li a:hover {
	background: url(images/map_newa_hover.jpg) no-repeat 0 0;
}
*/

ul#continents li#northamerica a:hover {
	background: url(images/map_new_hovera.jpg) no-repeat 0 0;
	background-position: 0px 0px;
}

ul#continents li#latinamerica a:hover {
	background: url(images/map_new_hoverb.jpg) no-repeat 0 0;
	background-position: -177px -160px;
}

ul#continents li#africamiddleeast a:hover {
	background: url(images/map_new_hoverc.jpg) no-repeat 0 0;
	background-position: -312px -108px;
}

ul#continents li#europe a:hover {
	background: url(images/map_new_hoverd.jpg) no-repeat 0 0;
	background-position: -300px 0px;
}

ul#continents li#asia a:hover {
	background: url(images/map_new_hovere.jpg) no-repeat 0 0;
	background-position: -405px 0px;
}

ul#continents li#australasia a:hover {
	background: url(images/map_new_hoverf.jpg) no-repeat 0 0;
	background-position: -585px -185px;
}

ul#continents li a span {
	display: none;
}

/*
ul#continents li a:hover span {
	display: block;
}
*/

ul#continents li a:hover span {
	display: block;
	padding: 5px;
	width: 200px;
	background: #000;
	position: relative;
	top: 100%;
	left: 0%;
	font: 11px Arial, Helvetica, sans-serif;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
}

ul#continents li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}

