@charset "utf-8";
/**********************************

Use: Reset Styles for all browsers

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
	
select { padding: 0; }



body {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#141225;
}
a {
	color: #141225; 
	text-decoration: underline;
}
a:visited {
	color: #141225; 
	text-decoration: underline;
}
a:hover {
	color: #FF6029; 
	text-decoration: underline;
}
p {
	color:#777;
	font-size:11px;
	margin:0;
	padding:0;
}
td {
	color:#777;
	font-size:11px;
	margin:0;
	padding:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
	list-style-position:outside;
}

p a {
	font-weight:normal;
	text-decoration:underline;
}
p a:hover {
	color: #FF6029; 
	text-decoration:underline;
}
h1 {
	padding:0;
	margin:0;
	color: #721502;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px; 
	margin-bottom: 10px;
}

h2 {
	padding:0;
	margin:0;
	margin-left:32px;
	margin-top:12px;
}
h4 {
	/*color: #6735B9;*/
	color:#1724BD;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px; 
	margin-bottom: 10px;
}
h4.underline {
	background-image:url(../images/line.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}


#sideon a:visited, #sideon a:hover, #sideon a:active{
	color:#1724BD;
	font-weight: bold;
}


h6 {
	font-size:11px;
	font-weight: bold;
	margin:0;
	padding:0; 
}
hr {
	border: 1px dotted #666666;
}
#Main {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	position:relative;
	overflow:hidden;
}
#Header {
	width:100%;
	height: 94px;
	background-color:#497AF2;
}
#CountrySwitchCT
{
	width:100%;
	border-top:7px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-top-color:#497AF2;
	background-color:#FFFFFF;
	background:url(../images/back_top1.gif) left repeat-x;
	text-align:right;
	line-height: 17px;
}
#CountrySwitch {
	width:auto;
	display:inline;
	background-color:#FFFFFF;
	vertical-align:middle;
	margin-right:15px;
}
#CountrySwitch img{
	vertical-align:middle;
}
#Logo {
	width:100%;
	height:72px;
	background-image:url(../images/newtopbanner.jpg);
	
}
#Menu {
	position: relative;
	height:29px;
	line-height:29px;
	background-image: url(../images/bar_main_back.gif);
	font-size:11px;
	color: #141225;
	text-align:center;
	text-decoration: none;
	margin:0px;
	padding:0px;
	padding-left:200px;
	width:2096px;
}

/*#Menu li{
	width:140px;
	height:29px;
	padding-top:8px;
	padding-bottom:7px;
	display:inline;
	background: url(../images/topnavbg.gif) left top repeat-x;
}
#Menu li.on{
	width:140px;
	height:29px;
	padding-top:8px;
	padding-bottom:7px;
	display:inline;
	background: url(../images/topnavbg_on.gif) left top repeat-x;
	border-left:1px solid #333333;
	border-bottom-color: #FFFFFF;
}

#Menu a{ 
	color: #141225;
	text-decoration: none;
}

#Menu a:hover { 
	color: #FF6029;
	text-decoration: underline;
}*/

#Navigation a{
	background: url(../images/topnavbg.gif) left top no-repeat;
	padding-left: 10px;
	text-decoration: none;
}

#Navigation a span{
	background: url(../images/topnavbg_r.gif) right top no-repeat;
	padding-right: 22px;
	text-decoration: none;
}

#Navigation a, #Navigation a span{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#Navigation a, #Navigation a span{
	float: none;
}
/* End hide */
#Navigation a.on{
	background: url(../images/topnavbg_on.gif) left top no-repeat;
	font-weight:bold;
	padding-left: 10px;
}

#Navigation a.on span{
	background: url(../images/topnavbg_on_r.gif) right top no-repeat;
	font-weight:bold;
	padding-right: 22px;
}
#Navigation a:hover{
	background: url(../images/topnavbg_on.gif) left top no-repeat;
	padding-left: 10px;
}

#Navigation a:hover span{
	background: url(../images/topnavbg_on_r.gif) right top no-repeat;
	padding-right: 22px;
}

#Navigation ul{
	list-style: none;
	text-align:center;
	display:inline;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

#Navigation li{
	white-space: nowrap;
	list-style: none;
	display: inline;
	float:left;
	margin: 0px;
	padding: 0px;
}

#BGMenuNav{
	width:auto;
	height:44px;
	margin:0;
	padding:0;
	/*padding-left:219px;*/
	text-align:left;
	background: url(../images/top2ndnav.png) top left repeat-x;
}
#MenuNav{
	position:absolute;
	width:100%;
	height:44px;
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
}
#MenuNav a{ 
	color: #141225;
	text-decoration: none;
}

#MenuNav a:hover { 
	color: #FF6029;
	text-decoration: underline;
}
.separator {
	margin:0px;
	padding:0px;
}
.separator li {
	display:inline;
	list-style: none;
	border-right:1px solid #666666;
	border-bottom:0px;
	background:none;
	margin:0px;
	padding:0px;
	padding-right: 15px;
	padding-left:13px; !important
	padding-left:15px;
}
.separator li.on {
	font-weight:bold;
}
.separator li.end {
	border:none;
}

#ContentRow td ul{
	margin:0;
	padding:0px;
	margin-left:15px;
}
#ContentRow ul{
	margin:0;
	padding:0px;
	margin-left:15px;
	color:#777;
}

#ContentRow ul.nomargin{
	margin-left:0;
}

#ContentRow ul li{
	margin:0;
	padding:0;
	list-style-image:url('/images/bullet2.gif');
	color:#777;
}
#ContentRow ul li.nobullet{
	list-style-image:none;
}

#spacer{
	clear:both;
	margin-top:20px;
}
#Footer{
	width:auto;
	height:34px;
	clear:both;
	margin:0;
	background:url(../images/bgfooter.gif) top left repeat-x;
	padding-top:5px;
	font-size:10px;
	padding-left:10px;
	text-decoration:none;
}
#Footer a{ 
	color: #141225;
	text-decoration: none;
}

#Footer a:hover { 
	color: #FF6029;
	text-decoration: underline;
}
.dTreeNode a, .dTreeNode a:hover, .dTreeNode a:visited{
	text-decoration:none;
	white-space:nowrap;
	padding-right:15px;
} 
