body {
	background-image: url('../img/bg_blue.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;	
}
h4{
	color: #003AB3; 
	font-family: Verdana;
	font-size: small;
	padding-top: 5px;padding-left: 5px;	
	text-align: left;
}

h5{
	font-family: Tahoma;
	color: #023e72;
	font-size: small;
	font-weight: 600;
	padding-left: .2em;
	padding-top: .5em;
	text-align: center;
	padding-bottom: 0em;
	margin-top: .5em;
}

.leftmenu_title{
	padding-top: 1.25em;
	padding-left: 1.75em;
	text-transform: uppercase;
	color: #012f5c;
	margin-bottom: .25em;
}
.leftmenu_title a{
	color: #012f5c;
	text-decoration: none;
}

.hiddenSection {
	display: none
}
.clear {
	clear: both;
}
.imgspaceR_8 {
	border-width: 0px;
	padding: 0px 8px 0px 0px;
}
.imgspaceR_3 {
	border-width: 0px;
	padding: 0px 3px 0px 0px;
}

.img_noborder {
	border-width: 0px;
}
.media {
	width: 230px;
	margin: 0 20px;
	float:left;
	padding-top:10px; 
	border-top: 1px #c0c0c0 dotted; 
	padding-right:10px
}

.ebrochure {
	border:0;
}

.ebrochure a:hover{
	background-image:url('../new2009/button5F.jpg');
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #454545;
}

#wrapper1 {
	width: 962px;
	margin: 0px auto 0px auto;
}
#contactusLink {
	padding: 10px 3px 0px 0px;
	float: right;
	margin: 0px;
	z-index:500; 
}
#contactusLink ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	height: .5em;
}
#contactusLink li {
	padding: 0px 8px 0px 8px;
	display: inline;
	color: #333333;
	border-right: #666 1px solid;
	line-height: 1.1em;
	border-right-color: #808080;
}

#contactusLink li a {
	/*color: #fff;*/
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
}
#contactusLink li a:hover {
	color: #fb933c;
}

#header {
	width: 960px;
	height: 100px;
	background-color: #FFFFFF;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
}

#headertop {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 2px 0px; 
	display: block;  
	font-size: 0.9em;  
	width: 962px; 
	height: 31px; 
	text-align: right;
	background: #003366;
}
#topmenu {
	font-family: Verdana;
	background-image: url('../img/menubar_bgblue.gif');
	background-repeat: repeat-x; background-position: 10px;
	background-color: #012f59;/*fix 508*/	
    height: 28px;
    font-size: .9em;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0; 
}

.menu-dropdown
{
	margin: 0;
	padding: 0;
	list-style: none;  
	background-color: #012f59;/*fix 508*/	
	height: 28px;
	font-size: .9em;
	padding-left: 10px
}

.menu-dropdown li
{
	float: left;
	position: relative;
}
 
.menu-dropdown a 
{
	float: left;		
	color: #ffffff; 
	text-decoration: none;
	line-height: 2em; 
	margin: 0; 
	padding: 3px 15px 2px 5px;
	
}
 
.menu-dropdown li:hover > a
{	
	background-image: url('../img/topmenu_bgorange.gif');
	background-repeat: repeat-x; 
	background-color: #fb933c;/*fix 508*/
	color: #000000;
	
}
 
*html .menu-dropdown li a:hover /* IE6 */
{
	color: #ffffff;
}
 
.menu-dropdown li:hover > ul
{
	display: block;
}
 
/* Sub-menu */
 
.menu-dropdown ul
{	
    list-style: none;    
    display: none;
    position: absolute;
    left: 0;
    z-index: 99999;    
	top: 100%; 
	width: 148px; 
	background-color: #ffffff;
	border-left: 5px solid #fb933c; 
}
 
.menu-dropdown ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    margin-left:-40px

}
.menu-dropdown a.active-tab{
	background-image: url('../img/topmenu_bgorange.gif');
	background-repeat: repeat-x; 
	background-color: #fb933c;/*fix 508*/
	color: #000000
}
 
.menu-dropdown ul li:last-child
{   
    /*-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;  */  
}
 
.menu-dropdown ul a
{    
    padding: 0; padding-left: 3px;
    line-height: 28px;
    display: block;
    float: none; 
	border-bottom: 1px #c4c4c4 solid;	
	background-image: url('../img/menubar_bgblue.gif');
	color: #ffffff; 
    font-weight: normal; 
}
 
*html .menu-dropdown ul a /* IE6 */
{    
	height: 10px;
}
 
*:first-child+html .menu-dropdown ul a /* IE7 */
{    
	height: 10px;
}
 
.menu-dropdown ul a:hover
{
    background-color:#fb933c;
    color: #ffffff; 
    font-weight: normal;
}
 
 /*.menu-dropdown ul li:first-child > a
{
   -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}*/
 
.menu-dropdown ul li:first-child > a:after
{   
    position: absolute;
    left: 0;
}
 
.menu-dropdown ul ul li:first-child a:after
{
   left: -8px;
    top: 0px;
    width: 0;
    height: 0;
  
}
 
.menu-dropdown ul li:first-child a:hover:after
{
    /*border-bottom-color: #04acec; */
   
}
 
.menu-dropdown ul ul li:first-child a:hover:after
{
   /* border-right-color: #04acec; 
    border-bottom-color: transparent; 	*/
}
 
 
.menu-dropdown ul li:last-child > a
{
    /*-moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}
 
 
* html .menu-dropdown             { zoom: 1; } /* IE6 */
*:first-child+html .menu-dropdown { zoom: 1; } /* IE7 */



#topbar_orange {
	width: 962px;
	height: 5px;
	background-image: url('../img/memuTopBar_orange.gif');
	background-repeat: repeat-x;
	background-color: #fcb13E;
}
#footer {
	border: 1px solid #C0C0C0;
	margin: 0px;
	background-color: #efefef;
	font-size: 11px;
	color: #808080;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 945px;
	text-align: left;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	height: 46px;
	font-family: Verdana;
}
#footer a{
	color: #999;	
	text-decoration: none;
}

#footer2 {
	margin: 0px;
/*background-color: #b4b3ae;	background-color: #e0f0ff;*/	background-color: #FFFFFF;
	font-size: 11px;
	color: #999999;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 945px;
	text-align: left;
	font-family: verdana;
}


