@charset "utf-8";
body  {
	font: 12px Arial;
	background: #F8F9FA;
	margin: 1em 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
ul{
margin:0;
padding:0;
list-style:none;
}
.menu-vertical li{
padding:2px 0;
}
a{
color:#666;
text-decoration:none;
outline:none;
}
a:hover,a:visited{
color:#1B598D;
/*text-decoration:underline;*/
outline:none;
}

p{
text-align:left !important;
}
.contact{
color:#1B598D;
}
.layout #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F8F9FA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.layout #header { 
	background: #FFF; 
} 
.layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px;
}
#sidebar1 p{
color:#1B598D;
font-size:12px;
line-height:1.2;
}
.layout #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px;
}
#sidebar2 p{
color:#1B598D;
font-size:15px;
line-height:1.2;
}
.layout #mainContent-home { 
	margin: 0 0 0 370px;
	padding: 0 20px;
	line-height:1.4;
} 
.layout #mainContent { 
	margin: 0 0 0 205px;
	padding: 10px 20px;
	line-height:1.4;
} 
.layout .narrow {
padding-right:75px !important;
} 
.layout #footer { 
	background:#F8F9FA url(../images/footer-bg.jpg) no-repeat;
	width:900px;
	height:85px; 
} 
.layout #footer p {
	margin: 0;
	padding: 45px 0;
	text-align:center !important;
	color:#FFF;
	letter-spacing:1px;s
}
.layout #footer a{
	color:#FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title{
color:#FFF;
font-size:12px;
font-weight:bold;
}
.box-grey{
}
.box-grey .top{
background:url(../images/box-grey-top.jpg) no-repeat;
width:328px;
height:15px;
padding-left:15px;
padding-top:2px;
}
.box-grey .middle{
background:url(../images/box-grey-middle.jpg) repeat-y;
width:318px;
padding:5px 25px 0 15px;
}
.date{
font-size:12px;
color:#666;
}
.box-grey .middle p{
font-size:11px !important;
color:#666 !important;
line-height:1.4 !important;
}
.box-grey .middle p img{
margin:-14px 14px 0 14px;
}
a.link-bg{
background:url(../images/link-bg-01.jpg) no-repeat;
width:74px;
height:17px;
font-size:10px !important;
color:#FFF !important;
margin:0 14px 0 0;
text-align:center;
}
.box-grey .bottom{
background:url(../images/box-grey-bottom.jpg) repeat-y;
width:343px;
height:12px;
font-size:1px;
}
h3.bg-01{
background:url(../images/bg-01.jpg) no-repeat;
width:194px;
height:16px;
padding-left:15px;
}
h3.bg-02{
background:url(../images/bg-02.jpg) no-repeat;
width:194px;
height:16px;
padding-left:15px;
}
h3.bg-03{
background:url(../images/bg-03.jpg) no-repeat;
width:194px;
height:16px;
padding-left:15px;
}
h3.bg-04{
background:url(../images/bg-04.jpg) no-repeat;
width:194px;
height:16px;
padding-left:15px;
}
.img-left{
padding-left:180px;
}
.img-right{
padding-right:180px;
}
.separator-01{
background:url(../images/separator-01.jpg) no-repeat center;
width:485px;
height:20px;
display:block;
font-size:1px;
/*border:1px red solid;*/
}
.separator-02{
background:url(../images/separator-02.jpg) no-repeat center;
width:597px;
height:20px;
/*display:block;*/
font-size:1px;
}

.menu-vertical{
}
.menu-vertical .top{
background:url(../images/menu-vertical-top.jpg) no-repeat;
width:170px;
height:15px;
padding-left:15px;
padding-top:2px;
}
.menu-vertical .middle{
background:url(../images/menu-vertical-middle.jpg) repeat-y;
width:185px;
color:#666;
}
.menu-vertical .middle a{
color:#666;
width:170px;
height:auto;
display:block;
padding:3px 0 3px 15px;
}
.menu-vertical .middle li ul{
display:none;
}
.menu-vertical .middle li ul a{
padding:3px 0 3px 30px;
width:155px;
height:auto;
}
.menu-vertical .middle a:hover, a.selected{
background:#999;
color:#FFF !important;
font-weight:bold;
}
.menu-vertical .bottom{
background:url(../images/menu-vertical-bottom.jpg) no-repeat;
width:170px;
padding-left:15px;
height:7px;
font-size:1px;
}
h2{
background:url(../images/separator-02.jpg) bottom no-repeat;
font-size:14px;
color:#999;
padding-bottom:3px;
}
.item-news{
padding-left:30px;
}
#pager , .catDocs{
padding-left:15px;	
padding-top:5px;
color:#1B598D;
font-weight:bold;
}
.link-page{
font-weight:bold;
color:#1B598D;
text-decoration:none;
font-size:11px;
}
.current-page{
font-weight:bold;
color:#000;
text-decoration:none;
font-size:11px;
}
#next{
color:#1B598D !important;
}