/* ===================================================== */
/* MAIN CSS                                              */
/* ===================================================== */

html, body {
	min-height: 100%;
    width: 100%;
    height: 100%;
}

img {
	border: none;
}

body {
	/*background-image:url(images/layout/bgtileSage.jpg);*/
	background-image:url(images/layout/bgtileBlueSlate.gif);
	background-position: center top;
	background-repeat:repeat; 
	background-color: #394856;
	color: #333333;
	text-align: left;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
}

a, a:visited, a:active {
	/*color: #928C6B;*/
	color: #536698;
	text-decoration: none;
}

a:hover {
	color: #B31C21;
	text-decoration: none;
}

a.homepage, a.homepage:visited, a.homepage:active {
	color: #9A9A9A;
	text-decoration: none;
}

a.homepage:hover {
	color: #000000;
	text-decoration: none;
}

input {
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	padding: 2px;
}

ul {
	margin: 14px 0 0 0;
	padding: 0;
}

li {
	list-style: square;
	margin-bottom: 8px;
}

.indented {
	padding-left: 40px;
}


/* ===================================================== */
/* CONTAINERS                                            */
/* ===================================================== */

/* CONTAINER TO ENSURE HORIZONTAL CENTERING & Z-POSITION OF MAIN CONTENT */

#container {
    position: relative;
    margin: 0 auto;
	width: 100%;
	z-index: 1;
	padding: 80px 0 60px 0;
}

/* CONTAINER FOR SIGNIN POPOVER */

#signin {
	position: relative;
    margin: 0 auto;
	width: 100%;
	z-index: 3;
	vertical-align: middle;
	text-align: center;
	padding: 230px 0 0 0;
}


/* ===================================================== */
/* FRAME                                                 */
/* ===================================================== */


.top {
	height: 66px;
	background: url(images/layout/frame_horiz.gif) 0px 0px repeat-x;
}

.bottom {
	height: 66px;
	background: url(images/layout/frame_horiz.gif) 0px -66px repeat-x;
}

.left {
	width: 50px;
	background: url(images/layout/frame_vert.gif) 0px 0px repeat-y;
}
	
.right {
	width: 49px;
	background: url(images/layout/frame_vert.gif) -50px 0px repeat-y;
}

.topleft {
	width: 50px;
	height: 66px;
	background: url(images/layout/frameDither.gif) 0px 0px no-repeat;
}

.topcenter {
	width: 165px;
	height: 66px;
	background: url(images/layout/frameDither.gif) -50px 0px no-repeat;
}

.topright {
	width: 49px;
	height: 66px;
	background: url(images/layout/frameDither.gif) -215px 0px no-repeat;
}

.bottomleft {
	width: 50px;
	height: 66px;
	background: url(images/layout/frameDither.gif) 0px -66px no-repeat;
}

.bottomcenter {
	width: 165px;
	height: 66px;
	background: url(images/layout/frameDither.gif) -50px -66px no-repeat;
}

.bottomright {
	width: 49px;
	height: 66px;
	background: url(images/layout/frameDither.gif) -215px -66px no-repeat;
}

.center {
	background-color: #FFFFFF;
}

.topbumper {
	width: 358px;
}

.bottomleftnav {
	width: 348px;
	margin: 2px 0 0 0px;
	text-align: left;
	padding-left: 10px;
}

.bottomrightnav {
	width: 348px;
	margin: 2px 0 0 0;
	text-align: right;
	padding-right: 10px;
}

.credit {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-style: italic;
}


/* ===================================================== */
/* MENUS                                                 */
/* ===================================================== */

#mainmenu {
	text-align: center;
}

#submenu {
	text-align: left;
}

#mainmenu img, #submenu img {
	border: none;
}


/* ===================================================== */
/* DECO/LAYOUT ELEMENTS                                  */
/* ===================================================== */

.deco {
	margin: 14px 0 8px 0;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	margin: 10px 0 12px 0;
	color: #666666;
	background: url(images/layout/dottedline.gif);
}

/* ===================================================== */
/* CONTENT                                               */
/* ===================================================== */

/* SECTION IMAGES WITH BORDERS */


#mainimage {
	margin: 0;
	padding: 0;
}

#mainimage img {
	background-color:#FFFFFF;
	margin: 0px auto;
	padding: 5px;
	border: solid 1px #000000;
	vertical-align: middle;
}

#landingimage img {
	margin: 0px auto;
	padding: 8px;
	border: solid 1px #000000;
}

/* STYLE FLASH THE SAME WAY AS IMAGES */

#mainimage .flash {
	background-color:#FFFFFF;
	margin: 0px auto;
	padding: 5px;
	border: solid 1px #000000;
	vertical-align: middle;
	width: 354px;
	height: 230px;
}

#landingimage .flash {
	margin: 0px auto;
	padding: 8px;
	border: solid 1px #000000;
}

/* MAIN CONTENT TEXT STYLING */

#maincopy {
	color: #333333;
	width: 372px;
	text-align: left;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	line-height: 1.54em;
	margin: 0;
	padding: 0;
}

#maincopy p {
	margin-bottom: -3px;
}

#maincopy hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

#foodmenu p {
	margin-bottom: 0px;
}

#foodmenu .header {
	padding-top: 14px;
}

.textleft {
	padding-right: 20px;
}

.textright {
	padding-left: 30px;
}
	
.tablelist td {
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #DEDEDE;
}

.tablelist td:last-child {
	padding-right: 0;
}


/* TABLE FOR SIGN IN OR ACCOUNT UPDATING */

#formtable {
	width: 836px;
	height: 333px;
	vertical-align: middle;
	position: relative;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#formtable input {
	color: #AAAAAA;
	background: #FFFFFF;
	border: 1px solid #EFEAD5;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	padding: 4px 3px 3px 3px;
	vertical-align: middle;
	width: 180px;
	float: right;
	margin-bottom: 5px;
	height: 1.25em;
	text-align: center;
}

#formtable input:hover {
	background: #EFEAD5;
	color: #000000;
}

#formtable label {
	float: left;
	vertical-align: middle;
}

#formtable select {
	text-align: left;
	padding: 4px 3px 3px 3px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	float: right;
	line-height: 1.5em;
	color: #AAAAAA;
	border: 1px solid #EFEAD5;
	background: #FFFFFF;
	margin-left: 12px;
	margin-bottom: 5px;
}

#formtable textarea {
	color: #AAAAAA;
	background: #FFFFFF;
	border: 1px solid #EFEAD5;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	padding: 4px 3px 3px 3px;
	text-align: left;
	margin-top: 5px;
}

#formbutton input {
	display: block;
	background-color: #EFEAD5;
	color: #000000;
	float: right;
	clear: both;
	width: 100px;
	margin-top: 5px;
	margin-bottom: -4px;
	margin-right: 0;
	margin-left: 5px;
	height: 24px;
}

#formbutton input:hover {
	background-color: #B31C21;
	color: #FFFFFF;
}

#formtable img {
	border: none;
}

#dottedline {
	width: 300px;
	height: 1px;
	background: url(images/layout/dottedline.gif) no-repeat;
	margin: 20px 0 20px 0;
	padding: 0;
	position: relative;
}



/* ===================================================== */
/* IMAGE GALLERIES                                       */
/* ===================================================== */

#gallery {
	width: 366px; /* Add extra pixels to width to counteract the img padding */
	text-align: left;
}

#gallery1, #gallery2, #gallery3, #gallery4, #gallery5, #gallery6 {
	position: absolute;
}

#gallery .item {
	visibility: hidden;
}

#gallery .firstitem {
	visibility: visible;
}

#gallery ul {
	float:left;
	margin: 20px 20px 0 7px;
	padding: 0;
	list-style: none;
	margin: 4px 0 0 0;
	display: inline;
}

#gallery a {
	color: #999999;
	display: block;
}
	

#gallery li {
	margin-right: 3px;
	display: block;
	text-align: center;
	width: 12px;
	height: 12px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

#gallery a:hover {
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}

#gallery .selected {
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #666666;
}