﻿body
{
    background: #f0e68c;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    width: 80%;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	font-size: 152%;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 129%;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

p, blockquote, ul, ol {
	line-height: 180%;
}

blockquote, ul, ol {
	margin-left: 3em;
}

a {
	color: #345BA8;
}

a:hover {
	text-decoration: none;
}

.boxed {
	margin: 10px;
	border: 1px solid #E9EAEB;
}

.boxed .title {
	padding: 5px 10px;
	background: #F7F7F7;
}

.boxed .content {
	padding: 10px;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	background: url(~/images/menu.jpg) repeat-y left top;
}
#maincontent
{
    float: left;
    width: 500px;
}
#content {
	float: right;
	width: 533px;
}
#addrinfo
{
    margin: 0px;
    background-color: #EEE8AA;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    float: left;
    clip: rect(0px, auto, auto, 2px);
    line-height: normal;
    text-align: center;
    vertical-align: top;
    height: 150px;
    width: 200px;
    top: 0px;
    padding: 0px 0 0 2px;
}

#sidebar
{
    margin: 2px;
    padding: 6px;
    float: left;
    width: 220px;
}

#rightsidebar
{
    margin: 0px;
    background-color: #EEE8AA;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    float: right;
    clip: rect(0px, auto, auto, 2px);
    line-height: normal;
    text-align: center;
    vertical-align: top;
    height: auto;
    width: 300px;
    top: 0px;
    padding: 0px 0 0 2px;
}
/* Logo */

#logo {
	
	height: 150px;
	background: url(~/images/cbhclogo.gif) no-repeat left top;
}

#logo h1 {
	padding: 80px 0 0 19px;
	letter-spacing: -1px;
	font-size: 197%;
	font-weight: normal;
}

#logo h2 {
	padding: 0px 0 0 20px;
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 20px 0;
}

/* News */

#news {
}

#news .title {
	padding: 15px;
}

#news .content {
	padding: 0 15px;
	font-size: 85%;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#news li {
	margin-bottom: 15px;
}

/* Footer */

#footer {
	padding: 5px 0;
	background: #3F6EB6;
	text-align: center;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.listlevel1
{
    list-style-type: circle;
    list-style-image: none;
    list-style-position: inside;
    visibility: visible;
    padding: 2px;
    display: list-item;
    width: auto;
    left: 5em;
    font-size: large;
    font-weight: bold;
}
.listlevel2
{
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    visibility: visible;
    padding: 2px;
    display: list-item;
    width: 500;
    right: 10em;
    font-size: small;
    font-weight: normal;
}
.lstbox
{
    display: block;
    float: left;
    position: relative;
    padding: 5px;
    margin: 2px;
}
.stafftable
{
    width: 40%;
    border-style: solid;
    border-width: 1px;
    background-color: #EEE8AA;
    table-layout: fixed;
    caption-side: top;
    position: relative;
}
#brickform
{
    padding: 10px 0px 0px 10px;
    position: relative;
    display: table;
    table-layout: fixed;
    empty-cells: show;
    caption-side: top;
    line-height: normal;
    clip: rect(auto, auto, auto, 100px);
    margin-left: 20px;
}
