/*idcert website css file, tested on firefox 3.X and opera 10*/
/*master reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/*
ol, ul {
	list-style: none;
}
*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*__END__*/

h1{
	border-bottom: 1px dashed #999;
	color: #555;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h2, h3{
	font-size: 20px;
	margin-bottom: 5px;
}

body{
	background: url(images/content-back.jpg) top left repeat-x #fff;
}

#buttons{
	text-align: right;
}

#content{
	left: 50%;
	margin-top: 35px;
	margin-left: -450px;
	position: absolute;
	width: 900px;
}

#footer{
	background: #fff;
	color: #333;
	font-size: 10px;
	margin-left: 200px;
	text-align: center;
	padding: 10px;
}

#head{
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 200px;
}

#head h1{
	background: url(images/logo2.gif) top center no-repeat;
	border: none;
	height: 32px;
	margin: 0;
	width: 200px;
}

#head h1 span{
	display: none;
}

#head span{
	font-size: 13px;
	padding-left: 3px;
}

#main_content{
	background: #fff;
	margin-left: 200px;
}

#menu{
	background: url(images/menu.jpg) top left repeat-x #686868;
	margin-bottom: -15px;
	margin-left: 200px;
	margin-top: 37px;
	text-align: left;	
}

#menu ul {
	height: 28px;	
	list-style: none;
	margin-left: -40px;
	margin-top: -5px;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	background: url(images/menu.jpg) top left repeat-x #686868;
	border-right: 1px solid #fff;
	color: #ddd;
	font-size: 12px;
	font-weight: bold;
	line-height: 250%;
	
	padding: 8px 8px 6px 8px;
	text-decoration: none;
	text-transform: lowercase;
}

#menu ul li a:hover{
	background: #a6a6a6;
	color: #000;
}

#menu ul li a.current{
	background: url(images/selected.png) 50% -2px no-repeat #600;
	color: #fff;
	padding: 8px 8px 6px 8px;
}

#mini_info{
	margin-top: 311px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;	
}

#sekilas{
	background: url(images/sekilas.jpg) top right repeat-y #900;
	color: #fff;
	height: 230px;
	left: 0px;
	margin-top: 61px;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 180px;
}

#sekilas p{
	font-size: 13px;
	height: 185px;
	width: 180px;
	overflow: auto;
}

#security_alert{
	background: url(images/welcome.jpg) top left no-repeat #fff;
	padding: 10px;
}

/*
#slider{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background: #000;
	color: #fff;
	filter:alpha(opacity=80);
	font-size: 13px;
	height: 164px;
	line-height: 15px;
	opacity: 0.8;
	overflow: auto;
	padding: 10px;
}
*/

#security_alert a, #sekilas a{
	color: #fff;	
	font-style: italic;
	text-decoration: #fff;
}

#security_alert h1, #sekilas h1{
	color: #fff;
	border-color: #fff;
}

#security_news{
	font-size: 13px;
	padding: 10px;
}

/*Classes*/
.article{
	border-bottom: 1px solid #ccc;
	color: #222;
	font-family: "Georgia", serif;
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: justify;
}

.article a{
	font-family: "Georgia", serif;
	font-style: italic;
}

.article p{

}

.article_head {
	margin-bottom: 10px;
}

.article_head  h2, .article_head  h2 a{
	color: #8a271e;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.article_head  span{
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.mini_article{
	font-family: "Georgia", serif;
	font-size: 13px;
	margin-bottom: 25px;
	padding-top: 0px;
}

.mini_article_head, .mini_article_head a{
	background: #555;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 7px;
}

/*News rollover*/
#slider {
	/* You MUST specify the width and height */
	height:168px;
	line-height: 15px;
	position:relative;	
	overflow:hidden;
}

#slider h2{
	line-height: 23px;
}

#mask-excerpt {
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	/* width should be lesser than #slider width */
	width:100%;;
	overflow:hidden;	
}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;
	opacity: 0.9;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	background:#000;
	overflow:hidden;
	font-size:13px;
	color:#fff;	
	width: 100%;
}

#excerpt li {
	padding:5px;
}

.clear {
	clear:both;	
}

