/* GENERAL TEXT STYLES*/
.title1 {font-size: 16px; font-weight: bold; color: #626365; background-color: #fff;}
/* GENERAL TEXT STYLES*/

/*ELEMENT STYLES*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


html, body {
	background-color: #fff;
	text-align: center;
}

a {color: #3E3A99; background-color: transparent; }
a:hover {color: #333333; text-decoration: underline; background-color: transparent; }

p, li {
	color: #333333;
	font-size: 0.72em;
	line-height: 135%;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
/*	background-color: transparent;*/
}
p {
	margin-bottom: 1em;
}

table {
border-collapse: collapse;
}
ul {
margin-left: 10px;
}
/*ELEMENT STYLES*/


/* SUBNAV STYLES*/
td.snav_cell {border-right: 1px solid #EDEDED; width: 166px;}

/*normal sidenav*/
ul.subnav {
	margin-bottom: 20px;
	margin-left: 15px;
}

ul.subnav li {
	list-style-type: none;
	padding: 0px 0px;
	line-height: 120%;
	margin-bottom: 5px;
}

ul.subnav li a {
	color: #626365;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	padding-left: 17px;
	background-image:  url(images/arr.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	display: list-item;
}
ul.subnav li a:hover {
	color: #000000;
	background-color: #fff;
}
/*normal sidenav*/

/*active sidenav*/
ul.subnav li a.active {
	color: #C59217;
	background-image:  url(images/arr_on.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	display: list-item;
}
ul.subnav li a.active:hover {color: #000000; background-color: #fff;}
/*active sidenav*/

/*sub sub sidenav*/

ul.subsub {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 15px;
}

ul.subsub li {
	list-style-type: none;
	padding: 0px 0px;
	line-height: 140%;
	margin-bottom: 5px;
}

ul.subsub li a {
	color: #C59217;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 17px;
	background-image:  url(images/sq_on.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	display: list-item;
}
ul.subsub li a:hover {
	color: #000000;
	background-color: #fff;
}

ul.subsub li a.active {
	color: #626365;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 17px;
	background-image:  url(images/sq.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	display: list-item;
	
}
ul.subsub li a.active:hover {color: #000000; background-color: #fff;}
/*sub sub sidenav*/

/* SUBNAV STYLES*/

/*LAYOUT STYLES*/
div#wrapper {
	margin: 0px auto;
	width: 775px;
	text-align: left;
}

div#head {/*utility nav and search boxes*/
	height: 126px;
	width: 775px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
tr.util {
	height: 7px;
	background-color: #F0F2F1;
}
div#nav {/*main nav links bar*/
	background-color: #B98300;
	height: 31px;
}
div#pnav {/*products nav links bar*/
background-color: #EEEEEE;
/*height: 80px;*/
width: 100%;
border-bottom: 1px solid #fff;
}
div#pnav_s {/*products nav links bar on sybpage*/
background-color: #EEEEEE;
height: 59px;
width: 100%;
border-bottom: 1px solid #fff;
}
div#htext {
width: 773px;
border: 1px solid #EDEDED;
margin: 0px;
padding: 0px;
}
div#h1 {width: 100%;}
div#h1 p {font-family: Arial, Verdana, Helvetica, sans-serif; color: #333; font-weight: normal; font-size: 0.67em; line-height: 130%; background-color: #fff;}
div#h1 a {color: #3E3A99; font-weight: bold; text-decoration: none; background-color: #fff;}
div#h1 a:hover {color: #333; background-color: #fff;}

div#h2 {width: 100%;}
div#h2 p {font-family: Arial, Verdana, Helvetica, sans-serif; color: #333; font-weight: normal; font-size: 0.67em; line-height: 130%; background-color: #fff;}
div#h2 a {color: #3E3A99; font-weight: bold; text-decoration: none; background-color: #fff;}
div#h2 a:hover {color: #333; background-color: #fff;}


div#btm {width: 775px; height: 20px; border-top: 1px solid #fff; background-color: #DFDFDF;}
div#credit {width: 775px; height: 25px; padding-top: 10px; text-align: right;}
div#credit a {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #999999; text-decoration: none; padding-right: 20px; background-color: #fff;}
div#credit a:hover {color: #000000; text-decoration: none; background-color: #fff;}


div#breadcrumb {width: 775px; height: 23px; border-bottom: 1px solid #fff; background-color: #A1A1A1;}
div#bc {padding-left: 20px;}

a.breadcrumb {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #fff; text-decoration: none; font-weight: bold; background-color: transparent;}
a.breadcrumb:hover {color: #000; text-decoration: none; background-color: transparent;}



div#content {
width: 773px;
border: 1px solid #EDEDED;
margin: 0px;
padding: 0px 0px 0px 0px;
}
td.content_cell
{
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 80px;
	padding-bottom: 10px;
}
td.content_cell2
{
	padding-top: 22px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
}
table.sitemap {
	font-size: 11px; 
	font-family: arial;
}
table.sitemap td {
	padding: 2px;
}
table.sitemap td a:hover {
	background-color: #fff;
}


/*countries map page*/
td.map
{
	padding-top: 22px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: verdana;}
td.map2{
	padding-top: 22px;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: verdana;}
	
div#maptitle {
	position: absolute; left: 0px; top: 0px;
}
/*countries map page*/

/*LAYOUT STYLES*/


/*FORM FIELD STYLES*/
select.co {border: 1px solid #9C9C9C; font-size: 0.65em; background-color: #fff; width: 129px; font-family: Verdana, Arial, Helvetica, sans-serif;}
input.search {border: 1px solid #9C9C9C; font-size: 0.65em; background-color: #fff; width: 127px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: 2px;}
/*FORM FIELD STYLES*/

/*content table style*/
table.standard {
		font-size: 0.7em;
		margin: 0;
}
table.standard td {
			padding: 1px 3px 1px 3px;
}
table.standard2 {
		font-size: 0.72em;
		margin: 0;
}
table.standard2 td {
			padding: 1px 3px 1px 3px;
}