﻿
body 
{
    font-family: Arial, Sans-Serif;
    font-size:16px;
    color:#404040;
    background-color:#6e8196;
}

*
{
    margin:0px;
    padding:0px;
}

img 
{
    border:0px;
}

h1
{
    font-size:26px;
}

h2
{
    font-size:21px;
}

h1.title
{
    border-bottom:2px solid #6e8196;
    margin-bottom:20px;
}

a
{
    color:#404040;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

a.link
{
    font-weight:bold;
}

ul
{
    list-style:none;
}

ul.inline li
{
   display:inline;
   float:left; 
   margin-right:20px;
}

ul.inline li.last
{
   margin-right:0px;
}

ul.tab li
{
    padding:10px;
    background-color:#DEE4E6;
    border-top:1px solid #6e8196;
    border-right:1px solid #6e8196;
    border-left:1px solid #6e8196;
}

ul.tab li.up
{
    background-color:#f8f8f1;
    height:20px;
}

ul.tab
{
    height:40px;
    border-bottom:1px solid #6e8196;
    margin-bottom:20px;
    padding-left:20px;
}

div.inner
{
    width:960px;
    margin:auto;
    padding:20px 0px;
}

div.clear
{
    clear:both;
}

img.icon
{
    float:left;
    vertical-align:middle;
    margin-right:5px;
}

img.photo
{
    padding:2px;
    border:1px solid #ccc;
}

div.box
{
    padding:10px;
    background-color:#ddd;
    border:1px solid #ccc;
}

p.section 
{
    text-align:justify;
}

p.section img
{
    float:left;
    margin-right:10px;    
}

.small
{
    font-style:italic;
    font-size:12px;  
}

div#top_bar, div#footer
{
    color:#f8f8f1;
}

div#top_bar a, div#footer a
{
    color:#f8f8f1;
}

div#top_bar
{
    background-color:#6e8196;
    height:56px;
}

ul#ctl00_user_nav
{
    font-size:14px;
    float:right;
}

div#header
{
    background-color:#bcc8cc;
    border-bottom:5px solid #6e8196;
    height:117px;
    line-height:77px;
}

img#logo
{
    float:left;
}

ul#navigation
{
    font-size:20px;
    float:right;
}

div#content
{
    background-color:#f8f8f1;
    /*min-height:560px;*/
}

div#footer
{
    background-color:#6e8196;
    border-top:5px solid #bcc8cc;
    font-size:12px;
    height:55px;
}

p#message
{
    margin-bottom:20px;
}

ul#credits
{
    float:right
}

div#add_this
{
    float:left
}



/* Forms */

form ul li
{
    margin-bottom:20px;
    position:relative;
}

form ul li label, form ul li div.label
{
    display:block;
    float:left;
    width:200px;
}

form ul li span
{
    position:absolute;
    left:710px;
    top:5px;
}

textarea
{
    font-family: Arial, Sans-Serif;
}

select, option
{
    font-size:18px;
}

.text
{
    font-size:18px;
    border:2px solid #bcc8cc;
    width:500px;
}

input.date_time
{
    width:250px;
}

div#summary, p.alert
{
    background-color:#ffcccc;
    border:2px solid #ff0000;
    padding:10px;
}

div#summary ul
{
    margin-top:20px;    
}

div#summary ul li
{
    padding-left:20px;
    background-image:url(../images/icons/bullet_red.png);
    background-repeat:no-repeat;    
}