/* All Page Styles */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	text-align:left;
}
a {
	text-decoration:none;
	color:#000;
}
a.hover, a:hover {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#link {
	text-decoration:underline;
	color:#F0502A;
}
#link.hover, #link:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
.background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	min-width:1000px;
}
#content {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:-1px;
	overflow:auto;
	z-index:2;
	text-align:center;
}
#menu {
	z-index:100;
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	width:875px;
	height:15px;
	position:relative;
	top:-2px;
}
#vplace {
	z-index:4;
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	width:875px;
	height:600px;
	position:relative;
	top:-2px;
	text-align:left;
}
#verbiage {
	z-index: 5;
	width: 740px;
	height: 588px;
	position: relative;
	top: 25px;
	left: 75px;
	line-height: 1.5em;
}
#subtle {
	font-size: 9px;
}
#footer {
	z-index:3;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	position:relative;
	top:-2px;
	text-align:center;
	font-size:9px;
	width:875px;
	height:80px;
}

/* FAQ styles */
#question {
	font-weight:bold;
	font-size:12px;
	color: #F0502A;
	text-decoration:none;
}
#answer {
	font-weight:normal;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

/* swfIR styles */
#noroimgl {
	float: left;
	margin: 15px;
}
#noroimgr {
	float: right;
	margin: 15px;
}
#leftimg {
	float: left;
	margin: 15px;
}
#rightimg {
	float: right;
	margin: 15px;
}
#map {
	float: right;
	margin: 15px;
}
#mapbig {
	margin: 0 0 0 0;
}
