﻿body 
{
	margin:0px;
	padding:0px;
	background-image:url('Images/Background.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    background-color:#eef8fd; 
    font-family:Tahoma, Verdana, Arial;
    font-size:13px;
}

h1 
{
	color:#fe0000;
	font-size:22px;
}

h2 
{
     font-size:18px;	
}

h3 
{
      font-size:14px;
      color:#0074BA;	
}

a 
{
      color:#fe0000;	
}

li 
{
	list-style-image: url('Images/bullet_triangle_red.gif');
}

#wrapper 
{
    width:1000px;
    margin:auto;	
}

#header 
{
    height:220px;
    width:1000px;
    background: url('Images/header.jpg') no-repeat top;	
}

#navigation 
{
	height:56px;
    background: url('Images/navigation.jpg') top no-repeat;
    text-transform:uppercase; 
    font-weight:bold;
}

#navigation ul 
{
    padding:0px;
    margin:0px;
    display:block;
    width:100%;
    line-height:56px;
    text-align:center;
}

#navigation ul li 
{
    list-style:none;
    display:inline;
    line-height:34px;	
}

#navigation ul li a 
{
     color:#CCCCCC; 
     text-decoration:none;
     padding-left:30px;
     margin-left:20px;
     background: url('Images/bullet_white.gif') no-repeat left;	
}

#navigation ul li a:hover 
{
   color:Red;	
}

#navigation ul li:first-child a 
{
    padding-left:0px;
    margin-left:0px;
    background:none;	
}

#content 
{
     background:#ffffff;
     min-height:500px;
     padding:0px 20px 20px 20px;	
}

.disclaimer 
{
    font-size:11px;
    color:#999999;	
}

#sideCol 
{
    float:right;
    width:252px;
    margin-left:20px;	
}

#internal_pages #content 
{
     width:645px;	
}

#internal_pages #sideCol .colItem
{
     margin-top:10px;	
}

#internal_pages #sideCol .colItem:first-child 
{
     margin-top:0px;	
}

#internal_pages #sideCol .colItem .desc
{
     position:absolute;
     margin-top:127px;
     margin-left:15px;
     width:225px;
     height:110px; 
     overflow:auto;
     font-size:11px;
     color:White;	
}

#internal_pages #sideCol .colItem .desc p, #sideCol .colItem .desc ul 
{
    padding-top:2px;
    margin-top:2px;	
}

#internal_pages #sideCol .colItem a 
{
    color:#FFFFFF;	
}







#footer 
{
    
    background: url('Images/footer.jpg') top no-repeat;
    color:#17469e;
    font-size:12px;
    text-align:center;
    padding-top:60px;
    margin-bottom:20px;
}

#footer a 
{
	color:#17469e;
	text-decoration:none;
}

#footer ul li 
{
    list-style:none;
    display:inline; 
    border-left: 1px solid #17469E;
}

#footer ul li:first-child 
{
    border-left: none;	
}

#footer ul 
{
     display:block;
     padding:0px;
     margin:0px;
     margin-bottom:5px;	
}

#footer ul li a 
{
	padding:0px 10px;
}

#footer #copyright 
{
    background:#A9E2F6;	
    padding-bottom:10px;
}

.clear_floats 
{
	clear:both;
}
