/* CSS Document */
A
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
A:link
{
	font-family: arial;
	color:#FFFFFF;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
A:hover
{
	color: #dc8100;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}
A:visited
{
	font-family: arial;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
A:active
{
	font-family: arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
body.content
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color:#020301;
}
body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color:#73725d;
}
img
{
    border: 0px;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.displayed
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.whatever
{
	left: 100px;
	position: absolute;
	top: 150px;
}
p.banquet
{
	color: #d85411;
	font-family: arial;
	font-size:13px;
	letter-spacing: .08em;
	font-weight: bold;
	text-align:left;
	margin:0px, 0px, 10px, -40px;
	 
}
li.banquet
{
    list-style: none;
    line-height: 1.3em;
    margin-top: 0px;
    margin-left: 50px;
    padding: 0px 0px 0px 0px;
	list-style-image: url(images/list_logo.gif);
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
}
ul.menu1
{
margin-left: 0px;
display: inline;
margin-top: 10px;
}
b.opening
{
	color: #ffffff;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.08em; 
}
ul.menu1 li
{
padding-right:6px;
padding-left:0px;
border-left: 1px solid #c0c0c0;
display: inline;
}
ul.menu1 li.first
{
border-left: none;
display: inline;
}
td
{
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.04em; 
	z-index:10;
	font-size: 9pt;
}
td.test
{
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.04em; 
	z-index:10;
	font-size: 9pt;
	padding-left: 75px;
	padding-right: 75px;
}
img 
{
vertical-align:bottom;
}
.leftcol 
{
    font-weight: bold;
    text-align: right;
    width: 400px;
}    
table.main
{
  clear: both;
  border-color: #c0c0c0;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  background-color: #fafafa;
}
table.top
{
  clear: both;
  border-color: #c0c0c0;
  border-width: 0px 0px 1px 0px;
  border-style: none none solid none;
  background-color: #ffffff;
}
table.bottom
{
  clear: both;
  border-color: #c0c0c0;
  border-width: 1px 0px 0px 0px;
  border-style: solid none none none;
  background-color: #dedede;
}
input.btn
{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}
INPUT
{
	background: #FFFFFF;
	color: #000000;
	font-family: verdana,helvetica;
	font-size: 10pt;
}
SELECT
{
	background: #FFFFFF;
	color: #000000;
	font-family: verdana,helvetica;
	font-size: 9pt;
}
TEXTAREA
{
	background: #FFFFFF;
	color: #000000;
	font-family: verdana,helvetica;
	font-size: 8pt;
}
h1
{
	color: #d85411;
	font-family: arial;
	font-size:13px;
	letter-spacing: .08em;
}
h2
{
	color: #d85411;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: .08em;
	
}
h3
{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: bold;
	
}
h4
{
	color: #d85411;
	font-family: arial;
	font-size:36px;
	letter-spacing: 0.08em;
}
b.menu
{
    color:#ffffff;
   font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: bold;
}
OPTION.scroll
{
	background-color: #C0C0C0;
	color: #000000;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
}
OPTION.scroll2
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-bottom-color:#c0c0c0;
  border-top-color:#c0c0c0;
  border-left-color:#c0c0c0;
  border-right-color:#c0c0c0;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#000000;
	font-family:Arial;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-size:10px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


form.listings fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-bottom-color:#c0c0c0;
  border-top-color:#c0c0c0;
  border-left-color:#c0c0c0;
  border-right-color:#c0c0c0;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form.listings fieldset legend {
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#000000;
	font-family:Arial;
}

form.listings label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight:bold;
}

form.listings fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form.listings p {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:350px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 0px 0px 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-size:15px;
	padding: 3px 0px 0px 0px;
	float:left;
}

form.listings input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea.listings { overflow: auto; }

form.listings small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.listings .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.listings br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
