﻿body {
    background-color: #4E7296;
    font-family: Verdana;
    font-size: 11px;
    margin: 0px;
}
#container {
    margin: auto;
    width: 1012px;
}
#header {
    background-color: #FFFFFF;
    height: 95px;
    margin: auto;
    padding-top: 23px;
    width: 1000px;
}
#logo {
    float: left;
    margin-left: 12px;
    width: 490px;
}
#headeradvert {
    float: right;
    margin-right: 16px;
    width: 468px;
}
#menu {
    background-color: #A8CF38;
    color: #000000;
}
#menuAfter {
    background-image: url('/content/images/menu_after.jpg');
    background-repeat: no-repeat;
    height: 4px;
}
#content {
    background-color: #FFFFFF;
    margin: auto;
    padding: 15px 10px;
    width: 980px;
}
#frontimages{
	width:514px;
	float:right;
	text-align:right;
	margin-top:8px;
}
.content
{
    float: left;
    width: 750px;
}
.sidebar
{
    float: right;
    width: 200px;
}
.clear { clear: both; }

hr {
    border: solid 1px #DBDBDB;
    margin: 18px auto;
    margin-bottom: 5px;
    width: 950px;
}

/* Typography */
h2 { font-size: 18px; font-weight: bold; margin: 0px; margin-bottom: 15px; }
#logo h1 { display: none; }

/* Navigation */
#menu ul { margin: 0px; }
#menu ul li 
{
    padding: 5px;
    list-style-type: none;
    float: left;
    margin-right: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
#menu ul li:hover
{
    background-color: #638830;
    color: #FFFFFF;
}

/* Links */
#menu a:link, #menu a:active, #menu a:visited { color: #000000; text-decoration: none;}
#menu a:hover { color: #FFFFFF; }


/* Photos */
.photocontainer
{
}
.photocontainer img
{
    border: 1px solid #E1E1E1;
    float: left;
    margin-bottom: 35px;
    margin-right: 35px;
}

/* Sponsorship Matrix */
.sponsormatrix
{
}

.sponsormatrix 
{
    border-collapse: collapse;
}

.sponsormatrix th
{
	background-color: #e0ebc1;
	font-weight:bold;
	border-right:solid 2px black;
	padding-left:1em;
	padding-right:1em;
	border-bottom:solid 1px black;
}

.sponsormatrix td
{
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: solid 1px black;
}

.sponsormatrix, .sponsortype
{
	font-weight: bold;
	border-bottom: solid 2px black;
}

.sponsor-odd
{
	background: #e0ebc1;
}

.sponsor-even
{
	background: #bfc8a5;
}

#sponsor-venue, #sponsor-breakfast, #sponsor-basic-buffet, #sponsor-microsponsor
{
	background: #bfc8a5;
}

#sponsor-joint-venue, #sponsor-lunch, #sponsor-buffet
{
	background: #e0ebc1;
}

#headeradvert img, .sidebaradverts img
{
    border: 0px;
}

/* Form Elements */
.form 
{
    margin: auto;
    width: 450px;
}
.display-label, .editor-label
{
    margin-top: 15px;
}
button
{
    margin-top: 20px;
}
.form input, .form select, .form textarea
{
    background-color: #A9CF2E;
    border: 1px solid #365C29;
    font-family: Verdana;
    font-size: 11px;
    padding: 4px;
    width: 400px;
}
.form .input-validation-error
{
    background-color: #D62738;
    color: #FFFFFF;
}
.field-validation-error 
{
    color: #CC0000;
    margin-bottom: 15px;
    min-height: 20px;
}
.updateBox
{
    background-color: #E1E1E1;
    border: solid 1px #C1C1C1;
    margin: auto;
    padding: 10px;
    width: 400px;
}