/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family:  "Lucida Grande",Geneva,Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* This controls the width of the fluid width layouts */

#container
{
width: 100% !important;
height:auto !important;
height: 500px; /* for IE5.x and IE6 */
min-height:600px;
}

/*--- headers ---*/
h1, h2, h3, h4, h5, h6{
	margin: 0px 0 8px 0;
	padding: 0;
	font-family:  "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	color: #4A1D04;
	background-color: #FFFFFF;
	
}

h1{
	font-size: 2em;
	border-bottom: 1px solid #FBC440;
	padding: 0 0 2px 15px;
	background-image: url(../images/h1.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

h2{
	font-size: 1.9em;
	border-bottom: 1px solid #D0D0BF;
	padding: 0 0 2px 15px;
	background-image: url(../images/h2.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

h3{
	border-bottom: 1px solid #FBC440;
	font-size: 1.5em;
}

h4{
	border-bottom: 1px solid #D0D0BF;
}

h4, h5, h6{
	font-size: 1.4em;
}


p{
	line-height: 1.5em;
	margin: 1px;
	padding: 4px;
	text-align: left;
	font-family:  "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	
}

p.special{
	background-image: url(../images/input1.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 4px 0;
	padding: 10px;
	border: 1px solid #D0D0BF;
	
}
.alert {
	background: #fff6bf url(../images/arrow_im_2.jpg) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-weight: bold;
	font-size: 13px;
	display: block;
	color: #4A1D04;
}

a{
	color: #4A1D04;	
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFFF;
}

p.special a, blockquote a{
	background-color: transparent;
	color: #4A1D04;
}

blockquote a{
	background-color: transparent;
	color: #000000;
}

a:hover, a:focus, a:active{
	text-decoration: none;
}


blockquote{
	border: 1px solid #D0D0BF;
	font-variant: small-caps;
	font-size: 1.5em;
	margin: 2px 30px 10px 30px;
	padding: 10px;
	background-color: #FAFAFA;
	color: #000000;
}

ul{
	/*list-style-type: square;
	color: #4A1D04;
	background-color: #FFFFFF;
	line-height: 1.5em;*/

}

ul li p{
	margin: 0;
	padding: 0;
}

ul.listofnews{
	margin: 0 ; 
	padding: 0 0 5px 0px;

}
ul.listwithimage {
	list-style:none; margin:0.5em 0 1.0em 0;
}
ul.listofnews li{
	margin: 0  0 5px 15px;
	
}

ul.listofnews {
	list-style-type: none; 
	padding: 0;
	margin: 0 0 5px 0px;
}
li.listwithimage{
	list-style:none; 
	margin:0.5em 0 1.0em 0;
}
li.audio{
	margin:0 0 0.2em 2px; padding:0 0 0 4.5em; background:url(../images/audio_text.gif) no-repeat 0 0.5em; line-height:1.9em; font-size:120%;
}
li.star{
	margin:0 0 0.2em 2px; padding:0 0 0 4.5em; background:url(../images/star.gif) no-repeat 0 0.5em; line-height:1.9em; font-size:120%;
}

ul.listofnews img{
	float: left;
	display: block;
	margin: 5px 5px 0 0;
	border: 1px solid #FBC33C;
	
}


.table1 {border: 2px solid #FBC33C ;border-collapse:collapse; width:100%; font-family: Verdana, Arial, Helvetica, sans-serif; }
.table1 td {
			background-color: #FFFFFF; 
			background-image: url(../images/input1.jpg);  
			background-repeat: repeat-y; 
			background-position: 0 0;
			padding:3px;
			border: 1px solid #FBC33C ;
		}
		.table1 th {text-align:left;border: 1px solid #FBC33C;}
		.table1 thead th {color:#ffffff; font-size: 1.5em; background-color:#4A1D04; padding: 10px 6px}
		.table1 tbody th {color:#000000; background-color: #FFD774; font-size: 1.4em; padding: 6px}
		.table1 tbody th.sub {font-size:100%;color:#000;background-color: #FEEEC8; padding: 6px; font-size: 1.1em;}


/**----- form -----**/
form fieldset {
  margin: 10px 0 10px 0;
  border-top: 1px solid #4A1D04;
  border-left: 1px solid #4A1D04;
  border-right: 1px solid #D0D0BF;
  border-bottom: 1px solid #D0D0BF;
}

form fieldset span{
  color: #4A1D04;
  background-color: #FFFFFF;
}

form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  line-height: 1.8;
  vertical-align: top;
  font-weight: bold;
  color: #4A1D04;
  background-color: #FFFFFF;
  float: left;
  width: 140px; /* Width of labels */
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  clear: both;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form input{
	  border-top: 1px solid #4A1D04;
	  border-left: 1px solid #4A1D04;
	  border-right: 1px solid #D0D0BF;
	  border-bottom: 1px solid #D0D0BF;
	  padding: 5px;
	  color: #4A1D04;
	  background-color: #FFFFFF;
	  background-image: url(../images/input1.jpg);
	  background-position: 0 0;
	  background-repeat: no-repeat;
}

form input.postform{
	margin: 0 0 0 142px;
	padding: 3px;
	width: 150px;
	border: none;
	background-image: url(../images/menu1.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #7F5E4D;
	font-weight: bold;
}

form textarea{
	  border-top: 1px solid #4A1D04;
	  border-left: 1px solid #4A1D04;
	  border-right: 1px solid #D0D0BF;
	  border-bottom: 1px solid #D0D0BF;
	  padding: 5px;
	  color: #4A1D04;
	  background-color: #FFFFFF;
	  background-image: url(../images/input1.jpg);
	  background-position: 0 0;
	  background-repeat: repeat-y;
}



#topheader{
	background-image: url(../images/topheader1d.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FBC33C;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	
}

.clear{
	clear: both;
	line-height: .01em;
	font-size: .01em;
}

#contentheader{
	margin: 0 10%;
	background-color: #FBC43E;
	color: #000000;
	border-left: 1px solid #765440;
	border-right: 1px solid #765440;
	/*background-image: url(../images/topheader2d.gif);
	background-position: 200px -15px;*/
	background-image: url(../images/topbg.png);
	background-repeat: repeat-x;
	height: 165px;
}

img.yourlogo{
	display: block;
	width: 128px;
	height: 120px;
}

p.company{
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
	color: #4A1D04;
	background-color: transparent;
	text-indent:-1000px;
	
}

#pattern{
	padding:2px;
	height: 162px;
	background-image: url(../images/logo200x200.png); 
	background-position: right top; 
	background-repeat: no-repeat;
}

#divlogo{
	width: 239px; height: 164px; background-color: #FFFFFF; 	
	background-image: url(../images/snappy.png); 
	background-position: left top; 
	background-repeat: no-repeat;
	overflow:hidden;
}

#menu{
	border-top: 0px solid #BFAEA5;
	border-bottom: 0px solid #BFAEA5;
	background-image: url(../images/bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8 em;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 2.2em;
	display: block;
	
}

#menu ol{
	border: 0px solid #BFAEA5;
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	
	
}

#menu ol li{
	display: inline;
	margin: 0 0 0 0px;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

#menu ol li.last{
	border-right: none;
}

#menu ol li a{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ol li a:hover, #menus ol li a:focus, #menus ol li a:active{
	text-decoration: none;
	
}

#menu a {
	padding: 5px 10px 5px 10px;
	background-repeat: no-repeat;
	background-image:url(../images/i2d.png);	
	background-position:left center;
	background-image: url(../images/blockactive.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-decoration: none;
}

#menu a:hover {
	margin:0px;
	/*padding: 5px 20px 5px 20px;
	background-image:url(../images/i2.png);
	background-repeat:no-repeat;
	background-position:left center;*/
	border-top: 0px solid #BFAEA5;
	border-bottom: 4px solid #FFCC33;
	background-image: url(../images/blockactive.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-decoration: none;
	color:#FFCC33;

}

#menu a.selected{
	margin:0px;
	border-top: 0px solid #BFAEA5;
	border-bottom: 4px solid #FFCC33;
	background-image: url(../images/blockactive.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-decoration: none;
	color:#FFCC33;

}

#content{
	background-image: url(../images/content1.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #FBC33C;
	color: #000000;
	border-top: 1px solid #FFFFFF;
	
}

#internalcontent{
	margin: 0 10%;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-left: 1px solid #765440;
	border-right: 1px solid #765440;
	font-size: .7em;

	
}

.firstgrid{
	float:left; width:100% !important;
}

.secondgrid{
	width: 99%;
}

/*--- menu ---*/
#sidebar{
	float: left;
	width: 183px;
	border: 1px solid #FFCC33;
	background-image: url(../images/input1.jpg);
	background-position: top left;
	background-repeat:repeat-y;
	padding-top:3px;

}

.sidebarmenu{
	background-image: url(../images/logomenu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 8px 8px 8px 30px;
	margin: 0 0 5px 0;
}

.sidebarmenu div{
	font-weight: bold;
	border-bottom: 1px solid #4A1D04;
	color: #4A1D04;
	background-color: transparent;
	margin: 0 0 2px 0;
	
}

.sidebarmenu ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebarmenu ol li{
	color: #4A1D04;
	background-color: transparent;
	line-height: 2em;
	padding: 2px 0 2px 0;
	/*border-bottom: 1px dashed #4A1D04;*/
	
	
}

.sidebarmenu ol li a{
	display: block;
	width: 140px;
	color: #4A1D04;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

.sidebarmenu ol li a:hover, .sidebarmenu ol li a:focus, .sidebarmenu ol li a:active{
	border-bottom: 1px dashed #4A1D04;
	
}

/*---- text page---*/
#text{
	margin: 0 0 0 203px;
	width:auto;
	padding:5px 20px 20px 20px;
}

/* paragraph with images */ 

div.paragraphimage{
	width: 100%;
	margin: 0 0 6px 0;
}

div.paragraphimage img.imgleft{
	border: 0px solid #FBC33C;
	display: block;
	float: left;
	margin:4px 5px 0px 0;
}
div.paragraphimage img.imgright{
	/*float: right;*/
	border: 0px solid #FBC33C;
	display: block;
	float: right;
	margin:4px 0 0 5px;
}

div.paragraphimage p{
	position: relative;
}


/*--- footer ---*/
#footer{
	border-top: 1px solid #FFFFFF;
	background-image: url(../images/menu1.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
	background-color: #4A1D04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 10px 0;
}

#footer p{
	text-align: left;
	margin: 4px 0 4px 0px;
	padding: 4px;
	width: 48%;
	line-height: 1.2em;
}

#footer p a{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	
}


#footer p a:hover, #footer p a:focus, #footer p a:active{
	text-decoration: underline;
	text-align: left;
}

ol.validLogo{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ol.validLogo li{
	margin: 0;
	padding: 8px;
	display: inline;
	border-left: 1px dotted #FFFFFF;
	line-height: 1.5em;
}

ol.validLogo li a{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

/*- Menu 9--------------------------- */
	
#menu9 {
	width: 180px;
	margin: 0px;
	padding:0px;
	}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: underline;
	background-repeat: repeat-x;
	
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFFAFA;
	display: block;
	background:  url(../images/menu9a.gif);
	padding: 8px 2px 3px 55px;
	background-repeat: repeat-x;
	}
	
#menu9 li a:hover, a.highlight {
	color: #C82536;
	background:  url(../images/menu9a.gif) 0 -32px;
	padding: 8px 2px 3px 55px;
}

#menu9 li a.highlight{
	color: #C82536;
	background:  url(../images/menu9a.gif) 0 -32px;
	padding: 8px 2px 3px 55px;
}

ul.leftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size:1.4em;
}
/*** Tabs */
.tabset_tabs	{ margin:0; padding:0; list-style-type:none; position:relative; z-index:4; white-space:nowrap;font-weight: bold;font-size:1.2em; }
.tabset_tabs li	{ margin:0; padding:0; display:inline }
.tabset_tabs a	{ color:#339 ! important; background-color:#D0D0BF ! important; border:1px solid #99c; text-decoration:none; padding:0 0.6em; border-left-width:0; border-bottom:none }
.tabset_tabs a:hover	{ color:#00c ! important; background-color:white ! important }
.tabset_tabs a.active	{ color:black ! important; background-color:white ! important; border-color:black; border-left-width:1px; cursor:default; border-bottom:white; padding-top:1px; padding-bottom:1px }

.tabset_tabs li.firstchild a	{ border-left-width:1px }

.tabset_content	{ border:1px solid black; background-color:white; position:relative; z-index:2; padding:1.0em 1em; display:none }
.tabset_label	{ display:none }

.tabset_content_active	{ display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}
/* Table styles*/
TABLE {
	BORDER: #900 3px solid;  BACKGROUND: #fff ;  WIDTH: auto; COLOR: #000;  BORDER-COLLAPSE: collapse;

}
THEAD {
	
}
THEAD TH {
	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 120%; PADDING-BOTTOM: 0.5em; PADDING-TOP: 1em; BORDER-BOTTOM: #000 2px dotted; TEXT-ALIGN: left
}
THEAD TR {
	
	font-size:1.4em;
	
}
TD {
	font-weight: bold;font-size: 1.2em;PADDING-RIGHT: 1.2em; PADDING-LEFT: 1.2em; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 1.2em; PADDING-TOP: 1.2em
	
}
TH {
	PADDING-RIGHT: 1.5em; PADDING-LEFT: 1.5em; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0.5em; PADDING-TOP: 0.5em
}
TBODY TR {
	
}
TBODY TR.odd TD {
	BACKGROUND: #ccc;
}
TFOOT {
	
}
TFOOT TD {
	PADDING-BOTTOM: 1.5em
}
TFOOT TR {
	
}
 HTML TR.odd TD {
	BACKGROUND: none transparent scroll repeat 0% 0%; FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tr_bg.png', sizingMethod='scale')
}