﻿/* Basic page setup */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}

#page
{
    width: 800px;}

/* Header Content 
==================*/    
#header{width: 100%; height: 130px} 
#siteID a
{
    display: block;
    width: 355px;
    height: 130px;
    text-indent: -800em;
    text-decoration: none;
    background: transparent url(../images/logo.gif) no-repeat 15px 12px;
    float:left;
}   
#tagline{margin-top:64px;
    margin-right:21px;
    height: 23px;
    float: right;
    width: 424px;
    text-align: right;
    font-size: 14pt;
    color:#b30380;}

#nav
{ 
    list-style:none;
    float: right;
    font-size: 8pt;
    margin-top:21px;
    }

#nav li
{
    float: left;
    margin-right: 3px;
    height: 20px;
    }  

#nav li span   
{
    display: block;
    float: left;
    padding-left: 7px;
    height: 20px;}

#nav li a  
{
    display: block;
    float: left;
    height: 18px;
    color: #538;
    text-decoration: none;
    font-weight: bold;
    padding-right: 7px;
    padding-top: 2px;}  

#nav a:hover
{
    color:#d49; /*or b30380*/}    

#nav li.selected 
{
    background: transparent url(../images/pillMid.gif) repeat;}    
#nav li.selected span
{
    padding-left: 10px;
    background: transparent url(../images/pillLeft.gif) no-repeat top left;}    
#nav li.selected a
{
    cursor: default;
    padding-right: 10px;
    background: transparent url(../images/pillRight.gif) no-repeat top right;}    

#nav li.selected a:hover  
{
    color: #538;}


/* Content
========== */
#content
{
    width: 100%; 
    min-height: 428px;
    background: transparent url(../images/background.jpg) no-repeat;
    }

* html #content     /* for IE only */
{
    height: 428px;}    

#cmsContent
{
    float: right;
    width: 422px;
    padding-top: 50px;}
    
#cmsImage
{
    float: left;
    width: 290px;
    margin-top: 240px;
    margin-left: 10px !important;
    margin-left: 5px;} 

#footer 
{
    font-size: 8pt;
    color: #ccc;
    float:right;
    width: 422px;}    