﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image:url('/img/body-home1.png');
	text-decoration: none;
	margin:0;
	text-align:center;
}
    
a:link {
  text-decoration:  none;
  }

a img {
    border: none;
    text-decoration: none;
}

/* --- page elements --- */
#wrap{
	background-image:url('/img/masterBack.png');
	background-repeat:repeat-x;
	min-height:400px;
}
#main {
	width:980px;
	margin:auto;
	border:0;
}
#inTop {
	position:relative;
	height:141px;
	background-image:url('/img/back_top.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	z-index:40;
}
	#inMainLabel{
		position: absolute;
		left:17px;
		top:110px;
		width:247px;
		height:17px;
	}
	#inMenuBar{
		position: relative;
		top:67px;
		width:auto;
		height:100px;
		float:right;
		text-align:right;
		vertical-align:top;
		margin-right:22px;
		z-index: 400;
	}	
	#inMenuBar_tooltip 	{
	    height:20px;
        font-size:13px;
        padding-top:10px;
        color: #999999;
	}
	#inMenuBar_tooltip img {
        vertical-align:middle;
	}	
	#inMenuBar_usrStat
	{
       	color: #FFFFFF;
	    font-style: italic;
	}
#inStripe{
	position:relative;
	height:203px;
	background-image:url('/img/back_stripe.png');
	background-repeat:no-repeat;
	text-align:left;
}
	#inLogo{
		position: absolute;
		left: 22px;
		top: 22px;
		width:131px;
		height:119px;
	}
	#inMainMenu
	{
		position: absolute;
		top:22px;
		left:186px;
		width:545px;
		height:163px;
		background-image:url('/img/sepMainMenu.gif');
		background-repeat:no-repeat;
		padding-left:23px;
	}
	#MainMenu img
	{
        border:0;
        padding:0;
	}
	
    /* --- asp:menu items styling */
	.Pet3-VMenu ul{					/* Global UL style*/
		margin: 0;
		padding: 0;
		list-style-type: none;
		float:left;
		white-space:nowrap;
		font: bold 14px Verdana;
		}
	 
	.Pet3-VMenu ul li{				/* Global LI style */
		position: relative;
		margin:0;
		padding:0;
        display:block;
		}

	.Pet3-VMenu ul li a{			/* Top level menu links style */
		text-decoration: none;
		padding-left:10px;
		padding-right:5px;
		display:inline-block;
		}	

	.Pet3-VMenu ul li a:link,		/* LI Links (link,visited,active) styles*/
	.Pet3-VMenu ul li a:visited,
	.Pet3-VMenu ul li a:active {
		color:white;
		}

	.Pet3-VMenu ul li a:hover{		/* LI Link (hover) style*/
		color:red;
		}

	.Pet3-VMenu ul li ul{			/*Sub level menu items */
		top: 0;
		position: absolute;
		float:left;
		white-space:nowrap;
		border-left:solid 1px #CCCCCC;
		width: auto;
		}
	
	/* asp:menu END --- */
	
	#inLabel{
		position: absolute;
		top:161px;
		left:22px;
		width:500px;
		height:42px;
	}

	#inLangBar{
		position: absolute;
		top:183px;
		left:838px;
		width:118px;
		height:19px;
		padding:0 0 0 5px;
		margin:0;
	}

	#inLangBar_tooltip {
	color:silver;
	font-size:13px;
	text-align:right;
	}

#inContent {
    padding-top:10px;
	min-height:141px;
	background-image:url('/img/content_back.gif');
	background-repeat:no-repeat;
	background-position:center top;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	font-size:13px;
}
#inContent P {
    font-size:13px; 
    text-align:justify;
    padding-top:10px;
}

#inContent .leadPara {
	font-size:200%;
	float:left;
	padding-right:5px;
}

#inContent:after {
    content:'';
    display:block;
    clear:both;
}

/* --- animated credites */
.credits {
	border-top:1px gray solid;
	text-align:left;
	padding-top:5px;
}

.credits img {
	border:0;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.credits img:hover{
	border:0;
	filter:alpha(opacity=100);
	opacity:1;
}

/* --- inContent DB section*/
.newsRow{
	clear:left;
}

.newsRow div{
	float:left;
}

.lCol{
	width:250px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px white solid;
	margin-top:5px;
	text-align:right;
}
.rCol{
	width:640px;
	padding-left:45px;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px white dotted;
	text-align:justify;
	background-image:url('/Img/FinalCut.png');
	background-position:left top;
	background-repeat:no-repeat;
	
}
.nHead{
	font-size:14px;
	font-weight:bold;		
}


#inFooter{
	height:35px;
	font-size: 11px;
	color:silver;
	background-image: url('/img/shadow_back.png');
	background-repeat:repeat-x;
}
	#inFooterCenter{
		width:980px;
		height:35px;
		margin: 0 auto;
	}
	
	    #inFooterTagLC
	    {
            float:left;
            width:30px;
            height:35px;
            background-image:url('/img/back_footerLC.jpg');
		    background-repeat:no-repeat;
	    }
	    #inFooterTag
	    {
	        float:left;
		    width:auto;
		    height:35px;
		    margin: 0 auto;
		    background-image:url('/img/back_footer.jpg');
		    background-repeat:repeat-x;
		    font-size:8pt;
		    padding:5px 0 0 0;
	    }
	    #inFooterTagRC
	    {
            float:left;
            width:30px;
            height:35px;
            background-image:url('/img/back_footerRC.jpg');
		    background-repeat:no-repeat;
	    }	    
	    

/* --- tag specific styles --- */
* {
	margin: 0;
	padding: 0;
}

.ulLang {
	list-style-type:none;
	display:inline;
	padding:0 0 0 5px;
}

.ulLang li
{
    margin:0 3px 0 0;
    float: left;
    padding:0 0 0 0;
   	vertical-align:middle;
}

/* TO TEST */
/*--- IE8 only Hack --- */
.ulLang li {
    padding-top /*\**/: 4px\9
}

.ulLang img
{
    border-width:0px;
}

.inMenuBarItem 
{
    cursor:pointer;
    border:0;
}

.inMenuBarItem a
{
    text-decoration:none;
    border:0;
    cursor:pointer;
}

.inMenuBarItemPreload {
    display: none;
}