/* Global styles
--------------------------------------------- */
body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

table, td {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
} 

p {
	margin: 0;
	padding: 0;
	margin: 3px 0 5px 0;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f5821f;
	text-decoration: underline;
}

a:hover {
	color: #f5a764;
}

hr {
	border: solid #dcdcdc 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0;
	margin: 0;
}

/* Document styles
--------------------------------------------- */  
.header_stripe_1 {
	background: #f5821f;
}
	
.header_stripe_2 {
	background: #edf5f4;
}	

.footer_stripe_1 {
	background: #f5821f;
}	

.footer_stripe_2 {
	background: #ecf3f2;
}

.header_bg_top_right {
 	background: url(images/header_top_right.jpg) top left no-repeat;
 	padding-right: 22px; 
}	

.header_bg_bot_right {
 	background: url(images/header_bot_right.jpg) top left no-repeat;
}  

.header_bg_top_left {
 	background: url(images/header_top_left.jpg) top left no-repeat;
}  

.header_bg_bot_left {
 	background: url(images/header_bot_left.jpg) top left no-repeat;
}

table.footer {
 	background: #b4b8b9;
}  			

table.footer td, table.footer td p { 
	font-size: 11px;
 	color: #3e3e3e;
}

.footer_left {
 	padding: 15px;
	text-align: left;
	vertical-align:top;
}  

.footer_right {
 	padding: 15px;
	text-align: right;
	vertical-align:top;
}  

.left_pane {
	background: url(images/bg_grad_left_pane.gif) #f5f5f5 top left repeat-x;
	padding: 30px 18px 25px 18px; 
}

.content_pane  {
	background: url(images/bg_grad_content_pane.gif) #ffffff top left repeat-x;
	padding: 30px 25px 25px 25px; 	
}

.block {
	padding-bottom: 20px;
}  

.illustration_inner {
 	border: solid #edf5f4 1px;
}

.illustration_outer {
 	display: table; 
	width: 0; 
	padding: 0; 			  
	margin-top: 7px;		  
	margin-bottom: 7px;
	border: 1px solid #b7c3c6;
} 

.container_border_top {
 	border: solid #e0dcd9 0px; 
	border-top-width: 1px;
} 

.container_border_bot {
 	border: solid #e0dcd9 0px; 
	border-bottom-width: 1px;
} 

.container_border_left {
 	border: solid #e0dcd9 0px; 
	border-left-width: 1px;
} 

.container_border_right {
 	border: solid #e0dcd9 0px; 
	border-right-width: 1px;
}

table.inner_table {
	border: solid #b7c3c6 1px;
	border-collapse: collapse;
}

table.inner_table th {
	background: #f5a764;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: solid #b7c3c6 1px;
}

table.inner_table td {
	background: #ffffff;
	text-align: center;
	padding: 4px 8px;
	border: solid #b7c3c6 1px;
}

table.inner_table td.odd {
	background: #ffffff;
	text-align: left;
	padding: 4px 8px;
	border: solid #b7c3c6 1px;
	white-space: nowrap;
} 

ul.list_or, ul.list_gr {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 7px;
}

ul.list_or li, ul.list_gr li {
	padding: 0;
	margin: 0;
	padding-left: 7px; 
	background: url(images/arrow_single_or.gif) no-repeat;	
	background-position: 0px 6px;
} 

ul.list_gr li {
	background: url(images/arrow_single_gr.gif) no-repeat;	
	background-position: 0px 9px;
	line-height: 20px;
}

img.images {
 	margin: 10px;
}



/* Text styles
--------------------------------------------- */
table.footer td a:link, table.footer td a:visited, table.footer td a:hover, table.footer td a:active { 
	font-size: 11px;
 	color: #616f74;
	text-decoration: none;
}

.header_text {
	font-size: 16px; 
	color: #ec6f1c;
	margin-bottom: 6px;
} 

.select_text {
	font-weight: bold;
	color: #ec6f1c;
}

.container_header_text {
	background: url(images/pointer_title.gif) top left no-repeat; 	
	background-position: 0px 4px;
	padding-left: 18px;
	font-size: 16px;
	color: #3e3e3e;
} 

.news_date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #484848;
	padding-top: 6px;	
}

a.link_more:link, a.link_more:visited, a.link_more:hover, a.link_more:active {
	background: url(images/arrow.gif) top left no-repeat; 	
	background-position: 0px 7px;
	padding-left: 10px;
} 



/* Padding styles
--------------------------------------------- */  
.padding_logo {
 	padding-top: 3px;
	padding-left: 22px;
}  

.padding_slogan {
 	padding-top: 13px;
	padding-right: 3px;
} 

.padding_container {
 	padding-left: 15px;
 	padding-right: 15px;
}  

  			
  
/* Menu styles
--------------------------------------------- */ 
div.menu {
 	width: 185px; 
	margin-bottom: 30px;
}

ul.menu_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu_list li {
	border: solid #d0d0d0 0;
	border-width: 0 0 1px 0;
	padding: 0;
	margin: 0;
	padding-left: 7px;
	line-height: 24px;
}

ul.menu_list a:link, ul.menu_list a:visited, ul.menu_list a:hover, ul.menu_list a:active {
	background: url(images/pointer_menu_off.gif) no-repeat;	
	background-position: 0px 4px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c4245;
	text-decoration: none;
	padding-left: 13px;
}

ul.menu_list a:hover {
	background: url(images/pointer_menu_on.gif) no-repeat;	
	background-position: 0px 4px;
	color: #6d777c;
}