/* Stylesheet for La Residence Dining */


/* Styles for "BODY" */
body {
	background: #8C9485 url(images/background_main.gif) top center repeat;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #900;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
p {
	color: #333;
	font-size: 11px;

}
.specials {
	font:11px;
	letter-spacing:-1;
}
.p2 {
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
}

h2 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
div.divider-gray {
	border: solid #666666;
	border-width: 1px 0px 0px 0px;
}


/* Styles for "Main Container" */
/* This container regulates the width of the actual "page" within each web page. */
div#main-container {
	margin-top: 25px;
	width: 760px;
}


/* Styles for "Header Container" */
/* This container holds the logo bar and navigation bar located at the top of each page. */
div#header-container {
	background: #ECE2C7 url(images/background_page.jpg) top left repeat-y;
}
/* Styles for "Logo Container" */
/* This container holds the logo and regulates the space to the right of the logo. */
div#header-container div#logo-container {
	background: url(images/background_page_top.jpg) top left no-repeat;
}
div#header-container div#logo-container td.left-cell {
	padding: 15px 0px 0px 20px;
}
div#header-container div#logo-container td.right-cell {
	padding: 0px 12px 2px 0px;
}
/* Styles for "Top Navigation Container" */
/* This container holds the navigation elements located at the top of each page. */
div#header-container div#top-nav-container {
	background: #872C2C url(images/background_top_nav_bar.gif) top left repeat-x;
	height: 34px;
	margin: 3px 10px 0px 10px;
}
div#header-container div#top-nav-container a {
	display: inline-block;
	padding: 0px 9px 0px 9px;
}


/* Styles for "Body Container " */
/* This container holds the majority of the content within each page. */
div#body-container {
	background: #ECE2C7 url(images/background_page.jpg) top left repeat-y;
	color: #666;
}
div#body-container div#body-padding-container {
	margin: 0px 10px 0px 10px;
}
/* Styles for "Body Header Container" */
/* This container holds the images found near the top of the "Body Container" just below the navigation bar. */
div#body-container div#body-padding-container table#body-header-container {
	padding-top: 4px;
}
div#body-container div#body-padding-container div.body-header-bottom-border {
	background-color: #872C2C;
	height: 4px;
	margin-top: 4px;
}
/* Styles for "Body Content Container" */
/* This container holds the majority of the textual content within the "Body Container". */
div#body-container div#body-content-container {
	margin: 0px 15px 0px 15px;
	padding: 20px 0px 20px 0px;
}
div#body-container div#body-content-container td.upper-left-corner {
	background: url(images/content_corner_upper_left.gif) top left no-repeat;
	height: 26px;
	width: 26px;
}
div#body-container div#body-content-container td.upper-right-corner {
	background: url(images/content_corner_upper_right.gif) top right no-repeat;
	height: 26px;
	width: 26px;
}
div#body-container div#body-content-container td.lower-left-corner {
	background: url(images/content_corner_lower_left.gif) bottom left no-repeat;
	height: 26px;
	width: 26px;
}
div#body-container div#body-content-container td.lower-right-corner {
	background: url(images/content_corner_lower_right.gif) bottom right no-repeat;
	height: 26px;
	width: 26px;
}
div#body-container div#body-content-container td.border-top {
	border: solid #666666;
	border-width: 1px 0px 0px 0px;
}
div#body-container div#body-content-container td.border-bottom {
	border: solid #666666;
	border-width: 0px 0px 1px 0px;
}
div#body-container div#body-content-container td.border-left {
	border: solid #666666;
	border-width: 0px 0px 0px 1px;
}
div#body-container div#body-content-container td.border-right {
	border: solid #666666;
	border-width: 0px 1px 0px 0px;
}
div#body-container div#body-content-container td.spacer-cell {
	width: 26px;
}
div#body-container div#body-content-container td.content-cell {
	font-family: Verdana, Geneva, sans-serif;
	
}
/* Styles for "Body Bottom Container" */
/* This container holds the last bit of information that's still within the "Body Container" */
div#body-container div#body-bottom-container {
	background: url(images/background_page_bottom.jpg) bottom left no-repeat;
}
div#body-container div#body-bottom-container div.top-border {
	background-color: #872C2C;
	height: 4px;
	margin: 0px 10px 0px 10px;
}
div#body-container div#body-bottom-container div.content {
	padding: 10px 0px 20px 0px;
}


/* Styles for "Footer Container" */
/* This container holds the lower navigation links and credits found at the bottom of each page. */
div#footer-container {
	color: #FFFFFF;
	margin-top: 25px;
	padding-bottom: 25px;
}
div#footer-container a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer-container a:hover {
	color: #000000;
}.heading7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}
.backgrndcolortext {
	color: #333;
}
.holidayheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #872C2C;
	font-weight: bold;
	height: 30px;
	line-height: normal;
}
.holidaylargefont {
	font-size: 10px;
}
#main-container #body-container #body-padding-container #body-content-container table tr .content-cell .p2 strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
}
.bold {
	font-weight: bold;
}
#main-container #body-container #body-padding-container #body-content-container table tr .content-cell p italic {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.whitefont {
	color: #FFF;
}
.bold {
	font-weight: bold;
	color: #333;
}
#main-container #body-container #body-padding-container #body-header-container tr td p strong .bold {
	color: #CCC;
}
whitefont {
	color: #FFF;
}
.paragraph10 {
	font-size: 10px;
	font-weight: normal;
}
