#load {
	position: absolute;
	top:-999px;
	left:-999px;
}
.l1 {background:url(/img/menuTopOver.png);} 
.l2 {background:url(/img/menuBottomOver.png);}

/* CSS Reset */
html, body {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
body {
	height:100%; 
	line-height: 1;
	color:#383838;
	text-align:left;
	background: url(/img/bg.png) repeat;
}


/*General*/
#container {
	background: url(/img/bgTop2.png) repeat-x;
	height:auto;
}
#page {
	height:400px;
	margin: 0 auto;
	width:970px;
} 
#head {
	height:140px;
	margin: 0 9px;
	background: transparent url(/img/endoscope.jpg) no-repeat top left;
}
#top-menu {
	height:55px;
	text-align:right;
	padding-right:25px;
}
#top-menu a {
	text-decoration:none;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	display:block;
}
#top-menu div{
	width:116px;
	height:22px;
	background: transparent url(/img/topBut.png) no-repeat 0px -25px;
	text-align:center;
	padding-top:7px;
	margin-right:5px;
	float:right;
	cursor:default;
}
#top-menu div:hover, #top-menu div.active {
	width:116px;
	height:22px;
	background: transparent url(/img/topButActive.png) no-repeat 0px 0px;
	text-align:center;
	padding-top:32px;
	margin-right:5px;
	float:right;
	cursor:default;
}
#logo {
	margin-top:40px;
	width:600px;
	float:left;
	height:26px;
	overflow:hidden;
}
#logo a {
	text-decoration:none;
}
#logo img {
	border:0px;
}
#logo h1 {
	text-indent:-9999px;
}
#searchTop {
	margin-top:40px;
	margin-right:6px;
	float:right;
	width:300px;
}
#searchTop .field {
	float:left;
	background: url(/img/searchField.jpg) no-repeat;
}
#searchTop input.hiddenField{
	background-color: transparent;
	border: solid 0px #FFF;
	padding:3px 5px 0 5px;
	height:23px;
	width:210px;
	color:#fff;
}
#searchTop input.hiddenField:focus{
	border: solid 0px #FFF;
}
#searchTop .button {
	float:right;
}
#topBar	{
	width:940px;
	height:29px;
	background: transparent url(/img/topBar.png) no-repeat top left;
}
#topBarActions {
	float:right;
	color:#fff;
	margin: 10px 15px 0px 0px;
	font-size:10px;
	font-family:Verdana, Arial;
}
#topBarActions a{
	color:#ffffff;
	text-decoration:none;
}
#topBarActions a:hover{
	color:#ffffff;
	border-bottom:#fff 1px solid;
}
#topBarLocation {
	float:left;
	color:#fff;
	margin: 8px 0px 0px 35px;
	font-size:12px;
	font-family:Verdana, Arial;
	cursor:default;
}


#shadow {
	background: transparent url(/img/sh.png) repeat-y top left;

}
#body {
	margin: 0 9px;
	background: #fff;
	padding:6px;
	float:left;
}
/* ========================= */

#wrap {
	width:100%;
	height:100%;
	float:left;
}

#content {
	margin: 6px 0px 0px 6px;
	clear:none;
	float:left;
	width:688px;
}
#contentOnly {
	margin: 6px 0px 0px 0px;
	clear:none;
	float:left;
}
/***MENU**********************************************************/
#menuLeft {
	margin-top: 6px;
	width:246px;
	clear:none;
	float:left;
}
div.menuBg {
	background: url(/img/menuBg.gif) repeat;
	width:246px;
	height:auto;
	overflow:visible;
	cursor:pointer;
}


div.h {
	cursor:default;
	margin:6px 0px;
}
div.h .menuTop{
	background: url(/img/menuHTop.png) no-repeat top right;
	width:246px;
	height:auto;
}
div.h .menuBottom{
	background: url(/img/menuHBottom.png) no-repeat bottom left;
	width:100%;
	height:auto;
}
div.h .menuContent {
	border-top:#333333 1px solid;
	border-right:#333333 1px solid;
	line-height:14px;
	width:246px;
	height:auto;
	color:#ffffff;
	font-size:12px;
	font-family:Verdana;
	padding: 7px 0px 10px 35px;
}
#menuLeft>div.h .menuContent {
	width:211px;
}

div.none .menuTop {
	background: url(/img/menuTop.png) no-repeat top right;
	width:246px;
	height:auto;
}
div.none .menuBottom{
	background: url(/img/menuBottom.png) no-repeat bottom left;
	width:100%;
	height:auto;
}
div.none .menuContent {
	border-top:#333333 1px solid;
	border-right:#333333 1px solid;
	line-height:14px;
	width:246px;
	height:auto;
	color:#ffffff;
	font-size:12px;
	font-family:Verdana;
	padding: 7px 0px 10px 35px;
}
#menuLeft>div.none .menuContent {
	width:211px;
}
.menuContent a {
	 text-decoration:none;
	 color:#ffffff;
	 display:block;
}
 
div.active .menuTop, div.none:hover .menuTop {
	background: url(/img/menuTopOver.png) no-repeat top right;
	width:246px;
	height:auto;
}
div.active .menuBottom, div.none:hover .menuBottom {
	background: url(/img/menuBottomOver.png) no-repeat bottom left;
	width:246px;
	height:auto;
}
div.active .menuContent, div.none:hover .menuContent {
	border-top:#333333 1px solid;
	border-right:#333333 1px solid;
	line-height:14px;
	width:246px;
	height:auto;
	color:#ffffff;
	font-size:12px;
	font-family:Verdana;
	padding: 7px 0px 10px 35px;
}
#menuLeft>div.active .menuContent, body>div.none:hover .menuContent {
	width:211px;
}

#menuLeft .submenu {
	margin: 1px 0px;
	background: url(/img/submenuBodyBg.png) repeat-y top left;
}
#menuLeft .submenuTop {
	background: url(/img/submenuTopBg.png) no-repeat top left;
}
#menuLeft .submenuContent {
	font-family:Verdana,Arial;
	font-size:12px;
	line-height:16px;
	padding: 15px 20px 15px 35px;
}
.submenuContent ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.submenuContent li {
	padding: 5px 0px;
}
.submenuContent li a {
	text-decoration:none;
	color:#17729d;
}	
.submenuContent li a:hover,.submenuContent li a.active {
	border-bottom:#17729d 1px solid;
}
/*** END OF Menu ***********************************************************************/

#startPageLogo {
	margin-bottom:6px;
}

#articleBg {
	background:transparent;
	height:100%;
}
#articleTop{
	background:transparent url(/img/articleTopBg.png) no-repeat;
	height:100%;
}
#articleOnlyTop {
	background:transparent url(/img/articleTopBg.png) repeat-x;
	height:100%;
	width:940px;
}
#articleOnlyBg {
	background:transparent;
	height:100%;
	width:940px;
}
#articleTop #article{
	font-family:Times New Roman;
	font-size:16px;
	padding:30px 40px 30px 50px;
	text-align:justify;
	line-height:18px;
	/*height:600px;
	display:list-item;*/
	width:588px;
}
#articleOnlyTop #article{
	font-family:Times New Roman;
	font-size:16px;
	padding:30px 50px 30px 50px;
	text-align:justify;
	line-height:18px;
	width:840px;
}

/***Content elements style *****************************************************/
#article h1 {
	text-align:left;
	margin-top:0px;
	margin-bottom:30px;
	text-indent:0px;
	line-height:30px;
	font-weight:bold;
	font-size:30px;
}
#article p {

}
#article h2,#article h3,#article h4,#article h5,#article h6{ 
	text-indent:0px;
	text-align:left;
}
#content a, a.link {
	text-decoration:none;
	border-bottom:#17729d 1px solid;
	color:#17729d;
}
#content a:hover ,a.link :hover{
	border-bottom:#0a384e 1px solid;
	color:#0a384e;
}
#contentOnly a {
	text-decoration:none;
	border-bottom:#17729d 1px solid;
	color:#17729d;
}
#contentOnly a:hover {
	border-bottom:#0a384e 1px solid;
	color:#0a384e;
}
#article ul { 
	text-indent:0px;
	text-align:left;
	list-style-image: url(/img/ul.png);
}
#article li  {
	margin:6px 0px;
}
#article li ol {
	list-style-image: none;
	list-style-type:decimal;
}
#article li ul {

}
#article ol,#article dl {
	text-indent:0px;
	text-align:left;
	list-style-type:decimal;
}
#article u {
	text-decoration:none;
	border-bottom:#383838 1px solid;
}
#article blockquote {
	border-left: #cccccc 2px solid;
	margin-left:25px;
	padding-left:25px;
	text-align:left;
}
#article code {
	display:block;
	background: #eeeeee;
	color:#383838;
    font-size:10px;
	font-family:Verdana,Arial;
	border: #cccccc 1px solid;
	border-left: #cccccc 5px solid;
	padding:20px;
	margin: 15px 0px;
	text-indent:0px;
	text-align:left;
}
#content form, #content input, #content button, #content textarea, #content select {
	background:#FFFFFF;
	text-indent:0px;
	text-align:left;
	color:#383838;
	font-family:"Verdana",sans-serif;
	font-size:12px;
	line-height:14px;
	vertical-align:middle;
	padding:5px;
}
#content textarea {
	border:1px solid #CCCCCC;
}
#content input.button {
	background:#383838;
	color:#ffffff;
}
#content input {
	border:1px solid #CCCCCC;
	margin-right:7px;
}
div.errors {
	background:#ff9999;
	color:#383838;
	padding:5px;
	font-family:Verdana;
	font-size:12px;
}
#content input.invalidValue {
	border:#ff9999 1px solid;
}
#content input.requiredValue {
	border:#555599 1px solid;
}
#content input.checkbox {
	border:0px;
	background:#FFFFFF;
}
/* END OF Content elements style */
#article table {
	margin:0px;
	padding:0px;	
}
#article div.block {
	text-indent:0px;
	text-align:left;
	width:284px;
}
#article .r20{
	margin-right:20px;	
}
#article div.head{
	font-size:16px;
	height:60px;
}
#article div.content{
	margin-top:20px;
	font-size:14px;
	line-height:16px;
	text-align:justify;
}
#article .pagination {
	text-align:center;
	margin-top: 30px;
	color:#17729D;
}
#article .page_nav {
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1em 0;
	padding:0 1em 2em 0;
}
#article .page_nav  li{
	float:left;
}
#article .page_nav  em, #article .page_nav  a {
	display:block;
	margin:0 0.2em 0 0.1em;
	padding:0.3em 0.4em;
	text-decoration:none;
	border:0px;
}
#article .pagination a:hover {
	border-bottom:#0a384e 1px solid;
}
#article .page_nav  em,#article .page_nav  a:hover{
	background:#17729D;
	color:#FFFFFF;
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	border:0px;
}

#breadcrumbs {
	width:668px;
	background:#D2DEE6;
	padding:10px;
	font-size:12px;
	line-height:14px;
	margin-bottom:6px;
	color:#000000;
}
#breadcrumbs a{
	text-decoration:none;
	border:0px;
	font-family:Verdana,Arial;
	font-size:10px;
	margin:0px 6px;
}
#breadcrumbs a.start{
	margin-left:0px;
}
#breadcrumbs a:hover{
	/*color:#ffffff;
	border-bottom:#ffffff 1px solid;*/
}
#footer {
	background: transparent url(/img/footer.png) no-repeat top left;
	width:970px;
	height:100px;
	float:left;
}
label {
	display:block;
	float:left;
	width:150px;
}
#center-page{
	width:600px;
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -300px;
	margin-top: -200px;
}
.ie6-warning { display:none; }

a {
	outline-style:none !important;
}
