/* -------------------- Tags -------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(../images/bg/bg_main.png);
	overflow: hidden;
}
a {
	text-decoration: underline;
}
li {
	margin-bottom: 15px; 
	list-style-type: square;
}
img {
	display: block;
	border: none;
	border-style: none;
}
a img {
	border: none;
	border-style: none;
}
/* -------------------- IDs -------------------- */
/* ---------- screen divisions ---------- */
#pgTitle { 
	position: absolute;
	width: 555px;
	top: 120px;
	left: 10px;
	font-size: 14pt;
	font-weight: bold;
}
#mainText {
	position: absolute;
	width: 455px;
	top: 175px;
	left: 15px;
	/*border: 1px solid green;*/
}
#mainIntro {
	font-size: 10pt;
	margin-top: 5px;
	/*border: 1px solid blue;*/
}
#mainMenu {
	width: 455px;
	/*border: 1px solid red;*/
}
#mainMenu div { 
	margin: 5px 0px 5px 0px; 
}
#mainMenu a {
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}
#mainMenu a:hover { 
	text-decoration: none;
}
#mainEnd {
	font-size: 10pt;
	margin: 65px 0px 0px 0px;
	/*height: 35px;
	width: 380px;
	
	padding: 5px;
	background-color:#CCC;
	border: 1px dashed #395E95;*/
}
#introImage { 
	position: absolute; 
	top: 154px; 
	left: 470px;
}
#imageLyr {
	position: absolute;
	top: 185px;
	/*text-align: right;*/
	left: 305px;
	width: 695px;
	z-index: -1;
}
#instructions {
	position: absolute;
	top: 605px;
	left: 10px;
	width: 500px;
	font-size: 12pt;
	font-weight: bold;
	z-index: 1;
}

/* --------------- menu styles --------------- */
#dropMenu {
	visibility: hidden;
	position: absolute;
	font-size: 12px;
	top: 107px;
	left: 750px;
	background-image: url(../images/mm/drop_back.png);
	background-repeat: no-repeat;
}
#dropMenu a {
	display: block;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(../images/mm/drop_all.png);
	background-repeat: no-repeat;
	background-position: 0px -6px;
}
#dropMenu a:hover {
	display: block;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(../images/mm/drop_all.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#dropClose a {
	width: 254px; 
	height: 15px;
	background-position: 0px -44px;
}
#dropClose a:hover {
	background-position: 0px -60px;
}
#menu_buttons {
	visibility: visible;
	position: absolute;
	width: 140px;
	top: 79px;
	left: 865px;
	/*border: 1px solid red;*/
}
#menu_buttons div {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}
#main_menu {
	position: absolute;
	top: 4px;
	right: 15px;
}
a.roll {
	font-weight: bold;
	text-decoration: none;
}
a.roll:visited {
	font-weight: bold;
	text-decoration: none;
}
a.roll:hover {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
#popBox {
	position: absolute;
	visibility: hidden;
	top: 400px;
	left: 480px;
	width: 420px;
	border: 2px solid #395E95;
}
#boxTitle {
	font-weight: bold;
	background-color: #395E95;
	padding: 2px;
	color: #fff;
}
#boxBody {
	background-color: #E6E6E6;
	padding: 5px;
	height: 100%;
}