@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}
:focus {
	outline-style:none;
	outline-width:0;
}
/* tables still need 'cellspacing=0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Main */
html {
	height: 100%;
}
body {
	background-position: center top;
	height: 101%;
}
h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #01673f;
	font-weight: bold;
	margin-bottom: 20px;
}	
h1{
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -4px;
}	
h2{
	font-size: 23px;
	line-height: 27px;
	letter-spacing: -1px;
	text-align: center;
}	
h3{
	font-size: 17px;
	line-height: 18px;
	text-align: center;
}
p{
	font-size: 12px;
	line-height: 18px;
	color: #646464;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	width: 735px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#header_logo a{
	height:178px;
	width:135px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(../images/cross_conference_logo.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	border: none;
	display: block;
	background-position: center top;
}
#content{
	width: 735px;
}
#intro{
	width: 735px;
	float: left;
	margin-top: 20px;
}

/*Map*/
#map-switch{
	margin-bottom: 20px;
	text-align:center;
}
#map-switch ul {
	list-style-type:none;
}
#map-switch #two, #map-switch #three, #map-switch #four{
	display:none;
}

/*Buttons */
#button-holder{
	margin-left:34px;
	margin-right: 14px;
}
ul#btns{
	text-align:center;
	list-style-type:none;
	text-indent:-9999px;
	display:inline;
}
li{
	float:left;
	width:209px;
	margin-right:20px;
}
li#btn-europe a{
	display:block;
	height:34px;
	background:url(../images/europe-sprite.png) no-repeat 0px 0px;
	border:none;
}
li#btn-europe a:hover{
	background:url(../images/europe-sprite.png) no-repeat 0px -34px;
}
li#btn-europe a.current{
	background:url(../images/europe-sprite.png) no-repeat 0px -68px;
}
li#btn-asia a {
	display:block;
	background:url(../images/asia-sprite.png) no-repeat 0px 0px;
	border:none;
	height:34px;
}
li#btn-asia a:hover{
	background:url(../images/asia-sprite.png) no-repeat 0px -34px;
}
li#btn-asia a.current{
	background:url(../images/asia-sprite.png) no-repeat 0px -68px;
}
li#btn-latinamerica a {
	display:block;
	background:url(../images/latinamerica-sprite.png) no-repeat 0px 0px;
	border:none;
	height:34px;
}
li#btn-latinamerica a:hover{
	background:url(../images/latinamerica-sprite.png) no-repeat 0px -34px;
}
li#btn-latinamerica a.current{
	background:url(../images/latinamerica-sprite.png) no-repeat 0px -68px;
}

