/********************/
/*** MAIN FOR ALL ***/
/********************/
*, body, p, blockquote {
	margin: 0;
	padding: 0;
	background: transparent;
/*	overflow : hidden;*/
}

a,a:visited,a:active {
	color : black;
}

a img, iframe {
	border: none;
}

html {
	background : transparent;
	font-family : "Geneva", Helvetica, Arial, Verdana, sans-serif;
	font-size : 10px;
}

div#footer-container {
	position : relative;
	top : 100px;
	width : 100%;
	z-index : 1;
}

div#footer {
	position : relative;
	width : 960px;
	margin : 0 auto;
	z-index : 1;

	font-family:"Geneva","Helvetica","Arial","Verdana",sans-serif;
	font-size:10px;
}

div#sponsorlogo {
	float : left;
	height : 26px;
	width : 100px;
	background-color : white;
	text-align : center;
	margin-bottom : 2px;
}

div#sponsorlogo span {
	text-transform : uppercase;
	display : block;
	margin-top : 0.7em;
}

div#sponsors {
	clear : left;
	float : left;
	height : 100px;
}

div#copyright {
	float : right;
}

div#copyright div#copytext {
	float : left;
	width : 150px;
	text-align : center;
	background-color : white;
	height : 26px;
}

div#copyright div#copytext span {
	text-transform : uppercase;
	display : block;
	margin-top : 0.7em;
}

div#copyright img {
	float : left;
	margin-right : 2px;
}

a#feed img {
	float : right;
}

/* The Map */
.painfowindow.container {
}

.painfowindow.beak {
	position : absolute;
	height : 22px;
	width : 21px;
	background: url('../img/ncpainfowindow/beak.gif') top left no-repeat transparent;
}

.painfowindow.image {
	text-align : right;
	width:126px;
	height:50px;
}

.painfowindow.arrows {
	color : rgb(255,255,255);
	background : rgba(0,0,0,0.5);
	font-size : 20px;
	line-height : 50px;
	text-align : center;
	cursor : pointer;
}

.painfowindow.image span {
	text-decoration : none;
}
