* {padding:0; margin:0;}

html
{
    height: 100%;
    min-height: 100%;   
}

body 
{
    height: 100%;
    min-height: 100%; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
    line-height: 160%;
    color: #ccc;
    min-width: 960px;
    background: #000 url(../images/bk_page.jpg) top left repeat-x;       
}

#container
{
    margin: 0 auto;
    width: 960px; 
    /* border-left: 3px solid #666;                        */
    /* border-right: 3px solid #666;                       */
}

#left
{
    width: 440px;
    padding: 20px 0;
    margin-left: 20px;
    float: left;
    display: inline;
}

#right  
{
    width: 440px;
    padding: 40px 0 20px 0;
    margin-right: 20px;
    float: right;
}


#footer
{
    font-size: 0.8em;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    background: #000 url(../images/bk_footer.jpg) top left repeat-x;
    border-top: 3px solid #A5BF4B;       
}

#footer a
{
    color: #ccc;
}

#footer a:hover
{
    color: #fff;
}

span.linkDivider
{
    color: #B2B2B2;    
}

span.blue, #footer a.blue
{
    color: #8FCEE2;
    text-decoration: none;
}

#footer a.blue:hover
{
    color: #638E9C;
}

/* Type and styling */

a
{
    color: #8FCEE2;
    outline: none;     
}

a:hover, a:visited
{
    color: #638E9C; 
}

.LW a
{
    color: #A4BE4B;
    font-weight: bold;
    text-decoration: none;
}

a:focus 
{
    outline: none;
}

.LW 
{
    font-size: 0.9em;
    width: 220px;
    display: inline;
    float: left;     
}
p
{
    margin: 0 0 .8em 0;
    padding: 0;
}

h1, h2, h3, h4
{
    color: #F2F2F2 ;
    font-size: 115%;
    font-weight: bolder;
    margin: 0 0 .6em 0;
    padding: 0;
}

h2, h3, h4
{
    color: #ccc;
    padding-top: 0.8em;
}

h3.article, h4.author
{
    color: #638E9C;
    margin: 0;
    padding: 0;
}

h4.author
{
    color: #8FCEE2;
    font-size: 0.9em;
    font-style: italic;     
}

img.right
{
    float: right;
    margin-left: 10px;
}

img.left
{
    float: left;
    margin-right: 10px;
}                                                                                          

div.section
{
    background: url(../images/bk_section.jpg) top left no-repeat;
    padding: 20px; 
}

ul
{
    list-style-position: outside;
    list-style-image: url(../images/bullet.gif);
    margin-left: 3em;
    margin-bottom: 0.8em;
    
}

/* Nav */
#navcontainer
{
    background-color: #666;
    border-bottom: 3px solid #A5BF4B;
    height: auto;
    width: 100%;
}

#navcontainer ul 
{
    float: right;
    list-style-type: none;
    list-style-image: none;
    padding-right: 20px;
    margin: 0;           
}


#navcontainer 
{ 
    list-style: none; 
    clear: both; 
    float: right; 
}

#navcontainer li
{ 
    float: left; 
    border-left: 1px solid #123;     
} 

#navcontainer li a
{ 
    padding: 3px 12px;
    border-left: 1px solid #949494;
    background: #8D8D8D url(../images/bk_nav.jpg) bottom left repeat-x;
    text-decoration: none;
    color: #ccc;  
    display: block; 
    float: left; 
}

#navcontainer a:hover
{
    background-image: none;
    background-color: #A5BF4B;
    color: #333;
}

table td
{
    vertical-align: top;
}

p.center
{
    text-align: center;
}

blockquote
{
    margin-bottom: 20px;
    border: 1px solid #666;
    border-width: 3px 0 1px 0;
    padding: 10px;
    background-color: #242424;
}

blockquote.testimonial
{
    line-height: 1.5em;
    padding: 20px;
    color: #E5E5E5;
}

div.break
{
    display: block;
    clear: both;
    height: 20px;
    width: 100%;
}

div.line
{
    height: 20px; 
    border: 3px solid #666;
    border-width: 0 0 3px 0;
    margin-bottom: 10px;;
}

