﻿/* DEFAULTS */
*
{
	margin: 0px;
    padding: 0px;
}
        
img
{
   	border: 0px;
}
        
body   
{
    background-image: url(./../Pics/body_bg.jpg);
}

a:link, a:visited, a:active
{
    color: #0000ff;
    text-decoration: none;
}

a:hover
{
    color: #0000ff;
    text-decoration: underline;
}

p
{
    margin-bottom: 20px;
    line-height:18px;
}

/* HEADINGS */   
h1, h2, h3, h4, h5, h6
{
    color: #3782b2;
    font-weight:normal;
    padding-bottom: 5px;
}

h1
{
    font-size: 34px;
    letter-spacing:-1px;
    padding-bottom: 15px;
}

h2
{
    font-size: 25px;
}

h3
{
    font-size: 20px;
}

h4
{
    font-size: 18px;
}

h5
{
    font-size: 16px;
    padding-bottom: 10px;
}
       
h6
{
    font-size: 14px;
}

/* PRIMARY LAYOUT ELEMENTS */
#page
{
    width: 950px;
    margin: 0px auto;
}

#header
{
    width: 100%;
    height: 146px;
    background-image: url(./../Pics/Head_bg.jpg);
    color: #fff;
}

#header h1
{
    font-weight: bold;
    padding: 30px 40px 15px 30px;
    color: #fff;
    font-size: 48px;
}

#wrapper
{
    min-height: 450px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    background-color: #eeeeee;
    font-size: 12px;
}

#content
{
	padding: 15px 20px 10px 20px;
    background-color: #fff;
    min-height: 450px;
}

#footer
{
    color: #fff;
    background-color: #465c71;
    padding: 4px 0px 4px 0px;
    text-align: center;
}

/* TOP-NAV */      
#nav-top 
{
    float:right;
}
        
#nav-top li
{
    list-style: none;
    display: inline;
}
        
.nav-top_img
{
    padding: 10px 20px 0px 20px; 	
}
        
/* MENU */
.menu
{
    position: relative;
    left: 13px;
	font-weight:bold;
}

.menu ul
{
    list-style: none;
    background-image: url('./../Pics/menu_back.png');
}

.menu ul li a, .menu ul li a:visited, .menu ul li a:active
{
    border: 1px #4e667d solid;
    color: #fff;
    display: block;
    line-height: 1.7em;
    text-decoration: none;
    white-space: nowrap;
    width: 130px;
    height:32px;
    text-align:center;
    padding-top:3px;
}

.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
}
        
/* list */
.list 
{
  	padding-left: 40px;
   	padding-bottom: 10px;
}
        
.list li 
{
  	padding-bottom: 5px;
   	list-style-image: url('./../Pics/button.gif');
}
