﻿/* Cascading Stylesheet */

body {
	background-color: #fff;
	background-image: url("../images/hd_lunchexpress.gif");
	background-repeat: repeat-x;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Adobe Garamond Pro", Garamond, serif;
	line-height: 1.5em;
	margin: 0.5em 0;
}

h1 {
    font-size: 2.8em;
    font-weight:normal;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

p {
    margin: 1.5em 0;
    line-height:1.4em;
    font-size:0.87em;
}

table th, table td {
    padding: 2px;
}
    
a {
	font-weight: bold;
	text-decoration: none;
	color:#00703C;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

strong, b {
    font-weight:bold;
}
    
em, i, italic {
    font-style:italic;
}

u {
    text-decoration: underline;    
}    

strike {
    text-decoration: line-throug;    
}

small {
    font-size: xx-small;
}

big {
    font-size: xx-large    
}

sub {
    vertical-align: super;
    font-size: xx-small;
}

sup {
    vertical-align: sub;
    font-size: xx-small;
}

center {
    text-align:center;    
}

dd { 
    text-indent: 20px;
}

.float-menu {
    list-style: none;
    margin: 10px 0;
}

.float-menu li {
    float: left;
    margin-left: 10px;
}

.rssitem span {
	display: none;
}

.content100percent {
    clear: both;
}

.content50percent {
    float: left;
    width: 308.5px;
    margin-right: 5px;
}

.content66percent {
    float: left;
    width: 413px;
    margin-right: 5px;
}

.content33percent {
    float: left;
    width: 260px;
    margin-right: 5px;
    margin-left: 5px;
}

/* CRUMB TRAILS */

#crumbs {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #666666;
	float: left;
}

#crumbs .crumb {
    color: gray;
    text-decoration: none;
    font-weight: bold;
}

#crumbs .crumb:hover {
    color: #B60C20;
    text-decoration: underline;
    font-weight: bold;
}

#crumbs .activeCrumb {
    color: #B60C20;
    text-decoration: none;
    font-weight: bold;
}

#crumbs .activeCrumb:hover {
    color: #B60C20;
    text-decoration: underline;
    font-weight: bold;
}

/* GENERAL DESIGN ELEMENTS */

#wrapper {
    width: 820px;
    margin: 0 auto;
}

#logowrapper {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

#slideshow {
    width: 820px;
    height: 300px;
}

#content {
    float: left;
    width: 635px;
    padding-left: 10px;
    background: url("../images/ikDottedGray.gif") repeat-y left top;
}

#footer {
    height: 50px;
    background-image: url("../images/im_footer.gif");
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#footer img.beta {
    position: absolute;
    margin-left: 30px;
}

#footer div.footer {
    padding-top: 37px;
    text-align: center;
    color: #B0B0B0;
    font-size: 0.8em;
}

/* CLASSES */

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-0 {
    margin: 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.roundedBox {
    background: #fff;
}

.roundedBox div.roundedBoxTop {
    background-image: url("../images/ikRoundedRight.gif");
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 1px;
}

.roundedBox div.roundedBoxTop div {
    background-image: url("../images/ikRoundedLeft.gif");
    background-repeat: no-repeat;
    background-position: left top;
    height: 10px;
}

.roundedBox div.roundedBoxTop div div {
    background-image: url("../images/ikRoundedBorder.gif");
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0 10px;
}

.roundedBox div.roundedBoxContent {
    padding: 5px 15px;
}

.roundedBox div.roundedBoxBottom {
    background-image: url("../images/ikRoundedRight.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 1px;
}

.roundedBox div.roundedBoxBottom div {
    background-image: url("../images/ikRoundedLeft.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 10px;
}

.roundedBox div.roundedBoxBottom div div {
    background-image: url("../images/ikRoundedBorder.gif");
    background-repeat: repeat-x;
    background-position: center bottom;
    margin: 0 10px;
}

input {
    border: 1px solid #b4d7c7;
    margin-bottom:5px;
}

textarea {
    border: 1px solid #b4d7c7;
    margin-bottom:5px;
}

select {
    border: 1px solid #b4d7c7;
    margin-bottom:5px;
    font-size:12px;
    font-family:Arial, Verdana, Sans-Serif;
}

.submit {
    border:1px solid #b4d7c7;
    background:#cff8e5;
    cursor:pointer;
    color:#231F20;
    font-size:12px;
    font-family:Arial, Verdana, Sans-Serif;
}