/* CSS Document */
body
{
	margin:10px 40px;
	padding:0;
	text-align:center;	 
	font:normal 75% verdana,sans-serif;
}
a:link,a:visited
{	
	text-decoration:none;	
}
#wrapper
{
	text-align:left;
	width:760px;
	background:#EEEEEE;
}

#header
{
	
	height:90px;
	background:#fff;
	padding:0px 0px 10px 0px;
}
#submenu
{
	background:#fff url(../Images/subMenu_bg.gif) repeat-x left;
	height:40px;
}
#submenu ul
{
padding-left:30px;
 
 
}

#submenu li
{
	text-align:center;
	list-style:none;
	float:left;
	height:40px;
	width:70px;
}

#submenu li.active
{
	color:#fff;
	font-weight:bold;
	background:url(../Images/subMenu_bg_act.gif) repeat-x left;
}

#submenu li.active A
{
	color:#fff;	
}

#submenu li.button
{
	background:url(../Images/subMenu_buttonbg.gif) repeat-x left;
}
#submenu li.split
{
	width:2px;	
}

#submenu span
{
position:absolute;
margin:20px 20px 10px -28px;

}

#logo
{
	float:left;
	width:232px;
	height:75px;
	background:url(../Images/logo2.jpg) no-repeat;
}

#banner
{
	width:528px;
	height:90px;
	float:right;
	
}
#content-wrapper-top
{
float:right;
width:580px;
background:#fff url(../images/content-wrapper-top.gif) repeat-x left;

}

#content-wrapper
{
	float:right;
	background:#fff; /*url(../images/content-trans.gif) repeat-y left;*/
	width:580px;
	
}
#position
{
padding-left:10px;
color:#FFFFFF;
background:#fff url(../images/content-wrapper-top.gif) repeat-x left;
height:23px;
}

#content-inner
{
	width:96%;
	padding-left:15px;
	float:left;
	font-size:12px; 
	line-height:32px;
	text-indent: 2em;
	height:38px;
}

#navigation
{
	width:180px;
	float:left;	
	padding-top:100px;
	background:#c2e494 url(../Images/nav_bg.gif) no-repeat;
}
#navigation_middle
{
	width:180px;
	float:left;	

	background:url(../images/nav_middle.gif) no-repeat;
}

#navigation ul
{
	margin:0 0 0 0px;
   background: #c2e494;
}

#navigation li
{
	
	text-align:left;	
	list-style:none;
	padding-left:20px;	
	height:30px;	
	background: #c2e494 url(../Images/navdot.gif) no-repeat left ;
	
}
#navigation span
{
padding:25px 15px 20px 20px;
	

}
.nav_act span
{

	background:  url(../Images/actdot.gif) no-repeat left;

}


#navigation li.div
{
border: #000000 2px solid;
border-bottom:#FFFFFF 2px solid;
width:80px;

}



#footer
{

text-align:center;	
float:left;
visibility:hidden;
}

#bottom_line
{
	width:760px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #ccc;
}

#bottom_copyright span
{
	padding-left:10px;
}


