/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
 
/* DESIGN VISUAL CUES
global = green
default = grey
narrow = red
normal = navy
wide = white

*/

body {
    background: none repeat scroll 0 0 #000;
}
.sf-menu a {
    padding: 1.3em 1.45em;
}

ul.quicktabs-tabs li a {
	font-size: 1em;
    padding: 3px;
}
#region-sidebar-first ul.quicktabs-tabs li a{
font-size: .80em;
}
#block-boxes-congress-newsletter-signup input[type="submit"] {
	margin-left: 5px;
	background: none #555;
    border-color: #333333 #333333 #333333;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    overflow: visible;
    padding: 11px 0 23px;
    text-shadow: 0 0px 0px #FFFFFF;
}