@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
        font-size:12px;
        background-color:#000000;
}

#site_wrapper
{
/*	background-image:url(../img_upload/main_background2.gif);*/
	background-repeat:repeat-x;
	text-align:center;
/*	background-color:#e1e1e1;*/
        background-color:#000000;
}

#main_site
{
	text-align:left;
	margin:0px auto 0px auto;
	width:950px;
}

#header
{
	width:950px;
	height:86px;
	background-image:url(../img_upload/header_background.jpg);
	background-repeat:no-repeat;
}

#header_left
{
	width:740px;
	float:left;
	height:85px;
}

#header_left_top
{
	width:740px;
	height:56px;
}

#menu
{
	width:740px;
	height:30px;
}	

#header_right
{
	width:195px;
	float:right;
	height:85px;
}

.clearify
{
	clear:both;
	visibility:hidden;
}	

#flash_area
{
	height:280px;
}

#details_area
{
	width:950px;
	background-image:url(../img_upload/details_area_background.gif);
	background-repeat:repeat-y;
	color:#000000;
}

#details_area_left
{
	width:210px;
	float:left;
        padding-left:15px;
        padding-right:5px;
        padding-top:10px;
        padding-bottom:10px;
}

#details_area_left h3
{
	font-size:14px;
	color:#ff9c01;
        padding-bottom:5px;
}

.nb_le_ce p
{
        padding-top:5px;
	padding-bottom:10px;
}

.nb_le_ce a:link, .nb_le_ce a:visited
{
        color:#ff9c01;

        text-decoration:none;
}

.nb_le_ce a:hover
{
        text-decoration:underline;
}

#details_area_middle
{
	width:445px;
	float:left;
        padding-left:20px;
        padding-right:5px;
        padding-top:10px;
        padding-bottom:10px;
}

#details_area_middle h1
{
	font-size:20px;
	color:#000000;
        padding-bottom:10px;
        clear:both;
}

#details_area_middle h2
{
	font-size:16px;
	color:#000000;
        padding-bottom:7px; 
        clear:both;
}

#details_area_middle h3
{
	font-size:14px;
	color:#000000;
        padding-bottom:5px;
        clear:both;
}

#details_area_middle h4
{
        display:none;
}

.out_teaser, .out_para
{
        text-align:justify;
        padding-top:5px;
        padding-bottom:10px;
}

.out_link a:link, .out_link a:visited
{
   color:#ff9c01;
   font-weight:bold;
   text-decoration:underline;
}

.out_footer
{
   clear:both;
}

.out_footer a:link, .out_footer a:visited
{
   font-size:12px;
   color:#000000;
   text-decoration:underline;
}

.out_link a:hover, .out_footer a:hover
{
   text-decoration:none;
}
	
#details_area_right
{
	width:210px;
	float:right;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:5px;
        padding-right:15px;
}
	
#details_area_right h3
{
	font-size:14px;
	color:#ff9c01;
        padding-bottom:5px;
}

.nb_ri_ce p
{
        padding-top:5px;
	padding-bottom:10px;
}

.nb_ri_ce a:link, .nb_ri_ce a:visited
{
        color:#ff9c01;

        text-decoration:none;
}

.nb_ri_ce a:hover
{
        text-decoration:underline;
}

#footer
{
/*	background-color:#46413a;*/
        background-color:#c7c7c7;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center !important;
	font-size:11px;
        color:#000000;
	border-bottom-color:#ff9c01;
	border-bottom-style:solid;
	border-bottom-width:8px;
}

#footer a:link, #footer a:visited
{
	color:#000000;
	text-decoration:underline;
}

#footer a:hover
{
	text-decoration:none;
}

/****************************Navigation*****************************/

/* Menu styles */
#imouter1 {
width:auto;
height:30px;
padding-left:20px;
}

.clearit {
clear:both;
height:0;
line-height: 0.0;
font-size: 0;
}

#imenus1 .menuactive a {
background-image: url(/img_upload/menubg_act.gif);
background-repeat: no-repeat;
color:#FFFFFF;
}

#imenus1 {
font-size:12px;
}

#imenus1, #imenus1 ul {
padding: 0;
margin: 0;
list-style: none;
}

#imenus1 a {
text-decoration: none;
color: #FFFFFF;
height: 30px;
padding-right:20px;
text-align: left;
line-height: 25px;
background-image: url(/img_upload/menubg.gif);
background-repeat: no-repeat;
}

#imenus1 li {
float: left;
}

#imenus1 li ul, #imenus1 ul li  {
width: 125px;
z-index: 1;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#imenus1 ul li  {
border-bottom: 1px solid #141544;
border-left: 1px solid #141544;
border-right: 1px solid #141544;
}

#imenus1 ul li a  {
width:auto;
color: #FFFFFF;
background-image: none;
line-height: auto;
text-align: left;
padding-left: 5px;
}

#imenus1 li ul {
position: absolute;
display: none;
background-color:#939598;
}

#imenus1 li:hover a, #imenus1 a:focus,
#imenus1 a:active, #imenus1 li.p7hvr a {
color:#ff9c01;
background-image: url(/img_upload/menubg_act.gif);
}

#imenus1 li:hover ul, #imenus1 li.p7hvr ul {
display: block;
}

#imenus1 li:hover ul a, #imenus1 li.p7hvr ul a {
color: #FFFFFF;
background-image: none;
line-height: auto;
}

#imenus1 ul a:hover {
background-color: #ffffff!important;
color: #141544!important;
display:block;
width:auto;
}

#imenus1 ul a:active {
background-image: none!important;
background-color: #fff3c7!important;
color: #141544!important;
}

/* The single backslash  character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */

#imenus1 li {width: auto;}	

/**************************Navigation Ends**************************/		
