﻿body 
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-family:Verdana, MS Sans Serif;
	font-size: 62.5%; /*sets starting font size 62.5% = around 10pt */
	background-color: #EEDCA2;
}

div.master
{
	margin-left:10px; margin-right:10px; margin-top:5px;
}
/*used in Index.aspx and MasterPage.aspx at the bottom of the pages */
div.master2
{
	margin-left:0px; margin-top:2px; font-family:sans-serif; font-size:1.1em;
}

span.master
{
	margin-left:80%; margin-right:5px; font-size:0.9em;
}

h1
{
	margin-top:0;
	margin-bottom:6px;
}

a img
{
	border: none;
}

A
{
 	font-family:Verdana, MS Sans Serif;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;	
}

A:hover
{
	color:#CCCC66;	
}

.BodyText
{
 	font-family:Verdana, MS Sans Serif;
	font-size:1em;
	text-decoration:none;	
}

.FooterText
{
	font-size: 0.9em;
}

.FieldLabel
{
	text-align: right;
}

.Hidden
{
	display:none;
}

.Error
{
	font-family:Verdana, MS Sans Serif;
	font-size:1em;
	color:Red;
	font-weight: bold;
}
/* Main Window */
td.left
{   
    width:22px;
    height:100%;
    background-image:url(Images/Layout/MainWindow/MainWindow_Left.jpg);   
    background-repeat: repeat-y;      
    background-color:#FCF5E3
}
td.center
{
  background-color: #FFFFFF;
}
td.right
{
    width:20px;
    height:100%;
    background-image:url(Images/Layout/MainWindow/MainWindow_Right.jpg);   
    background-repeat: repeat-y;
    background-color:#FCF5E3
}
/* Menu */
td.left2
{   
	width:1px;
  height:100%;
  background-color:#BCB08A;
  /*background-image:url(Images/Layout/Menu/Menu_Left_Right.gif);
  background-repeat: repeat-y;*/
}

.middle2
{
	color:#833D1A;
	width: 186px;
	background-color:#EEDCA2;
	text-align:left;
	padding: 4px 14px 4px 14px;
	margin-left:1px;
	border-left:solid 1px #BCB08A;
	border-right:solid 1px #BCB08A;
}

td.right2
{
    width:1px;
    height:100%;
    background-color:#BCB08A;
    /*background-image:url(Images/Layout/Menu/Menu_Left_Right.gif);   
    background-repeat: repeat-y;*/
}
/* Content Grid */
td.left3
{   width:1px;
    height:100%;
    background-image:url(Images/Layout/Menu/Menu_Left_Right.gif);   
    background-repeat: repeat-y;      
}
td.center3
{
  height:100%;
  width: 486px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
}

td.right3
{
  width:1px;
  height:100%;
  background-image:url(Images/Layout/Menu/Menu_Left_Right.gif);   
  background-repeat: repeat-y;
}

div.content0
{
	font-size:1.1em;
	font-family:sans-serif; 
	margin-left:4px; 
	margin-top:4px; 
  text-align :left
}

div.content
{
	font-size:1.2em;
	font-family:sans-serif; 
	margin-left:4px; 
	margin-top:4px; 
  text-align :left
}

div.logoSplitter
{
  width: 500px;
  margin-left:2px;
  margin-right:2px;
}

div.logoLeft
{
  float:left;
  width:230px;
  height:70px;
  margin-top:10px;
  padding-left:10px;
}
div.logoLeftText
{
  float:left;
  width:230px;
  
  text-align:right;
}

div.logoRight
{
  float:right;
  width:240px;
  height:70px;
  margin-top:8px;
  
}
div.logoRightText
{
  
  width:240px;
  text-align:left;
}

.content2
{
	font-size:1.3em;
	font-family:sans-serif;
	margin-left:4px;
	margin-top:4px;
}

.text1
{
	font-size:1.3em;
	font-family:sans-serif;
	font-weight:normal;
}

.text2
{
	font-size:1.3em;
	font-family:sans-serif; 
	font-weight:bold;
}

span.PhoneNumber
{
 font-weight:bold; 
 font-size:1.1em; 
 font-family: Sans-Serif;
 color:#666666; 
}



hr
{
	color:#833D1A;
	height:1px;
}

.header1
{
	Font-Size:3em;
	font-family:Sans-Serif;
}

.header2
{
	color:#833D1A;
	Font-Size:3em;
	font-family:Sans-Serif;
}

.header3
{
	color:#833D1A;
	font-size:2.2em;
	font-weight:bold;
	font-family:Sans-Serif;
}

.header4
{
	color:#833D1A;
	font-size:2em;
	font-weight:bold;
	font-family:Sans-Serif;
}

.header5
{
  color:#833D1A;
	font-size:1.3em;
	font-weight:bold;
	font-family:Sans-Serif;
}

.header6
{
 color:#833D1A;
	font-size:1.3em;
	font-family:Sans-Serif;
}

.header7
{
 color:#833D1A;
	font-size:1.0em;
	font-weight:bold;
	font-family:Sans-Serif;
}

a:link, v:link, a:visited, a:active
{
	color:#833D1A;
}

.gridView
{
	border:solid 1px #DADFE6;
	font-size:1.2em;
	font-family:sans-serif;
}

a.ContactUs
{
  text-decoration:underline;
  font-weight:normal;
  font-style:italic;
  color:Blue; 
}

/* Grid Style */
.GridView, .GridView TBODY, .GridView TBODY
{
	border-style: none;
}
.GridHeader th
{
	font-weight: bold;
	background-color: #E4D7B9;
	color: #000000;
	border-style: none;
	border-bottom: solid 1px #000000;
	text-align: left;
}
.GridHeader a:link
{
	color: #000000;
}
.GridHeader th a:hover
{
	color: #000000;
	text-decoration: 'underline';
}
.GridRowAlt td
{
	border-style: none;
	background-color: #e9edf4;
	color: #000000;
}
.GridRow td
{
	border-style: none;
	background-color: #f2f4f8;
	color: #000000;
}
/*.GridEditRow td
{
	border-style: none;
	background-color: #F8EFE0;
	color: #000000;
}*/
.GridAltRow td
{
	border-style: none;
	background-color: #FFFFFF;
	color: #000000;
}
.GridSelectedRow td
{
	border-style: none;
	background-color: #c7daef;
	color: #000000;
}

/* Fieldset */
fieldset
{
	background-color:#FBF3DF;
	border:solid 1px #C6D0DC;
}
fieldset div.fsDiv
{
	padding:4px 6px 6px 6px;
}
div.legend
{
	color:#B40000;
	font-weight:bold;
	margin-bottom:2px;
}