/** DEFAULT TEMPLATE CSS -------------------------------------------------- **/
body, #body{margin: 0px; padding: 0px;}
a:focus{outline:none;}
li.offline{border:1px dashed #cc0000;}
a:focus{border:none; outline: none;}

#cmsOuterWrap3{text-align: center;}
.cmsInnerWrap{width:960px; margin:0 auto; text-align: left; position: relative;}

#cmsHeaderWrap{}
/*#cmsHeaderInner{z-index: 2;}*/

#cmsLogo{position: absolute; z-index: 999; cursor: pointer; overflow: hidden;}
#cmsLogoFile{width:100%; height:100%; background-repeat: no-repeat;}

#cmsMiddleWrap{}
#cmsMiddleInner{}
#cmsMiddleInner > table{height:200px;}

#cmsFooterWrap{}
#cmsFooterInner{}

#cmsContactWrap{position:absolute;}

#cmsBrandingLink{position: absolute; bottom:-20px; right:0;}
#commercialLinkInnerWrap{}
#commercialLinkInnerWrap a{color:#000000; text-decoration: none; font-size:10px; font-weight: normal; font-style: normal; padding:0;}

#cmsQuickLinks{position: absolute; z-index: 99999; right:0;}
#cmsQuickLinks a{text-decoration: none; font-weight: normal; font-style: normal;}

#cmsLeftCol{width:220px;}
#cmsStandardContent{width:515px; padding: 0 0 0 5px; overflow: hidden;}
.m_text_container table tr td img{display: block;}
#cmsRightCol{width:220px;}

.cmsSnippetsWrap{position: absolute; overflow: hidden; z-index: 1;}
#cmsRightCol .cmsSnippetsWrap{position: relative;}
#cmsSnippetsHeader{z-index:1000;}/* #cmsLogo overlaps #cmsSnippetsHeader with z-index:999. Ensure links in #cmsSnippetsHeader work.*/
#cmsSnippetsFooter{z-index:auto;}/* a long dropdown menu in #cmsHeaderNav might overlap #cmsSnippetsFooter. Ensure the dropdown has a higher z-index */
#cmsSnippetsFooter{bottom:-120px; width:960px; height:100px;}
#cmsSnippetsSidebar,#cmsSnippetsContentTop,#cmsSnippetsContentBottom, #cmsSnippetsWelcomeContentTop, #cmsSnippetsWelcomeContentBottom{position: relative;}
#cmsSnippetsSidebar{min-height: 10px;}
#cmsSnippetsSidebar,#cmsSnippetsSidebar2{width:220px;}

/**
 * Welcome page standard colors
 */
.standard_color_0 .cmsEditElement, .standard_color_1 .cmsEditElement, .standard_color_2 .cmsEditElement, .standard_color_3 .cmsEditElement, .standard_color_4 .cmsEditElement, .standard_color_5 .cmsEditElement{background: #eeeeee;}
.standard_color_0, .standard_color_1, .standard_color_2, .standard_color_3, .standard_color_4, .standard_color_5{ background-color: transparent;}
.standard_color_0 img, .standard_color_1 img, .standard_color_2 img, .standard_color_3 img, .standard_color_4 img, .standard_color_5 img{display: block;}

/**
 * Header nav
 */
#cmsHeaderNavWrap{position: absolute; z-index: 999999;}
#cmsHeaderNav{position: relative; clear: both; z-index: 999999;}
#cmsHeaderNav ul li.offline{border:0;}
#cmsHeaderNav ul li.offline span{border-top:1px dashed red; border-bottom: 1px dashed brown; padding:0 3px;}
#cmsHeaderNav ul{list-style: none; margin: 0; padding-left: 0;}
#cmsHeaderNav li{float: left; position: relative;}
#cmsHeaderNav a {display: block; text-decoration: none; text-align: center; white-space: nowrap;}
#cmsHeaderNav ul ul {display: none;	float: left; margin: 0;	position: absolute;	left: 0; z-index: 999999;}
#cmsHeaderNav ul ul ul {left: 100%;	top: 0;}
#cmsHeaderNav ul ul a {font-weight: normal;	height: auto; width: 220px; text-align: left; white-space: normal;}
#cmsHeaderNav ul li:hover > ul {display: block;}

/**
 * Breadcrumbs
 */
#cmsHeaderSubInner{}
#cmsBreadcrumbs{}

/**
 * Middle nav
 */
#cmsMiddleNav ul{list-style:none; padding: 0px; margin:0px;}
#cmsMiddleNav ul ul{margin:0px 0px 0px 20px;}
#cmsMiddleNav a{text-decoration: none; display: block; font-style: normal;}

/**
 * Blog
 */
#blogContentArea{width:495px;}

/**
 * Welcome fields standard colors
 */
.standard_color_0{}
.standard_color_1, .standard_color_2, .standard_color_3, .standard_color_4, .standard_color_5{
	background-color:#eeeeee;
}


/** ORIGINAL THEME CSS -------------------------------------------------- **/
#body{
	background: #fcfcfc url('../hardcoded-three-columns/designs/clean-green/images/body-trans.png') center top fixed;
	border-top: 6px solid #000000;
}

/**
 * Outer wraps
 */
#cmsOuterWrap1{}
#cmsOuterWrap2{}
#cmsOuterWrap3{}
#cmsOuterWrap4{}

/**
 * Inner / content wraps
 */
.cmsInnerWrap{}

/**
 * Header
 */
#cmsHeaderWrap{}
#cmsHeaderInner{height:240px; padding:0 15px;}

/**
 * Logo
 */
#cmsLogo{
	top:0; left:0px; height:100%; width:990px;
}
#cmsLogoText{
	margin-top: 80px;
	font-family: 'Century Gothic', sans-serif;
  	font-size: 34px;
  	color:#009a90;
  	font-weight: normal;
}

/**
 * Quick links
 */
#cmsQuickLinks{padding-top:5px;}
#cmsQuickLinks a, #cmsQuickLinks a.visited, #cmsQuickLinks a:hover{color:#000000; text-decoration: none; font-size: 10px;}
#cmsQuickLinks table{}
#cmsQuickLinks table tr td{font-size: 10px; color:#000000;}

/**
 * Snippets header
 */
#cmsSnippetsHeader{right:15px; top:30px; width:50%; height:110px;}

/**
 * Header navigation
 */
	#cmsHeaderNavWrap{
		bottom:27px;
		border-top:6px solid #f4f4f4;
		background: url('../hardcoded-three-columns/designs/clean-green/images/line.png') no-repeat center bottom;
		width:990px; 
		margin-left:-15px;
	}
	
	/** Wrap **/
	#cmsHeaderNav{		
		margin-top: -6px;
	}
	
	/** All links **/
	#cmsHeaderNav a{
		color: #000000;
		line-height: 38px;
		font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	/** 1st level, standard **/
	#cmsHeaderNav > ul > li{margin-right: 1px;}
	#cmsHeaderNav > ul > li > a{
		border-top:6px solid #abafb2;
		padding:0 35px;
		color:#999999;		
	}
	
	/** 1st level, selected and hover **/
	#cmsHeaderNav > ul > li.selected > a, #cmsHeaderNav > ul > li:hover > a{
		border-top: 6px solid #009a90;		
		color:#000000;
	}
	
	/** Dropdown wrap **/
	#cmsHeaderNav ul ul {
		background: #009a90;
		margin-top:-1px;
	}
	
	/** Dropdown links **/
	#cmsHeaderNav ul ul a {
		color: #ffffff;
		font-size: 12px;
		line-height: 10px;
		padding:10px;
		border-bottom: 1px solid #02857c;
		border-left:5px solid #dddddd;
	}
	#cmsHeaderNav ul li ul li.selected > a, #cmsHeaderNav ul li ul li:hover > a {
		border-left:5px solid #999999;
		color:#eeeeee;
		background: #0a8d84;
	}

/**
 * Breadcrumbs
 */
#cmsHeaderSubInner{font-size: 12px;}
#cmsBreadcrumbs{padding:0; margin-bottom: 5px; color: #000000;}
#cmsBreadcrumbs, #cmsBreadcrumbs a, #cmsBreadcrumbs a:hover{line-height: 30px; font-size: 12px; color: #009a90; font-weight: normal; text-decoration: none;}

/**
 * Middle
 */
#cmsMiddleWrap{}
#cmsMiddleInner{padding:14px 14px 14px 14px; border:1px solid #eeeeee; background: #ffffff;}
#cmsLeftCol{}
#cmsStandardContent{}
#cmsRightCol{}

/**
 * Middle nav
 */
	#cmsMiddleNav{}
	
	#cmsMiddleNav a{
		color:#bbbbbb; line-height: 30px; margin-bottom: 1px; padding:0; text-decoration: none; font-weight: normal;
		text-transform: uppercase;
	}
	
	/** 1st level **/
	#cmsMiddleNav > ul{}
	#cmsMiddleNav > ul > li > a{
		border-left:5px solid #ffffff;
		border-bottom: 1px dashed #bbbbbb;
		margin-bottom: 10px;
		padding:0 10px;
	}
	#cmsMiddleNav > ul > li:hover > a, #cmsMiddleNav > ul > li.selected > a{
		border-left:5px solid #009a90;
	}
	#cmsMiddleNav > ul > li:hover > a{color:#999999;}
	#cmsMiddleNav > ul > li.selected > a{color: #000000;}
	
	/** 2dn level **/
	#cmsMiddleNav > ul > li > ul{padding:5px 0 20px 0;}
	#cmsMiddleNav > ul > li > ul > li > a{line-height: 25px; border-top: 1px dashed #bbbbbb;}
	#cmsMiddleNav > ul > li > ul > li:hover > a, #cmsMiddleNav > ul > li > ul > li.selected > a{color: #000000;}
	
	/** 3rd level **/
	#cmsMiddleNav > ul > li > ul > li > ul > li > a{line-height: 25px;}
	#cmsMiddleNav > ul > li > ul > li > ul > li:hover > a, #cmsMiddleNav > ul > li > ul > li > ul > li.selected > a{color: #000000;}

/**
 * Footer
 */
#cmsFooterWrap{
	margin-bottom: 50px;
}
#cmsFooterInner{
	height:40px;
	background:url('../hardcoded-three-columns/designs/clean-green/images/shadow.png') no-repeat center -30px;
}

/**
 * Contact
 */
#cmsContactWrap{
	margin-left: -15px;
}
#cmsContactWrap, #cmsContactWrap a{line-height: 40px; font-size: 11px; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#bbbbbb; text-decoration: none; font-weight: normal;}

/**
 * Branding link
 */
#cmsBrandingLink{bottom: 13px;}
#commercialLinkInnerWrap{}
#commercialLinkInnerWrap a{color:#999999; font-size: 11px;}

/** EMBEDDED THEME FONTS -------------------------------------------------- **/
h1{color:#009a90; font-size: 20px; font-weight: normal; text-decoration: none; font-family: 'Century Gothic'; margin:0 0 10px 0;}
h2{color:#666666; font-size: 16px; font-weight: normal; text-decoration: none; font-family: 'Century Gothic'; border-bottom: 1px dashed #dddddd; line-height: 200%;}
h3{color:#666666; font-size: 14px; font-weight: normal; text-decoration: none; font-family: 'Century Gothic';}
a, a:active, a:visited{color:#009a90; text-decoration: underline; font-size: 12px; font-weight: normal;}
a:hover{color:#666666; font-size: 12px; text-decoration: underline; font-weight: normal;}
body, td{color:#666666; font-weight: normal; font-size: 13px; text-decoration: none; line-height: 180%; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;}
h4{color:#666666;}

/** Language flag css -------------------------------------------------- **/
.flag-common {background: url(../../../Mediafiles/Images/Flags_16x11/country-flags.png) no-repeat top left;float:right;margin-left:5px;}
.flag-ad { background-position: 0 0; width: 16px; height: 11px; } 
.flag-ae { background-position: 0 -61px; width: 16px; height: 11px; } 
.flag-af { background-position: 0 -122px; width: 16px; height: 11px; } 
.flag-ag { background-position: 0 -183px; width: 16px; height: 11px; } 
.flag-ai { background-position: 0 -244px; width: 16px; height: 11px; } 
.flag-al { background-position: 0 -305px; width: 16px; height: 11px; } 
.flag-am { background-position: 0 -366px; width: 16px; height: 11px; } 
.flag-an { background-position: 0 -427px; width: 16px; height: 11px; } 
.flag-ao { background-position: 0 -488px; width: 16px; height: 11px; } 
.flag-ar { background-position: 0 -549px; width: 16px; height: 11px; } 
.flag-as { background-position: 0 -610px; width: 16px; height: 11px; } 
.flag-at { background-position: 0 -671px; width: 16px; height: 11px; } 
.flag-au { background-position: 0 -732px; width: 16px; height: 11px; } 
.flag-aw { background-position: 0 -793px; width: 16px; height: 11px; } 
.flag-ax { background-position: 0 -854px; width: 16px; height: 11px; } 
.flag-az { background-position: 0 -915px; width: 16px; height: 11px; } 
.flag-ba { background-position: 0 -976px; width: 16px; height: 11px; } 
.flag-bb { background-position: 0 -1037px; width: 16px; height: 11px; } 
.flag-bd { background-position: 0 -1098px; width: 16px; height: 11px; } 
.flag-be { background-position: 0 -1159px; width: 16px; height: 11px; } 
.flag-bf { background-position: 0 -1220px; width: 16px; height: 11px; } 
.flag-bg { background-position: 0 -1281px; width: 16px; height: 11px; } 
.flag-bh { background-position: 0 -1342px; width: 16px; height: 11px; } 
.flag-bi { background-position: 0 -1403px; width: 16px; height: 11px; } 
.flag-bj { background-position: 0 -1464px; width: 16px; height: 11px; } 
.flag-bm { background-position: 0 -1525px; width: 16px; height: 11px; } 
.flag-bn { background-position: 0 -1586px; width: 16px; height: 11px; } 
.flag-bo { background-position: 0 -1647px; width: 16px; height: 11px; } 
.flag-br { background-position: 0 -1708px; width: 16px; height: 11px; } 
.flag-bs { background-position: 0 -1769px; width: 16px; height: 11px; } 
.flag-bt { background-position: 0 -1830px; width: 16px; height: 11px; } 
.flag-bv { background-position: 0 -1891px; width: 16px; height: 11px; } 
.flag-bw { background-position: -66px 0; width: 16px; height: 11px; } 
.flag-by { background-position: -66px -61px; width: 16px; height: 11px; } 
.flag-bz { background-position: -66px -122px; width: 16px; height: 11px; } 
.flag-ca { background-position: -66px -183px; width: 16px; height: 11px; } 
.flag-catalonia { background-position: -66px -244px; width: 16px; height: 11px; } 
.flag-cc { background-position: -66px -305px; width: 16px; height: 11px; } 
.flag-cd { background-position: -66px -366px; width: 16px; height: 11px; } 
.flag-cf { background-position: -66px -427px; width: 16px; height: 11px; } 
.flag-cg { background-position: -66px -488px; width: 16px; height: 11px; } 
.flag-ch { background-position: -66px -549px; width: 16px; height: 11px; } 
.flag-ci { background-position: -66px -610px; width: 16px; height: 11px; } 
.flag-ck { background-position: -66px -671px; width: 16px; height: 11px; } 
.flag-cl { background-position: -66px -732px; width: 16px; height: 11px; } 
.flag-cm { background-position: -66px -793px; width: 16px; height: 11px; } 
.flag-cn { background-position: -66px -854px; width: 16px; height: 11px; } 
.flag-co { background-position: -66px -915px; width: 16px; height: 11px; } 
.flag-cr { background-position: -66px -976px; width: 16px; height: 11px; } 
.flag-cs { background-position: -66px -1037px; width: 16px; height: 11px; } 
.flag-cu { background-position: -66px -1098px; width: 16px; height: 11px; } 
.flag-cv { background-position: -66px -1159px; width: 16px; height: 11px; } 
.flag-cx { background-position: -66px -1220px; width: 16px; height: 11px; } 
.flag-cy { background-position: -66px -1281px; width: 16px; height: 11px; } 
.flag-cz { background-position: -66px -1342px; width: 16px; height: 11px; } 
.flag-de { background-position: -66px -1403px; width: 16px; height: 11px; } 
.flag-dj { background-position: -66px -1464px; width: 16px; height: 11px; } 
.flag-dk { background-position: -66px -1525px; width: 16px; height: 11px; } 
.flag-dm { background-position: -66px -1586px; width: 16px; height: 11px; } 
.flag-do { background-position: -66px -1647px; width: 16px; height: 11px; } 
.flag-dz { background-position: -66px -1708px; width: 16px; height: 11px; } 
.flag-ec { background-position: -66px -1769px; width: 16px; height: 11px; } 
.flag-ee { background-position: -66px -1830px; width: 16px; height: 11px; } 
.flag-eg { background-position: -66px -1891px; width: 16px; height: 11px; } 
.flag-eh { background-position: -132px 0; width: 16px; height: 11px; } 
.flag-england { background-position: -132px -61px; width: 16px; height: 11px; } 
.flag-er { background-position: -132px -122px; width: 16px; height: 11px; } 
.flag-es { background-position: -132px -183px; width: 16px; height: 11px; } 
.flag-et { background-position: -132px -244px; width: 16px; height: 11px; } 
.flag-europeanunion { background-position: -132px -305px; width: 16px; height: 11px; } 
.flag-fam { background-position: -132px -366px; width: 16px; height: 11px; } 
.flag-fi { background-position: -132px -427px; width: 16px; height: 11px; } 
.flag-fj { background-position: -132px -488px; width: 16px; height: 11px; } 
.flag-fk { background-position: -132px -549px; width: 16px; height: 11px; } 
.flag-fm { background-position: -132px -610px; width: 16px; height: 11px; } 
.flag-fo { background-position: -132px -671px; width: 16px; height: 11px; } 
.flag-fr { background-position: -132px -732px; width: 16px; height: 11px; } 
.flag-ga { background-position: -132px -793px; width: 16px; height: 11px; } 
.flag-gb { background-position: -132px -854px; width: 16px; height: 11px; } 
.flag-gd { background-position: -132px -915px; width: 16px; height: 11px; } 
.flag-ge { background-position: -132px -976px; width: 16px; height: 11px; } 
.flag-gf { background-position: -132px -1037px; width: 16px; height: 11px; } 
.flag-gh { background-position: -132px -1098px; width: 16px; height: 11px; } 
.flag-gi { background-position: -132px -1159px; width: 16px; height: 11px; } 
.flag-gl { background-position: -132px -1220px; width: 16px; height: 11px; } 
.flag-gm { background-position: -132px -1281px; width: 16px; height: 11px; } 
.flag-gn { background-position: -132px -1342px; width: 16px; height: 11px; } 
.flag-gp { background-position: -132px -1403px; width: 16px; height: 11px; } 
.flag-gq { background-position: -132px -1464px; width: 16px; height: 11px; } 
.flag-gr { background-position: -132px -1525px; width: 16px; height: 11px; } 
.flag-gs { background-position: -132px -1586px; width: 16px; height: 11px; } 
.flag-gt { background-position: -132px -1647px; width: 16px; height: 11px; } 
.flag-gu { background-position: -132px -1708px; width: 16px; height: 11px; } 
.flag-gw { background-position: -132px -1769px; width: 16px; height: 11px; } 
.flag-gy { background-position: -132px -1830px; width: 16px; height: 11px; } 
.flag-hk { background-position: -132px -1891px; width: 16px; height: 11px; } 
.flag-hm { background-position: -198px 0; width: 16px; height: 11px; } 
.flag-hn { background-position: -198px -61px; width: 16px; height: 11px; } 
.flag-hr { background-position: -198px -122px; width: 16px; height: 11px; } 
.flag-ht { background-position: -198px -183px; width: 16px; height: 11px; } 
.flag-hu { background-position: -198px -244px; width: 16px; height: 11px; } 
.flag-id { background-position: -198px -305px; width: 16px; height: 11px; } 
.flag-ie { background-position: -198px -366px; width: 16px; height: 11px; } 
.flag-il { background-position: -198px -427px; width: 16px; height: 11px; } 
.flag-in { background-position: -198px -488px; width: 16px; height: 11px; } 
.flag-io { background-position: -198px -549px; width: 16px; height: 11px; } 
.flag-iq { background-position: -198px -610px; width: 16px; height: 11px; } 
.flag-ir { background-position: -198px -671px; width: 16px; height: 11px; } 
.flag-is { background-position: -198px -732px; width: 16px; height: 11px; } 
.flag-it { background-position: -198px -793px; width: 16px; height: 11px; } 
.flag-jm { background-position: -198px -854px; width: 16px; height: 11px; } 
.flag-jo { background-position: -198px -915px; width: 16px; height: 11px; } 
.flag-jp { background-position: -198px -976px; width: 16px; height: 11px; } 
.flag-ke { background-position: -198px -1037px; width: 16px; height: 11px; } 
.flag-kg { background-position: -198px -1098px; width: 16px; height: 11px; } 
.flag-kh { background-position: -198px -1159px; width: 16px; height: 11px; } 
.flag-ki { background-position: -198px -1220px; width: 16px; height: 11px; } 
.flag-km { background-position: -198px -1281px; width: 16px; height: 11px; } 
.flag-kn { background-position: -198px -1342px; width: 16px; height: 11px; } 
.flag-kp { background-position: -198px -1403px; width: 16px; height: 11px; } 
.flag-kr { background-position: -198px -1464px; width: 16px; height: 11px; } 
.flag-kw { background-position: -198px -1525px; width: 16px; height: 11px; } 
.flag-ky { background-position: -198px -1586px; width: 16px; height: 11px; } 
.flag-kz { background-position: -198px -1647px; width: 16px; height: 11px; } 
.flag-la { background-position: -198px -1708px; width: 16px; height: 11px; } 
.flag-lb { background-position: -198px -1769px; width: 16px; height: 11px; } 
.flag-lc { background-position: -198px -1830px; width: 16px; height: 11px; } 
.flag-div { background-position: -198px -1891px; width: 16px; height: 11px; } 
.flag-lk { background-position: -264px 0; width: 16px; height: 11px; } 
.flag-lr { background-position: -264px -61px; width: 16px; height: 11px; } 
.flag-ls { background-position: -264px -122px; width: 16px; height: 11px; } 
.flag-lt { background-position: -264px -183px; width: 16px; height: 11px; } 
.flag-lu { background-position: -264px -244px; width: 16px; height: 11px; } 
.flag-lv { background-position: -264px -305px; width: 16px; height: 11px; } 
.flag-ly { background-position: -264px -366px; width: 16px; height: 11px; } 
.flag-ma { background-position: -264px -427px; width: 16px; height: 11px; } 
.flag-mc { background-position: -264px -488px; width: 16px; height: 11px; } 
.flag-md { background-position: -264px -549px; width: 16px; height: 11px; } 
.flag-me { background-position: -264px -610px; width: 16px; height: 12px; } 
.flag-mg { background-position: -264px -672px; width: 16px; height: 11px; } 
.flag-mh { background-position: -264px -733px; width: 16px; height: 11px; } 
.flag-mk { background-position: -264px -794px; width: 16px; height: 11px; } 
.flag-ml { background-position: -264px -855px; width: 16px; height: 11px; } 
.flag-mm { background-position: -264px -916px; width: 16px; height: 11px; } 
.flag-mn { background-position: -264px -977px; width: 16px; height: 11px; } 
.flag-mo { background-position: -264px -1038px; width: 16px; height: 11px; } 
.flag-mp { background-position: -264px -1099px; width: 16px; height: 11px; } 
.flag-mq { background-position: -264px -1160px; width: 16px; height: 11px; } 
.flag-mr { background-position: -264px -1221px; width: 16px; height: 11px; } 
.flag-ms { background-position: -264px -1282px; width: 16px; height: 11px; } 
.flag-mt { background-position: -264px -1343px; width: 16px; height: 11px; } 
.flag-mu { background-position: -264px -1404px; width: 16px; height: 11px; } 
.flag-mv { background-position: -264px -1465px; width: 16px; height: 11px; } 
.flag-mw { background-position: -264px -1526px; width: 16px; height: 11px; } 
.flag-mx { background-position: -264px -1587px; width: 16px; height: 11px; } 
.flag-my { background-position: -264px -1648px; width: 16px; height: 11px; } 
.flag-mz { background-position: -264px -1709px; width: 16px; height: 11px; } 
.flag-na { background-position: -264px -1770px; width: 16px; height: 11px; } 
.flag-nc { background-position: -264px -1831px; width: 16px; height: 11px; } 
.flag-ne { background-position: -264px -1892px; width: 16px; height: 11px; } 
.flag-nf { background-position: -330px 0; width: 16px; height: 11px; } 
.flag-ng { background-position: -330px -61px; width: 16px; height: 11px; } 
.flag-ni { background-position: -330px -122px; width: 16px; height: 11px; } 
.flag-nl { background-position: -330px -183px; width: 16px; height: 11px; } 
.flag-no { background-position: -330px -244px; width: 16px; height: 11px; } 
.flag-np { background-position: -330px -305px; width: 9px; height: 11px; } 
.flag-nr { background-position: -330px -366px; width: 16px; height: 11px; } 
.flag-nu { background-position: -330px -427px; width: 16px; height: 11px; } 
.flag-nz { background-position: -330px -488px; width: 16px; height: 11px; } 
.flag-om { background-position: -330px -549px; width: 16px; height: 11px; } 
.flag-pa { background-position: -330px -610px; width: 16px; height: 11px; } 
.flag-pe { background-position: -330px -671px; width: 16px; height: 11px; } 
.flag-pf { background-position: -330px -732px; width: 16px; height: 11px; } 
.flag-pg { background-position: -330px -793px; width: 16px; height: 11px; } 
.flag-ph { background-position: -330px -854px; width: 16px; height: 11px; } 
.flag-pk { background-position: -330px -915px; width: 16px; height: 11px; } 
.flag-pl { background-position: -330px -976px; width: 16px; height: 11px; } 
.flag-pm { background-position: -330px -1037px; width: 16px; height: 11px; } 
.flag-pn { background-position: -330px -1098px; width: 16px; height: 11px; } 
.flag-pr { background-position: -330px -1159px; width: 16px; height: 11px; } 
.flag-ps { background-position: -330px -1220px; width: 16px; height: 11px; } 
.flag-pt { background-position: -330px -1281px; width: 16px; height: 11px; } 
.flag-pw { background-position: -330px -1342px; width: 16px; height: 11px; } 
.flag-py { background-position: -330px -1403px; width: 16px; height: 11px; } 
.flag-qa { background-position: -330px -1464px; width: 16px; height: 11px; } 
.flag-re { background-position: -330px -1525px; width: 16px; height: 11px; } 
.flag-ro { background-position: -330px -1586px; width: 16px; height: 11px; } 
.flag-rs { background-position: -330px -1647px; width: 16px; height: 11px; } 
.flag-ru { background-position: -330px -1708px; width: 16px; height: 11px; } 
.flag-rw { background-position: -330px -1769px; width: 16px; height: 11px; } 
.flag-sa { background-position: -330px -1830px; width: 16px; height: 11px; } 
.flag-sb { background-position: -330px -1891px; width: 16px; height: 11px; } 
.flag-sc { background-position: -396px 0; width: 16px; height: 11px; } 
.flag-scotland { background-position: -396px -61px; width: 16px; height: 11px; } 
.flag-sd { background-position: -396px -122px; width: 16px; height: 11px; } 
.flag-se { background-position: -396px -183px; width: 16px; height: 11px; } 
.flag-sg { background-position: -396px -244px; width: 16px; height: 11px; } 
.flag-sh { background-position: -396px -305px; width: 16px; height: 11px; } 
.flag-si { background-position: -396px -366px; width: 16px; height: 11px; } 
.flag-sj { background-position: -396px -427px; width: 16px; height: 11px; } 
.flag-sk { background-position: -396px -488px; width: 16px; height: 11px; } 
.flag-sl { background-position: -396px -549px; width: 16px; height: 11px; } 
.flag-sm { background-position: -396px -610px; width: 16px; height: 11px; } 
.flag-sn { background-position: -396px -671px; width: 16px; height: 11px; } 
.flag-so { background-position: -396px -732px; width: 16px; height: 11px; } 
.flag-sr { background-position: -396px -793px; width: 16px; height: 11px; } 
.flag-st { background-position: -396px -854px; width: 16px; height: 11px; } 
.flag-sv { background-position: -396px -915px; width: 16px; height: 11px; } 
.flag-sy { background-position: -396px -976px; width: 16px; height: 11px; } 
.flag-sz { background-position: -396px -1037px; width: 16px; height: 11px; } 
.flag-tc { background-position: -396px -1098px; width: 16px; height: 11px; } 
.flag-td { background-position: -396px -1159px; width: 16px; height: 11px; } 
.flag-tf { background-position: -396px -1220px; width: 16px; height: 11px; } 
.flag-tg { background-position: -396px -1281px; width: 16px; height: 11px; } 
.flag-th { background-position: -396px -1342px; width: 16px; height: 11px; } 
.flag-tj { background-position: -396px -1403px; width: 16px; height: 11px; } 
.flag-tk { background-position: -396px -1464px; width: 16px; height: 11px; } 
.flag-tl { background-position: -396px -1525px; width: 16px; height: 11px; } 
.flag-tm { background-position: -396px -1586px; width: 16px; height: 11px; } 
.flag-tn { background-position: -396px -1647px; width: 16px; height: 11px; } 
.flag-to { background-position: -396px -1708px; width: 16px; height: 11px; } 
.flag-tr { background-position: -396px -1769px; width: 16px; height: 11px; } 
.flag-tt { background-position: -396px -1830px; width: 16px; height: 11px; } 
.flag-tv { background-position: -396px -1891px; width: 16px; height: 11px; } 
.flag-tw { background-position: -462px 0; width: 16px; height: 11px; } 
.flag-tz { background-position: -462px -61px; width: 16px; height: 11px; } 
.flag-ua { background-position: -462px -122px; width: 16px; height: 11px; } 
.flag-ug { background-position: -462px -183px; width: 16px; height: 11px; } 
.flag-um { background-position: -462px -244px; width: 16px; height: 11px; } 
.flag-us { background-position: -462px -305px; width: 16px; height: 11px; } 
.flag-uy { background-position: -462px -366px; width: 16px; height: 11px; } 
.flag-uz { background-position: -462px -427px; width: 16px; height: 11px; } 
.flag-va { background-position: -462px -488px; width: 16px; height: 11px; } 
.flag-vc { background-position: -462px -549px; width: 16px; height: 11px; } 
.flag-ve { background-position: -462px -610px; width: 16px; height: 11px; } 
.flag-vg { background-position: -462px -671px; width: 16px; height: 11px; } 
.flag-vi { background-position: -462px -732px; width: 16px; height: 11px; } 
.flag-vn { background-position: -462px -793px; width: 16px; height: 11px; } 
.flag-vu { background-position: -462px -854px; width: 16px; height: 11px; } 
.flag-wales { background-position: -462px -915px; width: 16px; height: 11px; } 
.flag-wf { background-position: -462px -976px; width: 16px; height: 11px; } 
.flag-ws { background-position: -462px -1037px; width: 16px; height: 11px; } 
.flag-ye { background-position: -462px -1098px; width: 16px; height: 11px; } 
.flag-yt { background-position: -462px -1159px; width: 16px; height: 11px; } 
.flag-za { background-position: -462px -1220px; width: 16px; height: 11px; } 
.flag-zm { background-position: -462px -1281px; width: 16px; height: 11px; } 
.flag-zw { background-position: -462px -1342px; width: 16px; height: 11px; } 

