/* CSS Document */

#container{
	background:#fff no-repeat 99% 10px;
	text-align:left;
	margin:0 auto;
	width:100%;
	padding:1em;
	border:1px solid #ccc;
	 position:relative; 
	 height:158px; 
 	 background-color:#EEEEEE; 
}
h1{font-size : 14px; font-family : Verdana, Arial, Helvetica, sans-serif; color : #555; margin: 10px 10px 10px 10px;} 
h2{font-size : 16px; font-family : Verdana, Arial, Helvetica, sans-serif; color : #555; margin: 10px 10px 10px 10px;} 
p{font-size : 10px; font-family : Verdana, Arial, Helvetica, sans-serif; color : black; margin: 10px 10px 10px 10px;}
a:link, a:visited {color: #2C4D9D;	text-decoration : underline;}
a:hover {color: red; text-decoration : underline;}


td{
font-size : 10px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : black;
border: 0px solid #ccc;
padding-left: 10px;
}
tr{ background-color:#eeeeee;}
.dark-row{background-color:#bbb;font-weight: bold;}
.dark-cell{background-color:#ccc;font-weight: bold;}
.w{background-color:#ddd}
#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #515151;
  float: left;
  width: 100%;
}

#nav li {
  float: left;
  position: relative;
  background: #515151;
  back\ground: none;
/* padding: 5px 0px;*/
}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 120px;
  background: url(/images/dot.png) repeat-y right;
  font-weight: bold;
}
#nav a:hover { color: #000; background: #ccc; }
#nav li:hover, #nav li.jshover { background: #333; }

#nav li ul {
  display: none;
  position: absolute;
  background: url(/images/fone-tr.png); 
  padding: 0px 3px;
  width: 148px;
}
#nav li li a { width: 148px;  background: none; }
#nav li:hover ul, #nav li.jshover ul { display: block; padding: 5px 0px}

/*#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 118px;
  lef\t: 133px;
}*/
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {display: block;  padding: 0px 0px;
} 
/**/
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-size : 10px; 
 font-family : Verdana, Arial, Helvetica, sans-serif; 	
 color : black; 
 heigth: 100%;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:158px; 
 background-color:#EEEEEE; 
 width:100%;
} 
 
#leftcol{
	width:20px;
	height: 100%;
	float:left;
	position:relative;
	background-color:#DDDDDD;
}
 
 #leftcol2{
 width:260px; 
 float:left; 
 position:relative; 
 back\ground-color:#EEE;
 background-image: url(/images/main-gray.gif); background-repeat: repeat-y; background-position:right;
 font-size : 11px; 
 font-family : Verdana, Arial, Helvetica, sans-serif; 	
 color : black; 
}
 
#twocols{
 width:720px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:150px; 
 heigth: 100%;
 float:right; 
 position:relative; 
 background-color:#DDDDDD;
 text-align:center; 
 padding: 5px 0px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:570px; 
 }
 
#footer{
 height:20px; 
 background-color:#AAAAAA; 
 clear:both;
 font-size : 9px; 
 font-family : Verdana, Arial, Helvetica, sans-serif; 	
 text-align:center; 
 color : black; 
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

