﻿
 /* ============== RIGHT MENU ================ */
 .rm_space {
    height:1px;
    background-color: #FFFFFF;
 }
 .rm_white {
    width:20px;
    height:28px;
    background-color: #FFFFFF;
 }

 .rm_darkbox {
    width:7px;
    height:28px;
    background-color: #667AA1;
 }
 .rm_lightbox {
    width:7px;
    height:28px;
    background-color: #a6b6d0;
 }

 .rm_selected {
    width:193px;
    height:28px;
    background-color: #a6b6d0;
 }  
 .rm_unselected {
    width:193px;
    height:28px;
    background-color: #c5cedf;
 }

 .rm_text {
    font-family: arial; 
    color: #667AA1;
    font-size: 12px;
    text-decoration: none; 	
    padding-left: 7px;
 }





 /* ============== TOP MENU ================ */
 .topmenu_bg {
 	background-image: url(images/top_menu_dark_blue.png); 
 	background-repeat: repeat-x; 
 	width: 771px;
 	height: 118px;
 } 

 .top_left_leaf {
    background-image: url('images/top_left2.png'); 
    background-repeat: no-repeat; 
    width: 114px;
    height: 118px;
 }

 .topmenu_bg a:hover {
	text-decoration: none;
	color:#FFF0A5;
 }


  /* big items in the left part */ 
 .topmenu_BIGunselected {
    font-size: 20px;
    font-weight: bold;
         
    text-align: center;
    padding-top: 22px;
	width: 115px;
 }

 .topmenu_BIGselected {
    text-align: center;
    padding-top: 22px;
	width: 115px;
	
    font-family: arial; 
    font-weight: bold;
    color: #667AA1;
    font-size: 20px;
    
    background-image: url('images/topmenu_balloon.png'); 
    background-repeat: no-repeat; 
    background-position: center;
 }

 /* small items in the right part */
 .topmenu_SMALLunselected {
    font-size: 12px;
         
    text-align: center;
    padding-top: 22px;
	width: 64px;
 }
 .topmenu_SMALLselected {
    font-size: 12px;
    font-weight: bold;
             
    text-align: center;
    padding-top: 22px;
	width: 64px;
 }

  /* colors for mouse-over effect */
 .topmenu_white {
    font-family: arial; 
    color: #FFFFFF;
    text-decoration: none; 	    
 }
 .topmenu_yellow {
    font-family: arial; 
    color: #FFF0A5;
    text-decoration: none; 	    
 }
 .topmenu_blue {
    font-family: arial; 
    color: #667AA1;
    text-decoration: none; 	    
 }

/* ========== CONTENT ============ */

.view-article h3 {
	border-style: solid;
	border-color: #0000FF;
	border: 2px #000000 solid;
	background-color: #0f3f77;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 4px; padding-bottom: 6px;
	padding-left: 8px;
}

.person_name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #FFFFFF;
}

.company_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #666666;
}

.view-article {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 13px;
	color: #333333;
}

.face_image {
	margin-top:-27px;
	margin-bottom:27px;
	clear:right
}

.quote_image {
	margin-top:0px;
	margin-bottom:0px;
	clear:none
}

