﻿body 
{
    font-family:Verdana;
    /* background-image: url( ../media/bg/bg_body.jpg);  */
    background-color: #b2b2b2;    
}
a
{
	color:#3333cc;
}
img
{
    border:0px;    
}
input
{
    width: 200px;
    border: 1px solid black;
}
input.error
{
    border: 1px solid red;    
}
/* --------------------------------------------- */
.logo
{
    position: absolute;    
    top: 0px;
    left: 0px;      
}

.logo h1
{
    position: absolute;
    top: 5px;
    left: 5px;       
    float:left;
    font-size: 21px;
    width: 92px;
    z-index:1000;
}
/* ie hack */
* + html>body .logo h1
{
    top: 17px;
}

.logo img
{
    position: absolute;
    left:100px;
    top: 10px;    
    float:left;
    margin-left: 8px;
}
/* --------------------------------------------- */
.header div
{
    /* background-image: url( ../media/bg/bg_header_fade.jpg); */
    position: absolute;
    top: 10px;
    left: 330px;  
    width: 696px;
    height: 192px;   
}
.header h1
{
    clear:both;
    width: 300px;
    font-size: 35px;
    color: White;
    padding-left: 10px;
    padding-top: 5px;
    margin-top:5px;
    margin-bottom:15px;
}
.header h2
{
    width: 300px;
    font-size: 20px;
    color: White;
    padding-left: 10px;          
}
.header h3
{
    position:absolute;
    left: 0px;
    bottom:15px;
    
    width: 300px;
    font-size: 10px;
    color: White;
    
    padding-left: 10px;
    /*padding-top: 20px;
    padding-bottom: 10px;

    margin:0px;
    */
    font-style:italic; 
    vertical-align: bottom;
}
/* ie hack */
* + html>body .header h3
{
    bottom: 25px;
}
.header h4
{
    position:absolute;
    left: 0px;
    bottom: -5px;
    
    width: 290px;
    font-size: 10px;
    color: White;
    /*

    padding-left: 10px;
    padding-top:0px;
    margin-top:0px;
    margin:0px; 

*/
        text-align: right;
}

/* ie hack */
* + html>body .header h4
{
    bottom: 10px;
}

.header img, .header div
{
    float:left;
}
/* --------------------------------------------- */
.navigation
{
    position: absolute;
    top: 210px;
    left: 10px; 
    width: 261px;
}
.navigation h1
{
    font-size: 12px;
    margin-bottom: 0px;
    color: White;
    padding-left: 120px;
    padding-top: 5px;
}
.navigation h2
{
    font-size: 10px;
    margin-top: 0px;
    color: White;
    padding-left: 120px;
    padding-top: 5px;    
}
.navigation ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navigation li
{
    clear:both;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    height: 72px;

	filter: alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	
	cursor: pointer;
	    
}
.navigation li.active
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.navigation a
{
    color: White;   
    text-decoration: none; 
}
/* --------------------------------------------- */
.content
{
    position: absolute;
    top: 240px;
    left: 320px;
    width:696px; 
    padding:0 0 0 10px;
    margin:0px;       
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content p
{
    padding:0 0 5px 0px;
    margin:0px;
}
.content p, .content table tr td
{
    font-size: 12px;   
}
.content table tr td
{
    font-weight:bold;
}
.content table tr td a
{
    color: Black;
}
.content li
{
    font-size: 12px;      
}
.content h1
{
    font-size: 20px;       
}
.content h2
{
    font-size: 16px;       
}

/* --------------------------------------------- */
