body { 
	color: #262626;
/*	background-color: #f6f6f6; */
	font-family: Arial,verdana,sans-serif;
	font-size: 1em;
	background-color: #E7E4E4;
}
#page-container { 
	width: 900px;
	margin: 0 auto;
	background-color: #f6f6f6; 
	padding: 0 30px;
}

#header { 
	padding-top: 15px; 
}

#flufighters-logo {
	float: left;
	position:relative;
}
#header-tagline { 
	float: right;
	margin-right: 5px;
}
.box-top h3 { 
	font-size: 95% !important;
}


#alt-language { 
	float:right;
	font-size:0.75em;
	position:relative;
	top:-8px;
	margin-right:30px;
}

ul#primary-nav { 
	padding: 0;
	margin: 0; 
	height: 36px;
	overflow:hidden;
	margin-top: 6px;
	clear: both;
}
ul#primary-nav li.last { 
	border-right: 0 !important;
	width: 131px;
}
ul#primary-nav li { 
	float: left; 
	background-image: url('../img/nav/nav-off-middle.gif');
	background-repeat: repeat-x;
	list-style-type: none;
	width: 127px;
	text-align: center;
	height: 26px;
	color: #414245;
	font-size: 12px;
	padding-top: 10px;
	border-right: 1px solid #a3a4a7;
	font-weight: bold; 
}
ul#primary-nav li a {
	color: #414245;
}
ul#primary-nav li #primary-nav-left { 
	background-image: url('../img/nav/nav-off-left.gif');
	width: 7px;
	height: 36px;
	position:relative;
	top:-10px; /* - parent padding */
	float: left;
}
ul#primary-nav li #primary-nav-right { 
	background-image: url('../img/nav/nav-off-right.gif');
	width: 7px;
	height: 36px;
	position:relative;
	top:-10px; /* - parent padding */
	float: right;
	left: 1px;
}


/* Nav hover states */
ul#primary-nav li:hover, 
ul#primary-nav li.active { 
	background-image: url('../img/nav/nav-on-middle.gif') !important;
	cursor: pointer; 
	color: #fff;
}
ul#primary-nav li:hover #primary-nav-left, 
ul#primary-nav li.active #primary-nav-left { 
	background-image: url('../img/nav/nav-on-left.gif');
}
ul#primary-nav li:hover #primary-nav-right, 
ul#primary-nav li.active #primary-nav-right { 
	background-image: url('../img/nav/nav-on-right.gif');
}
ul#primary-nav li:hover a, 
ul#primary-nav li.active a { 
	color: #FFF; 
	text-decoration: none;
}



#header-image { 
	padding: 10px 0 20px 0;
}


#content { 
	font-size: 0.9em;
}
#content p , div.p {
	margin: 6px 0;
}
#content a { 
	text-decoration:underline;
}
#content h2, #content h3, #content h4, #content h5 {
	margin: 15px 0 0 0;
}
.ui-accordion-header {

}
.ui-accordion-header a { 
	text-decoration: none !important;
}


/* Grey boxes */
.box-grey .box-top-left { 
	background-image: url('../img/gradients/box-33px-top-left.gif');
	background-repeat: no-repeat;
	float: left;
	width: 6px; height: 33px; 
}
.box-grey .box-top { 
	background-image: url('../img/gradients/box-33px-top-middle.gif');
	background-repeat: repeat-x;
	height: 33px;
}

.box-grey .box-top-right { 
	background-image: url('../img/gradients/box-33px-top-right.gif');	
	background-repeat: no-repeat;
	float: right;
	width: 6px; height: 33px; 
}
.box-grey .box-top-header { 
	padding-top: 5px;
}
.box-grey .box-top-header h3 { margin: 0; }
.box-grey .box-main { 
	background-color: #FFF;
	border: 1px solid #c7c7c7; 
	border-width: 0px 1px 1px 1px;
	padding: 15px;
	font-size: 0.9em;
	clear: both;
}


/* Red boxes */
.box-red .box-top-left { 
	background-image: url('../img/gradients/redbox-33px-top-left.gif');
	background-repeat: no-repeat;
	float: left;
	width: 6px; height: 33px; 
}
.box-red .box-top { 
	background-image: url('../img/gradients/redbox-33px-top-middle.gif');
	background-repeat: repeat-x;
	height: 33px;
	background-color: #d84e37;
}


.box-red .box-top-right { 
	background-image: url('../img/gradients/redbox-33px-top-right.gif');	
	background-repeat: no-repeat;
	float: right;
	width: 6px; height: 33px; 
}
.box-red .box-top-header { 
	padding-top: 5px;
}
.box-red .box-top-header h3 { margin: 0 !important; color: #FFF; padding-top:3px; }
.box-red .box-main { 
	background-color: #FFF;
	border: 1px solid #c7c7c7; 
	border-width: 0px 1px 1px 1px;
	padding: 15px;
	font-size: 0.9em;
	clear: both;
}

/* Homepage news ticker box */
.box-news .box-news-left { 
	background-image: url('../img/gradients/newsbox-8x33px-left.gif');
	background-repeat: no-repeat;
	float: left;
	width: 8px; height: 33px; 
}
.box-news { 
	background-image: url('../img/gradients/newsbox-33px-middle.gif');
	background-repeat: background-repeat: no-repeat;
	height: 33px;
	margin: 20px 10px;
	clear: both;
}

.box-news .box-news-right { 
	background-image: url('../img/gradients/newsbox-8x33px-right.gif');	
	background-repeat: no-repeat;
	float: right;
	width: 8px; height: 33px; 
}
.box-news .box-news-header { 
	display: inline;
}
.box-news .box-news-header h3 { 
	margin: 0;
	padding-top: 5px; 
	font-size: 0.97em;
	float: left; 
}
.box-news ul#box-news-items {
	margin: 0; 
	padding: 5px 0 0 160px;
	
}
.box-news ul#box-news-items li {
	list-style-type: none;
	font-size: 0.9em;
	width: 700px;
	height: 20px;
	overflow: hidden;
}


ul#videos { 
	clear: both; 
/*	margin-left: 15px;*/
	float: left;
}
ul#videos li { 
	list-style-type: none;
	float: left;
	margin-left: 10px;
	width: 120px;
	height: 100px;
	padding: 5px 0;
}
.slider .noscript-margin-auto { 
	margin: 0 auto !important;
}

#prev-slide { float:left; margin-top: 20px; width:30px; }
#next-slide { float:right; margin-top: 20px; width:30px; }	



/* No javascript enabled overrides - these classes will be removed if JS is enabled */
.noscript-box-news, 
.noscript-box-news .noscript {
	background-image: none !important;
	height: auto !important;
}
.noscript-box-news li {
	padding: 0 0 10px 0;
}



.twocolumn { 
	width:430px;
	float:left;
	padding:10px;
}

.threecolumn { 
	width: 280px;
	float: left;
	padding: 10px;
}




/* Table-ized ordered list */
table.bigol { 
}
table.bigol td { 
	padding: 5px;
}
table.bigol td.ol { 
	font-size: 2.0em;
	padding: 5px 10px;
	font-weight: bold;
}


/* greater than UL's */
ul.gt { 
	margin: 0; 
	padding: 0;
}
ul.gt li { 
	list-style-type: none;
	background-image: url('../img/gt-bullet.gif');
	background-repeat: no-repeat;
	background-position: left 9px;
	padding: 7px 0 7px 18px;
}



#social-media { 
	margin: 10px 0;
}




div#footer { 
	clear: both;
	text-align: center;
	font-size: 0.7em;
	padding: 20px 0 10px 0;
	

}
ul#footer-links { 
	margin:0; 
	padding: 0; 
}
ul#footer-links li { 
	display: inline;
	list-style-type: none;
	padding: 0px 8px;
	border-right: 1px solid #262626;
}
ul#footer-links li.last { 
	border-right: 0 !important;
}


/* jquery UI overrides */
.ui-accordion-content { 
}
.ui-state-active, .ui-widget-content .ui-state-active { 
	background:#5E5E61 url(../img/gradients/override-ui-bg_glass_75_darker_1x400.png) repeat-x scroll 50% 50% !important;
	border:1px solid #AEAEAF !important;
}
.ui-state-active a { 
	color: #FFF !important;
}
.ui-state-active .ui-icon { 
	background-image: url(custom-theme/images/ui-icons_ffffff_256x240.png) !important;
}



/* Resources page */
.link-indent { 
	padding-left: 25px;
	text-decoration: none !important;
	font-style: italic;
}


#vaccination-locator { 
	position: relative; 
	top: -10px;
}

/* Global */
br.clr { 
	clear: both;
	line-height: 0;
}
img { 
	border: 0; 
}

h1,h2,h3,h4,h5,h6 { 
	color: #4b4c4e;
}
.red { 
	color: #cf171f;
}
.accordion { 
	margin-top: 20px;
}
.accordion h3 { 
	margin: 0; 
}

a:visited, a { 
	color: #262626; 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}


.title { margin-top: 0 !important; }

.pdf {
	background-image: url('../img/icons/pdf.png');
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left: 26px;
}