/* 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: 14px;
	color: #333333;
	margin: 0;
	padding: 0;
	background-image: url(resource/bg-rpt.gif);
	background-repeat: repeat;
	background-position: left top;
}
body {  
  height:100%;
}
* html #site-background{
  height: 100%;
}
#site-background{
  min-height:100%;
}
div {
}
img {
}
/* LINKS */
   
    a,  a:link,  a:active {
	color: #9d9886;
	text-decoration: underline;
}
a:visited {
	color: #9d9886;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
}
#breadcrumb a:link {
}
#breadcrumb a:visited {
}
#breadcrumb a:hover {
}
#breadcrumb a:active {
}
/* END LINKS */
    
/* HEADINGS */
  
	h1, h2, h3, h4, h5, h6 {
}
/* h1 mainly applies to page titles and Featured boxes group headers */
  h1 {
	display: block;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* h2 mainly applies to Featured boxes container headers */
h2 {
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #bdbdbd;
}
/* h3 mainly applies to Featured boxes item headers */
h3 {
		display: block;
	font-size: 16px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
	
	

}
/* h4 mainly applies to paragraph headers and Listing page titles */
h4 {
	display: block;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
}
/* h5 mainly applies to sidebar headers and poll questions*/
h5 {
	display: block;
	font-size: 14px;
	padding-bottom: 3px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
/* h6 mainly applies to poll count and poll results*/
h6 {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
	font-weight: bold;
}
/* END HEADINGS */


p {
}
blockquote {
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;

}


/* LISTS */



    ul {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	list-style-type: none;
	list-style-image: url(resource/bullet-arrow.gif);
}
ul li {
	margin: 0;
	padding: 0;
}
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 {

	background-image: url(resource/sitebg-rpt.png);
	background-repeat: repeat-y;
	background-position: left top;
		width: 810px;
	margin:  0 auto;
	padding: 0;
}
#page {
  width: 810px;
	margin:  0 auto;
	padding: 0;
}
#header {
  width: 790px;
	margin-left:10px;
	margin-right:10px;
	background-color: #660000;

	
} 
.header-block {  
display:block;
  position: relative;
	background-image: url(resource/header-divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 790px;
	height: 120px;
	display:block;
	float:none;
	
	
} 
#content {
	padding: 0;
	  width: 790px;
	margin-left:10px;
	margin-right:10px;
}
#home-main {
	display: block;
	float: right;
	width: 500px;
	padding-top: 5px;
		padding-bottom: 5px;
			padding-left: 10px;
						padding-right: 10px;
	
}
#home-sub-1 {
	display: block;
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 10px;
	padding-right:10px;
}
#home-sub-2 {

}
#home-rich-content {
}
#followon-main {
	display: block;
	float: right;
	width: 500px;
	padding-top: 5px;
		padding-bottom: 5px;
			padding-left: 10px;
						padding-right: 10px;
	
}
#followon-sub-1 {
	display: block;
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 10px;
	padding-right:10px;
}
#followon-sub-2 {

}
#followon-rich-content {
}
/* IMAGES */
#logo {

} 
#banner {
	display: block;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#home-img-furniture {
margin-bottom:-10px;

}
#followon-img-furniture {
margin-bottom:-10px;
}
#home-img-container {

	
}
#home-img-container img {

}
#followon-img-container {

}
#followon-img-container img {

}
.thumbnail-img img {
	border: 1px solid #333333;
	width: 228px;	
	overflow:hidden;
	height: auto;
	margin-right: 10px;
}

.thumbnail-img{
display: block;
float:left;
}


.full-img img {
margin-bottom: 10px;
	display: block;
	float: none;
	max-width:490px;
 width:expression(this.width > 490 ? "490px" : this.width);
	border: 1px solid #333333;

}

.thumbnail-img {

}
.full-img {

}
.listing-col-1
{
display: block;
float: left;



}
.listing-col-2
{
display: block;
float: left;



}
.item-text
{
display: block;
float: left;
width: 250px;

}
.item-text-full
{
display: block;
float: left;
}
.item-text-tile
{
display: block;
float: none;
clear: both;

}
/* NAVIGATION */

#main-nav {
	height: 34px;
	display: block;
	float: none;
	width: 790px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #660000;
}
.main-nav {
	height: 26px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 15px 0px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;

}
.main-nav a:link {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.main-nav a:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.main-nav a:hover {
	font-size: 11px;
	color: #9d9886;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#sub-nav {	
margin-top:10px;
padding-bottom:20px;

background-color: #bdbdbd;	
}
.sub-nav-contents {
}
.sub-nav-standard {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	background-image: url(resource/bullet-subnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;

		padding-right: 10px;
			padding-bottom: 5px;
				padding-top: 5px;
	text-transform: uppercase;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeedea;	


}
.sub-nav-standard a:link {
color: #660000;
	text-decoration: none;

}
.sub-nav-standard a:visited {
color: #660000;
	text-decoration: none;

}
.sub-nav-standard a:hover {
		color: #9d9886;
	text-decoration: none;

}
.sub-nav-highlight {
		color: #FFFFFF;	
	text-decoration: none;
}
.sub-nav-subpage {

	font-size: 11px;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	padding-left: 30px;
		padding-right: 10px;
			padding-bottom: 5px;
				padding-top: 5px;
background-color: #FFFFFF;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#eeedea;	

}
.sub-nav-subpage a:link {
color: #9d9886;	

		text-decoration: none;
}
.sub-nav-subpage a:visited {
color: #9d9886;	
		text-decoration: none;
}
.sub-nav-subpage a:hover {
		color: #660000;	

		text-decoration: none;
}
.sub-nav-subpage-highlight {
		color: #660000;	

		text-decoration: none;
}

.footer-block {
  	background-color:#000000;
		margin-left:10px;
		margin-right:10px;
		padding:10px;


	
}
#footer {  
width: 810px;

	display: block;
	text-align: center;


		
}
#copyright {
	display: inline;
	color: #FFFFFF;


}
#footer-links {
	display: inline;
	color: #FFFFFF;

}
#footer-links a:link{
color:#9d9886;
}
#footer-links a:active{
color:#9d9886;
}

#footer-links a:visited{
color:#9d9886;
}
#footer-links a:hover{
color: #FFFFFF;
}
#seo-links {
	background-color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#seo-links a {
}
#seo-links a:link {
}
#seo-links a:visited {
}
#seo-links a:active {
}
#seo-links a:hover {
}
/* FUNCTIONAL ELEMENTS */
#search {

position: absolute;
right: 0px;
bottom:10px;
	padding: 10px;
	z-index: 50;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

} 

.search-formfield {
border: 1px solid #000000;

width:100px;
}
.search-btn {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#cccccc;
	border-bottom-color:#cccccc;
	background-color: #000000;
	padding: 3px;

}
#login {
position: absolute;
right: 175px;
bottom:15px;
	padding: 10px;
	z-index: 50;
color: #FFFFFF;
}
#login a:link{
color:#9d9886;
}
#login a:active{
color:#9d9886;
}
#login a:visited{
color:#9d9886;
}
#login a:hover{
color: #FFFFFF;
}

#rss {
	display: block;
	float: right;
	
}
#rss a:link{
color:#9d9886;
}
#rss a:active{
color:#9d9886;
}
#rss a:hover{
color: #FFFFFF;
}
#rss a:visited{
color:#9d9886;
}
#sitemap {
	display: inline;
	padding-top: 10px;
	color: #FFFFFF;
	
}
#sitemap a:link{
color:#9d9886;
}
#sitemap a:active{
color:#9d9886;
}

#sitemap a:visited{
color:#9d9886;
}
#sitemap a:hover{
color: #FFFFFF;
}
#pagetools {
	display: block;
	float: right;
}
#bookmarks {
	display: block;
	float: none;
	text-align:right;
}
/* PAGE COMPONENTS */   

#newsletter {
	display: block;
	float: none;
	border-bottom: 2px dotted #999999;

	padding-bottom: 10px;
		padding-top: 10px;
	margin-bottom: 10px;

}
.newsletter-content {
	background-image: url(resource/hdr-newsletter.gif);
	background-repeat: no-repeat;
	background-position: left top;
			padding-top: 40px;
}
/* 1 of 3 HOMEPAGE FEATURED ELEMENTS */
#homepage-featured-group {
}
.homepage-featured-group-hdr {
/* recommended style: h1 -- do not put any text styling here*/

}
.homepage-featured-container {
	display:block;
	float: left;
	width: 230px;
}
.homepage-featured-container-hdr {
/* recommended style: h2 -- do not put any text styling here*/
	display: block;
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
}
.homepage-featured-box {
}
.homepage-featured-item {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.homepage-featured-item-hdr {
/* recommended style: h3 -- do not put any text styling here*/
		display: block;
	font-size: 16px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;


}
.homepage-featured-item-img {
}
.homepage-featured-item-img img {
	border: 1px solid #333333;
	width:228px;
		height: auto;
		overflow:hidden;
}
.homepage-featured-item-content {
/*do not put any text styling here*/
}
/* 2 of 3 RANDOM FEATURED ELEMENTS */


#random-featured-group {


}

.random-featured-container {
	display:block;
	float: left;
	width: 230px;
}
.random-featured-group-hdr {
/* recommended style: h1 -- do not put any text styling here*/
}
.random-featured-container-hdr{
/* recommended style: h2 -- do not put any text styling here*/
 display: none;
}
.random-featured-box {	

}
.random-featured-item {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.random-featured-item-hdr h3{
/* recommended style: h3 -- do not put any text styling here*/
	display: block;
	font-size: 16px;
	line-height:20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.random-featured-item-img {
}
.random-featured-item-img img {
	border: 1px solid #333333;
	width:228px;	
	overflow:hidden;
	height: auto;

	
}
.random-featured-item-content {
/*do not put any text styling here*/
}

/* 3 of 3  FEATURED ELEMENTS */
#featured-group {
display: none;
}
.featured-group-hdr {
/* recommended style: h1 -- do not put any text styling here*/
display: none;
}
.featured-container {
display: none;
}
.featured-container-hdr {
/* recommended style: h2 -- do not put any text styling here*/
	display: none;
}
.featured-box {
display: none;
}
.featured-item {
display: none;
}
.featured-item-hdr {
/* recommended style: h3 -- do not put any text styling here*/
display: none;
}
.featured-item-img {
display: none;
}
.featured-item-img img {
display: none;
}
.featured-item-content {
/*do not put any text styling here*/
display: none;
}
.featured-btn {
display: none;
}



#featured-group-copy {
}
.featured-group-hdr-copy {
/* recommended style: h1 -- do not put any text styling here*/
}
.featured-container-copy {
	display:block;
	float: left;
	width: 230px;
}
.featured-container-hdr-copy {
/* recommended style: h2 -- do not put any text styling here*/
	display: none;
}
.featured-box-copy {
}
.featured-item-copy {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.featured-item-hdr-copy {
/* recommended style: h3 -- do not put any text styling here*/
		display: block;
	font-size: 16px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
}
.featured-item-img-copy {
}
.featured-item-img img-copy {
	border: 1px solid #333333;
	width:228px;
	height: auto;
		overflow:hidden;
}
.featured-item-content-copy {
/*do not put any text styling here*/
}
.featured-btn-copy {
	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: left;
	width: 470px;
	margin-right: 10px;
		margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(resource/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#home-sidebar-1 img {
	/* recommended style: h5 -- do not put any text styling here*/
display:block;
float: left;
margin-right: 10px;
margin-bottom: 10px;
width:150px;
height:100px;
overflow:hidden;
	border: 1px solid #333333;
}
.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*/
height:120px;
overflow: hidden;
}
#home-sidebar-2 {
	display: block;
	float: left;
	width: 470px;
	margin-right: 10px;
		margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(resource/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#home-sidebar-2 img {
	/* recommended style: h5 -- do not put any text styling here*/
display:block;
float: left;
margin-right: 10px;
		margin-bottom: 10px;
width:150px;
height:100px;
overflow:hidden;
	border: 1px solid #333333;
}
.home-sidebar-2-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}
.home-sidebar-2-content {
/* do not put any text styling here*/
height:120px;
overflow: hidden;
}
#home-sidebar-3 {
	display: block;
	float: left;
	width: 470px;
	margin-right: 10px;
height:120px;
	padding: 10px;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(resource/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#home-sidebar-3 img {
	/* recommended style: h5 -- do not put any text styling here*/
display:block;
float: left;
margin-right: 10px;
		margin-bottom: 10px;
width:150px;
height:100px;
overflow:hidden;
	border: 1px solid #333333;
}
.home-sidebar-3-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}
.home-sidebar-3-hdr h5{
/* recommended style: h5 -- do not put any text styling here*/

}
.home-sidebar-3-content {
/* do not put any text styling here*/
height:120px;
overflow: hidden;

}
#home-sidebar-4 {
	display: block;
	float: left;
	width: 470px;
	margin-right: 10px;
		margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(resource/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
#home-sidebar-4 img {
	/* recommended style: h5 -- do not put any text styling here*/
display:block;
float: left;
margin-right: 10px;
		margin-bottom: 10px;
width:150px;
height:100px;
overflow:hidden;
	border: 1px solid #333333;
}
.home-sidebar-4-hdr {
/* recommended style: h5 -- do not put any text styling here*/
		
}
.home-sidebar-4-hdr h5{
/* recommended style: h5 -- do not put any text styling here*/
		
}
.home-sidebar-4-content {
/* do not put any text styling here*/
height:120px;
overflow: hidden;
}



#followon-sidebar-1 {
display: none;
}
#followon-sidebar-1 img {
	/* recommended style: h5 -- do not put any text styling here*/
display: none;
}
.followon-sidebar-1-hdr {
/* recommended style: h5 -- do not put any text styling here*/
display: none;
}
.followon-sidebar-1-content {
/* do not put any text styling here*/
display: none;
}
#followon-sidebar-2 {
display: none;
}
#followon-sidebar-2 img {
	/* recommended style: h5 -- do not put any text styling here*/
display: none;
}
.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*/
display: none;
}
#followon-sidebar-3 {
display: none;
}
#followon-sidebar-3 img {
	/* recommended style: h5 -- do not put any text styling here*/
display: none;
}
.followon-sidebar-3-hdr {
/* recommended style: h5 -- do not put any text styling here*/

}
.followon-sidebar-3-hdr h5{
/* recommended style: h5 -- do not put any text styling here*/

}
.followon-sidebar-3-content {
/* do not put any text styling here*/
display: none;
}
#followon-sidebar-4 {
display: none;

}
#followon-sidebar-4 img {
	/* recommended style: h5 -- do not put any text styling here*/
display: none;
}
.followon-sidebar-4-hdr {
/* recommended style: h5 -- do not put any text styling here*/
		display: none;
}
.followon-sidebar-4-hdr h5{
/* recommended style: h5 -- do not put any text styling here*/
		display: none;
}
.followon-sidebar-4-content {
/* do not put any text styling here*/
display: none;
}

/* LISTING PAGE ELEMENTS */

.item-tile-container {
display:block;
float:left;
width: 230px;
padding-right: 10px;

}
.item-container {
}
.group-item-tile {
}
.group-item {
}
.date {
font-weight: bold;
}
.more-arrow {
	background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.more-btn {



}
.back-arrow {
	background-image: url(resource/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;

}
.back-btn {
}
.pagination {
text-align: center;
background-color:#ebebeb;
padding-top: 10px;
padding-bottom: 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;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#cccccc;
	border-bottom-color:#cccccc;
	background-color: #000000;
	padding: 5px;

}
.btn-2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#cccccc;
	border-bottom-color:#cccccc;
	background-color: #660000;
	padding: 5px;
}
.formfield-1 {
	font-family: Arial, Helvetica, sans-serif;
border: 1px solid #000000;
font-size: 11px;
width:228px;
margin-top:5px;
margin-bottom:5px;
}
.formfield-2 {
	font-family: Arial, Helvetica, sans-serif;
border: 1px solid #000000;
font-size: 11px;
}
.formfield-3 {
	font-family: Arial, Helvetica, sans-serif;
border: 1px solid #000000;
font-size: 11px;
}
.formfield-4 {
	font-family: Arial, Helvetica, sans-serif;
border: 1px solid #000000;
font-size: 11px;
}
.formfield-5 {
	font-family: Arial, Helvetica, sans-serif;
border: 1px solid #000000;
font-size: 11px;
}
.formfield-6 {
	font-family: Arial, Helvetica, sans-serif;
border: 1px solid #000000;
font-size: 11px;
}
.form-column-container {
}
.form-column {
}
.form-divider {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.divider {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	border-top-width: 2px;
	border-top-style: dotted;
	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;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	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*/

}
.poll-count {
/* recommended style: h6 -- do not put any text styling here*/
}
.poll-option {
/* recommended style: h6 -- do not put any text styling here*/

}
.poll-results {
/* recommended style: h6 -- do not put any text styling here except font colour=white*/
}
.poll-graph {
/* width automatically generated*/
}
/*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*/margin: 0;
	padding: 0;
	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 solid #333333;
	/*width: 15.5em; */
  width: 215px;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
#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: 192px;
}
.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: 26px;
	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: 90px;
	left: 37px;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 59px;
	left: 130px;
}
table.ui-datepicker {
  width: 215px;
	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;
}


.sf-menu {
	float:			left;
	margin-bottom:	1em;

}
.sf-menu a {

font-size: 11px;
	border-right:	1px solid #fff;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 13px;
padding-left: 15px;
	text-decoration:none;
    white-space: nowrap;
	color:	#fff;
    font-weight: bold ;
    text-transform: uppercase ;
    text-decoration: none ;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	
}
.sf-menu li li {
	background:		#660000;
	border-top:	1px solid #fff;
}
.sf-menu li li li {
	background:		#660000;
	border-top:	1px solid #fff;
}
.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: #9D9886;
}

#content{ 
position:relative;
    z-index:1; 
    } 
#header { 
position:relative;
    z-index:2; 
    }  