/*  SUMMARY:
Pink: #F65598
Brown: #644E44
Purple: #532B8A
Dark Grey: #333333
Light Grey: #767676
Light Pink: #FAAACB */

/* ================== PAGE SET-UP ================== */
 
* {
margin: 0;
padding: 0;
}

html, body {
margin: 0;
padding: 0;
text-align: center; /* IE6 Workaround */
width: 100%;
background: #644E44;
font-family: Arial, Verdana, sans-serif;
}

#container {
position: relative;
margin: 0 auto;
width: 860px;
text-align: left; /* IE6 Workaround */
}

#container-inner {
margin: 0 30px 0 30px; 
width: 800px;
background: #FFF;
}

/* ================== HEADER ================== */

#header {
width: 800px;
height: 173px;
clear: both;
}

/* ================== RAINBOW STRIP ================== */

.rainbow {
margin: 0;
padding: 0;
width: 800px;
height: 22px;
background: url('../images/rainbow.jpg') no-repeat;
clear: both;
}

/* ================== CONTAINER TOP ================== */

#content-wrapper {
margin-top: 18px;
margin-bottom: 30px;
width: 800px;
float: left;
background: #FFF;
}

/* ================== COLUMNS ================== */

#left-column {
float: left;
width: 184px;
}

#middle-column {
float: left;
margin-left: 27px;
width: 371px;
}

#right-column {
float: left;
width: 168px;
margin-left: 27px;
}

/* ================== LEFT NAV ================== */

ul#nav {
margin: 0;
padding: 0;
list-style: none;
}

#nav-button {
margin: 0 0 15px 0;
padding: 0;
}

#nav-button li {
border-bottom: solid 1px #FAAACB;
margin-bottom: 1px;
padding-left: 14px;
background: url('../images/navblock.gif') repeat-y left top;
}

#nav-button a {
display: block;
font-size: 12px;
font-weight: bold;
background: #F2F2F2;
padding-top: 5px;
padding-bottom: 5px;
color: #767676;
text-decoration: none;
width: 100%;
}

#nav-button a span { /* Shifts the links in the left nav 10px from the margin */
margin-left: 10px;
}

html>body #nav-button li a {
width: auto; /* Sorts out Netscape/Mozilla conflicts with width=100% & display: block combo above */ 
}

#nav-button a:hover {
color: #532B8A;
background: #FAAACB;
}

/* ================== SECTION BELOW NAV ================== */

#below-nav {
width: 160px;
margin-left: 24px;
}

#below-nav h4 {
margin-bottom: 0;
}

#below-nav img{
border: none;
}

.arrow-down {
margin-left: 5px;
}

#brochure {
margin-bottom: 6px;
}

#featured a img {
float: left;
}


/* ================== SIDEBAR ================== */

.sidebox {
width: 167px;
padding: 0;
margin-bottom: 15px;
float: left;
}

.header-partners {
width: 167px;
height: 34px;
text-align: center;
background: url('../images/partner_head.gif') no-repeat;
margin: 0;
}

.header-partners h3 {
position: relative;
top: 10px;
}

.header-sponsors {
width: 167px;
height: 34px;
text-align: center;
background: url('../images/sponsor_head.gif') no-repeat;
margin: 0;
}

.header-sponsors h3 {
position: relative;
top: 10px;
}

.sidebox-middle {
margin: 0;
width: 167px;
height: auto;
background: url('../images/sidebox_tile.gif') repeat-y; 
float: left;
clear: both;
text-align: center;
}

.sidebox-middle img { /* For the logos */
margin-top: 10px;
}

.sidebox-footer {
width: 167px;
height: 15px;
background: url('../images/sidebox_footer.gif') no-repeat;
float: left;
clear: both;
}

#sidebar-contacts {
width: 167px;
float: left;
}

#sidebar-contacts h4 {
margin-bottom: 7px;
}

#sidebar-contacts p {
color: #767676;
margin-bottom: 12px;
}

/* ================== FOOTER ================== */

#footer {
margin: 15px 30px;
width: 800px;
color: #FFF;
font-size: 11px;
}

#footer a {
color: #FFF;
}

#footer a:hover {
color: #F65598;
}

/* ================== GLOBAL TEXT STYLES ================== */

h1 {
font-size: 24px;
color: #F65598;
line-height: 1.2;
margin-bottom: 20px;
}

h2 {
font-size: 16px;
color: #F65598;
line-height: 1.35;
margin-bottom: 16px;
}

h3 {
font-size: 12px;
color: #FFF;
}

h4 {
font-size: 12px;
color: #532B8A;
margin: 0 0 12px 0;
line-height: 1.35;
}

h5 {
font-size: 12px;
color: #767676;
margin-bottom: 12px;
line-height: 1.35;
}

p {
font-size: 12px;
color: #333333;
line-height: 1.35;
margin-bottom: 14px;
}

.hr {
width: 371px;
height: 13px;
border: none;
background: url('../images/hr_plus.gif') no-repeat;
margin: 0 0 8px 0;
clear: both;
}

.hr hr { /* For graceful degradation of HR image above */
display: none;
}

.hr-thin {
display: block;
width: 371px;
height: 1px;
border: none;
background: url('../images/spacer-grey.gif') repeat-x;
margin: 0 0 13px 0;
clear: both;
}

.hr-thin hr { /* For graceful degradation of HR image above */
display: none; 
}

/* ================== SIMPLE STYLE CHANGES ================== */

.purple {
color: #532B8A;
}

.pink {
color: #F65598; }

.red {
color: #FF0000;
}

/* ================== KEYNOTE BLOCK ================== */

.keynote {
width: 182px;
min-height: 74px;
height: auto;
background: #F2ECDE;
margin-bottom: 7px;
float: left;
}

* html .keynote { /* IE6 min-height workaround */
height: 74px;
}

.keynote h4 {
line-height: 1.0;
margin-bottom: 0;
}

.keynote-inner {
float: left;
clear: both;
padding: 7px;
}

.keynote-caption {
float: left;
font-size: 12px;
}

.keynote img {
width: 38px;
height: 38px;
border: 1px solid #CCC;
float: left;
margin-right: 7px;
}

/* ================== AGENDA ================== */

#agenda {
margin: 0;
padding: 0;
}

#agenda h2 {
margin-bottom: 8px;
}

#agenda-nav {
margin-bottom: 15px;
width: 100%;
background: #F2F2F2;
float: left;
clear: both;
}

#agenda-nav p {
position: relative;
left: 8px;
top: 6px;
color: #AAA;
}

#agenda-nav a {
display: inline;
font-size: 11px;
font-weight: bold;
margin-left: 0.3em;
margin-right: 0.2em;
color: #767676;
}

#agenda-nav a:hover {
color: #532B8A;
}

.event {
clear: both;
font-size: 12px;
color: #333333;
float: left;
margin-bottom: 4px;
width: 100%;
}

.event-time {
float: left;
margin-right: 10px;
width: 35px;
}

.event-info {
display: block;
float: left;
}

.width-310 {
width: 310px;
}

.width-100 {
width: 100%;
}

.event-info ul {
margin-bottom: 10px;
list-style-position: outside;
padding-left: 15px;
}

.event-info li {
margin-bottom: 3px;
line-height: 1.2;
}

.event-info h4 {
margin-bottom: 6px;
}

/* ================== SPONSORS ================== */

.sponsor {
display: block;
width: 110px;
float: left;
padding: 0;
margin: 0 11px 15px 0;
}

.sponsor img {
width: 110px;
height: 110px;
border: 1px solid #CCC;
float: left;
clear: both;
padding: 0;
margin: 0 0 5px 0;
}

.sponsor p {
float: left;
font-size: 12px;
color: #333333;
font-weight: bold;
width: 107px;
margin: 0;
padding: 0;
}

/* ================== REGISTER ================== */

#register-form {
margin: 0;
padding: 0;
}

#register-form input {
margin: 0;
padding: 0;
display: block;
}

#register-form input.buy {
float: right;
}

#register-form .package {
display: block;
width: 100%;
clear: both;
margin: 0 0 10px 0;
padding: 0;
}

#register-form .package h3 {
width: 270px;
color: #333;
font-weight: bold;
float: left;
margin: 0 25px 10px 0;
}

#register-form .package p {
display: block;
float: left;
width: 50px;
text-align: right;
padding: 0;
margin: 0;
}

#register-form .package input {
line-height: 12px;	
margin: 0 0 0 5px;
float: right;
display: block;
}

/* ================== CONTACT FORM ================== */

#contact-form {
margin: 0;
padding: 0;
}

#contact-form .row {
display: block;
width: 100%;
padding: 0;
float: left;
clear: both;
margin: 0 0 8px 0;
}

#contact-form .row p {
display: block;
float: left;
width: 100px;
text-align: right;
margin: 0 10px 0 0;
font-weight: bold;
}

#contact-form .row input.text {
margin: 0;
padding: 0;
float: left;
width: 255px;
background: #EEE;
}

#contact-form .row input.textarea {
margin: 0;
padding: 0;
float: left;
width: 255px;
height: 100px;
background: #EEE;
}

#contact-form .hr-thin {
float: left;
clear: both;
margin-top: 8px;
}

#contact-form h4 {
width: 100%;
clear: both;
}

#contact-form input {
margin: 0;
padding: 0;
display: block;
}

#contact-form input.submit {
float: right;
}

#info-pref {
float: left;
clear: both;
width: 100%;
display: inline;
}

#info-pref .row {
float: left;
clear: both;
width: 100%;
display: inline;
}

#info-pref .row p {
float: left;
width: 170px;
text-align: left;
overlow: auto;
padding: 0;
margin: 0 10px 0 0;
}

#info-pref .row input {
padding: 0;
margin: 0;
float: left;
}