




/*
	CSS Doc for Farmers In-Language site
	
	Date of Build: 07/20/2007
	Author: Joseph Tu
*/





/* ==================================================================== BASIC */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	/* 
	Scroll bar
	scrollbar-arrow-color:#FFAE00;
	scrollbar-base-color:#646464; (same as face)
	scrollbar-shadow-color:#949393;
	scrollbar-face-color:#646464; (same as base)
	scrollbar-highlight-color:#BCBBBB;
	scrollbar-darkshadow-color:#282828;
	scrollbar-3d-light-color:#F3F7FA
	*/
	}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none
	}
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
	}

sup { 
	font-family: Arial, Helvetica, sans-serif; 
	}
	




/* ==================================================================== GENERAL */



/* ==================================================================== HEADER */

#PackerHeader {
	float: none;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 80px;
	}

		.Header {
			float: none;
			margin: 0px;
			padding: 0px;
			height: 80px;
			background-image: url(../../img/big5/logo_big5.gif);
			background-repeat: no-repeat;
			}

.DotLine {
	clear: both; /* this FIXED the DotLine on the "bottom" to be pushed down on Safari!!! */
	float: none;
	margin: 0px auto -19px auto; /* FIXED extra 19px down below!!!!!!! */
	padding: 0px;
	width: 900px;
	height: 20px;
	background-image: url(../../img/dotline.gif);
	background-repeat: repeat-x;
	}





/* ==================================================================== NAV MAIN */

#PackerNavMain {
	float: none;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 60px;
	background-image: url(../../img/nav_bg.gif);
	background-repeat: repeat-x;
	}





/* ==================================================================== MULTI-LANGUAGE */

#PackerMultiLang {
	float: right;
	margin: -35px 0px 0px 0px; /* -35px is to be hidden at the begining */
	padding: 0px;
	}

		.MultiLangBgL {
			float: left;
			margin: 0px;
			padding: 0px;
			width: 12px;
			height: 55px;
			background-image: url(../../img/multilang_bg_l.gif);
			background-repeat: no-repeat;
			}

		.MultiLangBgM {
			float: left;
			margin: 0px;
			padding: 0px 5px 0px 5px;
			width: 300px; /* fix width issue (100%) on IE 6.x on PC!!! */
			height: 55px;
			background-image: url(../../img/multilang_bg_m.gif);
			background-repeat: repeat-x;
			}
		
				.LangSelection {
					clear: both;
					float: none;
					margin: 0px;
					padding: 0px;
					line-height: 35px; /* same function as "padding: 10px 0 10px 0px" */
					font-family: Arial, Helvetica, sans-serif;
					font-size: 10px;
					color: #267B92;
					text-align: center;
					}
				
						.LangSelection a {
							font-family: Arial, Helvetica, sans-serif;
							font-size: 12px;
							color: #FFFFFF;
							text-decoration: none;
							}
				
						.LangSelection a:hover {
							text-decoration: underline;
							}
				
				.LangBtn {
					clear: both;
					float: none;
					cursor: pointer;
					margin: 0px;
					padding: 0px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #267B92;
					line-height: 20px;
					text-align: center;
					}
				
						.LangBtn a {
							color: #008CB2;
							text-decoration: none;
							}
						
						.LangBtn a:hover {
							text-decoration: underline;
							}

		.MultiLangBgR {
			float: left;
			margin: 0px;
			padding: 0px;
			width: 12px;
			height: 55px;
			background-image: url(../../img/multilang_bg_r.gif);
			background-repeat: no-repeat;
			}





/* ==================================================================== BOTTOM INFO */

#PackerBtm {
	float: none;
	margin: 0px auto 10px auto;
	width: 900px;
	}


		.btmNavR1 {
			float: right;
			padding: 5px 0px 5px 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #A5DEED;
			text-align: right;
			}
		
				.btmNavR1 a {
					color: #44B5D4;
					text-decoration: none;
					}
		
				.btmNavR1 a:hover {
					text-decoration: underline;
					}
		
		.btmNavR2 {
			clear: right; /* to stay in next line */
			float: right;
			padding: 5px 0px 5px 0px;
			width: 400px; /* fix Vietnamese section */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #DAE381;
			text-align: right;
			}
		
				.btmNavR2 a {
					color: #9EBC30;
					text-decoration: none;
					}
		
				.btmNavR2 a:hover {
					text-decoration: underline;
					}
		
		.btmNavL1 {
			float: left;
			padding: 5px 0px 5px 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #DCDCDC;
			text-align: left;
			}
		
				.btmNavL1 a {
					color: #A1A1A1;
					text-decoration: none;
					}
		
				.btmNavL1 a:hover {
					text-decoration: underline;
					}
		
		.btmInfoL1 {
			clear: left;/* to stay in next line */
			float: left;
			margin: 40px 0px 50px 0px;
			width: 500px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #C0C0C0;
			text-align: left;
			}





/* ==================================================================== INDEX */

#PackerImage {
	float: none;
	margin: 5px auto;
	padding: 0px;
	width: 900px;
	height: 230px;
	}





					/* IMAGE ROTATION */

					.ImageRotation {
						float: left;
						margin: 0px;
						padding: 0px;
						width: 605px;
						height: 230px;
						}

					#slideshow {
						float: none;
						margin: 0px;
						padding: 0px;
						}




					/* GET A QUOTE */
					
					/*
					.GetaQuoteTitle {
						float: left;
						margin: 0px 0px 0px 5px;
						padding: 0px;
						width: 290px;
						height: 70px;
						}
					*/
					
					.GetaQuoteImg {
						float: left;
						margin: 0px 0px 0px 5px;
						padding: 0px;
						width: 290px;
						height: 150px;
						}
					
					.GetaQuoteInfo {
						float: left;
						margin: 0px 0px 0px 5px;
						padding: 0px;
						width: 290px;
						height: 80px;
						}
							
							.GetaQuoteInfo a {
								color: #000000;
								text-decoration: none;
								}
							
							.GetaQuoteInfo a:hover {
								text-decoration: none;
								}
								
							.GetaQuoteInfoBgL {
								float: left;
								width: 8px;
								height: 80px;
								background-image: url(../../img/index/getaquote_bg_info_l.gif);
								background-repeat: no-repeat;
								}

							.GetaQuoteInfoBgM {
								float: left;
								padding: 4px 0px 4px 0px;
								width: 274px;
								height: 72px;/* see "padding" */
								background-image: url(../../img/index/getaquote_bg_info_m.gif);
								background-repeat: repeat-x;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 12px;
								color: #FFFFFF;
								text-align: left;
								line-height: 15px;
								text-decoration: none;
								}
								
							.GetaQuoteInfoBgR {
								float: left;
								width: 8px;
								height: 80px;
								background-image: url(../../img/index/getaquote_bg_info_r.gif);
								background-repeat: no-repeat;
								}

					
					
					
					
					
					/* FEATURED ITEMS (Agent Locator, Discount, Career, Claim) */

					#PackerFeature {
						float: none;
						margin: 5px auto;
						padding: 0px;
						width: 900px;
						height: 130px;
						background-image: url(../../img/index/featured_bg_m.gif);
						background-repeat: repeat-x;
						}

							.FeatureBgL {
								float: left;
								margin: 0px;
								padding: 0px;
								width: 7px;
								height: 130px;
								background-image: url(../../img/index/featured_bg_l.gif);
								background-repeat: no-repeat;
								}
							
							.FeatureBgR {
								float: right;
								margin: 0px;
								padding: 0px;
								width: 6px; /* was 7px, to fix the width issue on IE 6.x on PC */
								height: 130px;
								background-image: url(../../img/index/featured_bg_r.gif);
								background-repeat: no-repeat;
								}
							
							.FeatureBox {
								float: left;
								margin: 0px;
								padding: 0px;
								width: 220px;
								height: 130px;
								}
							
							.FeatureBox2 { 	/* fix width issue on IE 6.x on PC */
								float: left;
								margin: 0px;
								padding: 0px;
								width: 215px;
								height: 130px;
								text-align: left;
								}
							
							.FeatureSeparator {
								float: left;
								margin: 0px;
								padding: 0px;
								width: 2px;
								height: 130px;
								background-image: url(../../img/index/featured_separator.gif);
								background-repeat: no-repeat;
								}
									
							.ItemsTitle {
								float: none;
								margin: 0px;
								padding: 0px;
								width: 220px;
								height: 30px;
								}
									
							.ItemsTitle2 { 	/* fix width issue on IE 6.x on PC */
								float: none;
								margin: 0px;
								padding: 0px;
								width: 215px;
								height: 30px;
								}
									
							.ItemsInfo {
								float: none;
								margin: 0px;
								padding: 3px 5px 3px 5px;/* These setting related to "width" & "height" */
								width: 210px;
								height: 94px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 11px;
								text-align: left;
								color: #434343;
								line-height: 13px;
								}
																		
									.ItemsInfo a {
										color: #44B5D4;
										text-decoration: none;
										}
									
									.ItemsInfo span a:hover {
										text-decoration: underline;
										}
									
							.ItemsInfo2 { 	/* fix width issue on IE 6.x on PC */
								float: none;
								margin: 0px;
								padding: 3px 5px 3px 5px;/* These setting related to "width" & "height" */
								width: 205px;
								height: 94px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 11px;
								text-align: left;
								color: #434343;
								line-height: 13px;
								}
									
									.ItemsInfo2 a {
										color: #44B5D4;
										text-decoration: none;
										}
									
									.ItemsInfo2 a:hover {
										text-decoration: underline;
										}
										
							.ItemsInfoExtra {
								float: none;
								margin: 5px 0px 0px 0px;
								padding: 0px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 10px;
								color: #F36432;
								}
					
					
					
					
					
					/* COMMERCIAL TV & PRINT */
					
					#PackerAd {
						float: none;
						margin: 5px auto;
						padding: 0px;
						width: 900px;
						height: 100px;
						background-image: url(../../img/index/ad_bg_m.gif);
						background-repeat: repeat-x;
						}
					
							.AdBgL {
								float: left;
								margin: 0px;
								padding: 0px;
								width: 7px;
								height: 100px;
								background-image: url(../../img/index/ad_bg_l.gif);
								background-repeat: no-repeat;
								}
										
							.AdBgR {
								float: right;
								margin: 0px;
								padding: 0px;
								width: 6px;
								height: 100px;
								background-image: url(../../img/index/ad_bg_r.gif);
								background-repeat: no-repeat;
								}
								
							.AdSeparator {
								float: left;
								margin: 0px;
								padding: 0px;
								width: 2px;
								height: 100px;
								background-image: url(../../img/index/ad_separator.gif);
								background-repeat: no-repeat;
								}
							
							.AdBox {
								float: left;
								margin: 0px;
								padding: 0px;
								width: 442px;
								height: 100px;
								vertical-align: top;
								}
							
							.AdBox2 {
								float: left;
								margin: 0px;
								padding: 0px;
								width: 437px; /* to fix width issue on IE 6.x on PC */
								height: 100px;
								vertical-align: top;
								}
							
							.AdImg {
								float: left;
								margin: 0px;
								padding: 10px 5px 10px 5px;
								width: 200px;
								height: 80px;
								text-align: center;
								}
							
							.AdInfo {
								float: left;
								margin: 0px;
								padding: 8px 5px 8px 3px;
								width: 224px;
								height: 84px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 12px;
								color: #434343;
								text-align: left;
								line-height: 14px;
								}
							
							.AdInfo span.kor {
								font-size: 11px;
								color: #434343;
								text-align: left;
								line-height: 13px;
								}
							
							.AdInfo span.viet {
								font-size: 11px;
								color: #434343;
								text-align: left;
								line-height: 13px;
								}

							.AdInfo2 {
								float: left;
								margin: 0px;
								padding: 8px 5px 8px 3px;
								width: 217px;
								height: 84px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 12px;
								color: #434343;
								text-align: left;
								line-height: 14px;
								}
							
							.AdExtra {
								float: none;
								margin: 40px 0px 0px 0px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 11px;
								color: #434343;
								}
							
									.AdExtra a {
										color: #44B5D4;
										text-decoration: none;
										}
							
									.AdExtra a:hover {
										text-decoration: underline;
										}

							.AdExtra span.kor {
								float: none;
								margin: 40px 0px 0px 0px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 10px;
								color: #434343;
								}
							
									.AdExtra span.kor a {
										color: #44B5D4;
										text-decoration: none;
										}
							
									.AdExtra span.kor a:hover {
										text-decoration: underline;
										}

							.AdExtra span.viet {
								float: none;
								margin: 40px 0px 0px 0px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 11px;
								color: #434343;
								}
							
									.AdExtra span.viet a {
										color: #44B5D4;
										text-decoration: none;
										}
							
									.AdExtra span.kor a:hover {
										text-decoration: underline;
										}







/* ==================================================================== SUBPAGE */
					
					/* LEFT NAV (check "nav_left.css")*/
					
					/* CATEGORY IMAGE */

					#PackerCateImage {
						float: none;
						margin: 5px auto 0px auto;
						width: 900px;
						height: 150px;
						}
					
							.CateImage {
								float: left;
								width: 605px;
								height: 150px;
								}
							
							.GetaQuoteImg_sub {
								float: right;
								width: 290px;
								height: 70px;
								}
							
							/*
							.GetaQuoteInfo_sub {
								width: 290px;
								height: 80px;
								}
							*/
					
					
					
					
					
					/* CONTENT AREA 1 */
					
					#PackerContent1 {
						float: none;
						margin: 1px auto;
						width: 900px;
						}

							.ContentBgL {
								float: left;
								width: 14px;
								height: 40px;
								background-image: url(../../img/subpage/content_bg_l.gif);
								background-repeat: no-repeat;
								}
							
							.ContentBgM1 {
								float: left;
								margin: 0px;
								padding: 0px 12px 0px 0px;
								width: 262px;
								/* height: 40px; */
								font-family: Arial, Helvetica, sans-serif;
								text-align: right;
								background-image: url(../../img/subpage/content_bg_m.gif);
								background-repeat: repeat-x;
								}
								
									.ContentBgM1 h2 {
										margin: 0px;
										padding: 10px 0px 5px 0px;
										font-size: 15px;
										font-weight: bold;
										letter-spacing: -1px;
										line-height: 20px; /* keep the text align to the middle!! (check w/ BgM1's "height") */
										color: #222222;
										}
														
							.ContentBgM2 {
								float: left;
								padding: 12px 0px 12px 12px;
								width: 584px;
								height: 16px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 12px;
								color: #363636;
								text-align: left;
								background-image: url(../../img/subpage/content_bg_m.gif);
								background-repeat: repeat-x;
								}
							
									.ContentBgM2 a {
										color: #44B5D4;
										text-decoration: underline;
										}
									
									.ContentBgM2 a:hover {
										color: #44B5D4;
										text-decoration: none;
										}
					
							.ContentBgR {
								float: right;
								width: 14px;
								height: 40px;
								background-image: url(../../img/subpage/content_bg_r.gif);
								background-repeat: no-repeat;
								}
					
							.ContentSeparator {
								float: left;
								width: 2px;
								height: 40px;
								background-image: url(../../img/subpage/content_bg_separator.gif);
								background-repeat: no-repeat;
								}





					/* CONTENT AREA 2 */
					
					#PackerContent2 {
						float: none;
						margin: 0px auto;
						width: 900px;
						}
					
							.ContentDotLine {
								clear: both; /* FIXED disappeared "DotLine" on Safari */
								float: none;
								margin: 0px 624px -19px 14px; /* -19px FIXED extra 19px down below!!!!!!! */
								padding: 0px;
								width: 262px;
								height: 20px;
								background-image: url(../../img/dotline.gif);
								background-repeat: repeat-x;
								}





					/* CONTENT AREA 3 */
					
					#PackerContent3 {
						float: none;
						margin: 5px auto;
						padding: 0px;
						width: 900px;
						}
					
							.NavLeft {
								float: left;
								margin: 0px;
								padding: 0px 14px 0px 14px;
								width: 262px;
								text-align: left;
								}
							
							.ContentInfo {
								float: left;
								margin: 0px;
								padding: 0px 14px 10px 12px;
								width: 584px;
								font-family: Arial, Helvetica, sans-serif;
								font-size: 12px;
								color: #40403F;
								text-align: left;
								line-height: 16px;
								}
							
									.ContentInfo a {
										color: #44B5D4;
										text-decoration: underline;
										}
									
									.ContentInfo a:hover {
										text-decoration: none;
										}
									
									.ContentInfo h3 {
										color: #363636;
										margin: 0px 0px 15px 0;
										font-family: Arial, Helvetica, sans-serif;
										font-size: 12px;
										font-weight: bold;
										}
									
									.ContentInfo p {
										position: relative; /* FIXED "unnecessary & extra" text exceed the content div on IE6.0 ONLY!!! */
										}
									
									.ContentInfo ul {
										}
									
									.ContentInfo li {
										margin: 0px 20px 0px -10px;
										list-style: circle outside;
										}
									
									.ContentInfo sup {
										font-size: 12px;
										color: #990000;
										}
									
							.ContentInfoColLeft {
								float: left;
								margin: 0px 20px 0px 0px;
								padding: 0px;
								width: 280px;
								}
							
							.ContentInfoColRight {
								float: left;
								margin: 0px;
								padding: 0px;
								width: 280px;
								}
															




					/* ADVERTISEMENT AREA */
					
					.ContentAdTVThumb {
						float: none;
						padding: 5px;
						}
						
							.ContentAdTVThumb img {
								margin: 0px 5px 0px 0px;
								}
					
					.ContentAdTVPlayBox {
						float: left;
						display: none;
						margin: 5px 0px 5px 0px;
						padding: 10px;
						background-color: #CCCCCC;
						}





























