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

 html, body, .wrapper {
      height: 100%;
	  width: 100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }

.wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
   }

body {
	background-color: #000;
	}
	
a:link {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	}
	
a:visited {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;	
	}
	
a:hover {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}			
	
div#main {	
	height: 650px;
	max-height: 650px;
	width: 100%;
	
	margin-top: -95px;
	
	background-color:#000;
	
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
div#menu_top_container {
	background-color: #000;
	
	height: 27px;
	max-height: 27px;
	width: 100%;
	}
	
div#menu_top_bar {
	height: 27px;
	min-height: 27px;
	max-height: 27px;
	width: 1350px;
	min-width: 1350px;
	max-width: 1350px;
	
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	}

div#content {
	height: 650px;
	width: 1350px;
	
	margin-left: auto;
	margin-right: auto;
	}
	
div#content_left_col {
	/*width: 360px;*/
	
	margin-top: 5px;
		
	float: left;
		
	text-align: right;
	}
	
div#content_spacer_col {
	width: 25px;
	min-width: 25px;
	
	height: 50px;
	min-height: 50px;
		
	float: left;
	}
	
div#content_right_col {
	/*width: 355px;*/
		
	float: left;
	}
	
div#clear {
	clear:both;
	}
	
div#content_headline {
	margin-left: -10px;
	margin-top: -4px;
	}

div#content_subhead {
	margin-left: 0px;
	
	overflow: hidden;
	}
	
div#content_bar {
	width: 320px;
	height: 1px;
	max-height: 1px;
	overflow: hidden;
	
	margin-top: 5px;
	
	background-color:#FFF;
	}
	
div.content_text {	
	width: 300px;
	max-width: 300px;
	
	margin-top: 30px;
	
	overflow: hidden;
	}
	
div.content_linespacer {
	height: 9px;
	min-height: 9px;
	max-height: 9px;
	width: 100px;
		
	overflow: hidden;
	}

div.media_container {
	/*width: 960px;
	max-width: 960px;*/
	
	overflow: hidden;
	
	float: right;
	}

div.viewport_container {
	height: 556px;
	max-height: 556px;
	width: 960px;
	max-width: 960px;
		
	background-color: #000;
	visibility: visible;
	
	overflow: hidden;
	}
	
div.viewport {
	height: 556px;
	max-height: 556px;
	width: 960px;
	max-width: 960px;
	
	overflow: hidden;
	
	position: absolute;
	
	visibility: hidden;
	}

* html div.viewport {
	height: 540px;
	max-height: 540px;
	width: 960px;
	max-width: 960px;
	
	margin-left: -960px;
	
	overflow: hidden;
	
	position: absolute;
	
	visibility: hidden;
	}

div#viewport_1 {
	visibility: visible;
	}
	
div#viewport_movie {
	background-color: #000;
	}
	
div.thumb_container_1strow {
	float: right;
	
	height: 48px;
	overflow: hidden;
	}
	
div.thumb_container_2ndrow {
	float: right;
	}
	
div.thumb {
	margin-top: 8px;
	
	float: right;
	}

div.thumb_spacer {
	width: 9px;
	height: 42px;
		
	margin-top: 10px;
	
	float: right;
	}

div#menu_bottom_container {
	background-color: #000;

	height: 27px;
	max-height: 27px;
	width: 100%	
	}
	
div#menu_bottom_bar {
	background-color: #000;
	background-image: url(general_media/bottombar.jpg);
	background-repeat: no-repeat;
	
	height: 27px;
	max-height: 27px;
	width: 1350px;
	
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	}
	
div#wv_bottom_logo_box {	
	width: 1350px;
	
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	}
	
div#wv_bottom_logo {
	float: right;
	
	margin-right: -4px;
	}
	
div#menu_bottom {	
	height: 27px;
	min-height: 27px;
	max-height: 27px;
	width: 700px;
	min-width: 700px;
	max-width: 700px;
	
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	}
	
div.menu_bottom_box {
	float: left;
		
	margin-left: 50px;
	}
	
div.menu_dropdown {
	background-color:#000;
	
	visibility: hidden;
	
	position: absolute;
	}
	
div.menu_dropdown a:link {
	margin-left: 6px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	}
	
div.menu_dropdown a:visited {
	margin-left: 6px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;	
	}
	
div.menu_dropdown a:hover {
	margin-left: 6px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
div#menu_dropdown_system {
	width: 107px;
	height: 71px;
	
	margin-top: 0px;
	margin-left: 10px;
	}
	
div#menu_dropdown_projects {
	width: 187px;
	height: 71px;
	
	margin-top: 0px;
	margin-left: 9px;
	}
	

