/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	
	}

a img, :link img, :visited img { border:none; }
ul { }


#lightbox{
background-color:#eee;
padding: 10px;

}

#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
#overlay img{ border: none; }

#overlay{ background-image: url(../../../../graphics/graphics_admin/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(../../../../graphics/graphics_admin/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../../../graphics/graphics_admin/overlay.png", sizingMethod="scale");
	}

/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Arial;}
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #0075B2; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: bold 14px Tahoma; color: #BF001F; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
	background: #FFF url(../../../../graphics/bg.gif) center 0px no-repeat;}


/******************************************************
			SECONDARY BOXES
******************************************************/
#container{
	width:801px;
	margin-top:0px;
	margin:auto;
	padding: 0 0 0 0;
	}


#baner{
	z-index: 90;
	width: 801px;
	height: 303px;
}


#contentType{
	float:right;
	width:610px;
	min-height: 200px;
	height: auto !important;
	/*z-index: 99;*/
}


#articleContent{
	float:left;
	text-align: justify;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
}

#clearContent{
	clear:both;
	margin: auto;
	padding: 0 0 10px 0;
}


#menu{	float:left;

	width: 183px;
	background: #FFF url(../../../../graphics/bgmenu.gif) top right no-repeat;
	padding-top:20px;
}

#menuUl{
	z-index: 200;
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	text-align: left;
}

#menuUl li{
	padding: 0 0 0px 0px;
}



#footerText{
	margin: 4px 0 0 0;
	height: 18px;
	width:803px;
	background: #F5F5F5 url(../../../../graphics/foot.gif) bottom right no-repeat;
	padding: 0 0 0 0px;
}

#footerText div {
background-color:white;
width:200px;
float:right;

}
/******************************************************
			FONT
******************************************************/


#articleContent p{
	font-family: Tahoma,Verdana, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	
}

.fontFooter{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

#menuUl li{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 12px;
    color: #0075B2;
}


/******************************************************
			LINK
******************************************************/

.linkFooter{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    color: #B8B8B8;
    text-decoration: none;
    letter-spacing: 0.2em;
    line-height: 18px;
}

.linkFooter:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    color: #B8B8B8;
    text-decoration: none;
    letter-spacing: 0.2em;
    line-height: 18px;

}

#menuUl li a{
    background:url(../../../../graphics/menu_point.gif) no-repeat 0px 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 12px;
    color: #0075B2;
    text-decoration: none;
    display: block;
    padding: 5px 0px 5px 20px;
}

a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    }

a:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0075B2;
    text-decoration: none;
    }

#menuUl li a:hover{
    background:url(../../../../graphics/menu_point.gif) no-repeat 5px 6px ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 0px 5px 20px;
}

