/* GENERAL STYLES */
@charset "utf-8";

body { background-color: #ECECEC; background-image:url(/css/img/bg.gif); background-position:center; background-repeat:repeat-y; margin: 0px; padding: 0px;	font: 12px Verdana, Arial, sans-serif;	color: #303030;}
.twoColFixRt #container { width: 983px;	text-align:left; margin: 0 auto; padding:0; }


/* header */
#header {height:66px; margin:46px 0 0 63px; padding:0;}
#header .logo { width:444px; float:left; }
#header .contactInfo { width: 159px; font-size: 9px; display: block; float: right; }
#header img { border-width: 0px; }


/* menu bar */
#menu {	width: 250px; padding:0; margin: 53px 0 0 113px; float: left; }
#menu ul { list-style:none; margin: 0px; padding: 0px; }
#menu ul li { height: 33px; }
#menu ul li.sel { font-size: 14px; font-weight:bold; background-image: url(/css/img/sel_menu_item.gif); background-repeat:no-repeat; padding-left: 15px; }
#menu a { text-decoration:none; font-size: 14px;}


/* main content */
#mainContent {	margin: 56px 0 0 373px; padding: 0; text-align: left; }
#news { padding:0; }
hr.pink, hr.pinkHome { border-bottom: solid 1px #ED1262; border-top:none; border-right:none; border-left:none;  padding:0; margin: 10px 0 0 0; color:#FFF; }
hr.pinkHome { margin: 91px 0 15px 0; }
#mainContent img { border-width: 0px; }
#mainContent ul { margin-top:0; padding-top:0;}


.listNews{ margin: 15px 0 0 0; line-height: 130%;  }
ul.noList{ list-style:none; margin: 0px; padding: 0px; }
.listNews .readMore { margin-top:15px;}
.listNews .readMore span { float:left; line-height: 20px; margin: 0 5px; }
.listNews .readMore img.navNews { float:left; }


.greyTxt{ color:#666666; }
.ieborder {	border-top:solid 1px #303030; border-bottom:solid 1px #303030; border-left:solid 1px #303030; border-right:solid 1px #303030; }
#specific_content p { width:550px; margin: 20px 0 10px 0; }
#specific_content img.title { margin-top:65px; } 
#specific_content .printIkon img { float: right; }
.printIkon { background: #FF0000; margin: 25px 75px 0 0; }

#specific_content ul { list-style-image: url(/css/img/custom_bullet.gif); width:500px; margin:0; padding:20px 0 10px 18px;}


.fltrt { float: right;	margin-left: 8px; }
.fltlft { float: left;	margin-right: 8px; }
.clearfloat { clear:left;	height:0;	font-size: 1px;	line-height: 0px; }



/* Footer */
#footer{ margin-top: 20px; height:120px; padding-left:100px; }
#footer img { margin-left: 13px; float: left; border:none; }


/* Links */
a, a:link, a:active, a:visited { color:#303030; text-decoration:none; }
a:hover { color:#909090; text-decoration:none; }
a.noline, a.noline:link, a.noline:active, a.noline:visited { color:#303030;	text-decoration:none; line-height: 190%; }
a.noline:hover { color:#909090;	text-decoration:none; }


/* Print */
@media print {
	.contactInfo { display:none; }
} 

/* Forms */
form { display:inline; padding:0; margin:0; }

/* EDITOR PROPERTIES */
