/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
height:100%;
}
 
body {
font:small/1.5em Helvetica, Arial, Verdana, sans-serif;
color:#aaddff;
background:#085c94;
}

body#home {
background:#085c94 url(../images/bg_body_home.jpg) no-repeat center 0;
}

body#inside {
background:#085c94 url(../images/bg_body_inside.jpg) no-repeat center 0;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
font-size:2.25em;
line-height:1.1em;
font-weight:bold;
padding-bottom:15px;
color:#dee5ea;
text-transform:uppercase;
}

h2 {
font-size:1.25em;
line-height:1.1em;
font-weight:bold;
padding-bottom:15px;
color:#dee5ea;
text-transform:uppercase;
}
 
h3 {
font-size:1.75em;
line-height:1.1em;
font-weight:bold;
padding-bottom:15px;
color:#dee5ea;
text-transform:uppercase;
}

h4 {
font-size:1.5em;
line-height:1.1em;
font-weight:bold;
padding-bottom:15px;
color:#dee5ea;
text-transform:uppercase;
}

h5 {
font-size:1.25em;
line-height:1.1em;
font-weight:bold;
padding-bottom:10px;
color:#333;
}

h6 {
font-size:1.15em;
line-height:1.1em;
font-weight:bold;
padding-bottom:0;
color:#333;
}

body#inside h1, .yellow-head {
padding:0;
color:#e7cf00;
font-family:"Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
}

/***** Common Formatting *****/

p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}

dl, dt, dd {
margin:0;
padding:0;
}

dl {
margin:0;
padding:0 0 25px 0;
}

dt {
margin:0;
padding:0;
}

dd {
margin:0;
padding:0 0 25px 0;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}

a {
color:#e7cf00;
}

a:link {
color:#e7cf00;
}

a:hover {
color:#fff;
}

 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}

.form {
overflow:hidden;
}

.form dt {
clear:both;
width:33%;
float:left;
text-align:right;
}

.form dd {
float:left;
width:66%;
margin:0 0 0.5em 0.25em;
}

.f-head {
width:10em;
text-align:right;
}

.f-label {
display:block;
float:left;
padding:0 5px 0 0;
width:13em;
text-align:right;
}

.f-input {
clear:both;
padding:0 0 10px 0;
}

.forgot {
margin:0;
padding:0;
border:0;
}

.forgot table {
margin-top:15px;
}

.forgot td {
text-align:left;
}

.mono-contact-form table tr td {
vertical-align:top;
}

.submit-area {
clear:both;
position:relative;
margin-top:15px;
padding:15px 0 0 0;
border-top:solid 1px #ccc;
}

 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table th {
padding:2px;
}

table tr td {
padding:2px;
}

fieldset {
margin:15px 0 25px 0;
background:none;
border:0;
}

legend {
margin:0;
font-size:1.25em;
line-height:1.1em;
font-weight:bold;
padding:0 0 15px 0;
color:#0023a0;
text-align:center;
}

.grid, 
.grid th,
.grid tr,
.grid td {
padding:10px;
border:solid 1px #999;
}

.grid th {
background:#eee;
}

.report-results {
margin-top:35px;
border:solid 1px #999;
font-size:11px;
}

.report-results th, 
.report-results tr,
.report-results td {
padding:4px;
border:solid 1px #999;
}

.report-results th {
color:#fff;
background:#666;
vertical-align:middle;
}

.report-results tr,
.report-results td {
vertical-align:top;
}

.nomargin {
margin-top:0;
}

.results-label {
margin-top:25px;
padding-bottom:5px;
font-weight:bold;
font-size:15px;
}

 
/***** Global Classes *****/
 
.hide          { display:none; }
.hidden        { display:none; }

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
.nowrap        { white-space:nowrap; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.black         { color:#000; }
.white         { color:#fff; }
.red           { color:#ff0000; }
.yellow        { color:#e7cf00; }

.bigger        { font-size:1.2em; }


/***** Structure *****/
 
#aspnetForm {
display:block;
height:100%;
}

#wrap {
position:relative;
margin:0 auto 0 auto;
padding:0 0 0 0;
width:980px;
min-height:100%;
height:auto !important;
height:100%;
text-align:left;
background:none;
}

#header {
position:relative;
padding:0 0 0 0;
width:960px;
height:102px;
background:none;
z-index:40;
}

#logo {
position:relative;
float:left;
display:inline;
margin-left:20px;
width:150px;
height:100px;
text-indent:-9999px;
background:url(../images/b2b_logo.png) no-repeat 0 0;
overflow:hidden;
}

#logo a {
display:block;
width:100%;
height:100%;
text-decoration:none;
}

body#home .letterbox {
position:relative;
padding:10px 0 0 0;
height:495px;
}

body#inside .letterbox {
position:relative;
padding:10px 0 0 0;
height:335px;
}

body#home .main-photo {
float:left;
display:inline;
position:relative;
margin-left:30px;
width:644px;
height:332px;
overflow:hidden;
}

body#inside .main-photo {
float:left;
display:inline;
position:relative;
margin-left:30px;
width:626px;
height:243px;
overflow:hidden;
}

body#home .photo-frame {
position:absolute;
width:644px;
height:332px;
background:url(../images/overlay_home_photo_frame.png) no-repeat 0 0;
z-index:10;
overflow:hidden;
}

body#inside .photo-frame {
position:absolute;
width:644px;
height:332px;
background:url(../images/overlay_inside_photo_frame.png) no-repeat 0 0;
z-index:10;
overflow:hidden;
}

.photo-stamp {
position:absolute;
width:644px;
height:332px;
background:url(../images/overlay_b2b_tag.png) no-repeat 0 bottom;
z-index:20;
overflow:hidden;
}

body#inside .photo-stamp {
display:none;
}

.get-involved {
padding:85px 0 0 0;
overflow:hidden;
}

body#inside .get-involved {
padding:35px 0 0 0;
width:272px;
overflow:hidden;
}

.get-involved h4 {
padding:0 0 10px 15px;
color:#095b94;
font-size:16px;
}

.get-involved ul {
margin:0;
padding:0;
list-style-type:none;
}

.bus-link a{
bottom: 0;
display: block;
height: 120px;
margin: 0 90px 70px 0;
position: absolute;
right: 0;
width: 250px;
text-indent: -8685px;
}

body#inside .bus-link a{
display: none;	
}

#btn_register {
width:272px;
height:55px;
text-indent:-9999px;
}

#btn_register a {
width:272px;
height:55px;
background:url(../images/btn_register.png) no-repeat 0 0;
}

#btn_register a:hover {
background:url(../images/btn_register_over.png) no-repeat 0 0;
}

#btn_donate {
width:272px;
height:58px;
text-indent:-9999px;
}

#btn_donate a {
width:272px;
height:58px;
background:url(../images/btn_donate.png) no-repeat 0 0;
}

#btn_donate a:hover {
background:url(../images/btn_donate_over.png) no-repeat 0 0;
}

#btn_volunteer {
width:272px;
height:41px;
text-indent:-9999px;
}

#btn_volunteer a {
width:272px;
height:58px;
background:url(../images/btn_volunteer.png) no-repeat 0 0;
}

#btn_volunteer a:hover {
background:url(../images/btn_volunteer_over.png) no-repeat 0 0;
}

#btn_register a,
#btn_donate a,
#btn_volunteer a {
display:block;
width:100%;
height:100%;
}

body#home .video-links {
clear:both;
position:absolute;
top:340px;
left:15px;
}

body#inside .video-links {
display:none;
}

body#home .video-links ul {
margin:0;
padding:25px 0 0 25px;
list-style-type:none;
}

body#home .video-links li {
float:left;
margin:0;
padding:0 25px 0 0;
color:#d55a00;
font-size:15px;
font-weight:bold;
text-transform:uppercase;
}

body#home .video-links a {
color:#d55a00;
text-decoration:none;
}

body#home .video-links a:hover {
color:#d55a00;
text-decoration:underline;
}

body#home .video-links .active {
font-size:20px;
font-weight:bold;
}

body#home .video-links .active a {
color:#095b94;
text-decoration:none;
}

body#home .video-links #nav_video a:hover {
color:#095b94;
text-decoration:underline;
}

body#home .social-links {
position:absolute;
top:430px;
right:25px;
}

body#inside .social-links {
position:absolute;
top:270px;
right:25px;
z-index:110;
}

.social-links p {
float:left;
padding:3px 10px 0 0;
color:#095b94;
font-weight:bold;
font-size:11px;
}

.social-links ul {
float:left;
margin:0;
padding:0;
list-style:none;
list-style-type:none;
font-size:11px;
text-transform:uppercase;
}

.social-links li {
float:left;
display:inline;
margin:0 0 0 10px;
padding:0;
}

.social-links li a {
display:block;
width:100%;
height:100%;
color:#095b94;
}

.social-links li a:hover {
color:#d77f18;
}


.social-links .facebook {
width:23px;
height:23px;
text-indent:-9999px;
background:url(../images/icon_facebook.png) no-repeat 0 50%;
}

.social-links .twitter {
width:23px;
height:23px;
text-indent:-9999px;
background:url(../images/icon_twitter.png) no-repeat 0 50%;
}

.social-links .flickr {
width:23px;
height:23px;
text-indent:-9999px;
background:url(../images/icon_flickr.png) no-repeat 0 50%;
}


#content {
position:relative;
padding:0;
width:980px;
}

body#home .column-main {
float:left;
padding:25px;
width:625px;
margin-right:25px;
background:#2072b9 url(../images/bg_dotted_lines_home_full.png) no-repeat right bottom;
}

body#inside .column-main {
float:right;
padding:25px 25px 25px 35px;
width:615px;
margin-left:25px;
background:#2072b9 url(../images/bg_dotted_lines_inside_full.png) no-repeat left bottom;
}

.column-main ul {
list-style-type: none;
margin-left: -12px;
}

.column-main ul li {
padding-left: 12px;
background: transparent url(../images/icon_li.gif) no-repeat scroll left 7px
}

.breadcrumbs {
margin-bottom:15px;
font-size:10px;
text-transform:uppercase;
}

.breadcrumbs a {
color:#fff;
text-decoration:none;
}

.breadcrumbs a.active {
color:#e7cf00;
}

.breadcrumbs a:hover {
text-decoration:underline;
}

.repeater {
margin-bottom:20px;
padding:0 0 10px 0;
width:615px;
border-bottom:solid 2px #267cbd;
overflow:hidden;
}

.repeater .thumbnail {
display:inline;
float:left;
margin:0 15px 0 0;
padding:0 0 7px 0;
width:162px;
height:112px;
background:url(../images/photo_tumbnail_shadow.png) no-repeat 0 bottom;
overflow:hidden;
}

.repeater .thumbnail img {
width:162px;
height:112px;
}


.repeater .text {
float:left;
width:425px;
}


body#home .column-side {
float:left;
width:200px;
}

body#inside .column-side {
float:left;
width:200px;
}

body#home .banner-happy-hour {
margin:0 0 25px 0;
padding:10px 15px 15px 10px;
width:235px;
background:#2072b9 url(../images/bg_dotted_lines_home_115.png) no-repeat right bottom;
overflow:hidden;
}

body#inside .banner-happy-hour {
margin:0 0 25px 0;
padding:10px 10px 15px 15px;
width:235px;
background:#2072b9 url(../images/bg_dotted_lines_inside_115.png) no-repeat left bottom;
overflow:hidden;
}

.banner-happy-hour h3 {
}

.banner-happy-hour .mellow-yellow, .banner-happy-hour p {
float:left;
padding:0 10px 0 0;
color:#e7cf00;
font-size:1.1em;
font-weight: bold;
}

.btn-learn-more {
float:left;
position:relative;
top:-2px;
}

body#inside .banner-image {
margin:0 0 25px 0;
padding:0 0 1px 6px;
width:254px;
background:#2072b9 url(../images/bg_dotted_lines_inside_115.png) no-repeat left bottom;
overflow:hidden;
}

body#inside .banner-rotating {
margin:0 0 25px 0;
padding:5px 5px 10px 10px;
width:245px;
height:72px;
background:#2072b9 url(../images/bg_dotted_lines_inside_115.png) no-repeat left bottom;
overflow:hidden;
}

body#home .banner-newsletter {
margin:0 0 25px 0;
padding:10px 15px 15px 10px;
width:235px;
background:#2072b9 url(../images/bg_dotted_lines_home_115b.png) no-repeat right bottom;
overflow:hidden;
}

body#inside .banner-newsletter {
margin:0 0 25px 0;
padding:10px 10px 15px 15px;
width:235px;
background:#2072b9 url(../images/bg_dotted_lines_inside_115b.png) no-repeat left bottom;
overflow:hidden;
}

.banner-newsletter h4 {
padding:0 0 5px 0;
}

.banner-newsletter p {
padding:0;
font-weight: bold;
}

.input-newsletter {
float:left;
border:none;
background:#4388b8;
}

.btn-submit {
float:left;
position:relative;
top:-5px;
}

body#home .btn-share {
clear:both;
position:relative;
top:10px;
margin-top:15px;
padding:10px 0 0 15px;
}

body#inside .btn-share {
clear:both;
position:relative;
top:10px;
margin-top:15px;
padding:10px 0 0 15px;
text-align:right;
}

.tag-nil-volentibus-arduum {
width:260px;
height:50px;
text-indent:-9999px;
background:url(../images/tag_nil_volentibus_arduum.png) no-repeat center 0;
}

body#home .sponsors {
clear:both;
float:left;
margin:15px 0 0 0;
padding:10px 15px 15px 10px;;
width:650px;
background:#03447e url(../images/bg_dotted_lines_home_full.png) no-repeat right bottom;
overflow:hidden;
}

body#home .sponsors #slide-container {
height: 50px;
margin-left: 105px;
width: 540px;
overflow: hidden;
}

body#home .sponsors #slide-container #sponsor-slides {
height: 50px;
width: 500px;
}

body#home .sponsors #slide-container #sponsor-slides div {
width: 495px;
padding: 0;
}

body#inside .sponsors {
clear:both;
float:none;
position:relative;
margin:0 0 25px 0;
padding:10px 10px 15px 15px;
width:235px;
background:#03447e url(../images/bg_dotted_lines_inside_115.png) no-repeat left bottom;
overflow:hidden;
}

body#home .sponsors .head-sponsors {
display:block;
float:left;
width:102px;
height:60px;
text-indent:-9999px;
background:url(../images/bg_our_sponsors.png) no-repeat 0 0;
}

body#inside .sponsors .head-sponsors {
display:block;
width:235px;
text-transform:uppercase;
text-align:center;
margin-bottom: 10px;
font-weight: bold;
}

body#home .sponsors .sponsor-logo {
display:block;
float:left;
padding:0 0 0 25px;
width:auto;
height:50px;
text-align:center;
}

body#inside .sponsors .sponsor-logo {
display:block;
float:left;
width:115px;
height:50px;
text-align:center;
}

body#inside #sponsor-slides{
margin-left: 15px;	
}

body#home .sponsors img {
display:inline;
position:relative;
}


#footer {
clear:both;
position:relative;
margin:0 auto 0 auto;
padding:115px 0 0 0;
width:960px;
height:100px;
text-align:center;
font-size:.85em;
color:#3fa5ed;
background:url(../images/bg_footer.png) no-repeat 0 0;
}

.push {
clear:both;
position:relative;
height:25px; /* .push must be the same height as .footer */
}



/* ---------------------------------------------------------------------------

=navigation

--------------------------------------------------------------------------- */

#navigation {
position:absolute;
top:70px;
left:160px;
margin:0;
padding:0;
width:790px;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
z-index:50;
}

#nav {
margin:0;
padding:0 0 0 7px;
width:790px;
list-style:none;
list-style-type:none;
}

#nav li {
float:left;
margin:0;
padding:0 11px 0 11px;
color:#095b94;
}

body#inside #nav li {
padding:0 20px 0 20px;
}

#nav li a {
display:block;
color:#095b94;
text-decoration:none;
}

#nav li a:hover, #nav li.active a {
color:#e8cf01;
text-decoration:none;
}


/* Drop Down Menu */

#nav li ul {
visibility:hidden;
display:block;
position:absolute;
margin:1px 0 0 0;
padding:25px 15px 10px 15px;
width: 160px;
font-size:12px;
list-style:none;
list-style-type:none;
background:url(../images/bg_drop_down.png) no-repeat  0 0;
z-index:60;
}

#nav li ul li {	
float:none;
display:block;
padding:1px 1px 1px 1px;
background:#e8cf01;
}

body#inside #nav li ul li {	
padding:1px 1px 1px 1px;
}

#nav li ul li a:link, #nav li ul li a:visited {
width:auto;
color:#1b7abe;
background:#e8cf01;
}

#nav li ul li a:hover, #nav li ul li a:hover {
color:#333;
background:#e8cf01;
}

#nav li:hover ul, #nav li.sfhover ul {
margin-left:0;
}



/* Very Top Right Menu */

#utility-nav {
float:right;
padding:15px 0 0 0;
}

#utility-nav ul {
margin:0;
padding:0;
list-style-type:none;
}

#utility-nav li {
display:inline;
}

#utility-nav li a {
padding:0 5px 0 5px;
color:#fff;
text-decoration:none;
}

#utility-nav li a:hover {
color:#3E45A0;
/*text-decoration:underline;*/
}


/* ---------------------------------------------------------------------------
	
	=misc

--------------------------------------------------------------------------- */


/* self-clearing floats */

#self-clear:after {
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}


/* ---------------------------------------------------------------------------
	
	= Banner Slider

--------------------------------------------------------------------------- */

.sidebar-slides,
.sidebar-slides .slide-container {
position:relative;
margin:0;
padding:0;
width:251px;
height:72px;
}	

.sidebar-slides ul.slide-pager {
position:absolute;
right:15px;
top:15px;
margin:0;
padding:0;
list-style:none;
list-style-type:none;
line-height:8px;
z-index:100;
}

.sidebar-slides ul.slide-pager li {
float:left;
margin:0;
padding:0 0 0 2px;
}

.sidebar-slides ul.slide-pager a {
display:block;
width:8px;
height:8px;
text-indent:-9999px;
line-height:8px;
outline:none;
background:transparent url(../images/bg_slide-indicator.gif) 0 100% no-repeat;
}

.sidebar-slides ul.slide-pager a.activeSlide { background-position:0 0; }


/* fixes "share this" bug with layout */
#atffc { position: absolute; }