﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    /*background-color: #65545A;
    background-image: url('Images/Background.gif');
    */
    background-color: #745E66;
    background-image: url('Images/Background2.gif');
    background-repeat:repeat-x;
    
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #1d60ff;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #2D1F1E;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.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   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    margin-top: 20px;
    padding: 5px 0;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-indent:51px;
    height:50px;   
    background-repeat:no-repeat;
    background-image:url('Images/FACircle2.gif');
    color:#E5E1D4;
    font-family: Arial, Helvetica, sans-serif;
}

#main
{
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore 
    height: 590px;*/
}

#mainLeft
{
    width:780px;
    
}
#mainRight
{
    width:180px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #2D201F solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.6em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.6em;
    background-color: #DCCDBA;
    color: #623F05;
    height:15px;
}

ul#menu li a:hover
{
    background-color: #F0EDE4;
    text-decoration: none;
     height:15px;
}

ul#menu li a:active
{
    background-color: #9D7955;
    text-decoration: none;
    height:15px;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
     height:15px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ABA1A4;
    vertical-align:top;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
    font:500 8pt Arial, Tahoma;
    color: #65545A;    
}

fieldset label.inline 
{
    display: inline; 
}
fieldset span
{
    font:500 8pt Arial, Tahoma;
    color: #2D1F1E;
}
legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    font:100 8pt Arial, Tahoma;
    border:1px solid #ABA1A4;
    color:#2D1F1E;
}
select
{
    font:200 8pt Arial, Tahoma;
    border:1px solid #ABA1A4;
    color:#2D1F1E;
}
textarea
{
    font:200 8pt Arial, Tahoma;
   color:#2D1F1E;
}
input[type="password"] 
{
    width: 200px;
    border: 1px solid #ABA1A4;
    color:#2D1F1E;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 0px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;
  border:solid 0px #e8eef4;
  border-bottom:solid 0px #e8eef4;
  font:500 8pt Arial, Tahoma;
  vertical-align:top;
}

table th
{
   height:23px; 
   font:500 8pt Arial, Tahoma;
   border-bottom:solid 1px #D4C5B0; 
   border-left:solid 1px #D4C5B0; 
   border-right:solid 1px #D4C5B0;    
   background-image:url(Images/FooterBG.gif);  
   background-repeat:repeat-x;
   padding:5px 10px 5px 10px;
   color:#5E3B00;
   text-align:left; 
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}
.formHelp
{
    font:100 8pt Arial, Tahoma;
    color:#9D7955;
}
.submit
{    
    background-image:url('Images/Background.gif');
    background-repeat:no-repeat;
}
.button
{ 
    height:33px;
    background-image:url(Images/FooterBG.gif);  
	background-repeat:repeat-x;	
    color:Black;
    
}
#pagination
{
    text-align:center;
}
.buttons
{
    font:500 8pt Arial, Tahoma;
    border-bottom:solid 1px #D4C5B0; 
    border-left:solid 1px #D4C5B0; 
    border-right:solid 1px #D4C5B0;    
    background-image:url(Images/FooterBG.gif);  
	background-repeat:repeat-x;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	color:#5E3B00;
	margin-left:50px;
}
#contactInfo .contact
{
    font:100 8pt Arial, Tahoma;
    color:Blue;
}
#contactInfo label
{
   font:500 8pt Arial, Tahoma;
   color: #9C968D;
}
#menucontainer
{
    margin-top:40px;
}

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;
}

.field-validation-error
{
    font-weight: normal;
    font-size:smaller;
    color: red;
}

.input-validation-error
{
    border: 1px solid #D4C5B0;
    background-color: #EDE9EB;
}

.validation-summary-errors
{
    font-weight: normal;
    font-size:smaller;
    color: red;
}

#dinnerform textarea
{
   width:200px;
   height:70px;
}

#dinnerDiv textarea
{
   width:200px;
   height:70px;
}
#surveyDiv textarea
{
   width:400px;
   height:70px;
}
#rsvpmsg
{
    color:Red;
}

hr
{
    padding:0px, 10px, 0px, 10px;
    height:1px;
}

#leaseHoldDiv {
    float: left;
    width: 280px;
}

#mapDiv {
    float: left;
}

#mapDivLeft {
    float: left;
}

#mapDivRight {
    padding: 30px 0px 0px 20px;
    float: left;
}

#dinnerList {
    padding:0px 0px 0px 0px;
}

#searchBox {
    padding:0px 0px 10px 0px;
}

#theMap {
    position: relative; 
    width: 500px; 
    height: 450px;
}
#artifactDiv
{
    top:1px;
}
#details .break
{
    background-image:url(Images/BreakLine.gif);
    background-repeat:no-repeat;
    height:20px;
    vertical-align:middle;
}

/* Navigation stuff */
#navigationRibbon
{
	background-image:url(Images/FooterBG.gif);  
	background-repeat:repeat-x;	
	margin-left:1px;
	margin-right:2px;
	min-height:30px;
	margin-bottom:3px;
	z-index:-1;	
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#5E3B00;
    width:955px;
}
.navigationItemLeft
{	
	text-indent:10px;	
	cursor:hand;
	cursor: pointer;
	text-align:center; 
	float:left;
	height:23px;
	padding-top:10px;
	
}
.navigationViews
{
	text-indent:20px;	  
	cursor:hand;
	cursor: pointer;
	text-align:left;
	width:155px;
	float:left;
	height:23px;
	padding-top:10px;
	background-image:url(Images/DownArrow.gif);
	background-position:right;
    background-repeat:no-repeat;
    border:solid 0px red;    
}
.navigationQuickSearch
{
	text-indent:20px;	
	background-image:url(Images/DownArrow.gif);
	background-position:right;
    background-repeat:no-repeat;    
	cursor:hand;
	cursor: pointer;
	text-align:left;
	float:right;
	padding-top:10px;
	padding-left:10px;
	height:23px;
	width:130px;
	
}	
.navigationDate
{
	padding-top: 10px;
	text-indent:15px;	
	color:#8F7442;
	width:280px;	
    vertical-align:top;
    float:right; 
}
.navigationItemRight
{	
	text-indent:10px;
	cursor:hand;
	cursor: pointer;
	text-align:Right;
	height:23px;
	padding-top:10px;
	float:right;
	padding-right:10px;    
}

.navigationSpacerLeft
{
	background-image:url(Images/Spacer.gif);
	background-position:center;
    background-repeat:no-repeat;
    width:3px;
    float:left;
    height:23px;
    padding-left:10px;
}
.navigationSpacerRight
{
	background-image:url(Images/Spacer.gif);
	background-position:center;
    background-repeat:no-repeat;
    width:3px;
    float:right;
    height:23px;
}
	
#subNavigation
{	
	z-index:9;
	visibility:hidden;
	display:none;
	position:absolute ;	
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:gray;
	cursor: hand;
	cursor: pointer;
	background-color:#FFFFFF;
	margin:  35px 0px 0px -4px;
		
}
.subNavigationItem
{	
	border-left:solid 1px #BCD4E9;
	border-right:solid 1px #BCD4E9;
	border-bottom:solid 1px #BCD4E9;	
	text-indent:5px;
	width:235px;
	text-align:left;
	cursor: hand;
	cursor: pointer;
}
.subNavigationItemFirst
{
	border:solid 1px #BCD4E9;	
	text-indent:5px;
	width:235px;
	text-align:left;
	cursor: hand;
	cursor: pointer;
}
.subNavigationItemhover
{	
	border-left:solid 1px #BCD4E9;
	border-right:solid 1px #BCD4E9;
	border-bottom:solid 2px #FF9900;	
	text-indent:5px;
	width:235px;
	text-align:left;
	background-color:#FCF7F0;
	cursor: hand;
	cursor: pointer;
}
.subNavigationItemFirsthover
{	
	border-bottom:solid 2px #FF9900;
	border-left:solid 1px #BCD4E9;
	border-right:solid 1px #BCD4E9;
	border-top:solid 1px #BCD4E9;		
	text-indent:5px;
	width:235px;
	background-color:#FCF7F0;
	text-align:left;
	cursor: hand;
	cursor: pointer;
}
.subNoNavigationItem
{	
	border-left:solid 1px #BCD4E9;
	border-right:solid 1px #BCD4E9;
	border-bottom:solid 1px #BCD4E9;	
	text-indent:5px;
	width:160px;
	text-align:left;
}
.subNoNavigationItemFirst
{
	border:solid 1px #BCD4E9;	
	text-indent:5px;
	width:160px;
	text-align:left;
}
.subNavigationHead
{	
	border-left:solid 1px #FF9900;
	border-right:solid 1px #FF9900;
	border-top:solid 1px #FF9900;
	border-bottom:solid 1px #FF9900;	
	text-indent:5px;
	width:160px;
	text-align:center;
	font-weight:bold;
}
.subNavigationSelected
{	
	border-left:solid 1px #BCD4E9;
	border-right:solid 1px #BCD4E9;
	border-bottom:solid 1px #BCD4E9;	
	text-indent:5px;
	width:160px;
	text-align:left;
	cursor: hand;
	cursor: pointer;
}
.subNavigationSelectedhover
{	
	border-left:solid 1px #BCD4E9;
	border-right:solid 1px #BCD4E9;
	border-bottom:solid 2px #FF9900;	
	text-indent:5px;
	width:160px;
	text-align:left;
	background-color:#FCF7F0;
	cursor: hand;
	cursor: pointer;
}

#search 
{
	margin: 31px 0px 0px -152px;
	width:300px;
	z-index:9;
	visibility:hidden;
	position:absolute ;
}

#search .searchHeader
{	
	background-color:#F4EBB4;
	color:#000000;
	font-weight:bold;
	text-indent:10px;	
	height:15px;
	font-size:11px;
	padding-top: 5px;
	padding-left: 5px;
	height:20px;
	text-align:left;
	border-bottom:solid 1px white;
	
}

#search .searchFrame
{
	background-color:white;
	border-top:solid 1px #FAEAB9;
	border-left:solid 1px #FAEAB9;
    border-right:solid 1px #FAEAB9;
    border-bottom:solid 1px #FAEAB9;  
}

#search .searchContent
{
	background-color:#FDF9D5;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	border-bottom:solid 5px white;
	color:#000000;
}
#search .advancedSearch
{	
	font-size:11px;
	color:#70AEE4;
	font-weight:normal;
	vertical-align:top;
	background-image:url(Images/Advanced.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:45px;
	padding-right:27px;
	margin-left:25px;
	cursor:hand;
	cursor: pointer;
	float:right;

}
#search .searchWidth
{	
	width: 114px;
	height: 14px;	
}
#producerSearch 
{
	margin: 31px 0px 5px -152px;
	width:300px;
	z-index:9;
	visibility:hidden;
	position:absolute ;
}



#producerSearch .searchHeader
{	
	background-color:#F4EBB4;
	color:#000000;
	font-weight:bold;
	text-indent:10px;	
	height:15px;
	font-size:11px;
	padding-top: 5px;
	padding-left: 5px;
	height:20px;
	text-align:left;
	border-bottom:solid 1px white;
	
}
#producerSearch .searchWidth
{	
	width: 114px;
	height: 14px;	
}

#producerSearch .searchFrame
{
	background-color:white;
	border-top:solid 1px #FAEAB9;
	border-left:solid 1px #FAEAB9;
    border-right:solid 1px #FAEAB9;
    border-bottom:solid 1px #FAEAB9;  
}

#producerSearch .searchContent
{
	background-color:#FDF9D5;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	border-bottom:solid 5px white;
	color:#000000;
}
#producerSearch .advancedSearch
{
	text-align:right;
	cursor:hand;
	cursor: pointer;
	padding-right:27px;
	padding-bottom:10px;

}
#searchText
{
	color:Black;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-indent:15px;
	padding-top:10px;
}
.searchTextBox
{
	left:10px;
}
#rightNavigation 
{
	margin: 0px 0px 5px 0px;
}

#rightNavigation .rightHeader
{
	color:#000000;
	background-color:#B5CFDE;
	font-weight:bold;
	text-indent:10px;
	height:25px;
	font-family: Verdana;
	font-size:11px;
	border-bottom:solid 2px white;
	padding-top:5px;
	text-align:left;
	
}


#rightNavigation .rightFrame
{
	background-color:#FFFFFF;
	border:solid 1px #CED7DE;
}

#rightNavigation .rightContent
{
	background-color:#E7EFF7;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	border-bottom:solid 5px white;
}
.SelectedCaseNavigation
{	
	z-index:9;
	visibility:hidden;
	display:none;
	position:absolute ;	
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:gray;	
	background-color:#FFFFFF;
	margin: 35px 0px 0px -24px;
		
}
.closeSearch
{
	font-size:11px;
	color:#70AEE4;
	font-weight:normal;
	vertical-align:top;
	background-image:url(Images/Close.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:45px;
	padding-left:20px;
	margin-left:20px;
	cursor:hand;
	cursor: pointer;
	float:right;		
}
.advancedSearch
{	
	font-size:11px;
	color:#70AEE4;
	font-weight:normal;
	vertical-align:top;
	background-image:url(Images/Advanced.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:45px;
	padding-right:27px;
	margin-left:20px;
	cursor:hand;
	cursor: pointer;
	float:right;

}
