* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #003e6e url(/images/main_bg.gif) repeat-x;
  font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #2d2d2d;
}

h1, h2, h3 {
  color: #0250a2;
}

h2 {
  color: #1e9fda;
}

h3 {
  font-size: 1em;
}

p, blockquote, ul, ol {
  margin-bottom: 1.5em;
  line-height: 1.65em;
  text-align: justify;
}

p {
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
  font-style: italic;
}

ul {
  margin-left: 3em;
}

ul li {
}

ol {
  margin-left: 3em;
  padding-right 25px;
}

ol li {
}

a {
  text-decoration: underline;
  color: #d66c0d;
}

a.pdf {
  display: block;
  height: 54px;
  background: #fff url(/images/pdf-icon.gif) no-repeat;
  padding: 0 0 0 50px;
  font-size: 1.5em;
  color: #999;
  text-decoration: none;
  line-height: 52px;
}
a.pdf:hover {
  color: #1997d5;
 }

a:hover {
  text-decoration: none;
  color: #1997d5;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 5px 20px 10px 0;
}

img.right {
  float: right;
  margin: 5px 0 0 20px;
}
img.rightNoborder {
  float: right;
  margin: 5px 0 0 20px;
  border: none !important;
}
img.leftNoborder {
  float: left;
  margin: 5px 20px 0 0;
  border: none !important;
}
div.centerNoborder {
  width: 500px;
  margin: 0 auto;
}
div.centerNoborder img {
  border: none !important;
}
/*top menu */
#topmenu {
  width: 960px;
  margin: 0 auto;
}

#topmenu ul {
  float: right;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}

#topmenu li {
  display: inline;
}

#topmenu a {
  display: block;
  float: left;
  margin: 0;
  padding: 8px 16px 0 8px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#topmenu a:hover {
  color: #f8e162;
}

/* Header */

#header {
  clear: both;
  width: 920px;
  height: 175px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  background: #97daf7 url(/images/banner.jpg) no-repeat;
}

/* Header > Logo */

#logo {
  width: 960px;
}

#logo h1 {
  margin: 0 0 0 -9999px;
  padding: 0;
  font-size: 0;
}

#logo h2 {
  float: left;
  font-size: 1.25em;
  margin-top: 100px;
  margin-left: 127px;
  }

#logo a {
  text-decoration: none;
  color: #000000;
}

/* Header > Menu */

#menu {
  z-index: 1;
  clear:both;
}

#menu ul {
  margin: 19px 0 0 0;
  padding: 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  width: 120px;
  height: 36px;
  line-height: 36px;
  margin-left: 2px;
  padding-top: 0;
  background: url(/images/nav_bg.gif) no-repeat;
  text-decoration: none;
  text-align: center;
  font-size: 1.15em;
  font-weight: bold;
  color: #fff;
}
#menu a:hover {
  background-image: url(/images/nav_bg_over.gif);
  color: #0250a2;
}

#menu .active a {
  background-image: url(/images/nav_bg_active.gif);
  color: #fff !important;
}
#menu .active a:hover {
  color: #f5de5b !important;
}


#menu a.long {
  display: block;
  float: left;
  width: 185px !important;
  height: 36px;
  line-height:  36px;
  margin-left: 2px;
  padding-top: 0;
  background: url(/images/nav_bg_long.gif) no-repeat;
  text-decoration: none;
  text-align: center;
  font-size: 1.10em;
  font-weight: bold;
  color: #fff;
}

#menu a.long:hover {
  background-image: url(/images/nav_bg_long_over.gif);
  color: #0250a2;
}
#menu .active a.long {
  background-image: url(/images/nav_bg_long_active.gif);
}


/* Boxed Style */

.boxed {
    border: 1px solid #003e6e;
    margin-bottom: 10px;

}

.boxed .title h2 {
  height: 26px;
  padding: 6px 0 0 10px;
  text-transform: uppercase;
  font-size: 1.15em;
  color: #fff;
  background-color: #000;
}

.boxed .content {
  padding: 0;
  border-top: 1px solid #FFFFFF;
  background: url(/images/content_bg.gif) repeat-x;
}
.boxed .date {
  margin-top: -21px;
  padding-right: 8px;
  text-align: right;
  font-size: x-small;
  color: #fff9d5 !important;
}

/* Post */

.post {
}

.post .title {
  background: #1e9fda url(/images/title.gif) repeat-x;
  font-size: 1.15em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.post .title span {
  display: block;
  height: 25px;
  padding: 10px 0 0 15px;
}

.post .date {
  margin-top: -21px;
  padding-right: 8px;
  text-align: right;
  font-size: x-small;
  color: #fff9d5 !important;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
  clear: both;
}

.post .meta p {
  margin: 0;
  padding: 10px 20px 15px 20px;
  border-top: 1px dotted #CCCCCC;
  line-height: normal;
  font-size: x-small;
}

.post .story {
  padding: 12px;
  border-top: 1px solid #FFFFFF;
  background: url(/images/content_bg.gif) repeat-x;
}
.post .story h3 {
  font-size: 1.35em;
}
.post .story h4 {
  font-size: .80em;
  background-color: #fff;
  padding: 3px;
  font-weight: normal;
  color: #1e9fda;
  border: 1px solid #ddd;
}



/* Content */

#content {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  background-color: #fff;
  border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
  float: left;
  width: 500px;
  padding-left: 15px;
}
#main img {
  border: 4px solid #ccc;
  padding: 1px;
}

/* Content > Main Subpages */

#main_subpages {
  float: left;
  width: 700px;
  padding-left: 25px;
}
#main_subpages img {
  border: 4px solid #ccc;
  padding: 1px;
}
ul.spons_main {
  list-style: none;
  margin: 15px 0 15px 0;
  padding: 0;
}

ul.spons_main li {
  clear: both;
  border-bottom: 1px dotted #CCCCCC;
}
ul.spons_main li img {
  float: left;
  border: none !important;
  padding: 0 15px 10px 0 !important;
}
ul.spons_main li p.description {
  font-size: 1.0em;
}
ul.spons_main li p.website a {
}

ul.spons_sub {
  float: left;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: 1px dotted #CCCCCC;

}
ul.spons_sub li {
  float: left;
  margin: 20px 60px 10px 0;
}
ul.spons_sub li img {
  float: left;
  border: none !important;
  padding: 0 15px 10px 0;
}

div#participants{
  margin: 6px 0;
}
div#participants h2{
  padding-top: 6px;
}
div#participants p{
  color: #0250a2;
  margin: 0 0 6px 0;
  padding: 0;
}
div#participants h3 {

}
div#participants h3 a {
  text-decoration: none;
  color: #d66c0d;
  font-size: .75em !important;
  padding: 4px 0 19px 34px;
  margin: 0 !important;
  background: url(/images/hookup_button.gif) no-repeat 0 0 !important;
  outline:  none;

}
div#participants h3 a:hover {
  background: url(/images/hookup_button_over.gif) no-repeat 0 0 !important;
}
/* hookup divs */
div#hookup1 {
  display: none;
  margin: 14px 0 0 275px;
  padding: 10px;
  background-color: #ddd;
  width: auto;
  border: 3px double #1e9fda;
}
div#hookup1 p {
  font-size: .90em;
  margin: 0;
  padding: 0;
}
div#hookup2 {
  display: none;
  margin: 14px 0 0 275px;
  padding: 10px;
  background-color: #ddd;
  width: auto;
  border: 3px double #1e9fda;
}
div#hookup2 p {
  font-size: .90em;
  margin: 0;
  padding: 0;
}

/* Content > Main Subpages > Events */

div.events ul {
    margin: 15px 0;
    list-style-type: none;
    clear:  both;
}
div.events li { 
    clear:both 
}
div.events span{
    display:block;
}  
div.events ul span.event {
    float: left;
    width: 260px;
    padding: 0 0 0 25px;  
    font-size: 1.10em;
    font-weight: bold;
    text-align: left !important;
}
div.events ul span.time {
    color: #0250a2;
    width: auto;
}
div.events ul span.location {
    color: #666;
    margin: 0;
    padding: 0 0 0 50px;
    font-style: oblique;
    background: url(/images/events-arrow.gif) no-repeat 38px 6px; 
    clear:both;
}

/* Content > Main > Welcome */

#welcome {
}

table#leaderTable{
  font-size: .95em;
  width: 100%;
  border: 4px solid #ccc;
  margin: 5px 0 10px 0;  
}
table#leaderTable th {
  font-size: 1.05em;
  background-color: #f8e162;
  color: #0250a2;
  font-weight: bold;
  text-align: center;
  padding: 3px 4px;
}
table#leaderTable td {
  padding: 2px 5px;
  text-align:center;
}
.csv2table-table tr > td:first-child, .csv2table-table tr > th:first-child { 
  text-align:left;
  width:100px;
}


table#leaderTable tr.oddRow {
  background-color: #fff;
}
table#leaderTable tr.evenRow {
  background-color: #dff3fd;
}

.csv2table-table{
    font-size: .95em;
    width: 100%;
    border: 4px solid #ccc;
    margin: 5px 0 10px 0;    
}
.csv2table-table th {
    font-size: 1.05em;
    background-color: #f8e162;
    color: #0250a2;
    font-weight: bold;
    text-align: center;
    padding: 3px 4px;
}
.csv2table-table td {
    padding: 2px 5px;
    text-align:center;
}
.csv2table-table tr.oddRow {
    background-color: #fff;
}
.csv2table-table tr.evenRow {
    background-color: #dff3fd;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
  float: left;
  width: 180px;
  margin-left: 15px;
}

/* Content > Sidebar > spons */

.spons {
}
.spons img {
  padding-left: 12px !important;
}

.spons ul {
  margin: 5px 0 15px 0;
  padding-left: 0;
  list-style: none;
}
.spons p {
  padding: 5px 8px 6px 8px !important;
  font-size: .85em;
  margin: 0 !important;
}

.spons h3 {
  margin: 0;
  padding: 6px 0 4px 10px;
  text-transform: uppercase;
  font-size: 1.15em;
  color: #fff;
  background: #065693 url(/images/title.gif) repeat-x;
}

/* Content > Sidebar2 */

#sidebar2 {
  float: left;
  width: 230px;
  margin-left: 15px;
}


/* Content > Sidebar 2 > Release Board */
.csv2table-rb-table {
  font-size: .80em;
  width: 100%;
  margin: 8px 0 0 0;
  padding: 0;
}
.csv2table-rb-table th {
  font-size: 1.15em;
  background-color: #f8e162;
  color: #0250a2;
  font-weight: bold;
  text-align: center;
  padding: 5px 4px;
}
.csv2table-rb-table td {
  padding: 5px 4px;
}
div.key {
  padding:4px 0;
  font-size: .80em;
  background-color: #0250a2;
  text-align: center;
  color: #fff;
}
.csv2table-rb-table tr.oddRow {
  background-color: #fff;
}
.csv2table-rb-table tr.evenRow {
  background-color: #dff3fd;
}


/* Content > Sidebar 2 > Login */

#login {
}

#login form {
}

#login fieldset {
  border: none;
  padding: 10px;
}

#login legend {
  display: none;
}

#login label {
  display: block;
}

#login input {
  margin-bottom: 10px;
  padding: 2px 5px;
  font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #666666;
}

#inputtext1, #inputtext2 {
  width: 160px;
}

#inputsubmit1 {
  margin: 0;
  padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
  margin: 0;
  list-style: none;
}

#updates h3 {
  font-size: .8em;
  color: #0250a2;
}

#updates p {
  line-height: normal;
  font-size: .8em;
  padding: 8px 0 5px 8px;
}

#updates a {
  text-decoration: none;
}

/* Footer */

#footer {
  clear: both;
  width: 960px;
  height: 35px;
  margin: 0 auto;
  padding: 0;
  background: url(/images/footer_bg.gif) repeat-x;
}

#footer p {
  margin: 0;
  text-align: center;
  line-height: 35px;
  font-size: small;
  color: #1e9fda;
}

#footer a {
  text-decoration: underline;
  color: #1e9fda;
}

#footer a:hover {
  text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.clear { clear:both; }
.left { float:left; }
#rb th { cursor:pointer; }
#rb th:hover { background-color:#F8f172; }
#rb th img { border:0; padding:0; }
#hSlider { width:500px; height:280px; overflow:hidden; }


/********** FORMS **************/

label.reqd {   /* for required fields */
  font-weight:bold;
}
label.left {
  width: 120px;
  display: block;
  float: left;
  text-align:  right;
  clear: left;
  text-transform: uppercase;
  font-weight:  bold;
  font-size: 12px;
  padding-right: 10px;
}
.sysmsg {
  color: #f00;
  margin-bottom:25px;
}
form .indent {
  margin-left: 130px;
}
form p {
  margin: 0;
  padding: 0 0 5px 0;
}
input {
  margin: 0.5em 0;
}
#dy_node_submit {           /*  for automatically generated forms that submit to database */
  margin-left: 130px;
}
.wv-validation-error  {      /* for error messages display on failed form  submissions */
  border: 2px solid #F00;
}
p#email2 {                   /* be sure to include  this rule if you are using our forms */
  display: none;            /*  it keeps normal users from seeing the spambot honeypot  */
}

/******* CONTACT FORM *********/

#contact_form #submit_button {
  margin: 10px 0 10px 130px;
}
#contact_intro {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
#contact_form label {
  width: 120px;
  display: block;
  float: left;
  text-align:  right;
  clear: left;
  text-transform: uppercase;
  font-weight:  bold;
  font-size:12px;
  padding-right: 10px;
}
#contact_form input, #contact_form textarea {
  background-color:#fff;
  padding: 3px;
  margin: 0;
  border: 1px solid #c9c9c9;
  height: auto;
}
#contact_form .indent {
  margin-left: 130px;
}
#contact_firstname, #contact_lastname  {
  width: 200px;
}
#contact_company, #contact_email, #contact_subject, #contact_message, #contact_subject, #contact_message  {
  width: 410px;
}
#contact_form input#submit_button  {
  background: none;
  border: none;
}
#contact_form  p{
  margin: 0;
  padding: 8px 0;
  background-color:#eee;
}
#contact_form  p.alt{
  background-color:#eee;
}

.gallery-container { width:338px; float:left; }
.gallery-list { margin:0; padding:0; clear:both; }
.gallery-list li { list-style:none; clear:both; padding:20px 0 0; }
.gallery-description { width:576px; margin:0 0 0 10px; float:right; }
.gallery-thumb { width:90px; float:left; }

