html {background: url('../graphics/layout/bg.png') repeat top center fixed #353535;}
span.location_facebook_link a,
span.location_twitter_link a,
span.location_linkedin_link a{background-image: url('../graphics/layout/sprite.png');}
#spotlight {background:transparent url('../graphics/layout/hr.png') repeat-x center bottom;}
#spotlight_nav a {background: transparent url('../graphics/layout/sprite.png') -200px 0;}
#content_wrapper {background:transparent url('../graphics/layout/hr.png') repeat-x center bottom;}
#internal #content_wrapper {background:transparent url('../graphics/layout/hr.png') repeat-x center 0;}
div.hr {background:transparent url('../graphics/layout/hr.png') repeat-x center bottom;}
#search input[type="submit"] {background: url('../graphics/layout/search.png') no-repeat center center transparent;}
.wrapper {background: black url('../graphics/bg.jpg') no-repeat top center;}

a, a:visited { 
color: #ff0000;
}

a:hover, a:active {
color: #353535;
}

h1, h2, h3, h4, h5, h6 { color: #ff0000; }

/* Dropdown Link Colors */

.dropdown li:hover, .dropdown li:hover a, .dropdown li:hover a:visited, .dropdown li a:focus, .dropdown li a:hover, .dropdown li a:active {
color: #ff0000;
}

.dropdown li:hover  ul li a:hover, .dropdown li:hover  ul li a:active {
color:#ff0000;
}

.dropdown li {
border-color:#454545;
}

/* Dropdown Background Colors */

.top_nav a:link, .top_nav a:visited {
color:#545454;
}

nav {
background: #EBEBEB;
border-top:1px solid #545454;
border-bottom:1px solid #545454;
}

footer, #content {
border-top:1px solid #545454;
border-bottom:1px solid #545454;
}

.dropdown li ul { background: #ffffff; }


/* Dropdown Hover Colors */

.dropdown li:hover, .dropdown li:hover a, .dropdown li:hover a:visited, .dropdown li a:focus, .dropdown li a:hover, .dropdown li a:active {
background: white;
}


#search {
display:none;
}

#logo {
padding:10px 0 20px 0;
}

#subnav a, #subnav a:visited { 
color: #4D4D4D;
}

#subnav ul li.here a,
#subnav a:hover, #subnav a:active { 
color: #ff0000;
}

.top_nav a:hover, .top_nav a:active  {
color:#ff0000;
}

.content_location {
padding-top:16px;
}

.btn, input[type="submit"], input[type="reset"], .fdpc_designready_item_actions a {
font-size:13px;
}

#client_content h5.formtitle,
#client_content .formtitle,
#client_content div.form_row_submit,
#client_content div.portal_login div.form_row_submit,
#client_content #event_list_summary,
.portal_item_header_row th {
background-color: #ff0000;
color:#fff;
}

#content {
-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}