
/* Text styles: used for all HTML text on site ***************/

table, tr, td, p, div, span, input, select, li {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 20px; 
}

ol {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 28px; 
}

H1 {
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	Font-weight: bold;
	color: #405030;
}

H2 {
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #9B3738;
}

H1.Ryder {
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	Font-weight: bold;
	color: #706040;
}

/*  */
.text02 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

/* Photo Captions */
.text03 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

/* Sub-level Main Page Headers (Function Rooms, etc.) */
.text04 {
	font-family: Times, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	Font-weight: bold;
	color: #4B3708;
}

/* Pop-Up Room Information Text */
.text05 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	Font-weight: regular;
	color: #4B3708;
}

/* Pop-Up Active Link Text */
.text06 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	Font-weight: regular;
	color: #999999;
}

/* Table headers (Shopping Bag) */
.text07 {
	font-family: Times, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	Font-weight: bold;
	color: #4B3708;
}

/* Footer (Copyright) Text */
.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	Font-weight: regular;
	color: #C6BEA6;
}

/* Menu Item description Text */
.smallItal {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	Font-weight: regular;
}

/* ERROR MESSAGE TEXT */
.error {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc3333;
	Font-weight: bold;
}

/* DIRECTIONS MESSAGE TEXT */
.directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339900;
	Font-weight: bold;
}

/* GIFT CATALOG BREAD CRUMB OFF STATE TEXT */
.shady {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	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;
}

/* 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;
}

/* 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 {
	text-decoration: underline;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	color: #000066;
}

a:link {
	text-decoration: underline;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	color: #000066;
}
a:visited {
	text-decoration: underline;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	color: #000066;     /*color: #785F2D;*/
}
a:active {
	text-decoration: underline;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	color: #804040;
}

/* End Link Styles ****************************************************************************************/

/* Link Styles: used for Locations page **************************************************/

a.noUnderline:link {
	text-decoration: none;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	padding-top: 3px;
	font-size: 13px;
	color: #000066;
}
a.noUnderline:visited {
	text-decoration: none;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	padding-top: 3px;
	font-size: 13px;
	color: #000066;     /*color: #785F2D;*/
}
a.noUnderline:active {
	text-decoration: none;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	padding-top: 3px;
	font-size: 13px;
	color: #000066;
}
a.noUnderline:hover {
	text-decoration: none;
	font-family: Times, "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	padding-top: 3px;
	font-size: 13px;
	color: #3333CC;
}

/* End Link Styles ****************************************************************************************/



.smalltext{ 
    color: "#555555";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
     }


/* Horizontal Rule: ***************************************************************************************/

HR.grey { 
	height: .1px;
	width: 100%;
	color: #33333C;
}

/* End Horizontal Rule: ************************************************************************************/
	

