/*~~~~~~~~~~~~~~~~~~~~~ GLOBAL RESET ~~~~~~~~~~~~~~~~~~~~*/
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, input, select, option, optgroup {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

/*~~~~~~~~~~~~~~~~~~~~~ GLOBAL TAGS ~~~~~~~~~~~~~~~~~~~~*/

html, body {	
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	overflow:hidden;
}

body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#999;
}

a {
	color:#FFF;
	text-decoration:underline;
}

a:active {
}
a:hover{ text-decoration:none;}
a:focus {
	-moz-outline-style:none;
}
button{
	padding:6px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-left-color: #F30;
	font-size:18px;
	font-weight:bold;
	}
/*~~~~~~~~~~~~~~~~~~~~~ GLOBAL CLASSES ~~~~~~~~~~~~~~~~~~~~*/

.full {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}

.bg {
	width:100%;
	height:100%;
}

.videoLoc {
	position: absolute;
	height: 503px;
	width: 640px;
	left: 1px;
	bottom: 1px;
	z-index: 100;
	background-color:#F00;
}

.whiteBoarder {
	border: 4px groove #FFF;
}

/*~~~~~~~~~~~~~~~~~~~~~ GLOBAL IDS ~~~~~~~~~~~~~~~~~~~~*/

#content {
	position: absolute;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
}

#email{
		position: absolute;
	top: -1px;
	right: -1px;
	}
#accessibleText {
	display:none;
}

#mapPane {
	display:block !important;
	z-index:1;
}

#exposeMask {
	top:-1px !important;
	left:-1px !important;
}

#featuredBtns{
	position: absolute;
	top: 30px;
	right: 30px;
}