/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");
@import url("accessories.css");

.hidden { display: inline-block;}
.show, #gallery-window, #gallery-info { display: none; visibility: hidden; }
img { border: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }
body { background: #fff; }
p { font-size: 1.2em; }


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; clear: both; }
div.print { width: 750px; height: 150px; display: block; clear: both; padding-bottom: 20px; }
#left-panel { width: 250px; min-height: 600px; float: left; padding: 20px 8px 20px 0;border-right: 2px solid #d2d2d2; margin-right: 10px; }
#right-panel { width: 400px; height: auto; float: left; padding: 20px 0; }
#footer { width: 700px; border-top: 3px solid #d2d2d2; padding-top: 10px; margin-top: 20px; clear: both; }

/* -- extras -- */
div.cta, div.address { width: 250px; display: inline-block; float: left; clear: both; }
#left-panel p, #left-panel h3 { margin: 0; }
.right { width: 300px; }
#job #left-panel { display: none; }
#job #right-panel { width:700px; float: left; }

#flash, #banner { display:none;}

ul.listing li a, ul.listing li li {  width:400px;}