
/*********** FONTS & TEXTS ***********/
body {
	font-family: Tahoma;
	color:#333333;
}
h1, h2, h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
}
h2 {
	font-size:138,5%;
	font-weight:600;
}
h5 {
	font-family: Tahoma;
	font-size:83%;
	margin:0.5em 0 0.2em 0;
	font-weight:normal;
	text-transform:uppercase;
	color:#999999;
}

a {
	color: #006699;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}


/********** LAYOUT ***********/


#sb-left {
	display:none;
}

#main {

}
#page-wrapper {
	width:100%;
}
#top-baner, #top-menu, #public-operations {
	display:none;
}

/* top section */

/* main content section */
#main-content h1, #main-content h2, #main-content h3 {
	padding: 0.6em 1em 0.4em 0;
	margin:0;
}
#main-content h1 {
	padding-left:2em;

	font-size:108%;
	background: url(/static/img/index/bullet_black.jpg) 0.5em center no-repeat;
	
}
#main-content h1.red {
	background: url(/static/img/index/bullet_red.jpg) 0.5em center no-repeat;
	color:#CC0000;
}
#main-content ul {
	padding:0;
}
#main-content p {
	padding:5px 0;
}
#main-content li {
	list-style-type:none;
	list-style-image: none;	
	list-style-position:inside;
	padding-left:10px;
	margin:0;
	background: url(/static/img/index/bullet_min.jpg) left no-repeat;
}
#main-content {
}

p#breadcrumb {
	padding: 1em 0.5em 0.5em 1em;
	font-size:93%;
}
#public-operations {
	float:right;
}
#public-operations a{
	padding: 0 1px;
	line-height:1.3em;
	vertical-align:middle;
}
#public-operations a img {
	vertical-align:middle;
}



#bottom-menu {
	display:none;
}

#page-sector-two {
	background-color:#F6F6F6;
}
a.more {
	color: #000;
	clear:both;
	padding: 5px 10px 3px 1px;
	background: url(/static/img/index/more_black.gif) right  no-repeat;
	font-weight: bolder;
	line-height:2em;
	font-size:87%;
}
a.more:hover {
}

.col-wrapper{
		margin:0 auto;
	}
	.col21 {
		float:left;
		width:65%;
	}
	.col22 {
		float:left;
		width:34%;
	}
	.col31, .col32, .col33{
		float:left;
		width:33%;
	}

/* footer section */
#ft {
	clear:both;
	padding-top:10px;
}
#ft .copyright {
	margin:10px 0 50px 0;
	font-size:85%;
	text-align:center;
}

