/* start layout */
body{
background-color: #312e2e;
font-family: Arial, Verdana, Helvetica, sans-serif;}

#wrapper {
width: 812px;
overflow: hidden;
background-color: #ffffff;
margin: 50px auto 0px auto;}

#header {
/*border: red 1px dashed;*/
width: 812px;
height: 49px;
padding: 0px;}

#left {
/*border: red 1px dashed;*/
width: 113px;
padding: 0px;
background-color: #e95c27;
border-left: 1px solid #fff;
padding-bottom: 1010px;  /* X + padding-bottom */
margin-bottom: -1000px;  /* X */
float: left;
font-size: 10px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;}

#content {
/*border: red 1px dashed;*/
width: 380px;
min-height: 350px;
margin: -10px 0px 0px 113px;
padding: 0px 50px 10px 50px;
font-size: 11px;
vertical-align: top;
background-color: #ffffff; }

#filler {
/*border: red 1px dashed;*/
width: 380px;
height: 58px;
margin: 0px 0px 0px 113px;
background-color: #ffffff; }

#logo {
/*border: red 1px dashed;*/
width: 193px;
vertical-align: top; 
float: right;}

#icons{
/*border: red 1px dashed;*/
margin: 0px 0px 0px 164px;

}

#footer {
vertical-align: top;
margin: 0px;
padding: 0px;
width: 812px;
height: 26px;}

/* end layout */

.h2 {
font-size: 18px;}


/* start menu */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:113px;
position:relative;
border-top:1px solid #fff;
border-right:1px solid #fff;
border-width:1px;
background:#e95c27;
}

.menu li {
background:transparent;
height:18px;
}

* html .menu li {margin-left:-16px; margin-lef\t:0;}
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:17px;
line-height:18px;
width:113px;
color:#fff;
text-indent:5px;
border-bottom:1px solid #fff; 
background:transparent;
}

.menu li.menuactive a {
background:#c0c1c1;
color: #000;
}

.separator li {
border-bottom:1px solid #fff; 
}

* html .menu a:hover {color:#fff; background:#c0c1c1;}

.menu :hover > a {
color:#000; 
background:#c0c1c1;
}

.menu ul.sub1 ul{
padding:0;
margin:0;
list-style-type:none;
width:150px;
position:relative;
border:1px solid #fff;
border-width:1px;
background:#e95c27;
}

/* style the links on level1*/
.menu ul.sub1 a, .menu ul.sub1 a:visited {
display:block; 
text-decoration:none;
height:17px;
line-height:18px;
width:150px;
color:#000;
text-indent:5px;
border-bottom:1px solid #fff; 
background:transparent;
}
.menu ul.sub1 :hover > a {
color:#000; 
background:#c0c1c1;
}

.menu ul ul {
width: 150px; 
visibility:hidden;
position:absolute;
top:-1px;
left:50px;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
/* width: 150px; */
visibility:visible;
background:#a2a3a3;
}

.menu ul.sub1 {top:65px;}

/* end menu */
/* start forms */
.texta {
 font-size: 11px;
 background-color: #cccccc;
 border: 1px solid #666666;
}





