html { height:100%; }
body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 95.1%;
    line-height: 100.1%;
	color: black;
	background-color: white;
}

table { border-collapse: collapse; width: 100%; }
td { margin: 0em; padding: 0em; vertical-align: top; }
#g {
    min-width: 1050px; 
   _width:expression(document.body.clientWidth < 1051? "1050px": "auto" );
}
    
#main-menu-out {
    position: fixed;
    top: 50px;
    width: 250px;
}
#main-menu-in { width: 100%; text-align: center; }

#main-menu-in ul { list-style: none; margin: 25px 0 400px 0; }
#main-menu-in ul a { color: black; text-decoration: none; font-size: 1.05em; font-weight: bold; padding: 1px;  }

#main-menu-in ul a:hover,
#main-menu-in ul li.active a { background-color: #E30C04; color: white; padding: 1px; }
#main-menu-in ul li { padding: 8px 0; }

td#menu { vertical-align:top; width:250px; }
td#page { vertical-align:top;  padding: 50px 50px 50px 15px; }

#content-wrapper { position: relative; float: left; width: 570px; padding: 25px 25px 35px 25px;  font-size: 0.75em; background-color: #FEF9CE; }
#content-wrapper a { color: #E30C04; }
#content-wrapper a img { border: none; }

#portfolio-item { position: relative; width: 100%; }
#portfolio-item table { width: 700px; background-color: #e8e8e8; margin: 4px 0 30px 0; font-size: 0.8em; }
#portfolio-item table td { padding: 3px 5px 3px 3px; }
#portfolio-item table td a { color: black; }
#portfolio-item table td.title { padding-left: 10px; font-weight: bold; }

#bottom_menu { width: 700px; }
#bottom_menu td.left { text-align: left }
#bottom_menu td.right { text-align: right }

#bottom_menu td.right a,
#bottom_menu td.left a { padding: 3px; color: black; text-decoration: none; font-size: 0.8em; }

#bottom_menu td.right a:hover,
#bottom_menu td.left a:hover,
#bottom_menu td.left a.active { padding: 1px 3px; color: white; background-color: #E30C04; }

.logo { margin-right: -15px; }
.pdf { margin: 0 0 5px 0; }
.copy { font-size: 0.75em; font-family: arial; padding-right: 1px; }