body, html {
    margin: 5px 0 0 0 ;
    padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:12px;
	background-color:#9e5334;
    }


img {
    border: 0;
    margin: 0;
    padding: 0;
    }
	
li {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	list-style: circle;
}
    
.inline {
	margin-left: 10px;
	}


.thumb {
	border: 1px solid black;
	margin:0 20px 20px 1px;
	}
	
.photo {
	border: 1px solid black;
	padding: 1px 1px 1px 1px;
	margin:0 5px 5px 0px;
	background-color:#FFFFFF;
	float:left;
	}
 /*
#container {
    margin:0 auto;
	width: 784px;
	border: 1px solid #5C1F00;
	background-color:#ffffff;
	}
*/
#container {
        min-height:800px;
        margin:0 auto;
	width: 984px;
	border: 1px solid #5C1F00;
	background-color:#ffffff;
	}


#hdr {
	width: 984px;
	height:200px;
	border-top: 0.1em solid #5C1F00;
	/*border-bottom: 0.5em solid;*/
	background: transparent url("/resources/output/images/Template/header.jpg") repeat-x;	
}






#topnav {
	/*width: 784px;*/
	margin: -1px 0 0 0;
	height:30px;
	background-color:green;
	font-size:12px;
}

#topnav ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

#topnav li
{
	float: left;
	margin: 0 0.15em;
}

#topnav li a
{
	background: green;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border: 0.1em solid #ccc;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#topnav li a
{
	float: none
}
/* End hide */



/*
#left {
    width: 205px;
    float: left;
    }
	
#left .lcolumn{
    width: 192px;
    float: left;
	background-color:#fff;
	margin:-2px 0 0 0;
	padding: 0;
    }
	
#left .rcolumn{
   	width:88px;
   	float:right;
	text-align:center;
	margin: -2px 0 0 0px;
	padding: 2px 1px 2px 1px;
    }
	
#left .rcolumn img{
	margin:0 0 0 0px;
	padding: 5px 0px 5px 0px;
    }
*/

#left {
    width: 190px;
    float: left;
    background-color:#fff;
    }

#left ul{
		list-style: none;
		margin: 0;
		/*margin-top: -2px;*/
		padding: 0;
		border: none;
}

#left li { 
                list-style: none;
		font-size:10px;
		border-bottom: 1px solid #FFF;
		border-right: 1px solid #FFF;
		margin: 0;		
}

#left li a {
		width:180px;
		display: block;
		padding: 7px 2px 7px 5px;
		color: #fff; 
		letter-spacing:4px;
		text-decoration: none;
		letter-spacing:2px;
		background-color: #5C1F00;
} 

#left li a:hover{
		color: #000;
		background-color: #ddddb1;
		display:block;		
 }
 
#left li a.ButtonOn{
	color:#000;
	background-color: #ddddb1;
	font-weight:bold;
	display:block;
}
#left li a.ButtonOn:hover{
	color:#000;
	background-color: #ddddb1;
	display:block;
}

#left li a.Country{
	width:184px;
	color:#fff;
	padding: 6px 2px 7px 1px;
	background-color: #000;
	font-weight:bold;
	display:block;
	text-align:center;
}
#left li a.Country:hover{
	width:184px;
	color:#fff;
	padding: 6px 2px 7px 1px;
	background-color: #000;
	display:block;
	text-align:center;
}

#left li a.SubMenu{
	font-size:9px;
	color:#000;
	background-color: #ebebeb;
	padding: 4px 1px 4px 0px;
	display:block;
        width:185px;

}
#left li a.SubMenu:hover{
	font-size:9px;
	color:#000;
	background-color: #ccc;
	padding: 4px 1px 4px 0px;
	display:block;
        width:185px;

}

#content {
	width:786px;
	margin:5px 0 400px 191px;
	background-color:#fff;
	font-size:12px;

	}

#content p {
         margin 10px 0 10px 0;
	}

	

#content blockquote {
	line-height: 14px;
	margin-left: 29px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
#content h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0 20px 0;
	color:#5C1F00;
	}
	
#content h2{
	font-size:16px;
	font-weight:600;
        padding-bottom:0;
	margin: 9px 0 6px 0;
        color:#5C1F00;

}



#content h3{
	color:#222e4b;
        font-size: 14px;
        font-weight:bold;
        padding-bottom:0px;
        margin: 10px 0 5px 0;
}


#content img {
	float:left;
	border: 1px solid black;
	padding: 1px 1px 1px 1px;
	margin:0 5px 5px 0px;
	background-color:#FFFFFF;
    }
	
#content img.news {
	float:left;
	border: 1px solid black;
	padding: 1px 1px 1px 1px;
	margin:-12px 2px 5px 0px;
	background-color:#FFFFFF;
    }

#content ul{
    padding: 0 0 0 0;
    margin: 2em;
    }


#content li{
    margin: 5px 0 5px 0;
    list-style-type:circle;
    }





	


#footer {
	/*clear: both;*/
	background:url(../images/template/footerBrown.gif);
	height:155px;
    }
    
    
    
#footer p {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-left: 1px;
	margin-top: 5px;
	color: #666666;
	}
	
#footer img {
	text-align:center;
	margin:5px 5px 5px 19em;
    }
	
    
#box {
	width: 560px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 4px 3px 4px;
	background: #D9D7A7;
	background-image: url("/resources/output/images/template/gradient1.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	}
	

#box p {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	}


#box a { 
	color:#666666; 
	text-decoration: none;
	}
	
/*
#box a:link {
	color:#31639c;
	}		
	

#box a:visited {
	color:#31639c;
	}
	
	
#box a:hover { 
	color: #ff2400; 
	text-decoration: underline;
	}
	
#box a { 
	color:#31639c; 
	text-decoration: none;
	}
*/	

#box a:link{ COLOR: #31639c;font-weight:600; TEXT-DECORATION: none}
#box a:visited{ COLOR: #31639c;font-weight:600; TEXT-DECORATION: none}
#box a:active{ COLOR: #31639c;font-weight:600; TEXT-DECORATION: none}
#box a:hover{ COLOR: #ff2400;font-weight:600; TEXT-DECORATION: underline}

/*
a:link{ COLOR: #31639c; TEXT-DECORATION: underline}
a:visited{ COLOR: #31639c; TEXT-DECORATION: underline}
a:active{ COLOR: #31639c; TEXT-DECORATION: underline}
a:hover{ COLOR: #ff2400; TEXT-DECORATION: none}
*/

/*GENERAL STYLES*/
a:link,a:visited, #banners h3 a:hover{
color: #cc0033;
text-decoration: none;
}
a:hover{
text-decoration:underline;
}


	


h2.news{
	height:31px;
	background: transparent url("/resources/output/images/Template/news.gif") 0px 0 no-repeat;
	}
	
h2.newstitle{
	color:#ooo;
	height:31px;
	margin: 5px 0 -15px 0;
	}
	
a.newstitle:link{color:#666666;font-weight:600;TEXT-DECORATION:none;}
a.newstitle:visited{color:#666666;font-weight:600;TEXT-DECORATION:none;}
a.newstitle:active{color:#666666;font-weight:600;TEXT-DECORATION:none;}
a.newstitle:hover{color:#999999;font-weight:600;TEXT-DECORATION:underline;}
	
a.news:link{color:#006699;font-weight:600;TEXT-DECORATION:none;}
a.news:visited{color:#006699;font-weight:600;TEXT-DECORATION:none;}
a.news:active{color:#006699;font-weight:600;TEXT-DECORATION:none;}
a.news:hover{color:#006699;font-weight:600;TEXT-DECORATION:underline;}

a.scroller:link{ COLOR: #ff2400;font-weight:600; TEXT-DECORATION: none}
a.scroller:visited{ COLOR: #ff2400;font-weight:600; TEXT-DECORATION: none}
a.scroller:active{ COLOR: #ff2400;font-weight:600; TEXT-DECORATION: none}
a.scroller:hover{ COLOR: #5C1F00;font-weight:600; TEXT-DECORATION: underline}

table {vertical-align : top;}
td {vertical-align : top;}
	
caption{visibility:hidden;display:none}
	
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("/resources/output/images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("/resources/output/images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("/resources/output/images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; margin-left: 5px; margin-bottom: 10px;}	
#imageData #caption{}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.button
{
	color:#000000; 
	background-color:#ebebeb; 
	border:#CCCCCC; 
	border-style: ridge; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}	
.input{	
	font-weight:normal;
	color:#000066; 
	font-size:9pt;
	background-color:#f7f7f7;
	border: 1px solid #2B62AC;
	height: 19px;
}
.inputfocus { 
	font-size: 10px; 
	background-color: #f6f6f6; 
	text-indent: 3px; 
	border-style: solid solid inset solid; 
	border-width: 1px; 
	border-color: #336699;
	height: 19px;
}
.textarea{
	font-size: 10px;
	background-color: white;
	text-indent: 3pt;
	border-style: solid solid inset solid;
	border-width: 1pt;
	border-color: #696969;
}
.textareafocus{ 
	font-size: 10px;
	background-color: #f6f6f6; 
	text-indent: 3px; 
	border-style: solid solid inset solid; 
	border-width: 1px; 
	border-color: #336699;
}
.radio{ 
	background-color: white; 
	border-style: none none none none; 
	border-width: 0pt; 
}
.radiofocus{ 
	background-color: #f6f6f6; 
	border-style: none none none none; 
	border-width: 0px;  
}
	
	
	/*----------------------------- MAIN MENU --------------------------------*/
#ButtonOff {
	width: 190px;
	height:20px;
	/*background:#CC9900;*/
	font-size:11px;
}

#ButtonOn {
	width: 190px;
	height:20px;
	/*background:#CC9900;*/
	font-size:11px;
}


#ButtonOff ul, #ButtonOn ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
		
#ButtonOff li, #ButtonOn li {
	margin: 0px 0px 0px 0px;
	list-style: none;
}

	
#ButtonOff li a {
	display: block;
	padding: 6px 0px 0px 5px;
	border-bottom:solid #FFFFFF 1px;
	background: #5C1F00;
	color: #fff;
	text-decoration: none;
	/*width:175px; do not take this out, rollover won't work*/
	width:190px;
	height:20px;
	
}

#ButtonOn li a {
	display: block;
	padding: 6px 0px 0px 5px;
	border-bottom:solid #FFFFFF 1px;
	background:#ddddb1;
	/*background: transparent url("button_on.gif") no-repeat;*/
	color: #000;
	text-decoration: none;
	/*width:175px; do not take this out, rollover won't work*/
	width:190px;
	height:20px;
}



#ButtonOff li a:hover {
	display: block;
	width:190px;
	height:20px;
	color: #000;
	text-decoration: none;
	background: #ddddb1;
	/*background: transparent url("button_on.gif") no-repeat;*/
}


/*-------------------------------SubMenu-----------------------------------------------*/
#SubMenu {
	width: 190px;
	font-size:10px;
	background:#EBEBEB;
}



#SubMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
		
#SubMenu li {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	list-style: none;
}
	
#SubMenu li a {
	display: block;
	width:190px;  /*--- DELETING THIS LINE WILL EFFECT WIDTH IN NETSCAPE*/
	padding: 3px 1px 3px 2px;
	/*background-color: #EBEBEB;*/
       width:180px;
	color: #000;
	text-decoration: none;
	
}

#SubMenu li a:hover {
	color: #000;
	display: block;
	width:190px;
	_width:190px;
	background:#fff;
	}


/*---------------------------------SubLevel 1-----------------------------------------*/
#SubLevel1Off {
	width: 190px;
	font-size:10px;
	background:#EBEBEB;
}

#SubLevel1On {
	width: 190px;
	font-size:10px;
	background:#fff;
	/*background: transparent url(/resources/brokerscombo/menu/sgb_arrow_right_subnavon.gif) no-repeat left; */
}
#SubLevel1On li a {
	display: block;
	width:190px;  /*--- DELETING THIS LINE WILL EFFECT WIDTH IN NETSCAPE*/
	padding: 2px 3px 3px 5px;
	/*background-color: #EBEBEB;*/
	color: #cc0000;
	text-decoration: none;

}


#SubLevel1Off ul, #SubLevel1On ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
		
#SubLevel1Off li, #SubLevel1On li {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	list-style: none;
}
	
#SubLevel1Off li a {
	display: block;
	width:190px;  /*--- DELETING THIS LINE WILL EFFECT WIDTH IN NETSCAPE*/
	padding: 3px 3px 3px 3px;
	/*background-color: #EBEBEB;*/
	color: #000;
	text-decoration: none;
	
}

#SubLevel1Off li a:hover {
	color: #000;
	display: block;
	width:190px;
	_width:190px;
	background:#fff;
	}



/*---------------------------------SubLevel 2-----------------------------------------*/
#SubLevel2Off, #SubLevel2On {
	width: 187px;
	font-size:7pt;
	
}

#SubLevel2Off ul, #SubLevel2On ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}
		
#SubLevel2Off li, #SubLevel2On li {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	list-style: none;
}
	
#SubLevel2Off li a {
	display: block;
	/*background-color: #EBEBEB;*/
	color:#000;
	text-decoration: none;
	width:180px;  
	_width:185px;
	padding:2px 0 2px 5px;
	border-top: 1px solid #EFEBEB;
	margin:0 0 -1px 0;
	
}
#SubLevel2Off li a:hover {

	color: #fff;
	background:#ccc;

}
#SubLevel2On li a 
{
	display: block;
	color:#000;
	text-decoration: none;
	padding:2px 0 2px 10px;
	border-top: 1px solid #EFEBEB;
	}
	
	#productstatement{
font:11px/16px Arial,Helvetica,'ms sans-serif','sans-serif'; 
/*text-align:left;*/
background-color:#f7f7f7;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
padding:3px 5px 3px 5px;}
#productstatement ul{
font:11px/16px Arial,Helvetica,'ms sans-serif','sans-serif'; }
#productstatement li{
	
