/*
     -- -- -- -- -- -- --
    Base CSS
    -- -- -- -- -- -- --
    This file simply removes default styling on most HTML elements in 
    order to reduce the need to later override them.
*/

  h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
  dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
  a img,:link img,:visited img {border: none;}
  address {font-style: normal;}

body
{
    color: #565555;
    background: #135355 url(./images/body-bg.gif) repeat-x left top;
	text-align:center;
    font: 80% "Georgia", serif;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
}

p 
{
    line-height: 1.6;
    margin: 1em 0;
}


h1, h2, h3, h4, h5, h6, p.description 
{
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
  
  caption {
    font-size: 1.2em;
    font-style: italic;
    text-align: left;
    padding: 1px 4px 4px 4px;
    margin-bottom: 4px;
    border-bottom: solid 1px #ccc;
    border-bottom-color: #ccc;
  }

#container 
{
	width: 90%;
	margin: 1em auto;
	text-align:left;
	background: #fff  url(./images/left-container.gif) repeat-y left top;
    margin-top: 30px;

}

#container .wrapper 
{
    background: url(./images/right-container.gif) repeat-y right top;
}

/*
#content  {
	background:  url(./images/bkgr.gif) 30% 0% repeat-y;
	max-width: 1024px;  
}
*/

#sidebar 
{
	float: left;
	width: 200px;
	margin:0; padding:0;
}

#sidebar .wrapper 
{
    padding-left: 15px;
    padding-right: 5px;
}

#sidebar-content 
{
    padding-top: 1em;
/*	margin:0; padding: 0.5em 1em;
	font-size: 70%; */
}


/*
#sidebar .wrapper h3 
{
    padding: 0 0 11px 0;
}

#sidebar li {
    margin-bottom: 0.8em;
  }
#sidebar .wrapper ul li {
    list-style: circle;
  }
  
#sidebar .wrapper ol li {
    list-style: upper-roman;
  }

#sidebar .links 
{
    margin-bottom: 2em;
}

*/

#main 
{
	margin:0 0 0 220px; padding:0;
}

#main-content 
{
	margin:0; padding: 1em 1em;
	font-size: 100%;
}

#main-content .wrapper 
{
    margin: 0 25px;
}


hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}

/* header  ----------------------------------------------- */
#container #header .wrapper 
{
    background: url(./images/header-right.gif) no-repeat right top;
}
  
#container #header .leftwrapper  
{
    background: url(./images/header-left.gif) no-repeat left top;
}

#container #header 
{
    background: #779153 url(./images/header-bg.gif) repeat-x;
} 


#g_description 
{
    color: #364620;
    font-style: italic;
    text-align: center;
    padding-bottom: 15px;
    margin: 0;
    line-height: 1;
}


#g_title 
{
    padding-left: 15px;
    margin: 0;
}

#footer    
{
    margin: 0;
    font-style: italic;
    font-size: 0.9em;
}

#footer hr 
{
    display: none;
}

#liquid-2  #container .wrapper #footer .wrapper  
{
   background: url(./images/right-footer.gif) no-repeat right bottom;
   margin: 0;
   font-style: italic;
   font-size: 0.9em;
}

#liquid-2 #container .wrapper #footer 
{
    background: url(./images/left-footer.gif) no-repeat left bottom;
}

#g_footer
{
  padding-left: 20px;
} 

h1 
{
    color: #C2E395;
    font-weight: bold;
    padding-top: 25px;
    font-size: 2.4em;
    letter-spacing: 0.1em;
    text-align: center;
}
  
 
h2 
{
    font-size: 2em;
    font-size: 1.4em;
    font-weight: normal;
    color: #135355;
    margin: 1em 0;
    padding-bottom: 3px;
    background: url(./images/h2.gif) repeat-x left bottom;
}

h3 
{
    color: #779153;
    font-size: 1.2em;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 8px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    background: url(./images/h3.gif) repeat-x left bottom;
}

h4 
{
    color: #135355;
    background: url(./images/h4.gif) no-repeat 0 5px;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    padding-left: 12px;
    margin: 1.5em 0 1em 0;
}

h5 
{
    font-size: 1.2em;
    color: #666060;
    background: url(./images/h5.gif) repeat-x left bottom;
}

h6 
{
    font-size: 1em;
    font-weight: bold;
}

hr 
{
    color: #C7C7C7;
    background: #C7C7C7;
    border-color: #C7C7C7;
}

a:link 
{
    color: #135355;
    text-decoration: underline;
}
a:visited 
{
    color: #89A9AA;
    text-decoration: underline;
}

a:hover 
{
    color: #1C878A;
}

ul, ol, dl 
{
    margin-bottom: 1.6em;
    padding-left: 2em;
    margin-left: 0;
}

ul li 
{
    list-style: circle;
    margin-bottom: 0.8em;
}

ol li 
{
    list-style: upper-roman;
    margin-left: 2em;
    margin-bottom: 0.8em;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] {
background:transparent url(./images/zip.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}


a[href$='.pdf'] {
background:transparent url(./images/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(./images/word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;

