div {
    border:solid 0px #000000;
    }
    
span {
    border:solid 0px #0000ff;
    }
        
 
  /*
  	-- -- -- -- -- -- --
  	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%;
}

  /* 
   * 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%; } /*";}
  }/* */
 
  
  
a img,:link img,:visited img {border: none;}


/* ----------------------------------------------- */
  
/*main container
 ----------------------------------------------- */
#container
{
    width: 718px;
    text-align: left;
    margin: 0 auto;
    left: 0px;
    position: relative;
    top: 0px;
       
   }
  
  /* Set up the columns
  ----------------------------------------------- */
#left_container
{
    overflow:hidden;
    width: 190px;
    text-align: left;
    position: relative;
     
}
   
#right_container
{
    float: right;
    width: 480px;
    position: static;
    overflow: visible;
    padding-right: 30px;
    padding-left: 10px;
 
}
 

#sidebar
{
    overflow:hidden;
    left: 30px;
    position: relative;
    width:160px;
    }
  
#main-content
{
    overflow: hidden;
    position: static;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
}

#header
{
    padding-right: 5px;
    padding-left: 5px;
    position: static;
    border-bottom: #f5ab3e 5px solid;
    padding-bottom: 5px;
    padding-top: 5px;
}

 #menu
{
    position:static;
    cursor: hand;
    line-height: 150%;
    height: 250px;
    width:160px;
    color: #6b5d40;
    z-index:1;
        
}
  
#bottom_container
{
    clear: both;
    position: static;
    top: 0px;
       
}
 
 #logo
{
    color: #f5ab3e;
    font-size: 11px;
    position: relative;
          
}
    
  /** BEGIN CUSTOM SKIN **/



.g_title
{
    font-size: 20px;
    color: #000099;
    font-weight: bold;
    letter-spacing: 3px;
    
    
}

 .g_subtitle
{
    font-size: 13px;
    color: #f5ab3e;
    font-weight: bold;
    letter-spacing: 3px;
    
}

.g_content_title
{
    font-size: 13px;
    color: #f5ab3e;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.g_content_subtitle
{
    font-size: 12px;
    color: #f5ab3e;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
  
   
.g_footer
{
    color: #f5ab3e;
    border-top: #f5ab3e 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
   
} 

div.links
{
  color: #f5ab3e;
  
}
 
  body
{
	
	background-image:url("../img/container-fill.jpg");
    background-repeat: repeat-y;
	background-color:#FFF7D3;
	background-position:center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	margin: 0em;
	padding: 0em;
 

	 	 
}
  body div#container {
    padding: 0em;
    padding-top: 2em;
   
  }
  div#container div.wrapper {
    padding: 0em;
    margin: 0em;
    
  }
  
  
  div#header div.wrapper {
    padding: 0em;
    margin: 0em;
  }
  div#main-content {
    line-height: 160%;
    color: #000099;
  }
  div#sidebar
{
    line-height: 100%;
    color: #6b5d40;
    padding: 0em;
    margin: 0em;
    padding-top: 1.5em;
    
}
  div#bottom_container
{
    padding: 1em 10px;
    color: #000099;
    font-style: normal;
}
  div#bottom_container div.wrapper {
    padding-left: 2.41em; /* 2em adjusted for font size */
  }
  div#bottom_container hr { /* I don't like this, but I have no idea why that <hr> is there */
    display: none;
  }
 

  /* ------------------------ */	
  /* general styles: headings */
  /* ------------------------ */	

  h1, h2, h3, h4, h5, h6,{
    font-family: Tahoma, Verdana, Arial;
  }
  h1 {
    font-size: 180%;
    font-weight: normal;
    color: #ffcc66;
    padding-bottom: 0.2em;
    margin-top: 2em;
    background: transparent left bottom no-repeat;
    margin-left: 1.11em; /* 2em adjusted for font size */
  }
  h2 {
    font-size: 160%;
    font-weight: normal;
    color: #ffcc66;
    margin-top: 2em;
    padding-bottom: 30px;
    background: transparent left bottom no-repeat;
    margin-left: 1.25em; /* 2em adjusted for font size */
  }
  h3 {
    font-size: 140%;
    font-weight: normal;
    padding-top: 1em;
    color: #ffcc66;
    margin-left: 1.43em; /* 2em adjusted for font size */
  }
  h4 {
    font-size: 120%;
    font-weight: normal;
    padding-top: 1em;
    color: #ffcc66;
    margin-left: 1.67em; /* 2em adjusted for font size */
  }
  h5 {
    font-size: 100%;
    font-weight: bold;
    padding-top: 1em;
    color: #ffcc66;
    margin-left: 2em; /* 2em adjusted for font size */
  }
  h6 {
    font-size: 100%;
    font-weight: bold;
    padding-top: 1em;
    margin-left: 2em; /* 2em adjusted for font size */
  }
  hr {
    height: 3em;
    border: 0em;
    visibility: hidden;
  }
  p {
    padding: 0em;
    margin: 0em;
    text-indent: 2em;
    margin-bottom: 1em;
  }
  blockquote,blockquote p {
    text-indent: 0em;
    font-style: italic;
  }
  blockquote i {
    font-style: normal; /* reversing italic */
  }

  /* general styles: links */
  
a { 
    color: #f5ab3e;
    text-decoration: none;
    border-bottom: 1px dotted #ffcc66; /* this underline is further away from the text = more legibility */
   }
a:visited {
    color: #f5ab3e;
    text-decoration: none;
    border-bottom: 1px dotted #ffcc66; /* this underline is further away from the text = more legibility */
  }
a:link
{
    color: #f5ab3e;
}

a:hover
{
    color: #3333ff;
    text-decoration: underline;
}



  /* general styles: lists */

  ul, ol
{
	margin-left: 2em;
	padding: 0em;
	list-style-position: outside;
	list-style-type: square;
}
  dt {
    margin-left: 2em;
  }
  blockquote {
    margin-left: 2em;
  }

  /* general styles: tables */

  table {
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1.4em;
    margin-right: -0.6em;
  }

  table td,table th {
    padding: 0.3em 0.6em;
    vertical-align: top;
    text-align: left;
  }
  table th {
    color: #E55600;
    border-bottom: 1px solid #ffcc66;
    font-weight: normal;
  }
  table caption {
    text-align: left;
    font-weight: bold;
    color: #000099;
    margin-left: 2em;
    padding: 0em;
    _padding: 0em 0.6em; /* hack for IE6: it understands padding differently here */
  }
  table p {
    text-indent: 0em;
  }
  /* specific styles */

  h1#page-title
{
	font-size: 20px;
	font-weight: bold;
	color: #f5ab3e;
	letter-spacing: -1px;
	display: block;
	border: 0em;
	padding: 0em;
	margin: 0em;
	padding-left: 0.76em; /* 2em adjusted for font size */
	line-height: 100%;
	background: transparent;
}


.partners_logo {width:144px;
		text-align:center;
		float:middle;}
  
  /** END **/