/* CSS Document */
#limpa{clear:both;}
  #g_title p, #g_footer p, #g_description p {
	margin: 0;
	height: 80px;
  }
  /*

  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	
  	This file uses CSS filtering methods to fix various
  	layout bugs.

  	Each of the following three imported files is a 
  	separate, browser-specific CSS file that keeps all 
  	hacks out of the main style sheet.
  	
  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.
  	
  */

  /* 
    fix ie6 "peekaboo bug" using the "holly hack". 
    Note, this style only gets applied to ie6
  */
  * html .wrapper {
	height: 0.1%;
	margin: 0 0 10px 0;
  }

  /* 
   * IE5 mac - overrides the IE/Win hack 
   */

  /*\*//*/

  * html #threecolumn div {
  	height: auto;
  }

  /**/


  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 1px dashed blue;
  }
  
  #footer {
    clear: both;
  }
  
  /* Extra divs hidden by default. The custom CSS can override this though */
  #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
    display: none;
  }
  
  a img,:link img,:visited img {border: none;}


  body {
    text-align: center;
  }
  #container {
    width: 718px;
    text-align: left;
    margin: 0 auto;
  }
  /** BEGIN CUSTOM SKIN **/
    /** DESIGN SCHEME, paper **/
    dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
	text-align: left;
}
    a img,:link img,:visited img {border: none;}
    address {font-style: normal;}
    
    body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
    #header, #main-content, #sidebar, #sidebar-alternate, #footer {
	font-size: 1em;
}
    h1,h2,h3,h4,h5,h6,pre,code,p { font-weight: normal; }
    h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
}
    ul,ol { padding-left: 20px; }
    * html ul, * html ol { padding-left: 0; }
    img { margin: 1px; }
    p { /*text-indent: 1.2em;*/ }
    h1 {
	font-size: 1,2;
	font-variant: normal;
	margin: 0 0 0.25em;
	padding: 0.5em 0 0.25em;
}
    h2 { font-size: 2em; font-style: italic; letter-spacing: -0.03em; padding-bottom: 0.2em; }
    h3 { font-size: 1.5em; font-variant: small-caps; padding-bottom: 0.3em; }
    h4 { font-size: 1.25em; font-style: italic; letter-spacing: -0.03em; font-weight: bold; margin: 1em 0 0.8em; }
    h5 { font-size: 1.25em; font-weight: bold; letter-spacing: -0.03em; margin: 1em 0; }
    h6 { font-size: 1.25em; font-style: italic; letter-spacing: -0.03em; margin: 1em 0; }
    input, select, th, td {
	font-size: 0.9em;
	text-align: left;
}
    caption, th { font-weight: bold; }
    caption { padding: 0.5em; }
    th,td { padding: 0.5em; }
    table p {
	text-indent: 0;
	text-align: left;
}
    #container { width:750px; }
    #header {
	padding: 0 50px 50px;
}
    #main-content { padding: 0 70px 0 0; margin-bottom: 1em; }
    #threecolumn #main-content {
	float:right;
	width: 450px;
	padding: 0 15px 0 0;
}
    #twocolumn-right #main-content { width: 405px; padding: 0 20px 0 70px; }
    #twocolumn-left #main-content { width: 405px; padding-right: 70px; }
    #onecolumn #main-content {
	padding: 0 90px 0 150px;
}
    #sidebar, #sidebar-alternate { padding: 0 20px 0 0; margin-bottom: 1em; }
    #threecolumn #sidebar { float: right; width: 110px; padding: 0 65px 0 0; }
    #twocolumn-right #sidebar { width: 170px; padding: 0; }
    #twocolumn-left #sidebar { width: 170px; }
    #threecolumn #sidebar-alternate { width: 110px; padding: 0 0 0 85px; }
    #g_description { text-align: right; }
    #footer hr { visibility: hidden; }
    #footer { width: 405px; float: right; margin: 1em 65px 1em 0; font-style: italic; }
    #threecolumn #footer { width: 470px; text-align: center; text-indent: 0; }
    #twocolumn-right #footer { width: 405px; float:left; margin-left: 70px;}
  
    /* IE6 */
    * html #header {margin-left:2px;}
    * html #threecolumn #sidebar-alternate {margin-left: 0px;}
    * html #threecolumn #container {padding-left:45px;}
    * html #twocolumn-right #footer {margin-left: 35px;}
    * html #twocolumn-left #footer, * html #onecolumn #footer {margin-right: 35px;}
    
    #onecolumn #footer {
	width: 595px;
	text-align: center;
	text-indent: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
  
    body { background: #EEE8DD url("/images/tile.jpg"); top center repeat-y; }
    body#threecolumn { background: #EEE8DD url("/images/tile-threecolumn.jpg") top center repeat-y; }
    body#twocolumn-right { background: #EEE8DD url("/images/tile-twocolumn-right.jpg"); top center repeat-y; }
    body#onecolumn { background: #EEE8DD url("/images/tile-onecolumn.jpg") top center repeat-y; }
    #header, #main-content, #sidebar, #sidebar-alternate, #footer {
	color: #000;
}
    p,li,dl,td {
	color: #333;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.98em;
	font-style: normal;
	font-weight: normal;
}
    a:link { color: #0080BB; }
    a:visited { color: #639; }
    a:link:hover, a:visited:hover { color: #003F5C; }
    ul { list-style: url("/images/bullet.gif"); }
    img { border: 1px solid #DACFBC; background: #EEE8DD; }
    h1 {
	color: #600;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
    h2,h3 { background: url("/images/underline.gif") bottom left no-repeat; }
    #onecolumn h2, #onecolumn h3 { background: url("/images/underline-onecolumn.gif") bottom center no-repeat; }
    caption { background: #DACFBC; }
    th {
	border-bottom: 1px solid #EEE8DD;
	font-weight: bold;
}
    table {
	text-align: left;
}
    #header { background: url("/images/header.jpg") bottom center no-repeat; }
    #threecolumn #header { background: url("/images/header-threecolumn.jpg") bottom center no-repeat; }
    #twocolumn-right #header { background: url("/images/header-twocolumn-right.jpg") bottom center no-repeat; }
    #onecolumn #header { background: url("/images/header-onecolumn.jpg") bottom center no-repeat; }
    #footer { background: url("/images/underline.gif") top center no-repeat; }

  /** END CUSTOM SKIN **/

