@charset "UTF-8";
*{
	border:0;
	margin:0;
	padding:0;
	text-decoration:none;
}
body{
	background:#7da8b9 url(/Images/bg_global.jpg) top repeat-x;
	text-align:center;
}
#wrapper{
	margin:30px auto;
	width:900px;
}
#header{
	background:url(/Images/landing_hdr.jpg) top no-repeat;
	height:98px;
	width:900px;
}
#header h1{
	display:none;
}
#main{
	background:url(/Images/landing_bg_main.jpg) top no-repeat;
	height:366px;
	text-align:left;
	width:900px;
}
#main #countries{
	float:left;
	padding:100px 0 0 75px;
	width:225px;
	_width:300px;
}
#main #countries select{
	border:1px solid #8EAEC7;
	color:#424242;
	font:12px arial,helvetica,sans-serif;
	margin-bottom:10px;
	width:150px;
}
#main #countries option{
	padding:3px 0 0 3px;
}
#main #slidescreen{
	background-repeat:no-repeat;
	float:left;
	height:366px;
	width:600px;
}
#intro{
	background-color:#FFF;
	clear:both;
	color:#000;
	font:15px/17px georgia,palatino,'book antiqua','times new roman',times,serif;
	letter-spacing:-1px;
	padding:20px 30px 20px 300px;
	text-align:left;
}
#homepageCountryLinks{
	font-family:georgia,palatino,'book antiqua','times new roman',times,serif;
	margin:-55px 0 0 -45px;
	_margin:-70px 0 70px -45px;
	position:relative;
	width:230px;
}
#homepageCountryLinks h2{
	color:#23577F;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#homepageCountryLinks h3{
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
}
#homepageCountryLinks dt{
	clear:both;
	display:block;
	margin:0;
	padding:5px 0 0 0;
}
#homepageCountryLinks dd{
	display:block;
	float:left;
	margin:0 0 0 10px;
	padding:0;
	white-space:nowrap;
	width:auto;
}
#homepageCountryLinks a,a:visited{
	color:#000;
	text-decoration:none;
}
#homepageCountryLinks a:active,a:hover{
	color:#000;
	text-decoration:underline;
}
#footer{
	background-color:#A9C3CB;
	border-top:1px dashed #28658A;
	color:#444E51;
	display:block;
	font:12px arial,helvetica,sans-serif;
	margin-top:3px;
	padding:8px;
}
#footer small{
	display:block;
	font-size:10px;
	line-height:12px;
	margin-top:3px;
}
/*Credits*/
#credits{
	font-family:arial,helvetica,sans-serif;
	text-align:center;
	margin:10px auto;
}
#credits div{
	color:#23577F;
	font-size:10px;
	margin:0 auto;
}
#credits a,#credits a:visited{
	color:#23577F;
}
#credits a.nolink,#credits a.nolink:visited{
	color:#23577F;
	text-decoration:none !important;
}
#credits a:active,#credits a:hover,
#credits a.nolink:active,.credits a.nolink:hover{
	color:#23577F;
	text-decoration:underline !important;
}
