﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size:75%;color:#222; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

a:link
{
    color: #005A84;
    text-decoration: none;
}
a:visited
{
    color: #005A84;
}
a:hover
{
    color: #C9361C;
}
a:active
{
    color: #005A84;
}

p, ul
{
    margin-bottom: 10px;
    line-height: 1.5em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 5px 0;
}
h3
{
    font-size: 1.2em;
    color: #005A84;
}
h4
{
    font-size: 1.1em;
    color: #005A84;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #000;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

.logo 
{
    margin-bottom: 20px;
}

#main
{
    width: 960px; 
    float: left; 
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    margin-bottom: 20px;
    min-height: 400px;
}

#footer
{
    color: #999;
    text-align: left;
    line-height: normal;
    font-size: .95em;
}

#childMainContent 
{
    float: left;
    width: 560px;
    margin-right: 20px;
    padding: 20px;
}

/* TAB MENU   
----------------------------------------------------------*/
#nav ul 
{
    margin: 40px 0 0px;
    padding: 0px;
    list-style: none;
}

#nav ul li { background-color: #005A84; }

#nav ul li, 
#nav ul li a 
{
    float: right;
    display: block;
}

#nav ul li a 
{
    margin: 5px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

#nav ul li a:hover 
{
    border: 1px solid #fff;
    background-color: #4598A6;
    color: #FFF;
}


ul#menu
{
    
    padding: 0 0 2px;
    position: relative;
    margin-top: 10px;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #005A84;
    color: #fff;
}

ul#menu li a:hover
{
    background-color: #0FB2B3;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
}

input[type="password"] 
{
    width: 200px;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:.9em;
    display:block;
    text-align:right;
    margin:10px;
    color:#000;
}

#logindisplay a:link, #logindisplay a:visited
{
    color: #005A84;
    text-decoration: none;
}

#logindisplay a:hover
{
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

