﻿/* ----------------------------------------------------
	Body Default
	----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
a {
	color: #7e7932;
	text-decoration: underline;
}
a:hover {
	color: #7e7932;
	text-decoration: none;
}
a:focus {
	outline: none !important;
	border: none;
}
img {
	border-style: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
li a {
	text-decoration: none;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
/*.clear { float: left !important; clear: both !important; width: 100% !important; }*/
.clear {
	clear: both;
}
#body {
	font: normal 12px/18px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	color: #8eb9cb;
	background: #000;
	padding: 20px 0 20px 0;
}
/* ----------------------------------------------------
	Headings 
	----------------------------------------------------*/
h1, h2, h3, h4, h5, h6, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
}
/* ----------------------------------------------------
	Landing 
	----------------------------------------------------*/
#LandpageWrapper {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: auto;
	_height: 768px;
	min-height: 768px;
	background: url(../Images/HomePage.jpg) no-repeat left top;
}
#clickmap
{
    cursor:pointer;
    width:280px;
    height:150px;
}
#LandpageWrapper a {
	position: absolute;
	top: 214px;
	right: 75px;
}
/* ----------------------------------------------------
	Main Nav 
	----------------------------------------------------*/
#mainNav {
	position: relative;
	margin: 28px auto 0;
	width: 940px;
	clear: both;
		/*background: #001a30;*/
}
#SubmainNav
{
	position: relative;
	margin: 28px auto 0;
	width: 940px;
	clear: both;
	background: #041225 url(../images/subpage_main_bg.png) repeat-x top;
}
/*	#SubmainNav .LogoCon {
			float: left;
			width: 260px;
			height: 100px;
			margin: 9px 0 6px 40px;
			_margin: 9px 0 0 20px;
			bakground-color: red;
		}*/
#SubmainNav .LogoCon {
	float: left;
	width: 260px;
	height: auto;
	margin: 12px 0 6px 40px;
	_margin: 12px 0 0 20px;
}
#MainMatterCon {
	float: left;
	position: relative;
	clear: left;
	width: 940px;
	padding: 0 0 60px 0;
	background: #041225 url(../images/subpage_main_bg.png) repeat-x top;
}
#SubpageMatterCon {
	float: left;
	position: relative;
	clear: none;
	width: 800px;
	padding: 0 0 60px 0;
	margin: 30px 0 0 70px;
	_margin: 30px 0 0 35px;
}
/*	#SubpageMatterConL {
				float: left;
				position: relative;
				clear: none;
				width: 578px;
				padding: 0 0 60px 0;
				margin: 30px 0 0 70px;
				_margin: 30px 0 0 35px;
	top: 0px;
	left: 0px;
}	*/
.centeredEQ {
	width: 600px;
	position: relative;
	float: none;
	margin: 0 auto 40px;
}
.centeredEQ2 {
	width: 600px;
	height: 400px;
	position: relative;
	float: none;
	margin: 0 auto 40px;
}
#SubpageMatterCon.WithLogin {
	width: 580px;
}
#SubpageMatterCon p {
	margin: 6px 0 10px 0;
	color: #8eb9cb;
}
/*			#SubpageMatterConL.WithLogin {
						width: 580px;
					}
				#SubpageMatterConL p {
					margin: 6px 0 10px 0;
					color: #8eb9cb;
				} */
#MainMatterCon p {
	/*float: left;
			clear: both;*/
			position: relative;
	margin: 40px auto 0;
	width: 285px;
	text-align: justify;
}
#MainMatterCon.admin {
	width: 100% !important;
}
#LoginCon {
	float: right;
	clear: right;
	width: 300px;
	padding: 0 0 35px 0;
	background: #001a30 url(../images/login_bg.png) repeat-x top;
}
#SPageLoginCon {
	float: right;
	clear: right;
	width: 222px;
        height: 352px;
	padding: 0 0 15px 0;
	margin: 25px 60px 90px 0;
	_margin: 15px 30px 90px 0;
	border: 3px solid #04203b;
	background: #00294a url(../images/login_bg_spage.png) repeat-x top;
}
#LoginCon .LogoCon, #SPageLoginCon .LogoCon {
	float: left;
	clear: both;
	width: 100%;
	margin: 70px 0 90px 0;
	text-align: center;
}
#SPageLoginCon .LogoCon {
	margin: 50px 0 50px 0;
}
#LoginCon label, #SPageLoginCon label {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #007ab0;
}
#LoginCon input, #SPageLoginCon input {
	height: 20px;
	background: #003050;
	width: 180px;
	margin: 0 0 6px 0;
	border: 0;
	text-align: center;
	padding: 4px 0 0 0;
	color: #a5c9e0;
}
#LoginCon input.button, #SPageLoginCon input.button {
	height: 24px;
	background: #003050;
	width: 60px;
	margin: 5px 0 6px 120px;
	border: 1px solid #126993;
	color: #007ab0;
	padding: 0;
	cursor: pointer;
}
#SPageLoginCon input.button {
	margin: 5px 0 6px 78px;
	border: 1px solid #11668f;
}
#LoginCon.admin {
	border: 7px solid #04203b;
	position: relative;
	margin: 0 auto;
	float: none !important;
}
/* ----------------------------------------------------
	Subpage ULs 
	----------------------------------------------------*/
/*-- About beam page --------------------------------------*/
.hideButton
{
    display:none;
}
ul.AboutBeamQl {
	float: left;
	position: relative;
	width: 235px;
	height: 264px;
}
ul.AboutBeamQl li {
	position: absolute;
}
ul.AboutBeamQl li.first {
	top: 0px;
	left: 156px;
	width: 28px;
	height: 28px;
}
ul.AboutBeamQl li.second {
	top: 2px;
	left: 110px;
	width: 36px;
	height: 36px;
}
ul.AboutBeamQl li.third {
	top: 16px;
	left: 51px;
	width: 44px;
	height: 44px;
}
ul.AboutBeamQl li.fourth {
	top: 58px;
	left: 7px;
	width: 54px;
	height: 54px;
}
ul.AboutBeamQl li.fifth {
	top: 129px;
	left: 0px;
	width: 60px;
	height: 60px;
}
/***** Start TG *****/
ul.AboutBeamQl li.fifth p img  {
	float: left;
	margin-right: 5px;
}
/***** End TG *****/
ul.AboutBeamQl li.sixth {
	top: 186px;
	left: 39px;
	width: 78px;
	height: 78px;
}
ul.AboutBeamQl li a {
	float: left;
	position: relative;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background: url(../images/about_ql_bg.gif) no-repeat 0 0;
}
ul.AboutBeamQl li a:hover {
	text-decoration: underline;
	color: #286382 !important;
}
ul.AboutBeamQl li.first a {
	background-position: -156px 0 !important;
}
ul.AboutBeamQl li.first a:hover {
	background-position: -156px -264px !important;
}
ul.AboutBeamQl li.second a {
	background-position: -110px -2px !important;
}
ul.AboutBeamQl li.second a:hover {
	background-position: -110px -266px !important;
}
ul.AboutBeamQl li.third a {
	background-position: -51px -16px !important;
}
ul.AboutBeamQl li.third a:hover {
	background-position: -51px -280px !important;
}
ul.AboutBeamQl li.fourth a {
	background-position: -7px -59px !important;
}
ul.AboutBeamQl li.fourth a:hover {
	background-position: -7px -323px !important;
}
ul.AboutBeamQl li.fifth a {
	background-position: 0px -129px !important;
}
ul.AboutBeamQl li.fifth a:hover {
	background-position: 0px -393px !important;
}
ul.AboutBeamQl li.sixth a {
	background-position: -39px -186px !important;
}
ul.AboutBeamQl li.sixth a:hover {
	background-position: -39px -450px !important;
}
ul.AboutBeamQl li a p {
	margin: 0;
	width: auto;
	position: absolute;
	color: #7e7932 !important;
	text-decoration: underline;
}
ul.AboutBeamQl li a:hover p {
	color: #8eb9cb !important;
}
ul.AboutBeamQl li.first a p {
	top: 0;
	left: 34px;
	width: 100px !important;
}
ul.AboutBeamQl li.second a p {
	top: 23px;
	left: 33px;
}
ul.AboutBeamQl li.third a p {
	top: 33px;
	left: 40px;
}
ul.AboutBeamQl li.fourth a p {
	top: 28px;
	left: 60px;
	width: 100px !important;
}
ul.AboutBeamQl li.fifth a p {
	top: 10px;
	left: 66px;
}
ul.AboutBeamQl li.sixth a p {
	top: 0;
	left: 84px;
}
ul.AboutBeamRef {
	float: left;
	margin: 30px 0 0 15px;
	width: 535px;
	padding: 0 15px 0 0;
				/*height: 200px;
				overflow-y : auto;*/
}
/*----------------------------------------*/
/*-- About beam paralel --------------------------------------*/
.ClickonMatterNav {
	float: left;
	clear: left;
	width: 95%;
	margin: 15px 0;
}
.ClickonMatterNav p {
	float: left;
	width: 100%;
	color: #7e7932 !important;
}
.ClickonMatterNav p strong {
	font-size: 13px !important;
}
ul.AboutBeamQl2 {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	background: url(../images/line_1.png) repeat-x left center;
}
ul.AboutBeamQl2 li {
	float: left;
	margin: 0 0 0 0px;
}
ul.AboutBeamQl2 li.first {
	margin: 0 0 0 5px;
}
ul.AboutBeamQl2 li.second {
	margin: 0 0 0 85px;
}
ul.AboutBeamQl2 li.third {
	margin: 0 0 0 85px;
}
ul.AboutBeamQl2 li.fourth {
	margin: 0 0 0 22px;
}
ul.AboutBeamQl2 li.fifth {
	margin: 0 0 0 52px;
}
ul.AboutBeamQl2 li.sixth {
	margin: 0 0 0 52px;
}
ul.AboutBeamQl2 li a {
	float: left;
	text-indent: -9999px;
	height: 44px;
	width: 44px;
	background: url(../images/subpage_ref_buttonbg.gif) no-repeat left top;
}
ul.AboutBeamQl2 li a:hover, ul.AboutBeamQl2 li a.selected {
	background-position: left bottom;
}
ul.AboutBeamRef2 {
	position: relative;
	top: 0;
	left: 0px;
	height: 140px;
}
ul.AboutBeamRef2 li {
	position: absolute;
	bottom: 0;
	width: 260px;
	height: auto;
	padding: 0 0 20px 0;
	text-align: justify;
	/*background: url(../images/down_arrow.gif) no-repeat center bottom;*/
}
ul.AboutBeamRef2 li#first {
	left: 0;	
	background-position: 23px bottom !important;
}
ul.AboutBeamRef2 li#second {
	left: 27px;
	top:100px;
	background-position: center bottom !important;
	
}
ul.AboutBeamRef2 li#third {
	left: 155px;
	background-position: center bottom !important;
}
ul.AboutBeamRef2 li#fourth {
	left: 221px;
	background-position: center bottom !important;
}
ul.AboutBeamRef2 li#fifth {
	left: 315px;
	background-position: center bottom !important;
}
ul.AboutBeamRef2 li#sixth {
	left: 413px;
	background-position: center bottom !important;
}
/*----------------------------------------*/
/*-- About beam equation --------------------------------------*/
.EquationNav {
	float: left;
	width: 115px;
	text-align: center;
	margin: 20px 30px 0 0;
}
.EquationNav .eq {
	font-size: 80px;
	line-height: 80px !important;
	color: #103f5b;
	text-decoration: none !important;
	margin: 0 0 0 0 !important;
}
.EquationNav p {
	margin: 0 !important;
}
/*----------------------------------------*/
/*-- About beam Structure --------------------------------------*/
ul.structure
{
	float: left;
	position: relative;
	clear: both;
	width: 150px;
	min-height: 400px;
	height: auto !important;
	_height:400px !important;
	top: 110px;
	left: 130px;
	background: url(../images/beam_structurebg.gif) no-repeat left top;
}
ul.structure li {
	position: relative;
	width: 160px;
	color: #7e7932 !important;
}
ul.structure li p {
	position: absolute;
	float: none;
	color: #8eb9cb !important;
	margin: 0 !important;
}
ul.structure li p span {
	color: #2d6988 !important;
}
ul.structure li.first {
	top: -12px;
	left: -48px;
}
ul.structure li.first p {
	bottom: 20px;
	left: -55px;
	padding: 0 0 15px 0;
	background: url(../images/down_arrow.gif) no-repeat center bottom;
}
ul.structure li.second {
	top: -28px;
	right: -157px;
}
ul.structure li.second p {
	bottom: 20px;
	left: -40px;
	padding: 0 0 15px 0;
	background: url(../images/down_arrow.gif) no-repeat center bottom;
}
/*ul.structure li.third {
	top: 47px;
	left: -53px;
}*/
/*ul.structure li.third p {
	top: -2px;
	left: -50px;
	padding: 2px 15px 0px -15px;
	background: url(../images/arrow_left.gif) no-repeat right 6px;
}*/

ul.structure li.third {
	top: 55px;
	left: -63px;
}

ul.structure li.third p {
	top: 27px;
	left: -80px;
	padding: 10px 55px 0px -15px;
	/*background: url(../images/down_arrow.gif) no-repeat center bottom;*/
}
/*ul.structure li.fourth {
	top: 30px;
	right: -156px;
	width: 110px;
}*/
ul.structure li.fourth {
	top: 30px;
	right: -156px;
	width: 110px;
}
ul.structure li.fourth p {
	top: -1px;
	right: -0px;
	padding: 1px 0px 0px -5px;
	/*background: url(../images/arrow_right.png) no-repeat left 15px;*/
	background: url(../images/down_arrow.gif) no-repeat center top;
}
ul.structure li.fifth {
	top: 78px;
	left: 25px;
}
ul.structure li.fifth ul {
	float: right;
	margin: 0 0 -78px -157px;
	padding: 20px 0 0 0px;
	width: 480px;
	/*background: url(../images/down_arrow.png) no-repeat;
	background-position:center top; */
	
}
ul.structure li.fifth ul li {
	float: left !important;
	width: auto !important;
	margin: -15px 2px 4px 2px;
	/*background-color: #103f5b;*/
	padding: 2px;
}
ul.structure li.fifth ul li img {
	/*float: left;*/
}

/*----------------------------------------*/
/*-- About beam Overview --------------------------------------*/
ul.Overview {
	float: left;
	clear: left;
	width: 80px;
	margin: 50px 0 0 0;
}
ul.Overview li {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
}
ul.Overview li a {
	float: left;
	color: #677f90;
	text-decoration: underline;
}
ul.Overview li.head a {
	text-decoration: none !important;
	cursor: default;
}
ul.Overview li a:hover, ul.Overview li a.selected {
	text-decoration: underline;
	color: #7e7932 !important;
}
.RefMatter {
	float: left;
	width: 700px !important;
}
.RefMatter .head, .head {
	font-size: 14px;
	color: #8eb9cb;
	text-decoration: underline;
	margin: 0 0 25px 0;
	width: 100%;
	float: left;
}
.RefMatter .Col {
	float: left;
	width: 480px;
	color: #8eb9cb;
	margin: 5px 30px 0 0px !important;
}
.RefMatter .Col.first {
	width: 150px;
}
.RefMatter .Col .head {
	text-decoration: underline;
	font-size: 14px;
	margin: 0px 0 10px 0;
}
/*----------------------------------------*/
/*-- beam equations --------------------------------------*/
.RefMatter {
	float: left;
	width: 490px;
}
.RefMatter .Tabs .Columns {
	float: left;
	width: 85px;
	margin: 7px 30px 0 30px;
	_margin: 7px 25px 025px;
	text-align: center;
	position: relative;
}
.RefMatter .Tabs .Columns.last {
	width: 200px;
	padding: 27px 0 0 0;
	text-align: left !important;
}
.RefMatter .Tabs .Columns P {
	line-height: 15px;
	color: #677f90 !important;
}
.RefMatter .Tabs .Columns .Sign a {
	position: absolute !important;
	top: 50px !important;
	right: -33px !important;
	z-index: 999 !important;
}
.RefMatter .Tabs .Columns P.colorChange {
	color: #7e7932 !important;
}
.head2, .Overview li .head2 {
	color: #8eb9cb !important;
	margin: 0 0 15px 0 !important;
	font-size: 13px !important;
	text-decoration: none !important;
	float: left;
	width: 100%;
}
.Overview li.head a {
	text-decoration: none !important;
}
.Overview li .head2.margin {
	margin-top: 18px !important;
}
/*----------------------------------------*/
/*-- Contact Us --------------------------------------*/
.LeftCol {
	float: left;
	width: 250px;
}

.LeftCol p {
	line-height: 20px;
	margin: 0 0 20px 0 !important;
}
.LeftCol img {
	float: left;
	margin: 0 3px 0 0;
}
.RightCol {
	float: left;
	width: 400px;
	margin: 0 0 0 70px;
	_margin: 0 0 0 35px;
}
	.RightCol.marginRight
	{
		margin:0 60px 0 0;
		_margin:0 30px 0 0;
		width: 450px;
	}
	.RightCol h3
	{
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #8eb9cb;
	}
.RightCol label {
	float: left;
	clear: left;
	width: 75px;
	color: #677f90;
	margin: 0 0 9px 0;
}
.RightCol input, .RightCol textarea {
	float: left;
	width: 250px;
	height: 17px;
	color: #677f90;
	background-color: #003050;
	border: 1px solid #002d4c;
	margin: 0 0 9px 0;
}
.RightCol textarea {
	height: 70px;
}
.RightCol input.button {
	width: auto;
	float: left;
	height: 20px;
	border: 1px solid #11658e;
	padding: 0 5px 6px;
	cursor: pointer;
	outline: none !important;
}
/*----------------------------------------*/
/* ----------------------------------------------------
	Top menu 
	----------------------------------------------------*/
ul.TopMenuNav {
	position: relative;
	width: 326px;
	height: 52px;
	margin: 64px auto 0;
}
ul.TopMenuNav li {
	float: left;
	height: 52px;
	margin: 0 4px 0 0;
}
ul.TopMenuNav li a {
	float: left;
	width: auto;
	height: 52px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/top_menu_bg.png) no-repeat top !important;
}
	ul.TopMenuNav li a:focus img,
	ul.TopMenuNav li a:active img
	{
		outline: none;
		border: none;
	}
	
ul.TopMenuNav li a.About {
	width: 61px;
	background-position: left !important;
}
ul.TopMenuNav li a.News {
	width: 56px;
	background-position: -61px !important;
}
ul.TopMenuNav li a.Contact {
	width: 88px;
	background-position: -117px !important;
}
ul.TopMenuNav li a.Publications {
	width: 101px;
	background-position: -205px !important;
}
ul.TopMenuNav li a:hover.About, ul.TopMenuNav li a.active.About {
	background-position: left bottom;
}
ul.TopMenuNav li a:hover.News, ul.TopMenuNav li a.active.News {
	background-position: -61px bottom;
}
ul.TopMenuNav li a:hover.Contact, ul.TopMenuNav li a.active.Contact {
	background-position: -117px bottom;
}
ul.TopMenuNav li a:hover.Publications, ul.TopMenuNav li a.active.Publications {
	background-position: -205px bottom;
}
/* ul.SubpageTopMenuNav {
		/*position: static;*/
/*	float: right;
		width: 600px;
		height: 52px;
		margin: 26px auto 15px;
		position: relative;
	} */
ul.SubpageTopMenuNav {
	/*position: static;*/
		float: right;
	width: 600px;
	height: 52px;
	margin: 33px auto 15px;
	position: relative;
}
/*	ul.SubpageTopMenuNav li {
			float: left;
			height: 48px;
			margin: 0 8px 0 0;
		}*/
ul.SubpageTopMenuNav li {
	float: left;
	height: 48px;
	margin: 0 8px 0 0;
}
/*		ul.SubpageTopMenuNav li a {
				float: left;
				width: auto;
				height: 48px;
				overflow: hidden;
				display: block;
				text-indent: -9999px;
				background: url(../images/sub_topmenu.jpg) no-repeat top;
			} */
ul.SubpageTopMenuNav li a {
	float: left;
	width: auto;
	height: 48px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/sub_topmenu.jpg) no-repeat top;
}
ul.SubpageTopMenuNav li a.Home {
	width: 60px;
	background-position: left top;
}
ul.SubpageTopMenuNav li a.About {
	width: 66px;
	background-position: -70px top;
}
ul.SubpageTopMenuNav li a.Services {
	width: 76px;
	background-position: -148px top;
}
ul.SubpageTopMenuNav li a.Products {
	width: 82px;
	background-position: -230px top;
}
ul.SubpageTopMenuNav li a.Contact {
	width: 100px;
	background-position: -320px top;
}
ul.SubpageTopMenuNav li.Logout {
	width: 80px;
	float: none;
	position: absolute;
	right: -35px;
	top: 10px;
	height: 20px !important;
}
ul.SubpageTopMenuNav li.Logout a {
	width: 80px;
	float: none;
	height: 20px !important;
	display: block;
	text-indent: 0;
	background: transparent;
	color: #3a8db4;
}
ul.SubpageTopMenuNav li.Logout a:hover {
	text-decoration: underline;
}
ul.SubpageTopMenuNav li a.Home:hover {
	background-position: left -48px;
}
ul.SubpageTopMenuNav li a.About:hover {
	background-position: -70px -48px;
}
ul.SubpageTopMenuNav li a.Services:hover {
	background-position: -148px -48px;
}
ul.SubpageTopMenuNav li a:hover.Products {
	background-position: -230px -48px;
}
ul.SubpageTopMenuNav li a.Contact:hover {
	background-position: -320px -48px;
}
ul.SubpageTopMenuNav li.active a.Home {
	background-position: left bottom !important;
}
ul.SubpageTopMenuNav li.active a.About {
	background-position: -70px bottom !important;
}
ul.SubpageTopMenuNav li.active a.Services {
	background-position: -148px bottom !important;
}
ul.SubpageTopMenuNav li.active a.Products {
	background-position: -230px bottom;
}
ul.SubpageTopMenuNav li.active a.Contact {
	background-position: -320px bottom !important;
}
/*	
			ul.SubpageTopMenuNav li a.Home {
				width: 60px;
				background-position: left top;
			}
			ul.SubpageTopMenuNav li a.About {
				width: 66px;
				background-position: -70px top;
			}
			ul.SubpageTopMenuNav li a.Activities {
				width: 90px;
				background-position: -148px top;
			}
			ul.SubpageTopMenuNav li a.Contact {
				width: 106px;
				background-position: -441px top;
			}
			ul.SubpageTopMenuNav li a.Publications {
				width: 103px;
				background-position: -238px top;
			}
			ul.SubpageTopMenuNav li a.Products {
				width: 80px;
				background-position: -350px top;
			}
			ul.SubpageTopMenuNav li.Logout {
				width: 80px;
				float: none;
				position: absolute;
				right: -35px;
				top: 10px;
				height: 20px !important;
			}
				ul.SubpageTopMenuNav li.Logout a {
					width: 80px;
					float: none;
					height: 20px !important;
					display: block;
					text-indent: 0;
					background: transparent;
					color: #3a8db4;
				}
					ul.SubpageTopMenuNav li.Logout a:hover {
						text-decoration: underline;
					} */
/*	ul.SubpageTopMenuNav li a:hover.Home {
				background-position: left -48px;
			}
			ul.SubpageTopMenuNav li a.About:hover {
				background-position: -70px -48px;
			}
			ul.SubpageTopMenuNav li a.Activities:hover {
				background-position: -148px -48px;
			}
			ul.SubpageTopMenuNav li a:hover.Contact {
				background-position: -441px -48px;
			}
			ul.SubpageTopMenuNav li a:hover.Publications {
				background-position: -238px -48px;
			}
			ul.SubpageTopMenuNav li a:hover.Products {
				background-position: -350px -48px;
			} */
/*----- ul.SubpageTopMenuNav li.active a.Home {
				background-position: left bottom !important;
			}
			ul.SubpageTopMenuNav li.active a.About {
				background-position: -70px bottom !important;
			}
			ul.SubpageTopMenuNav li.active a.Activities {
				background-position: -148px bottom !important;
			}
			ul.SubpageTopMenuNav li.active a.Contact {
				background-position: -441px bottom !important;
			}
			ul.SubpageTopMenuNav li.active a.Publications {
				background-position: -238px bottom !important;
			}
			ul.SubpageTopMenuNav li.active a.Products {
				background-position: -350px bottom;
			}--------*/
ul.SubpageTopMenuNav li a:focus.Home {
	background-position: left bottom !important;
}
ul.SubpageTopMenuNav li a:focus.About {
	background-position: -70px bottom !important;
}
ul.SubpageTopMenuNav li a:focus.Activities {
	background-position: -148px bottom !important;
}
ul.SubpageTopMenuNav li a:focus.Contact {
	background-position: -320px -48px !important;
}
ul.SubpageTopMenuNav li a:focus.Publications {
	background-position: -238px bottom !important;
}
ul.SubpageTopMenuNav li a:focus.Products {
	background-position: -230px bottom !important;
}
/* ----------------------------------------------------
	Admin 
	----------------------------------------------------*/
.AdminTopNav {
	float: left;
	width: 940px;
	clear: both;
}
.AdminTopNav .LogoCon {
	float: left;
	width: 260px;
	margin: 12px 0 6px 40px;
	_margin: 12px 0 0 20px;
}
.AdminTopNav ul.RigntMenu {
	float: right;
	width: auto;
	margin: 35px 30px 0 0;
}
.AdminTopNav ul.RigntMenu li {
	float: left;
}
.AdminTopNav ul.RigntMenu li a {
	text-decoration: underline;
	color: #8eb9cb;
}
.AdminTopNav ul.RigntMenu li a:hover {
	text-decoration: none;
}
.AdminTitle {
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	text-align: center !important; /*margin:0 80px 10px 20px;*/
	margin: 0 0 0px 0;
}
.AdminWrapper {
	position: relative;
	margin: 0 auto;
	width: 700px;
}
.AdminWrapper.users {
	width: 500px !important;
}
.AdminWrapper.Company {
	width: 600px !important;
}
.AdminWrapper.Company img {
	text-align: center !important;
}
/*.AdminWrapper span {
			float: left;
			clear: both;
			width: 100%;
			margin: 0 0 10px 0;
			text-align: center;
		}
		.AdminWrapper label {
			float: left;
			clear: left;
			width: 170px;
			text-align: left;
		}*/
.AdminWrapper input, .AdminWrapper select, .AdminWrapper textarea {
	float: left;
	background-color: #3d5e75;
	border: 0;
	height: 20px;
	color: #99c3e1;
	padding: 2px 0 0 15px;
}
.AdminWrapper input.checkbox {
	width: 15px !important;
	background-color: transparent;
	border: 1px;
}
.AdminWrapper form.company input {
}
.AdminWrapper form.company input.area_1 {
	width: 420px;
	background-color: #0d3f5b;
}
.AdminWrapper form.company input.area_2 {
	width: 260px;
}
.AdminWrapper form.company input.area_3 {
	width: 180px;
}
.AdminWrapper form.company input.area_4 {
	width: 235px;
}
.AdminWrapper form.company input.area_5 {
	width: 300px;
}
.AdminWrapper form.company input.area_6 {
	width: 270px;
	background-color: #0d3f5b;
}
.AdminWrapper form.company select.area_1 {
	width: 80px;
}
.AdminWrapper form.company select.area_2 {
	width: 160px;
}
/* Option display fix */
.AdminWrapper form.company option {
	display: block;
}
.AdminWrapper form.company textarea {
	width: 300px;
	height: 100px;
	overflow: auto;
}
.AdminWrapper form.company input.button {
	width: auto;
	float: none;
	background-color: #1c3647;
	border: 1px solid #126993;
	padding: 1px 5px 0;
	height: auto;
	cursor: pointer;
	margin: 5px 10px 0 10px;
}
.AdminWrapper form.company input.button.button2 {
	width: 120px;
	float: left;
	margin: 0px 0 0 5px;
}
/* Table*/
.TitleRaw {
	border: solid #fff;
	border-width: 1px 1px 1px 0;
	background-color: #527187;
	margin: 20px 0 20px 0;
}
/*.TitleRaw.list {
			margin: 0;
			border-top: 0;
		}*/
.TitleRaw td {
	border: solid #fff;
	border-width: 0px 0px 0px 1px;
	padding: 2px 0 2px 6px;
}
.TitleRaw tr.bg1 {
	background-color: #3d5e75;
}
.TitleRaw tr.title td {
	border-bottom: 1px solid #fff !important;
				/*background-color: Aqua;*/
}


/* Added new*/

#SubpageMatterCon1 {
	/*float: left;*/
	position: relative;
	clear: none;
	width: 440px;
	margin: -80px 0 0 60px;/*news block positioning */ 	
	_margin: -80px 0 0 10px;
}

/* timeline images positioning */

ul.AboutBeamQl2 li.fi {
	margin: 0 0 0 8px;
}
ul.AboutBeamQl2 li.se {
	margin: 0 0 0 45px;
}
ul.AboutBeamQl2 li.th {
	margin: 0 0 0 55px;
}
ul.AboutBeamQl2 li.fo {
	margin: 0 0 0 15px;
}
ul.AboutBeamQl2 li.fif {
	margin: 0 0 0 25px;
}
ul.AboutBeamQl2 li.si {
	margin: 0 0 0 10px;
}



/* positioning arrows and above time line text */

/*ul.AboutBeamRef2 li#fi {
	left: -105px;
	background-position: 0 px bottom !important;
}*/
ul.AboutBeamRef2 li#se {
	left: -65px;
	_left: -17px;
	background-position: center bottom !important;
	background: url(../images/down_arrow.gif) no-repeat center bottom;
}
ul.AboutBeamRef2 li#th {
	left: 35px;
	_left: 75px;
	top:205px;
	padding: 15px 0 0 0;
	height:50px;
	/*background-position: center bottom !important;*/
	background: url(../images/up_arrow.gif) no-repeat center 0px;
}
ul.AboutBeamRef2 li#fo {
	left: 91px;
	_left: 140px;
	background-position: center bottom !important;
	background: url(../images/down_arrow.gif) no-repeat center bottom;
}
ul.AboutBeamRef2 li#fif {
	left: 165px;
	_left: 205px;
	top:205px;
	padding: 15px 0 0 0;
	/*background-position: center bottom !important;*/
	background: url(../images/up_arrow.gif) no-repeat center top;
}
ul.AboutBeamRef2 li#si{
	left: 215px; 
	_left: 265px;
	background-position: center bottom !important;
	background: url(../images/down_arrow.gif) no-repeat center bottom;
}


/* Added new*/

.boxWrapper 
{
	float: left;
	width: 540px;
	height: auto;
	padding: 15px;
	background: #041428 url(../images/boxes_bg.gif) repeat-x top;
	border: 1px solid #05213a;
	margin: 10px 0 0 0;
}
	.boxWrapper.small
	{
		width:260px;
	}
	.boxWrapper h5 
	{
		font-size: 13px;
		font-weight: bold;
	}
	ul.bullets 
	{
		float:left;
		clear:both;
		width: 100%;
		margin: 8px 0 0 0;
	}
		ul.bullets li 
		{
			float:left;
			clear:both;
			width:95%;
			color: #8eb9cb;
			padding: 0 0 0 20px;
			margin: 0 0 6px 0;
			background: url(../images/bullet_2.gif) no-repeat left 4px;
		}



