/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*Main structure of site			*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

html,body {
	height: 100%;
	/*background: url(images/bg_loop.jpg);
	background-repeat:repeat-x;
	background-position: bottom;*/
	font-family: arial, freesans;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	margin: auto;
	text-align: left;
	width:967px;
}
#top {
	width:967px;
	height:100px;
}
#top_menu {
	width:967px;
	height:80px;
	background:url(images/top.jpg) no-repeat;
	background-position: bottom;	
}
#middle {
	width:967px;
	background:url(images/middle.jpg);
	text-align:left;
	padding-top: 5px;
}
#bottom {
	width:967px;
	height:32px;
	background:url(images/bottom.jpg) no-repeat;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*top area					*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#top_bar { 
	width:870px; 
	height: 205px; 
}

#logo_image { 
	left:10px;
	position:relative;
	top:3px;
	width: 150px;
}

#logo_text { 
	font-family:times,georgia,serif;
	font-size:3em;
	font-weight:bold;
	left:170px;
	position:relative;
	top:-77px;
	width:500px;
}

#logo_text_subtitle { 
	font-family:times,georgia,serif;
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	left:175px;
	position:relative;
	top:-77px;
	width:500px;
}

#search_bar { 
	background:url(images/search_bar.jpg) no-repeat;	
	width: 339px;
	float: right;
}

#search_bar_box { 
	left:90px;
	position:relative;
	top:2px;
	width:225px;	
}

#job_op {
	bottom:4px;
	float:right;
	font-size:12px;
	font-weight:bold;
	position:relative;
	right:9px;
	top:11px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*top_menu area					*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#main_menu_index { 
	position: relative; 
	top: 27px;
	left: 60px;
	color: #ffffff;
	z-index: 10;
	font-weight: bold;
	font-family: helvetica, arial;
	width: 900px;
	word-spacing: 55px;
}

#main_menu_index a{ 
	text-decoration: none;
	color: #ffffff;
}

#main_menu_sleep { 
	position: relative; 
	top: 7px;
	left: 160px;
	color: #ffffff;
	z-index: 10;
	font-weight: bold;
	font-family: helvetica, arial;
	width: 200px;
	text-decoration: none;
}

#main_menu_sleep a{ 
	text-decoration: none;
	color: #ffffff;
}

#main_menu_mro { 
	position: relative; 
	bottom: 8px;
	left: 260px;
	color: #ffffff;
	z-index: 10;
	font-weight: bold;
	font-family: helvetica, arial;
	width: 200px;
	text-decoration: none;
}

#main_menu_mro a{ 
	text-decoration: none;
	color: #ffffff;
}

#main_menu_cme { 
	position: relative; 
	bottom: 27px;
	left: 360px;
	color: #ffffff;
	z-index: 10;
	font-weight: bold;
	font-family: helvetica, arial;
	width: 200px;
	text-decoration: none;
}

#main_menu_cme a{ 
	text-decoration: none;
	color: #ffffff;
}

#main_menu_trials { 
	position: relative; 
	bottom: 45px;
	left: 460px;
	color: #ffffff;
	z-index: 10;
	font-weight: bold;
	font-family: helvetica, arial;
	width: 200px;
	text-decoration: none;
}

#main_menu_trials a{ 
	text-decoration: none;
	color: #ffffff;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*Middle/Content area				*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#page_not_found {
	font-weight: bold;
	font-size:55px;
}

.spaced_list {
	line-height:45px;
}

#home_animation {
	float:right;
	position:relative;
	right:32px;
	top:15px;
}

#home_animation img{
	border-style: none;
}

#float_right {
	float: right;
}


#content_top { 
	width:950px; 
	position: relative; 
	left: 12px;
}

#topleft_img { 
	float: left;
	top: 10px;
	left: 10px;
	width: 200px;
	position: relative; 
}

#intro_text {
	padding: 10px;
}

#intro_text_left {
	margin-right:485px;
	min-height:320px;
	padding:10px;
}

#intro_text h1{
	color: #000000;
}

#horz_line {
	position: relative; 
	left: 10px; 	
}

#content_bottom { 
	width:950px; 
	position: relative; 
	left: 12px;
	background:url(images/bottom_background.jpg);
}

#latest_news {
	width:590px;
	min-height: 280px;
}

#latest_news_text {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}


#bottomright_area_text { 
	width:360px;
	position: relative;
	float: right; 
	text-align: center;
	top: 25px;
	vertical-align: bottom;
}

#bottomright_area_picture { 
	position: relative; 
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*Footer area					*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#footer { 
	position: relative; 
	top: 50px;
	right: 20px;
	text-align: center;
	padding-bottom: 30px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*Drop Down Menu				*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#menu {
	width: 951px;
	background: black;
	float: left;
	position: relative;
	left: 12px;
	top: 37px;
	z-index: 100;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 9em;
	float: left;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
	text-align: center;	
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	background: #fff;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}
