/*
        Reset elemetns
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
html {
    overflow-y: scroll;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* HTML 5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}


/* Fonts, spacing, colors and text format */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
table {
    line-height: 1.5;
    font-weight: normal;
}

p {
    
}

a {
    text-decoration: none;
}

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

a:focus {
    outline: 1px dotted;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 10px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #c7c731;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 16pt;
}

h4 {
    font-size: 14pt;
}

h5 {
    font-size: 12pt;
}

h6 {
    font-size: 12pt;
}

.important {
    color: #ff0000;
}


.detail {
    color: #2f695f;
}

.csc-textpic-caption {
    font-style: italic;
    font-size: 11px;
}
/* End of reset */


body {
	font-family: Verdana, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        font-size: 12pt;
        color: #555;
}

.greybox {background: #dadada; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px; padding: 15px;
}

.greybox h2 {
    font-size: 14pt;
    color: #444;
    font-weight: bold;
}

.leftcontent .greybox {
    margin-left: 40px;
    margin-right: 8px;
}

.lunchmenu {
    background: url(../images/bg-lunchmenu.png) no-repeat;
    width: 356px;
    height: 314px;
    padding: 43px 200px 43px 34px;
    overflow: hidden;
}

.lunchmenu h1,.lunchmenu h2,.lunchmenu h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 12pt;
}

.lunchmenu p {
    color: #fff;
    font-size: 11pt;
}