﻿/* <!-- */
/* General styles */
body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  height: 100%;
  background:#c8c8c8;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size:0.8em;
}
#whiteContainer {
  width: 900px;
  background-color: White;
  margin: 15px 0px 0px 0px;
  padding: 10px;
}
#grayContainer {
  width: 880px;
  background-color: #f3f3f3;
  padding: 10px 10px 0px 10px;
}

#mainTable {
  margin: 0;
  padding: 0;
  width: 880px;
}

#mainTable tr {
  margin: 0;
  padding: 0;  
}

#mainTable td {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

a {
	color:Black;	
}
a:hover {
	color:#990100;
	text-decoration:none;
}

p {
  margin: 7px 0px 0px 0px;
}

h1 {
  font-family: Georgia;
  font-size: 1.2em;
  color: #990100;  
  margin: 15px 0px 0px 0px;
}

h1 a {
  color: #990100;  
  text-decoration: none;
}

h2 {
  font-size: 0.8em;
  font-weight: bold;  
  margin: 15px 0px 0px 0px;
  text-transform: uppercase;
}

hr + h2 {
  padding-top: 15px;  
}

h3 {
  font-family: Georgia;
  font-size: 0.9em;
  font-weight: normal;
  color: Black;  
  margin: 15px 0px 0px 0px;
}

h3 a {
  color: Black;  
  text-decoration: none;
}

hr {
  margin: 15px 0px 0px 0px;
}

.administration h2 {
  margin-top: 25px;
}

.col1 > h2, .col3 > h2, td > h2, .col2 > h1,.blogPost > h1 {
  margin-top: 0px;
}
.col2 > h1 {
  margin-bottom: 10px;
}
.blogPost {
  margin: 0;
  padding: 0;
}

.blogPost img {
  max-width: 480px;
}

.byLine {
  color: Black;
  font-size: 0.7em;
  margin: 0px 0px 5px 0px;
}

/* Header styles */
#header {
  width: 880px;
  background-color: #990100;
  text-align: center;
  border-bottom: solid 10px #f3f3f3;
}
#header h1 {
  margin: 30px 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 1.4em;
  color: White;
}

#header h1 a {
  color: White;
  text-decoration: none;
}

#header ul {  
  list-style:none;
  margin:10px 0 10px 0;
  padding:0;
}
#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul li a {
  margin: 0px 10px 0px 0px;
  color: White;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
}
#header ul li a:hover {
  color: White;
  text-decoration: underline;
}

/* SWFUpload */
div.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
div.ProgressBar div { background-color: Green; font-size: 1pt; height:100%; float:left; }
span.asyncUploader object { position: relative; top: 5px; left: 10px; }

/* Jquery validate  */
form label.error { width: auto; color: Red; float: right; }
form input.error { border: 1px dotted red; padding:2px; }

/* Widths' of columns */

.col1 {
  width: 180px;
  padding-right: 10px;  
  text-align: left;  
}

.col2 {
  margin: 0;
  width: 480px;
  padding: 10px;
  background: White;
  text-align: left;   
}

.col3 {
  width: 180px;
  padding-left: 10px;  
  text-align: left;
}

/* Footer styles */
#footer {
  background-color: #ccc;
  width: 900px;
  height: 70px;
  border-left: solid 10px White;  
  border-right: solid 10px White;  
  text-align: left;  
}
#footer .footerAddress {
  float:left;
  padding: 10px 0px 0px 30px;
  font-size: 0.7em;
  line-height: 2.0em;
}

#footer .followUs {
  float: right;
  padding: 15px 30px 0px 0px;
}

#footer .followUs h2 {
  font-family: Georgia;
  color: #990000;
  margin: 0px 0px 5px 0px;
}

#footer .followUs img {
  border: none;  
}

/* Blurb
----------------------------------------------------------*/

#blurb {
  margin: 0;
  padding: 0;  
  border-spacing: 0;  
}

#blurb .text {
  margin: 0;
  padding: 10px;
  border-spacing: 0;
  vertical-align: top;  
  Width: 180; /* 200 - padding (10x2)*/
  background: #c8c8c8;  
}

#blurb .text p {
  margin: 0;
  padding: 0;
  font-family: Georgia;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: bold;  
}
#blurb .image {
  margin: 0;
  padding-top: 0;
  border-spacing: 0;  
  vertical-align: top;
}
#blurb .image img {
  width: 300px;
}
/* Comments   
----------------------------------------------------------*/

.comment {
  font-size: 0.75em;
  margin: 25px 0px 0px 0px;

}

.notApproved {
  background-color: #ffdddd;
  padding: 5px;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

label
{
  display: block;
  float: left;
  width: 100px;  
}

.longlabel
{
  display: block;
  float: left;
  width: 160px;  
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

textarea
{
  width: 350px;
  height: 100px;
  border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: Red;
}

.input-validation-error
{
    border: 1px solid Red;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* --> */

/*----------------------------------------------------------
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: #5c87b2;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
*/
/* HEADINGS   
----------------------------------------------------------*/
/*
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding: 0px;
    margin: 25px 0px 0px 0px;
}
h2
{
    padding: 0px;
    margin: 15px 0px 0px 0px;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
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;
}

#main > h1
{
  margin-top: 0px;
}
*/

/* 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
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; 
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}
*/

/* 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;
}

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;
} */


