/* GENERIC */
h1, h2, h3, h4, h5, h6, form {
	margin: 0;
}

h2 {
	margin-bottom: 0.90em;
	size: 16px;
	color: #EE1C24;
	border-bottom: 2px solid #EE1C24;
	padding-bottom: 6px;
}

h3{
	size: 14px;
	color: #EE1C24;
	border-bottom: 2px solid #EE1C24;
	padding-bottom: 6px;
	margin-left: 24px;
}


.article{
	padding-left: 20px;
	background: url(../img/arrow_grey.gif) no-repeat top left;
}

.news{
	width: 200px;
	margin: 20px;
}

.news a{
	color: #6B6B6D;
	background: url(../img/arrow_red_greybg.gif) no-repeat;
	padding-left: 16px;
	 font-weight: bold;
	
}
.news_bg{
	background: url(../img/arrow_grey2.gif) no-repeat top left;
}

.newsDate{
	color: #EE1C24;
	 font-weight: bold;
}



/* layout*/
body {
  margin: 0;
  padding: 0;
  background:  url('../img/body_pattern_home.gif') top repeat-x;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;	
}

div#layout_wrap {
	position: relative;
  width: 848px;
  margin: 0 auto;
}

div#top_bar {
	z-index: 10;
	position: absolute;
	top: 25pt;
  height: 354px;
	width: 100%;
  background: url('../img/top_menu_bg_home.jpg') no-repeat;
}

div#top_bar h1 {
	display: none;
}

div#top_bar h1 {
	display: none;
}

div#top_fill {
	position: absolute;
	right: 0;
	top: 0pt;
	width: 50%;
	height: 32px;
	background: url('../img/right_half_bg.gif') repeat-x;
	z-index: 10;
}

div#left_bar {
	float:left;
	width: 237px;
	background: #58595B;
	text-align: right;
	position: absolute;
	top: 161px;
	z-index: 20;

	
}


div#body {
	position: absolute;
	top: 367px;
	width: 848px;
	background: url('../img/body_bg.gif') repeat-y;
	
}

div#content {
	float: right;
	width: 570px;
	padding: 20px; 
	color: #000;
}

div#footer {
	clear: both;
	background-image: url(../img/footer_bg.jpg);
	text-align: right;
	color: #fff;
	padding: 10px;
	float: right;
	width: 590px;
}

div#footer a{
	color: #ffffff;
	text-decoration: none;
}

#banner {
	position: relative;
	top: 42px;
	
}

div#down_footer{
	clear: both;
	text-align: right;
	color: #D61920;
	padding: 10px;
	float: right;
	width: 590px;
}

div#down_footer a{
   color: #D61920;
	text-decoration: none;
}



#fill_img {
  position: absolute;
  top: -5px;
	left: 2px; 
}

#fill_text {
  margin-left: 20px;
   
}
#fill_img2 {
	position: absolute;
	top: -4px;
	left: 78px;
}

#left_img {
  position: absolute;
  top: 0px;
	left: 2px; 
}
#left_img2 {
	position: absolute;
	top: 0px;
	left: 96px;
}





/* LISTS */

ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.menu a {
	text-decoration: none;
	color: #fff;
}	

ul#top_nav {
	z-index: 20;
	position: absolute;
	top: 5px;
	left: 450px;
}

ul#top_nav li {
	padding: 0 10px;
	display: inline
}

ul#top_nav a:hover {
	text-decoration: none;
}

ul#top_nav_left {
	z-index: 20;
	position: absolute;
	top: 3px;
	
}

ul#top_nav_left li {
	padding: 0 10px;
	display: inline;
	color: #000;
}

ul#top_nav_left a:hover {
	text-decoration: none;
	color: #000;
}

ul#top_nav_left li a{
	color: #000;
}

ul#left_nav li {
	color: #ffffff;

}

ul#left_nav li a {
	display: block;
	padding: 10px 26px 11px;
	border-top: 1px dotted #A9AAAF;
}
ul#left_nav li a:hover {
	background-color: #E60003;
	color: #ffffff;
}
 

 
ul#left_nav li.selected a {
	background: #E60003 url(../img/arrow_red.gif) no-repeat right;
	color: #ffffff;
	font-weight: bold;
}

ul#left_nav li a:hover {
	background-color: #E60003;
	color: #ffffff;
}



li.left_bar {
	
	margin-left: 20px;

}