body {
background: #eee;
font: .8em sans-serif;
line-height: 1.3em;
}

a {
color: #26a;
}

h1, h2, h3 {
color: #a21;
font-weight: normal;
}

h2 {
font-size: 18px;
}

h3 {
margin-bottom: 0;
font-size: 1em;
}

ul {
padding-left: 15px;
}

table {
width: 690px;
background: #f2f2f2;
}

th {
text-align: left;
font-size: 11px;
padding: 2px 5px;
white-space: nowrap;
background: #fff;
color: #a21;
font-weight: normal;
border-bottom: 2px solid #ccc;
}

th b {
text-transform: uppercase;
}

td {
border-bottom: 1px solid #ccc;
padding: 5px;
vertical-align: top;
font-size: 12px;
}

td h3 {
margin: 0;
}

.clear {
clear: both;
}

#mainframe {
margin: 10px auto;
width: 1000px;
}

#header {
background: #a21;
padding-top: 10px;
overflow: hidden;
}

#content {
padding: 25px;
background: #fff url(../img/bkgd.gif) repeat-x;
color:#333;
border: 1px solid #ccc;
}

#topbar {
margin: 10px 20px;
}

#topnav {
margin-left: 178px;
overflow: hidden;
}

#topnav a {
float: left;
display: block;
/* width: 120px; */
height: 30px;
margin: 0 3px
}

#topnav a:hover {
background-position: bottom;
}

#topnav a.on {
background-position: bottom;
}

#home {
background: url(../img/nav-home.gif)
}

#overview {
background: url(../img/nav-overview.gif)
}

#whyattend {
background: url(../img/nav-whyattend.gif)
}

#location {
background: url(../img/nav-location.gif)
}

#agenda {
background: url(../img/nav-agenda.gif)
}

#sponsors {
background: url(../img/nav-sponsors.gif)
}

#registration {
background: url(../img/nav-registration.gif)
}

#logo {
margin: 0 30px 20px 20px;
}

#sticky {
position: relative;
top: -40px;
}

#column1 {
float: left;
width: 400px;
margin-right: 40px;
}

#column2 {
float: left;
width: 250px;
font-size: .9em;
line-height: 15px;
margin-right: 40px;
}

#column3 {
float: left;
width: 200px;
font-size: 1em;
}

#column4 {
float: left;
width: 690px;
margin-right: 40px;
}

.column {
float: left;
width: 430px;
margin-right: 40px;
}

last {
margin-right: 0;
}

.pic {
margin-right: 15px;
margin-bottom: 15px;
border: 1px solid #ccc;
}

#column2 p {
clear: both;
}

#column2 b, #column3 b {
font-size: 1.1em;
}

#tabs {
margin-top: 30px;
padding-left: 30px;
background: url(../img/tabbar-bkgd.gif) no-repeat;
font-size: 11px;
height: 30px;
text-transform: uppercase;
}

#tabs a {
color: #000;
display: block;
float: left;
padding: 2px 10px 1px 10px;
border-right: 1px solid #bbb;
text-decoration: none;
}

#tabs a:hover {
background: url(../img/tabbar-bkgd-on.gif);
color: #a21;
}

#dim {
color: #aaa;
display: block;
float: left;
padding: 8px 10px;
border-right: 1px solid #aaa;
}

.tab-on {
background: url(../img/tabbar-bkgd-on.gif);
}

#t1c, #t2c, #t3c, #t4c {
padding: 10px;
border: 1px solid #ccc;
border-top: 0;
}

#t1c p, #t2c p, #t3c p, #t4c p {
font-size: .9em;
}

#footer {
clear: both;
padding: 10px 20px;
background: #a21 url(../img/logo-footer.png) right no-repeat;
color: #fff;
}

input.contact, select.contact, textarea.contact {
border: 1px solid #ccc;
padding: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
width: 95%;
}

select.contact {
width: 100%;
}

input#submit {
color: white;
background: #a21;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
border: 1px solid #ccc;
margin-top: 10px;
padding: 10px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
width: 50%;
cursor: pointer;
}

label {
display: block;
clear: both;
font-weight: bold;
margin-top: 10px;
}

label.error {
float: none; 
color: #a21; 
padding-left: .5em; 
vertical-align: top; 
font-weight:bold;
}

input.error {
border-color: #a21;
background: #ffe;
}

label span {
display: block;
font-weight: normal;
}

#seminars table{
width: 100%;
}

#seminars input {
margin: 10px;
}

.alert {
border: 1px solid #fc9;
padding: 10px;
background: #ffe;
margin-bottom: 1em;
}

