﻿/*----------------------------------------------------------
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 {
    background-color: White;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 20px 0px;
    text-align: center;
    padding: 0;
    color: #666;
    font-size: 11px;
    line-height: 16px;
}

p {
    margin: 0;
}

img {
    border: 0;
}

a:link { color: #666; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; }
a:active { color: #666; }

#logo
{
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: 5px;
}

#page 
{
    width: 917px;
    margin: 0px auto;
    text-align: left;
}

#footer
{
    width: 100%;
    background-color: #F0EFEB;
    padding: 5px 5px 25px 5px;
    margin-top: 45px;
    margin-bottom: 10px;
}

#footer p
{
    margin: 0;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
}

#footerLinks
{
    color: #000;
}

#subFooter
{    
    color: #999;
    font-size: 10px;
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    line-height: 2px;
}

header,
nav,
section {
    display: block;
}

.anchorLink {
    margin-top: 60px !important;
}

/* HEADINGS   
----------------------------------------------------------*/

h2 {
    color: #f00; 
    font-size: 16px; 
    font-weight: bold;
}

h3 {
    color: red;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    width: 900px;
}

h5 {
    color: black;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 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: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    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: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    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 {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.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;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}
.html-editor-field {
    margin: 0.5em 0 0 0;
    width: 500px;
}

.editor-field textarea {
    width: 500px;
}

.t-grid td 
{
    vertical-align: top;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

#menu
{
    position: relative;
    margin: 0;
    height:41px;
}

#menu img
{
    float: left;
}

.overflowHidden {
    overflow: hidden;
}

.homeRollover {
    float: left;
    height: 99px;
    margin: 0 4px 0 0;    
}

.homeText {
    font-size: 17px;
    margin: 25px 0;
    line-height: 20px;
}

#newsBox {
    padding: 9px 9px 9px 16px; 
    width: 297px; 
    height: 238px; 
    border: solid 2px #999;
    float: left;
    margin-left: 10px;
}

#newsBox h4 
{
    margin: 0;
    color: #333; 
    font-size: 14px; 
    font-weight: bold; 
}

.textColumn {
    width: 280px;
    float: left;
    margin: 0 30px 0 0;
}

.textColumnWide {
    width: 590px;
    float: left;
    margin: 0;
}

.textColumn p, .textColumnWide p {
    margin-bottom: 12px;
}

.textColumn img {
    width: 280px;
    margin: 20px 0 13px 0;
}

.firstImage {
    margin-top: 0 !important;
}

.adminItem img {
    float: left;
    margin: 25px 0 0 50px;
}

.adminItem p {
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin: 65px 0 0 30px;
}

.ui-dialog .t-upload-button  input
{
    z-index:auto !important;
}