﻿body
{
    background:url(../../Content/Images/BackImageMenu.jpg) no-repeat top center;
    background-color: #989a98;
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Verdana;
    color: #1e1c1c; 
    margin: 0px;
    padding: 0px;
    width: 100%; 
    text-align:center;
    line-height: 1.6;
    background-position:center top;
    scrollbar-base-color: #729c46;
}

.formOuterDiv
{
    width:480px; 
    height:30px;
    padding-bottom:0px;
}
.formInnerTopDiv
{
    position:relative;
    left:150px;
}
.formInnerBottomDiv
{
    position:relative;
    top:-20px;
    left:230px;
    width:430px;
}
.tb
{
    width:200px;
    vertical-align:middle;
    font-family: Verdana;
}

.ta
{
    width:197px;
    vertical-align:top;
    overflow:auto;
    height: 90px;
    font-family: Verdana;
}

.small
{
    font-size: 9px;
    font-family: Verdana;
    line-height: 1.6em;
    width:382px;
}

.StatusMessage
{
    color:Red;
    font-weight:bold;
    width:550px;
}

#main 
{
     width:1045px;
     height:740px;
     margin:0px auto;
     padding-top:70px;
     text-align:left;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#menu
{
    position: relative;
    margin: 0px;
    padding:0px;
    text-align: right;
    top: 97px;
    left: -850px;
    line-height: 2.17;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    font-family: Verdana;
}

.speech
{
    font-family: 'Segoe Print';
    width: 680px;
}
.signature
{
    font-family: 'Segoe Print';
    font-size: 2em;
}

a:link
{
    text-decoration: underline;
    color: #d8610d;
     font-weight: bold;
}
a:visited
{
    text-decoration: underline;
     color: #d8610d;
      font-weight: bold;
}
a:hover
{
    text-decoration: underline;
     color: #d8610d;
      font-weight: bold;
}
a:active
{
     text-decoration: underline;
    color: #d8610d;
     font-weight: bold;
}

#menu a:link
{
    padding:0px;
    font-weight: bold;
    line-height: 2.17;
    color: #ffffff;
    text-decoration: none;
    font-size: 1em;
    font-family: Verdana;
}
#menu a:visited
{
    padding:0px;
    font-weight: bold;
    line-height: 2.17;
    color: #ffffff;
    text-decoration: none;
    font-size: 1em;
    font-family: Verdana;
}
#menu a:hover
{
    padding:0px;
    font-weight: bold;
    line-height: 2.17;
    color: #ffffff;
    text-decoration: none;
    font-size: 1em;
    font-family: Verdana;
}
#menu a:active
{
    text-decoration: none;
    padding:0px;
    font-weight: bold;
    line-height: 2.17;
    color: #ffffff;
    font-size: 1em;
    font-family: Verdana;
}

p
{
    line-height: 1.6em;
    width: 669px;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #1e1c1c;
    font-family: Verdana, Helvetica, sans-serif;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.2em;
    padding-top:0px;
    width: 661px;
}
h3
{
    font-size: 1em;
    font-weight:bold;
    color:#446125;
    padding-top:10px;
}
h4
{
    font-size: 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;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background:url(../../Content/Images/BackImageMenu.jpg) no-repeat top center;
}

#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;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


ul
{
   list-style-type:square;
   line-height: 1.6em;
   width: 623px;
}

ul li
{
    padding-bottom: 0.4em;
}

ul li#greeting
{
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.12em;
    color: #fff;
}

ul li a
{
    padding:0px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.12em;
    color: #ffffff;
}

ul li a:hover
{
    text-decoration: none;
}

ul li a:active
{
    text-decoration: none;
}

ul li.selected a
{
    color: #ffffff;
}

div.header {
    height      : 126px;
}
div.header div.tabs 
{
    padding     : 53px 0 0 144px;
}
div.header a img {
    border      : none;
    cursor      : pointer;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/


fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #719b45;
}

fieldset p 
{
    margin: 2px 12px 10px 4px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1 em;
    font-weight: 400;
    padding: 2px 8px 4px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #719b45;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    position:relative;
    left:-250px;
    top:-225px;
    margin-top:0px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#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;
}

.input-validation-error
{
    background-color: #fee;
}
.field-validation-error
{
    color: Red;
}
.validation-summary-errors
{
    color: red;
    font-weight:200;
}
.italics
{
    font-style:italic;
}