﻿* { 
    margin: 0; 
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote 
{
    padding: 0;   
}

h1, h2, h3, h4, h5, h6, pre, code, blockquote
{
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    color: #00734A;
    padding-bottom: 3px;
    line-height: 1.5em;
}

h1
{   
    font-family: 'Arial Narrow';
    font-weight: normal;
    font-size: 1.8em;     
}

h2
{         
    font-size: 1.2em;
    letter-spacing: .05em;
    text-transform: uppercase;    
           
}

h3
{
   font-weight: bold;
   font-size: 1em;
   font-style: italic;  
}

h4
{
   font-size: 1.1em;
}

h5
{
    font-size: 1.05em;  
}

h6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;        
}

a
{
    text-decoration: underline;
    color: #00734A;
}

a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

em
{
 font-style: normal
}

a img 
{
    border: none;
}

ul
{
    list-style-type: square;
    list-style-position: outside;    
    line-height: 1.8em;
    margin-left: 20px;
    margin-bottom: 20px;  
}

html, body { 
    height: 100%;    
}    

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #00734A;
    font-size: .75em;
    text-align: center;
    background: #DBDCE0 url(../images/bg/wrapper_bg.gif) repeat-y center top;   
}

p
{
    padding-bottom: 10px;
    line-height: 1.5em;
}


pre
{
    color: Black;
    font-size: 1.2em;
    padding-left: 20px;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear
{
    clear: both;
}

.break
{
    width: 100%;       
}

.largeBreak
{
    padding: 45px;     
}

.alignRight
{
    text-align: right;
}

.alignLeft
{
    text-align: left;
}
.alignCenter
{
    text-align: center;
}

input, textarea, select
{
    border: Solid 1px #DBDCE0;
    border: 1px Solid #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #005595;
} 

#header
{
    background: url(../images/Horizon-Website-Banner.jpg) no-repeat;
    width: 954px;
    height: 200px;
    margin-left: -10px;
}

#wrapper 
{
    width: 934px;
    text-align: left;
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -20px;
    background-color: White;    
} 

#footer, #push { 
    height: 20px; 
    width: 934px;
    overflow: hidden;
    margin: 0 auto 0px auto;     
} 

#footer
{    
    line-height: 20px;
    padding: 0px 10px 0px 10px;    
    text-align: left;
    background-color: #00734A;    
}

#footer h6
{
    color: White;
}

#content
{
    width: 600px;
    margin: 10px 0px 5px 0px;             
}

#content img
{
    padding-bottom: 10px;
}

#leftNavigation
{
    width: 295px;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 10px -10px;
    background-color: #00734A;
    min-height: 800px;
}

#leftNavigation body, #leftNavigation h1, #leftNavigation h2, #leftNavigation h3,
#leftNavigation h4, #leftNavigation h5, #leftNavigation h6, #leftNavigation p,
#leftNavigation ol, #leftNavigation ul, #leftNavigation blockquote, #leftNavigation a
{
    color: White;
}

#leftNavigation li
{
    padding: 10px 0 10px 0;
}

#leftNavigation p
{
    padding-left: 20px;
    padding-right: 20px;
}


blockquote
{
    font-style: italic;
    line-height: 1.5em;
    padding: 20px;
}

.cite
{
    font-weight: bold;
    line-height:  normal;
    padding-top: 0px;
}







