@charset "utf-8";
/* CSS Document */

/* MAIN PROPERTIES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	background-color: #363636;
	background-image:url(/images/page_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	min-width: 750px;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

* html .gmu_img {
    margin-bottom: -3px;
}

a {
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #333333;
}

ol {
	padding: 0 0 0 5px;
	margin: 5px 0 20px 14px;
}

ul {
	list-style-type: square;
	padding: 0 0 0 5px;
	margin: 5px 0 20px 14px;
}

li {
	margin: 0 0 3px 0;
}

#checklist
{
margin-left: 0px;
padding-left: 0;
list-style: none;
}

#checklist li
{
padding-left: 20px;
background-image: url(/images/tick.png);
background-repeat: no-repeat;
background-position: 0 .2em;
line-height: 1.8em;
}

h1,h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

h2 {
	font-size: 16px;
}




/* SPECIAL PROPERTIES */

#logo_box fieldset {
	position: relative;
	border: 1px solid #ccc;
	padding: 0px 10px 10px;
	margin: 20px auto;
}

#logo_box legend{
	margin-top:-5px;
	top: -0.5em;
	margin-left: 10px;
	padding: 4px 10px;
	font-weight : bold;
	-moz-border-radius: 10px;
	text-transform: uppercase;
	color:#666666;
}




/* MAIN IDS */

#container {
	margin: 0 auto;
	width: 750px;
	position: relative;
	
	background-color:#FFFFFF;
}

#logo {
	position: relative;
	width: 750px;
	height: 119px;
	background-image:url(/images/globe_logo.gif);
}

#logo_box {
	text-align: left;
	width: 209px;
	height: 82px;
	position: absolute;
	left: 439px;
	top: 18px;
	font-size: 12px;
}

#menu,#gmenu {
	width: 750px;
	background:url(/images/menu_bg.gif);
	background-color:#333;
	background-position: 50% 50%;
	background-repeat:repeat-x;
	
	border-width: 0 0 8px 0;
	border-color:#6a0d0f;
	border-style: solid;
	
	z-index: 3;
}

#title {
	height: 49px;
	
	background-color: #bbbbbb;
	background-image:url(/images/graybox.jpg);
	background-position: left;
	background-repeat:no-repeat;
	
	padding-left: 125px;

}

#titletext {
	float:left;
	width: 500px;
	padding-top: 20px;
	text-align: left;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #666666;
}

.welcomebody {
	position: relative;
	background-color: #000;
	height: 235px;
	padding: 0;
	border-color:#FFFFFF;
	border-width: 3px 0 3px 0;
	border-style: solid;
	text-align: left;
}
 
#movie {
	position: absolute;
	right: 0;
	top: 0;
	width: 330px;
	height: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	text-align: center;
	border-style: solid;
	border-color: #fff;
	border-width: 0 0 0 2px;
}

#welcomeflash {
	position: relative;
	height: 235px;
	width: 418px;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	text-align:center;
}

#body {
	padding: 10px 15px 10px 15px;
	text-align: left;
	border: #fff 2px solid;
	border-width: 3px 0 3px 0;
	
}

#footer {
	position: relative;
	height: 15px;
	line-height: 0;
	font-size: 0;
	background-color:#bbbbbb;
	
	border-style: solid;
	border-color:#6a0d0f;
	border-width: 0 0 8px 0;
}

#footertext {
	position: relative;
	padding: 5px 0 5px 0;
	background-color:#090909;
	
	font-size: 10px;
	color:#FFFFFF;
}

#newsflash {
	text-align: center;
	background:#BB0004;
	color: #fff;
	padding: 15px;
	display: none;
	border-bottom: 3px solid #fff;
}

#newsflash h2 {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 25px;
}

#newsflash p {
	text-align: center;
	padding: 0;
	color: #fff;
}

#newsflash a {
	color: #fff;
	text-decoration: underline;
}



/* SPECIAL CLASSES */

.right {
	position: relative;
	float: right;
	width:auto;
	padding: 3px 0px 3px 16px;
	margin: 0 5px 5px 15px;
	border-color:#CCCCCC;
	border-width: 0 0 0 1px;
	border-style:dotted;
}

.gmu {
	border: solid;
	border-color:#666666;
	border-width: 0px 1px 1px 1px;
	padding: 8px;
	margin:0;
	margin-bottom: 10px;
	width: 218px;
}

.pagetitle {
	font-weight: bold;
	color:#666666;
}

.subtitle {
	position: relative;
	left: 0;
	font-size: 18px;
	color:#333333;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	width: 350px;
	
	border-style: dotted;
	border-width: 0 0 1px 0;
}

.training_box {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color:#cccccc;
}

.img {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color:#cccccc;
}

.name {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

#staff_table {
	margin: 0;
}

#staff_table td {
	margin: 0;
	padding: 11px;
	
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color:#CCCCCC;
}

div.clearer {
	clear: both;
	line-height: 0; 
	height: 0;
}

#worldview_video {
	position: absolute;
	top: 240px;
	right: 10px;
	width: 320px;
	margin-left: 20px;
	overflow: hidden;
}
