﻿body
{
    font-family: Candara, Corbel, Tahoma, "Trebuchet MS", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    width: 100%;
    margin: 0;
    min-width: 980px;
    background-image: url("/Content/shadow_.gif");
    background-repeat:repeat-x;
    background-position:top; 
}

h1
{
    font-variant: small-caps;
    font-size: 20pt;
    font-weight: lighter;
    color: #59963e;
    margin-top:20px;
}

h2
{
    color: #59963e;
    font-size:14pt;
    font-weight:normal;
}

span.topmenu, span.topmenu_right
{
    font-size: 11pt;
    font-weight:bold;
    background-color: #59963e;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    position:relative;
    top:-2px;
}

span.topmenu_right
{
    display: inline;
    float: right;
    border:none;
}

span.red
{
    font-size: 1.2em;
    color:Red;
    font-weight:bold;
}

a.nounderline
{
    color: white;
    text-decoration:none;
}

div#main_menu
{
    white-space: nowrap;
    width: 98%;
}

div#container
{
    position: relative;
    width: 98%;
}

div#leftbar
{
    width: 250px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 5px;
    z-index:100;
}

div#rightbar
{
    width: 250px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 5px;
    z-index:100;
}

div#center
{
    position: relative;
    padding: 0px 10px 10px 10px;
    margin: 0 270px 0 270px;
    min-width: 400px;
    border-bottom: dotted 1px green;
    line-height: 1.4em;
}

div#footer
{
    position: relative;
    clear: both;
    text-align: center;
    font-size: 0.85em;
    padding-top: 10px;
    margin-top: 10px;
}

div.quote
{
    float: right;
    width: 200px;
    font-size: 0.85em;
    color: White;
    line-height:1.2em;
    padding: 10px;
    margin: 5px 10px 5px 5px;
    background-color: #59963e;
    border: dotted 1px green;
}

div.greenbox
{
    color:Yellow;
    padding:1em;
    font-size: 12pt;
    background-color: #59963e;
    text-align:center;
    margin-top:20px;
    border: dotted 1px green;
    font-weight:bold;
}

div.sidebox
{
    margin-top:20px;
    border: dotted 1px green;
}

div.sidebox_title
{
    background-color: #59963e;
    color: White;
    padding: 0 1em 0 1em;
    font-weight: bold;
}

div.sidebox_content
{
    padding: 0 1em 1em 1em;
    color: #306010;
    font-size: 0.85em;
}


ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(/Content/r8.gif) left top no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}

textarea
{
    font-size:10pt;
    font-family: Lucida Sans, Verdana, Helvetica;
    background-color:#fdff6b;
    border: 1px solid #CCC;
}

input[type="text"], select 
{
    width: 200px;
    font-family: Lucida Sans, Verdana, Helvetica;
    border: 1px solid #CCC;
    background-color:#fdff6b;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
    background-color:#fdff6b;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

form {
  margin: 0;
  padding: 0;
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

fieldset legend
{
    color: Green;
    font-weight:bold;
}

.simplemodal-overlay {background-color:#000; cursor:wait;}
.simplemodal-container 
{
    background-color:#fff; 
    border:3px solid #ccc;
}

a.modalCloseImg 
{
    background:url(/Content/x.gif) no-repeat; 
    width:42px; 
    height:42px; 
    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:-35px; 
    right:-15px; 
    cursor:pointer;}
