/* global elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}
q:before, q:after {
	content:'';
}
fieldset, img {
	border:0;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
body {  
  height:100%;
}
* html #site-background{
  height: 100%;
}
#site-background{
  min-height:100%;
}
div {
}
img {
}
/* LINKS */
   
    a, a:link, a:active {
	color: #e41020;
	text-decoration: none;
	
}
a:visited {
	color: #e41020;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
#breadcrumb {
	padding-top: 5px;
	padding-bottom: 5px;
}
#breadcrumb a:link {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}
#breadcrumb a:visited {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}
#breadcrumb a:hover {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}
#breadcrumb a:active {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}
/* END LINKS */
    
/* HEADINGS */
  
	h1, h2, h3, h4, h5, h6 {
}
/* h1 mainly applies to page titles and Featured boxes group headers */
  h1 {
	background-image: url(resource/hdr-black.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 18px;
	margin: 0;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #000000;
}
/* h2 mainly applies to Featured boxes container headers */
h2 {
	background-image: url(resource/hdr-red.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 18px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #e40f20;
}
/* h3 mainly applies to Featured boxes item headers */
h3 {
	background-image: url(resource/hdr-grey.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 18px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #999999;
}
/* h4 mainly applies to paragraph headers and Listing page titles */
h4 {
	font-size: 18px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #000000;
}
/* h5 mainly applies to sidebar headers and poll questions*/
h5 {
	font-size: 18px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #ef7a1b;
}
/* h6 mainly applies to poll count and poll results*/
h6 {
	font-size: 18px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -2px;
	background-color: #ef7a1b;
}
/* END HEADINGS */


p {
}
blockquote {
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
hr {

}
div.hr {
}
/* LISTS */



    ul {

	list-style-type: none;

}
ul li {
	margin: 0;
	padding: 5px;


	border-bottom: 1px dashed #333333;
}
ul li a:link{

display: block;
cursor: pointer;
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
ul li a:active{

display: block;
cursor: pointer;
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
ul li a:hover{

display: block;
cursor: pointer;
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
ul li a:visited{

display: block;
cursor: pointer;
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
ol {
	margin: 20px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0;
	padding: 0;
}
dl dt {
	margin: 0;
	padding: 0;
}
dl dd {
	margin: 0;
	padding: 0;
}
/* END LISTS */
    
    
/* TABLE */
    table {
	margin: 0;
	padding: 0;
}
table caption {
	margin: 0;
	padding: 0;
}
th {
}
td {
}
/* END TABLE */    
    
    hr {
}
div.hr {
}
/* STRUCTURAL ELEMENTS */

#site-background {
	margin:  0px auto 0;
	padding: 0;
}
#page {
	width: 850px;
	margin: 0px auto 10px;
	padding: 0;
	background-color:#FFFFFF;
}
#header {
	display:block;
	position: relative;
	width: 850px;
		padding-left:10px;
		padding-right:10px;


}
.header-container {
	display:block;
	position: relative;
	width: 830px;
	height: 235px;
	background-color:#333333;
}
#content {
	width: 830px;
	margin: 0px auto 10px;
	padding: 0 10px;
}
#home-main {
	display: block;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#home-sub-1 {
	display: block;
	float: right;
	width: 270px;
	padding-top: 5px;
	padding-bottom:5px;
}
#home-sub-2 {

}
#home-rich-content {
	display: block;
	float:right;
	width: 270px;
		padding-bottom: 10px;
}

.title-1
{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 22px;
	letter-spacing: -2px;
}

.title-1 a:link
{
	color: #000000;
}
.title-1 a:active
{	color: #000000;
}
.title-1 a:hover
{color: #e41020;
}
.title-1 a:visited
{	color: #000000;
}
.title-2
{
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 22px;
	letter-spacing: -2px;
}
.title-2 a:link
{
	color: #666666;
}
.title-2 a:active
{	color: #666666;
}
.title-2 a:hover
{color: #e41020;
}
.title-2 a:visited
{		color: #666666;
}
.title-3
{
	font-size: 18px;
	color: #999999;

	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 20px;
	letter-spacing: -1px;
}
.hdr
{
	color: #e40f20;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}
	.subhdr-1
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}
	.subhdr-2
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}

#followon-main {
	display: block;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#followon-sub-1 {
	display: block;
	float: right;
	width: 270px;
	padding-top: 5px;
	padding-bottom:5px;
}
#followon-sub-2 {

}
#followon-rich-content {
	display: block;
	float:right;
	width: 550px;
	padding-bottom: 10px;
}

#followon-rich-content img {
	border: 1px solid #d9d9d9;
	padding: 5px;
	margin-bottom: 10px;
}

/* IMAGES */
#logo {
	display: block;
	position: absolute;
	z-index: 50;
	left: 20px;
	top: 20px;
}
#banner {
	display: block;
	position: absolute;
	z-index: 50;
	right: 9px;
	top: 75px;
}
#home-img-furniture {
		background-image: url(resource/home-img-furniture.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
	height: 26px;

}
#followon-img-furniture {
		background-image: url(resource/sub-img-furniture.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
	height: 26px;

}
#home-hero {
	display: block;
	float: none;
}
#home-hero img {
}
#followon-hero {
	display: block;
	float: none;
}
#followon-hero img {
}
.thumbnail-img img {
display: block;
float: left;
margin-right: 10px;

overflow: hidden;

	
}

.full-img img {
	margin-bottom: 10px;
	display: block;
	float: none;
	max-width:530px;
 width:expression(this.width > 530 ? "530px" : this.width);
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.video-container {
	margin-bottom: 10px;
	padding: 10px;
	display: block;
	float: none;
	max-width:510px;
 width:expression(this.width > 510 ? "510px" : this.width);
	border: 1px solid #CCCCCC;
}

/* NAVIGATION */

#main-nav {
	display: block;
	position: absolute;
	z-index: 50;
	right: 10px;
	top: 20px;
		width: 650px;
		height: 50px;
			text-align:right;
	float:right;

}
#main-nav-contents {
	width: 650px;
	height: 50px;
			text-align:right;
	float:right;
	display: block;
}

.main-nav {
	font-size: 18px;
	line-height:22px;
	color: #1a1818;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
display: inline;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -2px;
padding-right:10px;
		background-image: url(resource/primary-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}
.main-nav a:link {

	color: #1a1818;
	text-decoration: none;
}
.main-nav a:visited {
	color: #1a1818;
	text-decoration: none;
}
.main-nav a:hover {
	color: #cc0000;
	text-decoration: none;
}
#main-nav-selected {
	color: #294455;
	text-decoration: none;
}
#sub-nav {

margin-bottom: 10px;
}
.sub-nav-contents {
margin-right: 5px;
}
.sub-nav-standard {
display:block;
padding: 5px;
		background-image: url(resource/bullet-subnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px dashed #333333;
font-weight: bold;
}
.sub-nav-standard a:link {
	color: #cc0000;
	text-decoration: none;
	display: block;
	cursor: pointer;

}
.sub-nav-standard a:visited {
	color: #cc0000;
	text-decoration: none;
		display: block;
	cursor: pointer;

}
.sub-nav-standard a:hover {
	color: #999999;
	text-decoration: none;
		display: block;
	cursor: pointer;

}
.sub-nav-highlight {
	color: #333333;
	text-decoration: none;
		display: block;
	cursor: pointer;
	
}
.sub-nav-subpage {
display:block;
padding: 5px;
		background-image: url(resource/bullet-subnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px dashed #333333;


}
.sub-nav-subpage a:link {
	color: #999999;
	text-decoration: none;
		display: block;
	cursor: pointer;
}
.sub-nav-subpage a:visited {
	color: #999999;
	text-decoration: none;
		display: block;
	cursor: pointer;
}
.sub-nav-subpage a:hover {
	color: #333333;
	text-decoration: none;
		display: block;
	cursor: pointer;
}
.sub-nav-subpage-highlight {
	color: #cc0000;
	text-decoration: none;
		display: block;
	cursor: pointer;
}
#footer {
	display: block;
	background-color:#000000;
padding-bottom: 20px;
}
#copyright {
	display: block;
	color: #666666;
	padding-right: 10px;
	padding-bottom:10px;
	padding-top:10px;
}
#footer-links {
	display: block;
	color: #666666;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:20px;
	margin-right: -20px;
	margin-left: -20px;
	float: right;
}
#footer-links a {
	color: #666666;
	text-decoration: none;
}
#footer-links a:link {
	color: #666666;
	text-decoration: none;
}
#footer-links a:visited {
	color: #666666;
	text-decoration: none;
}
#footer-links a:active {
	color: #666666;
	text-decoration: none;
}
#footer-links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#seo-links {
	border-top: 1px solid #FFFFFF;
	margin-top:30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#seo-links a {
	color: #666666;
	text-decoration: none;
}
#seo-links a:link {
	color: #666666;
	text-decoration: none;
}
#seo-links a:visited {
	color: #666666;
	text-decoration: none;
}
#seo-links a:active {
	color: #666666;
	text-decoration: none;
}
#seo-links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* FUNCTIONAL ELEMENTS */
#search {
	display: block;
	position: absolute;
	z-index: 50;
	right: 10px;
	bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}
.search-formfield {
	border: 1px solid #999999;
	font-size: 11px;
	width: 150px;
}
.search-btn {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #000000;

	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
#login {
	display: block;
	float: left;
	margin-left:3px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
		color: #FFFFFF;
}
#login a {
	color: #FFFFFF;
text-decoration:none;
	height: 20px;
}
#login a:link {
	color: #FFFFFF;
text-decoration:none;
}
#login a:active {
	color: #FFFFFF;
text-decoration:none;
}
#login a:hover{
color: #e41020;
text-decoration:none;
}
#login a:visited{
	color: #FFFFFF;
text-decoration:none;
}
#rss {
	display: block;
	float: left;
	margin-left:3px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
		height: 20px;
			color: #FFFFFF;
}
#rss a {
	color: #FFFFFF;
text-decoration:none;
	height: 20px;
}
#rss a:link {
	color: #FFFFFF;
text-decoration:none;
}
#rss a:active {
	color: #FFFFFF;
text-decoration:none;
}
#rss a:hover{
color: #e41020;
text-decoration:none;
}
#rss a:visited{
	color: #FFFFFF;
text-decoration:none;
}
#sitemap {
	display: block;
	float: right;
	padding-top: 10px;
	color: #666666;
}
#sitemap a {
	color: #666666;
	text-decoration: none;
}
#sitemap a:link {
	color: #666666;
	text-decoration: none;
}
#sitemap a:visited {
	color: #666666;
	text-decoration: none;
}
#sitemap a:active {
	color: #666666;
	text-decoration: none;
}
#sitemap a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#pagetools {
	display: block;
	float: left;
	margin:5px;
	height: 20px;
}
#pagetools a {
	color: #FFFFFF;
text-decoration:none;
}
#pagetools a:link {
	color: #FFFFFF;
text-decoration:none;
}
#pagetools a:active {
	color: #FFFFFF;
text-decoration:none;
}
#pagetools a:hover{
color: #e41020;
text-decoration:none;
}
#pagetools a:visited{
	color: #FFFFFF;
text-decoration:none;
}

#bookmarks {
	display: block;
	float: none;
	padding-top:5px;

}
/* PAGE COMPONENTS */   

#newsletter {
	display: block;
	float: none;

	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newsletter-content {
margin:5px;
}
/* 1 of 3 HOMEPAGE FEATURED ELEMENTS */
#homepage-featured-group {
	width: 260px;
	padding-right: 10px;
}

.homepage-featured-container {
	display:block;
	float: left;
}
.homepage-featured-container-hdr {
	/* recommended style: h2 -- do not put any text styling here*/
		background-image: url(resource/hdr-black.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 18px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #000000;
	width: 260px;
}
.homepage-featured-box {
	padding: 5px 5px 10px;
	width: 260px;
	display: block;
	/*float:left;*/
	color: #666666;
	height:300px;
}


.homepage-featured-item {
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
/*max-height: 120px;*/
padding-bottom: 10px;
}
.homepage-featured-item-hdr {
	/* recommended style: h3 -- do not put any text styling here*/
	display: block;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	font-weight: bold;
}
.homepage-featured-item-img {
}
.homepage-featured-item-img img {
	border: 1px solid #d9d9d9;
	padding: 5px;
	float: left;
	display:block;
	width: 120px;
	
	margin-right: 10px;
}
.homepage-featured-item-content {
/*do not put any text styling here*/


}



/* 2 of 3 RANDOM FEATURED ELEMENTS */


#random-featured-group {
	padding-top:5px;
	padding-bottom:5px;		
	
}
.random-featured-container {
	display:block;
	float: left;
	width: 550px;
	margin-bottom: 10px;

}
.random-featured-container-hdr-old {
	/* recommended style: h2 -- do not put any text styling here*/

}
.random-featured-container-hdr-old {
	/* recommended style: h2 -- do not put any text styling here*/
		background-image: url(resource/hdr-grey.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 18px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #999999;
}
.random-featured-box {
	padding: 5px 5px 10px;
	width: 265px;
	display: block;
	float:left;

	color: #666666;
}
.random-featured-item {
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	height: 140px;
}
.random-featured-item-hdr {
	/* recommended style: h3 -- do not put any text styling here*/
	color: #e40f20;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}
.random-featured-item-subhdr {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	padding-bottom:10px;

}
.random-featured-item-img {
}
.random-featured-item-img img {
	border: 1px solid #d9d9d9;
	padding: 5px;
	float: left;
	display:block;
	width:120px;
	margin-right: 10px;
}
.random-featured-item-content {
/*do not put any text styling here*/
		height: 110px;
	overflow: hidden;
}

/* 3 of 3  FEATURED ELEMENTS */
#featured-group {
	padding-top:5px;
	padding-bottom:5px;
  display:none;
}

.featured-container {
	display:block;
	float: left;
	width: 550px;
	margin-bottom: 10px;
}
.featured-container-hdr {
	/* recommended style: h2 -- do not put any text styling here*/
		background-image: url(resource/hdr-grey.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 18px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 16px;
	letter-spacing: -1px;
	background-color: #999999;
}
.featured-box {
	padding: 5px 5px 10px;
	width: 265px;
	display: block;
	float:left;border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-bottom: 5px;
	color: #666666;
}
.featured-item {

}
.featured-item-hdr {
	/* recommended style: h3 -- do not put any text styling here*/
	color: #e40f20;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}
.featured-item-subhdr {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
		padding-bottom:10px;

}
.featured-item-img {
}
.featured-item-img img {
	border: 1px solid #d9d9d9;
	padding: 5px;
	float: left;
	display:block;
	width:120px;
	margin-right: 10px;

}
.featured-item-content {
/*do not put any text styling here*/
		height: 110px;
	overflow: hidden;
}
.featured-btn {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-right-color:#666666;
	border-bottom-color:#666666;
	background-color: #4b4b4b;
	padding-left: 5px;
	padding-right: 5px;
}
/* OPTIONAL SIDEBARS - MAXIMUM OF FOUR*/
#home-sidebar-1 {
	display: block;
	float: none;
	padding-bottom: 10px;
}
#home-sidebar-1 img {
/* recommended style: h5 -- do not put any text styling here*/

}
.home-sidebar-1-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}
.home-sidebar-1-content {
/* do not put any text styling here*/
}
#home-sidebar-2 {
	display: block;
	float: none;
	padding-bottom: 10px;
}
#home-sidebar-2 img {
/* recommended style: h5 -- do not put any text styling here*/


}
.home-sidebar-2-hdr {
	/* recommended style: h5 -- do not put any text styling here*/
display: none;
}
.home-sidebar-2-content {
/* do not put any text styling here*/
}
#home-sidebar-3 {
	display: block;
	float: none;
	padding-bottom: 10px;
}
#home-sidebar-3 img {
/* recommended style: h5 -- do not put any text styling here*/


}
.home-sidebar-3-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}
.home-sidebar-3-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}
.home-sidebar-3-content {
/* do not put any text styling here*/

}
#home-sidebar-4 {
	display: block;
	float: none;
	padding-bottom: 10px;
}
#home-sidebar-4 img {
/* recommended style: h5 -- do not put any text styling here*/

}
.home-sidebar-4-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}


.home-sidebar-4-content {
/* do not put any text styling here*/
}


#followon-sidebar-1 {
	display: block;
	float: none;
	padding-bottom: 10px;
}
#followon-sidebar-1 img {
/* recommended style: h5 -- do not put any text styling here*/

}
.followon-sidebar-1-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}
.followon-sidebar-1-content {
/* do not put any text styling here*/
}
#followon-sidebar-2 {
	display: block;
	float: none;
	padding-bottom: 10px;
}
#followon-sidebar-2 img {
/* recommended style: h5 -- do not put any text styling here*/
	

}
.followon-sidebar-2-hdr {
	/* recommended style: h5 -- do not put any text styling here*/
display: none;
}
.followon-sidebar-2-content {
/* do not put any text styling here*/
}
#followon-sidebar-3 {
	display: block;
	float: none;
	padding-bottom: 10px;
}
#followon-sidebar-3 img {
/* recommended style: h5 -- do not put any text styling here*/


}
.followon-sidebar-3-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}

.followon-sidebar-3-content {
/* do not put any text styling here*/

}
#followon-sidebar-4 {
	display: block;
	float: none;
	padding-bottom: 10px;
}
#followon-sidebar-4 img {
/* recommended style: h5 -- do not put any text styling here*/
	padding: 5px;	
}
.followon-sidebar-4-hdr {
/* recommended style: h5 -- do not put any text styling here*/
		
}

.followon-sidebar-4-content {
/* do not put any text styling here*/
}
/* LISTING PAGE ELEMENTS */

.item-tile-container {
	display:block;
	float:left;
	width: 150px;
	height: 280px;
	overflow: hidden;
	padding-right: 10px;
}
.item-container {
}



.group-item-tile {
}
.group-item {
}


.item {
	display: block;
width: 550px;

}
.item-text {
	display: block;
	float: left;
	width: 405px;
	color: #666666;

}
.item-text-full {
	display: block;
	float: left;
		width: 550px;
		color: #666666;
	padding-bottom:10px;
}
.item-text-tile {
	display: block;
	float: none;
	clear: both;
		color: #666666;
			height: 100px;
	overflow: hidden;
}
.item-archive-divider {
width: 550px;
	margin-top: 10px;

	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;

}
.item-archive {
display:block;
margin-bottom: 0px;
margin-top:5px;
border-bottom: 1px dashed #666666;
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	width: 550px;

}
.item-archive a:link{
display:block;
cursor: pointer;
color: #333333;

}
.item-archive a:active{
display:block;
cursor: pointer;
color: #333333;

}
.item-archive a:hover{
display:block;
cursor: pointer;
color: #333333;

}
.item-archive a:visited{
display:block;
cursor: pointer;
color: #333333;

}
.generic-link
{
clear:both;
display:block;
	overflow: auto;
border-bottom: 1px dashed #666666;
padding-top: 5px;
padding-bottom: 5px;

text-align: right;
color: #666666;
text-decoration: underline;
}
.generic-link a:link
{
text-decoration: underline;
color: #666666;
}
.generic-link a:active
{
text-decoration: underline;
color: #666666;
}
.generic-link a:hover
{
text-decoration: underline;
color: #e41020;
}
.generic-link a:visited
{
text-decoration: underline;
color: #666666;
}
.date {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 20px;
	letter-spacing: -2px;
}
.more-arrow {
display:block;
	overflow: auto;
}

.more-arrow a:link {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}
.more-arrow a:visited {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}
.more-arrow a:hover {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}
.more-arrow a:active {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}


.item-arrow {
display:block;
border-top: 1px dashed #666666;
border-bottom: 1px dashed #666666;
padding-top:3px;
padding-bottom: 3px;
margin-top:10px;
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.item-arrow a:link {
cursor: pointer;
display:block;

}
.item-arrow a:visited {
cursor: pointer;
display:block;

}
.item-arrow a:hover {
cursor: pointer;
display:block;


}
.item-arrow a:active {
cursor: pointer;
display:block;


}



.more-btn {
}
.back-arrow {
display:block;
border-top: 1px dashed #666666;
border-bottom: 1px dashed #666666;
padding-top:3px;
padding-bottom: 3px;
margin-top:10px;

}
.back-arrow a:link {
cursor: pointer;
display:block;
	background-image: url(resource/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left:5px;
}
.back-arrow a:visited {
cursor: pointer;
display:block;
	background-image: url(resource/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left:5px;
}
.back-arrow a:hover {
cursor: pointer;
display:block;
	background-image: url(resource/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left:5px;
}
.back-arrow a:active {
cursor: pointer;
display:block;
	background-image: url(resource/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left:5px;
}
.back-btn {
}
.prev{
	background-image: url(resource/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left:5px;
}
.next
{
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right:5px;
}
.pagination {
	text-align: center;
padding-top: 10px;

}


/* FORM ELEMENTS */
    form {
	margin:0;
	padding:0;
}
form div, form p {
}
fieldset {
}
fieldset legend {
}
* html fieldset legend {
}
fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input, select, textarea {
}
input, select {
}
textarea {
}
input.check {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
}
input.radio {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
}
input.file {
}
input.readonly {
}
input.button {
}
input.image {
	width: auto;
	height: auto;
	border: none;
}
.btn-1 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
		border: 1px solid #cc0000;
	background-color: #cc0000;
	padding-left: 5px;
	padding-right: 5px;
}
.btn-2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
		border: 1px solid #000000;
	background-color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
.btn-3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.btn-3 a:link {
	color: #FFFFFF;
			border: 1px solid #cc0000;
background-color: #cc0000;	
padding: 5px;	
}
.btn-3 a:active {
	color: #FFFFFF;
			border: 1px solid #cc0000;
	background-color: #cc0000;padding: 5px;	
}
.btn-3 a:hover {
	color: #FFFFFF;
			border: 1px solid #cc0000;
	background-color: #cc0000;padding: 5px;	
}
.btn-3 a:visited {
	color: #FFFFFF;
			border: 1px solid #cc0000;
	background-color: #cc0000;padding: 5px;	
	
}




.formfield-1 {
	border: 1px solid #999999;
	font-size: 11px;
	width:260px;
	margin-top: 5px;
	margin-bottom:5px;
}
.formfield-2 {
	border: 1px solid #999999;
	font-size: 11px;
}
.formfield-3 {
	border: 1px solid #999999;
	font-size: 11px;
}
.formfield-4 {
	border: 1px solid #999999;
	font-size: 11px;
}
.formfield-5 {
	border: 1px solid #999999;
	font-size: 11px;
}
.formfield-6 {
	border: 1px solid #999999;
	font-size: 11px;
		width:80px;

}
.form-column-container {
}
.form-column {
}
.divider {
width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.mandatory {
	color: #CC0000;
}
/* END FORM ELEMENTS */  
/* clearing */
    .stretch, .clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
}
.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
    .clearfix {
	display:block;
}
/* End hide from IE Mac */
		.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.msg-error {
	color: #CC0000;
}
.msg-info {
}
.spacer {
	clear: both;
	font-size: 0px;
	line-height:0px;
	height: 0px;
	display:block;
}
.spacer-5px {
	clear: both;
	font-size: 1px;
	line-height:1px;
	height:5px;
	display:block;
}
.spacer-10px {
	clear: both;
	font-size: 1px;
	line-height:1px;
	height: 10px;
	display:block;
}
.spacer-20px {
	clear: both;
	font-size: 1px;
	line-height:1px;
	height: 20px;
	display:block;
}
.spacer-50px {
	clear: both;
	font-size: 1px;
	line-height:1px;
	height: 50px;
	display:block;
}
.spacer-100px {
	clear: both;
	font-size: 1px;
	line-height:1px;
	height: 100px;
	display:block;
}
/* end clearing */


/* New */

#poll {
	display: block;
	float: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#poll a:link {
}
#poll a:visited {
}
#poll a:hover {
}
.poll-question {
/* recommended style: h5 -- do not put any text styling here*/
font-weight: bold;
display:block;
padding: 5px;


}
.poll-count {
/* recommended style: h6 -- do not put any text styling here*/
font-weight: bold;
display:block;
color: #e40f20;
padding: 5px;
}
.poll-option {
/* recommended style: h6 -- do not put any text styling here*/
display:block;
padding: 5px;
	border-bottom: 1px dashed #333333;

}
.poll-results {
/* recommended style: h6 -- do not put any text styling here except font colour=white*/
display:block;
padding: 5px;
}
.poll-graph {
/* width automatically generated*/
display:block;
padding: 5px;
}
/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */

#inlinecal {
	margin-top:5px;
}
.selected_day {
}
.selected_day a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #dadada url(resource/selected_day.png) 0 50% repeat-x !important;
	cursor: pointer;
	border: 1px solid #ffffff !important;
}
.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
	/*resets*/

	border: 0;
	outline: 0;
	line-height:1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff;
	font-size: 1.1em;
	border: 1px dashed #333333;
	/*width: 15.5em; */
	width: 255px;
	padding: 2.5em .5em .5em .5em;
	position: relative;
	margin-bottom: 10px;
}
#ui-datepicker-div, .ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #ffffff;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #e6e6e6 url(resource/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 223px;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #dadada url(resource/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 30px;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(resource/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(resource/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(resource/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(resource/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(resource/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(resource/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #d3d3d3;
	color: #555555;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 110px;
	left: 40px;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 67px;
	left: 153px;
}
table.ui-datepicker {
	width: 250px;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #e6e6e6 url(resource/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
	border: 1px solid #999999;
	color: #212121;
	background: #dadada url(resource/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #dddddd;
	color: #222222;
	background: #ffffff url(resource/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: lowercase;/*border-bottom: 1px solid #d3d3d3;*/
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.thumbview img{
display:none;
}
#tooltip {
        position: absolute;
        z-index: 3000;
        border: 1px solid #111;
        background-color: #eee;
        padding: 5px;
        opacity: 1;
}
#tooltip.right { width: 250px; }
.cyclepics img {
	border: 1px solid #d9d9d9 !important;
	padding: 5px;
	margin-bottom: 10px;
}
.cyclenav{
background-color:  #f0f0f0;
height: 25px;
width: 234px;
} 
.cyclenav img{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
} 

.cycleprev{
float: left 
}
.cyclenext {
float: right;
} 


.sf-menu {
	float:			right;
	margin-bottom:	1em;
}
.sf-menu > li {
	float:			right;
	margin-bottom:	0em;
    padding-right:10px;
	background-image: url(resource/primary-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
    border-bottom: none ;
    display: inline;
}
.sf-menu a {
	line-height:22px;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -2px;
    font-size: 18px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 0px;
	text-decoration:none;
    white-space: nowrap;
	color:	#1a1818;
    font-weight: bold ;
    text-transform: uppercase ;
    text-decoration: none ;
    background-image: none;
}
.sf-menu li a:link {
    	background-image: none !important;
}
.sf-menu li a:visited {
    	background-image: none !important;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#1a1818;
}
.sf-menu li {
	
}
.sf-menu li li {
	background:		#F3F3F3;
	border-top:	1px solid #1a1818;
        border-bottom: none ;
        			text-align:left;
}
.sf-menu li li li {
	background:		#F3F3F3;
	border-top:	1px solid #1a1818;
        border-bottom: none ;
        			text-align:left;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/* background:		#CFDEFF; */

	outline:		0;
    color: #cc0000;
        border-bottom: none ;
}

#content{ 
position:relative;
    z-index:1; 
    } 
#header { 
position:relative;
    z-index:2; 
    }  

#login{ 
position:relative;
    z-index:1; 
    } 
#search{ 

    z-index:1; 
    } 
#main-nav { 
position:relative;
    z-index:2; 
    }  



#main-nav {
	display: block;
	position: absolute;
	z-index: 50;
	right: 10px;
	top: 20px;
		width: 650px;
		height: 50px;
			text-align:right;
	float:right;

}
#main-nav-contents {
	width: 650px;
	height: 50px;
			text-align:right;
	float:right;
	display: block;
}

.main-nav {
	font-size: 18px;
	line-height:22px;
	color: #1a1818;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
display: inline;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -2px;
padding-right:10px;
		background-image: url(resource/primary-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}
.main-nav a:link {

	color: #1a1818;
	text-decoration: none;
}
.main-nav a:visited {
	color: #1a1818;
	text-decoration: none;
}
.main-nav a:hover {
	color: #cc0000;
	text-decoration: none;
}.bb-subnav-parent {
display:none!important;
}

