/* 
Chip Medema - The Main Lobby
*/

/* HTML Styles */
body{ margin: 0px; padding: 0px; font-family: Arial, Verdana, Helvetica, sans-serif; background: #fff; }
h1{ display: block; font-size: 14px; color: #2c2e2b; margin: 0px 0px 5px 0px; padding: 0px; }
h2{ display: block; font-weight: bold; font-size: 14px; color: #2c2e2b; margin: 0px 0px 5px; }
strong{ font-weight: bold; color: #1f1f13; } 

/* Main Container */
div#tml_container{ width: 900px; margin: 0px auto 30px; padding: 0px; background: #fff; }

/* Site Header */
div#tml_siteHeader{ width: 820px; height: 46px; margin: 0px auto; padding: 20px 0px; background: #fff; }
div#logo{ display: block; float: left; width: 255px; height: 46px; }
a.topLinks{ display: none; }

/* Section Headers */
div#index_header{ display: none; }
div#inside_header{display: none; }

/* Body Content */
div#tml_contentContainer{ width: 820px; margin: 0px auto; padding: 20px 0px 35px; background: #fff; /*border-bottom: 1px dotted #c1c1c1;*/ }
div#leftSide{ display: none;  }
div#rightSide{ width: 100%; }
div#tml_content{ font-size: 12px; line-height: 17px; text-align: justify; color: #818181; padding: 0px 0px 0px 0px;  }

/* Footer */
div#tml_footer{ width: 820px; margin: 0px auto; border-top: 3px solid #443519; }
div#tml_footer_content{ width: 820px; margin: 0px auto; font-size: 10px; color: #8f8f89; padding: 10px 0px 60px; }
div#tml_copyright{ display: block; text-align: left; }
div#tml_footer_links{ display: none; }
div#tml_copyright > a{ color: #8f8f89; text-decoration: none; }

/* Misc Classes */
.clearLeft{ clear: left; }
.clearBoth{ clear: both; }