@charset "utf-8";


h3 {
	margin-bottom : 10px ;
}


#greetingsWrapper , #companyWrapper , #historyWrapper {
	margin-bottom : 20px ;
	padding       : 0    ;
}

#companyWrapper {background : url(../i/bg_company_map.jpg) no-repeat right 25px ;}




.grText {
	margin      : 0            ;
	padding     : 0 0 10px 6px ;
	line-height : 180%         ;
	font-size   : 120%         ;
	text-align  : justify      ;
	text-indent : 1em          ;
}

.greetingsText {
	width   : 340px;
	float   : left;
	display : inline;
}

.presidentPhoto {
	width   : 210px ;
	float   : right;
	display : inline;
}



#companyTable {
	width      : 100% ;
	text-align : left  ;
	line-height : 160% ;
	font-size : 120% ;
	margin-bottom:20px;
}

	#companyTable th {
		width          : 60px ;
		padding        : 10px ;
		color          : #785932 ;
		font-weight    : bold ;
	    vertical-align : top  ;
		text-align:right;
		border-right:1px solid #ccc;
	}
	
	#companyTable td {
		padding        : 10px ;
		color          : #444 ;
	    vertical-align : top  ;
	}
	
	#companyTable ol {
		padding        : 0px 0px 0px 16px ;
		>padding       : 0px 0px 0px 22px ;
	}
	
	th.lastest {
		border       : none !important ;
		border-right : 4px solid #000 !important ;
	}
	
	td.lastest {
		border : none !important ;
	}


#historyTable {
	width      : 100% ;
	text-align : left  ;
	line-height : 160% ;
	font-size : 120% ;
	margin-bottom:20px;
}
	
	
	
	#historyTable tr {
		background  : #eeffe7        ;
	}
	
	#historyTable .odd {
		background  : #fff           ;
	}
	
	#historyTable th {
		color       : #fff           ;
		font-weight : bold           ;
		text-align  : left           ;
		padding     : 5px 8px        ;
		border      : 1px solid #fff ;
		background  : #6b8e23        ;
	}

	#historyTable td {
		text-align  : left           ;
		line-height : 160%           ;
		padding     : 5px 8px        ;
		border      : 1px solid #fff ;
	}
	
	#historyTable .item {
		width       : 45px ;
		font-weight : bold ;
	}
	
	#historyTable .month {
		width       : 35px ;
		font-weight : bold ;
	}

