﻿/* CSS Document */

body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px; /*background: url(../../images/template/slice_general.jpg) repeat-x #ffffff;*/
    font-size: 14px;
    width: 950px;
    background-color: #ffffff;
}
hr
{
    border-collapse:collapse;
    height:1px;
    width:100%;
    color:#eeeeee;    
}
form
{
    margin:0px;
	padding:0px;
}
h1
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
    display: block;
    border-bottom: #cccccc 1px solid;
    margin-top: 12px; /* 12px */
    padding-top: 0px;
    text-transform:lowercase;        
}
.logo
{
    margin: 20px 30px 30px 30px;
}
#header
{
    padding: 0px;
    margin: 0px;
    height: 78px;
    background-color: #2f3034;
}
#header_logo
{
    padding: 3px 0px 0px 0px;
    margin: 0px;
    float: left;
}
#header_logo a, #header_logo a.hover, #header_logo a.visited, #header_logo a.active
{
    padding: 0px;
    margin: 0px;
    border: none;
}
ul#header_menu 
{
    margin: 0px 0px 0px 0px;
    padding: 32px 0px 0px 0px;	
}
ul#header_menu li 
{
	margin:0px; padding:0px;
	list-style:none;
	display:inline;
}

ul#header_menu li a, ul#header_menu li a:hover, ul#header_menu li a.active, ul#header_menu li a.visited
{ 
    color: #6bb242;
    text-decoration: none;
    border: none;
    font-weight: normal;
    font-family: "News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
}

a img 
{ 
    border:0px; 
}

/***********************************************************************
site-wide links
***********************************************************************/
a:link 
{
    font-weight:bold;        
	color: #245A00;
	border-bottom: dashed #245A00 1px;
	text-decoration: none;
}
a:visited 
{
    font-weight:bold;
	color: #245A00;
	border-bottom: dashed #245A00 1px;
	text-decoration: none;
}
a:hover 
{
    font-weight:bold;
	color: #245A00;
	border-bottom: dashed #ffffff 1px;
	text-decoration: none;
}
a:active 
{
    font-weight:bold;
	color: #245A00;
	border-bottom: dashed #245A00 1px;
	text-decoration: none;
}
#subheader
{
    padding:0px;
    margin:0px;
    height:164px;
    width:100%;
    background-image:url(../../images/template/slice_subheader.jpg);   
    background-repeat:no-repeat;
}
#contentwrapper
{
    padding: 10px 0px 10px 40px;
    margin:0px;
    width:920px;
}

#footer
{
    border-top: solid 1px #cccccc;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    text-align:center;
}

.projectimage
{
    border-color:#eeeeee;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}
/***********************************************************************
FORMS
***********************************************************************/
.formlabel
{
    clear: left;
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.Label
{
    clear: left;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.RequiredFieldTrue
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-right: red 3px solid;
    padding-right: 10px;
}
.RequiredFieldFalse
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    border-right: #ffffff 3px solid;
    padding-right: 10px;
}
.ValidationSummary
{
}
.MessageError
{
    color: Red;
    clear: both;
    display: block;
    float: none;
    padding-right: 6px;
    padding-left: 220px;
    padding-bottom: 6px;
    margin: 6px;
    padding-top: 6px;
}
.MessageOK
{
    color: Green;
    clear: both;
    display: block;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 18px;
    padding-top: 10px;
    border-right: silver 1px dashed;
    border-top: silver 1px dashed;
    border-left: silver 1px dashed;
    border-bottom: silver 1px dashed;
    background-color: #ffffcc;
}