@charset "UTF-8";
/* CSS Document */

div#content_primary ul {
padding: 10px 0 0 0;
}

p.addvoice {
margin: -20px 0 15px 0;
}

#images {
height:384px;
width:960px;
}

#image_quad {
float:left;
height:384px;
width:384px;
}

#image_quad ul {
border-top:2px solid #fff;
clear:both;
float:left;
}

#image_quad ul#quad1 {
display:block;
}

#image_quad ul li {
float:left;
list-style:none;
}

#image_quad ul li a {
background:#eee;
color:#900;
display:block;
float:left;
height:192px;
width:192px;
cursor: default;
}

#image_quad ul li a {
cursor:pointer;
}

#image_gallery {
border-top:2px solid #fff;
float:left;
height:382px;
width:576px;
}

#image_gallery #video #alt_content img {
margin:0;
padding:0;
}

#image_gallery #video #alt_content p {
margin:-35px 0 0 10px;
}

#image_gallery #video #alt_content p strong {
background-color:#fff;
font-weight:normal;
padding:5px;
}

#image_gallery #video #alt_content p strong a {
text-decoration:underline;
}

#emergency_notification {
background:#ffc;
border-top:2px solid #fff;
height:342px;
padding:20px;
}

#emergency_notification a {
text-decoration:underline;
}

#content_wrapper {
clear:both;
}

#content_main_wrapper {
float:left;
width:384px;
}

#content_main {
padding:35px 20px 20px;
}

#content_secondary_wrapper {
float:left;
width:188px;
}

#content_secondary {
background:#eee;
margin:30px 0;
padding:5px 10px 10px;
}

#content_eventalternate {
margin:30px 0;
padding:5px 10px 10px;
display: none;
}

div#headlines p small em a {
margin: 0 0 0 10px;
}

div#altevent {
display:none;
}

#content_highlights {
float:left;
width:358px;
padding: 0 0 0 30px;
}

#highlight_buttons {
clear:both;
float:left;
margin:30px 0 5px 0;
}

#highlight_buttons li {
float:left;
list-style:none;
}

#highlight_buttons li a {
background:#ddd;
color:#000;
display:block;
float:left;
height:57px;
margin-bottom:8px;
text-decoration:none;
width:324px;
}

#highlight_buttons li a:hover {
background:#eee;
color:#900;
width:324px;
}
#highlight_buttons li a img {
border:3px solid #ccc;
float:left;
height:51px;
margin:0 10px 0 0;
width:100px;
}

#highlight_buttons li a:hover img {
border:3px solid #ddd;
}

#highlight_buttons li a strong {
display:block;
float:left;
font-weight:normal;
padding:8px 0;
width:195px;
}

#cta {
clear:both;
}

#cta li {
float:left;
list-style:none;
}

#cta li a {
background:#fff url('../images/red-btn-bg.gif');
color:#fff;
display:block;
float:left;
font-weight:bold;
height:43px;
padding: 4px 0 0 3px;
line-height:40px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:108px;
}

#cta li a:hover {
background:#fff url('../images/black-btn-bg.gif');
}

#static_button {
clear:both;
float:left;
margin:5px 0 30px 0;
}

#static_button a img {
/* opacity:0.4;
filter:alpha(opacity=40) */
border: 3px solid #ddd;
}

#static_button a:hover img {
border: 3px solid #eee;/*
opacity:1;
filter:alpha(opacity=100)
*/
}

#tooltip {
background:#000;
border:1px solid #fff;
color:#fff;
display:none;
font-size:13px;
margin-top:1.5em;
max-width:170px;
padding:2px 5px;
position:absolute;
z-index: 100;
}