﻿/*Start HTML Tags*/

body, div, p, td {margin: 0; padding: 0;}

body, div, td, p, span, input, textarea, select {
	font-family: Segoe UI, Verdana, Arial;
	font-size: 13px;
}

body
{
	background-color:#efebab;
	background-image: url(../images/pageDropShadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

p
{
	margin-top:5px;
}

h1 
{
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 5px;
	color:#4F522F;
}             

h2 
{
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
	color:#636449;
}

h3 
{
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
	color:#636449;
}

h4 
{
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
	color:#636449;
}

a img {border: 0;}

/*End HTML Tags, Start FORMS Tags*/

fieldset {
    border: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

legend {
	color:#908c5e;
	font-weight: bold;
}

/*End FORMS Tags, Start UTILITY Tags*/

.floatleft {float: left;}
.center {text-align: center;}
.bold {font-weight: bold;}
.align-l {text-align: left;}
.align-r {text-align: right;}
.clear {clear: both; height: 0em;}
.ie6 .clear {display: inline}

.hide
{
	display:none;
}

.show
{
	display:inline;
}

.watermark 
{
	color:Silver;
}

.errorMessage {
    color: red;
    font-weight:bold; 
}

.errorhighlight 
{
    background-color: red; 
}

input[type="button"] 
{
	cursor:pointer;
}

input[type="submit"] 
{
	cursor:pointer;
}

/*End UTILITY Tags, Start AJAX Tags*/

.popupControl{
	display:none;
	z-index: 2;
	border:solid 1px black;
	padding:5px 5px 5px 5px; 
	background-color:#d4d0b5;
}

.popupControl_VisibilityHidden
{
	visibility:hidden;
	z-index: 2;
	position:absolute;
	left:100;
	top:100;
}

.progressIndicator
{
	position: absolute;
	left: 500px;
	top: 300px;   
	z-index: 2; 
	background-color: white; 
	border: black thin solid;
	font-weight:bold;
	color:Red;
}

.progressIndicator img
{
	border-style:none;
	text-align:center;
	vertical-align:middle;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.popupHover 
{
	background-position:left top;
	background-color:#F5F7F8;
}

.popupMenu {
	position:absolute;
	display:none;
	background-color:#F5F7F8;
	opacity:1.0;
	filter: alpha(opacity=100);
	z-index: 2;
}

/*End AJAX Tags, Start MASTERPAGE Tags*/

div#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:White;
}

div#header { width:990px; height: 90px; text-align: center; margin: 0 auto; padding: 5px; background-color:#fffbbb}
div#logo {margin-top: 1.2em; margin-left: 0.25em;} 
p#logo-text {text-align: left; color: #565018; margin-left:5px; font-size: 2.5em}
p#logo-subtext {text-align: left; color: #666028; margin-left:5px; font-size: 0.9em; margin-top:0px}
div#headright {float: right; margin-right: 5px; width: 295px; text-align: right;}
ul#toplinks {list-style: none; display: inline}
ul#toplinks li {display: inline; font-size: 0.6em; padding-top: 7.5em; padding-right:20px}
ul#toplinks li a {cursor:pointer; text-transform: uppercase}

div#menu
{
	background-color:#736713; 
	color:White; 
	font-size:21px; 
	padding:5px;
}

div#contentAndContext 
{
	margin-left: 5px;
}

div#contextArea {
	margin-right: 5px;
    float: right;
    width: 350px;
    display:inline;
	overflow:hidden;
}

div#contentArea 
{
    width: 630px;
    overflow: hidden;
    height: 100%;
}