/* Text styles: used for all HTML text on site ***************/

table, tr, td, p, div, span, input, select, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	letter-spacing: normal;

	border-top-color: #FFFFFF;
}

td {vertical-align: top}
td.mid {vertical-align: middle}
td.bot {vertical-align: bottom}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #004080;
	letter-spacing: normal;
	
	}
body {
		margin: 0px;
		background-color: FFF9F0;
}
.ajuawed {

	font-family: Palatino, Palatino Linotype, Times;
	font-size: 16px;
	Font-weight: normal;
	font-style: italic;
	color: #004080;
}

b {
	Font-weight: bold;


}

strong {
	Font-weight: bold;

}


.ajuawedhead {

	font-family: Palatino, Palatino Linotype, Times;
	font-size: 34px;
	Font-weight: normal;
	font-style: italic;
	color: #004080;
}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	Font-weight: bold;
	color: #004080;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	Font-weight: bold;
	color: #62A49B;
}
h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	Font-weight: regular;
	color: #004080;
}
h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	Font-weight: regular;
	color: #999999;
}
h5 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
h6 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
ul {
	margin-top: 5px;
	margin-left: 20px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 28px;
	letter-spacing: normal;
}

/* Footer (Copyright) Text */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	Font-weight: regular;
	color: #C6BEA6;
}

/* Menu Item description Text */
.smallItal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	Font-weight: regular;
}

/* ERROR MESSAGE TEXT */
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3333;
	Font-weight: bold;
}

/* GIFT CATALOG BREAD CRUMB OFF STATE TEXT */
.shady {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	Font-weight: regular;
}
/* End Text Styles ****************************************************************************************/


/* Trim Styles: used for all background colors of the site (grey lines - yellow header backgrounds, etc.) */

/* Grey/brown colored 1 pixel line trim used all the way around the outside of the page */
.trim01 {
	BACKGROUND: #DED8C9;
	background-color: #FFFFCC;
}

/* Tan/light yellow trim used above and below the Main Navigation items (similar color to the background) */
.trim02 {
	BACKGROUND: #F6F0E0;
}

/* Medium brown trim used in tandem with trim02 above and below the Main Navigation items */
.trim03 {
	BACKGROUND: #C6BEA6;
	background-color: #CCCCFF;
}

/* Dark brown used for bgcolor of table borders */
.trim04 {
	BACKGROUND: #C6BEA6;
}

/* Light brown bgcolor used for the bg of data table rows */
.trim05 {
	BACKGROUND: #F7F3E7;
}

/* White Background */
.white {
	BACKGROUND: #FFFFFF;
}

/* Light yellow/tan color used to fill the background of all pages */
.bgcolor {
	BACKGROUND: #FFFCE3;
}

/* End Trim Styles ****************************************************************************************/


/* Link Styles: used for all HTML text links on the site **************************************************/

a.sidenav:link {
	text-decoration: none;
	color: #1642A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: #1642A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	text-decoration: none;
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: underline;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #E27581;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.sidenav:hover {
	text-decoration: none;
	color: #E27581;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.alfaro {
	text-decoration: underline;
	color: #1642A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* End Link Styles ****************************************************************************************/

/* Link Styles: used for Locations page **************************************************/

a.noUnderline:link {
	text-decoration: none;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.noUnderline:visited {
	text-decoration: none;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.noUnderline:active {
	text-decoration: none;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.noUnderline:hover {
	text-decoration: none;
	color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* End Link Styles ****************************************************************************************/


/* Horizontal Rule: ***************************************************************************************/

hr.coral { 
	border: 0px;
	height: 1px;
	color: #E27581;
	background-color: #E27581;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
}
.faqques {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990033;
	font-weight: bold;
}
.faqansw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #33CC99;
}
img {
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #004080;
}

#menu .title {
        font-weight: bold;
        font-size: 17px;
        text-align: center;
	font-family: Palatino Linotype, palatino, verdana, helvetica;
}

#menu .heading {
	font-family: Palatino Linotype, palatino, verdana, helvetica;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        padding: 0;
        margin: 0;
}

#menu .description {
        text-align: center;
        margin: 0 0 10px 0;
}

#menu .dishname {
}


/*
playback timings (ms):
  LoadShardBlock: 61.748 (3)
  esindex: 0.009
  captures_list: 80.44
  CDXLines.iter: 13.0 (3)
  PetaboxLoader3.datanode: 85.876 (5)
  exclusion.robots: 0.307
  exclusion.robots.policy: 0.293
  RedisCDXSource: 1.776
  PetaboxLoader3.resolve: 857.196 (3)
  load_resource: 947.725
*/