/***********************************************************************************************
*  Common Style Definitoins
***********************************************************************************************/
*{
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: white;
  
/*	text-decoration: none;*/
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
html{
  overflow-y: scroll;
  overflow-x: auto;
}
body{
  text-align: center;
  background: url(../img/page-bg.png) repeat-x #011627;
}
/*
body.startpage{
  background: url(../img/page-bg-startpage.png) repeat-x #d8dde0;
}
body.contentpage{
  background: url(../img/page-bg-evermind.png) repeat-x #d8dde0;
}
*/

a img{
  border: none;
  padding: 0;
  margin: 0;
}
/***********************************************************************************************
*  Main Layout Definitoins
***********************************************************************************************/
#mainarea-box{
  position: relative;
  margin: auto;
  width: 1000px;
  height: 100%;
  text-align: left;
  padding-top: 82px;
  padding-bottom: 40px;
}
#mainarea-top{
  position: absolute;
  top: 0;
  left: 0;
  height: 82px;
  width: 100%;
}
#mainarea-center{
  min-height: 100%;
  _height: 100%;
  width: 100%;
  clear: both;
}
body.contentpage #mainarea-center{
  background: url(../img/mainarea-right-bg.png) no-repeat 755px 190px;
}
#mainarea-bottom{
  _position: absolute;
  _bottom: 0;
  _left: 0;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

#content-box{
  width: 100%;
}
#content-left,
#content-right{
  height: 100%;
  float: left;
  overflow: hidden;
}
#content-left{
  width: 755px;
}
body.startpage #content-left{
  padding-top: 500px;
}
body.contentpage #content-left{
  padding-top: 190px;
}
body.startpage #content-left-box{
	position: relative;
  padding: 20px 0;
}
body.contentpage #content-left-box{
	position: relative;
  padding: 40px 19px;
}
#content-right{
  width: 245px;
}
body.startpage #content-right{
  padding-top: 500px;
  _padding-top: 520px;
}
body.startpage #content-right-top{
  display: none;
}
body.contentpage #content-right-top{
  width: 100%;
  height: 190px;
	overflow: hidden;
  background: #012848;
}
#content-right-top img.logo{
  margin-top: 21px;
  margin-left: 33px;
}
#content-right-top-search-form{
	margin: 55px 20px 0;
}
#objectInfo input.text,
#content-right-top-search-form input.text,
#content-right-bottom-login-form input.text{
	display: block;
	width: 100%;
	height: 21px;
	background: #115a8f;
	border: 1px solid #c4ccd0;
	color: white;
}
#objectInfo input.submit,
#content-right-top-search-form input.submit,
#content-right-bottom-login-form input.submit{
	display: block;
	width: 76px;
	height: 21px;
	margin-top: 10px;
	margin-left: 128px;
	color: #022c4f;
	background: url(../img/submit.png);
	border: none;
}

#objectInfo label,
#content-right-bottom-login-form label{
	display: block;
	font-size: 11px;
	color: #c4ccd0;
}
#content-right-bottom-login-form{
	margin: 20px;
}
body.startpage #content-right-bottom-banner{
	display: none;
}
#content-right-bottom-banner{
	margin-top: 20px;
	font-size: 11px;
	text-align: center;
}
#flash-box{
  position: absolute;
  top: 82px;
  left: 0;
}
body.startpage #flash-box{
  width: 1000px;
  height: 500px;
	background: url(../img/flash-startpage-bg.jpg) no-repeat;
}
body.startpage #flash-box #flash-box-logo{
  position: absolute;
  top: 51px;
  right: 20px;
  width: 180px;
  height: 41px;
  background: url(../img/logo-medicon.gif) no-repeat;
  overflow: hidden;
}
body.contentpage #flash-box{
  width: 755px;
  height: 190px;
	background: url(../img/flash-contentpage-bg.jpg) no-repeat;

}
body.contentpage #flash-box #flash-box-logo{
  display: none;
}
#altContent p.altContentHint{
	text-align: center;
	background: #012848;
	padding: 20px;
	margin: 20px;
	border: 3px dotted red;
	opacity: 0.8;
  filter: alpha(opacity = 80);
}
#diamond-bottom{
  position: absolute;
  bottom: 15px;
  left: -390px;
  width: 457px;
  height: 454px;
  background: url(../img/diamond.png) no-repeat;
  z-index: -1;
}
/***********************************************************************************************
*  Main Menu Definitoins
***********************************************************************************************/
#mainmenu-box a{
  display: block;
  overflow: hidden;
  float: left;
  height: 82px;
  padding-top: 49px;
  background: url(../img/mainmenu-bg.png) repeat-y;
  margin: 0;
	text-align: right;
}
#mainmenu-box a.last{
  background: url(../img/mainmenu-last-bg.png) repeat-y;
}
#mainmenu-box a:hover{
  background: url(../img/mainmenu-bg-hover.png) repeat-y;
}
#mainmenu-box a.last:hover{
  background: url(../img/mainmenu-last-bg-hover.png) repeat-y;
}
#mainmenu-box a.active{
  background: url(../img/mainmenu-bg-active.png) repeat-y;
}
#mainmenu-box a.last-active{
  background: url(../img/mainmenu-last-bg-active.png) repeat-y;
}
#mainarea-box a.active:hover{
  background: url(../img/mainmenu-bg-active-hover.png) repeat-y;
}
#mainarea-box a.last-active:hover{
  background: url(../img/mainmenu-last-bg-active-hover.png) repeat-y;
}
#mainmenu-box a img.title{
	margin-right: 12px;
}
#mainmenu-box a.last img.title{
  margin-right: 17px;
}

/***********************************************************************************************
*  Footer Definitoins
***********************************************************************************************/
#mainarea-bottom-left,
#mainarea-bottom-center,
#mainarea-bottom-right{
  float: left;
  line-height: 40px;
}
#mainarea-bottom-left,
#mainarea-bottom-right{
  width: 245px;
}
#mainarea-bottom-left,
#mainarea-bottom-right,
#mainarea-bottom-left *,
#mainarea-bottom-right *{
  color: #3c81b4;
  font-size: 10px;
}
#mainarea-bottom-center{
  width: 510px;
}
#mainarea-bottom-left{
  text-align: left;
}
#mainarea-bottom-center{
  text-align: center;
}
#mainarea-bottom-center a{
  text-decoration: none;
	line-height: 40px;
  margin: 0 10px;
	color: white;
	font-weight: normal;
}
#mainarea-bottom-right{
  text-align: center;
}
#mainarea-bottom-right img.logo{
  position: relative;
  top: 7px;
  margin-left: 10px;
}
#mainarea-bottom-right a{
  font-weight: bold;
  text-decoration: none;
}
#mainarea-bottom-right a:hover{
  color: white;
}

div.spaceline{
	background:transparent url(../img/tabs-top-bg.png) repeat-x;
	width: 100%;
	height: 3px;
	overflow: hidden;
	line-height: 0;
	margin: 20px 0;
	clear: both;
}












