z/* 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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
body {  
  height:100%;
}
* html #site-background{
  height: 100%;
}
#site-background{
  min-height:100%;
}

div {
}
img {
}
/* LINKS */
   
a:link, a:visited {
	color: #33cc33;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
#breadcrumb {
	font-size: 11px;
	color: #99cc33;
	padding-top: 5px;
	padding-bottom: 5px;
}
#breadcrumb a:link {
	font-size: 11px;
	color: #99cc33;
	text-decoration: none;
}
#breadcrumb a:visited {
	font-size: 11px;
	color: #99cc33;
	text-decoration: none;
}
#breadcrumb a:hover {
	font-size: 11px;
	color: #dcdcb1;
	text-decoration: none;
}
#breadcrumb a:active {
	font-size: 11px;
	color: #99cc33;
	text-decoration: none;
}
/* END LINKS */
    
/* HEADINGS */
    h1 {
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
word-spacing:-5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	
}
h2 {
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
word-spacing:-5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	
}
h3 {
		text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
		line-height: 24px;
word-spacing:-5px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	display: block;
}
h4 {
	font-size: 22px;
	line-height: 22px;
	color: #33cc33;
	font-weight: bold;
word-spacing:-5px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	


}
h5 {
	font-size: 20px;
	line-height: 20px;
	color: #33cc33;
	font-weight: bold;
word-spacing:-5px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	
}
h6 {
	font-size: 18px;
	line-height: 18px;
		color: #ffffff;
	background-color: #000000;
	font-weight: bold;
word-spacing:-5px;
	margin-bottom:5px;
	padding: 3px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	
}
/* END HEADINGS */


    p {
	font-size: 12px;
	line-height: 16px;

}
blockquote {
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
hr {
display:none;
}
div.hr {
}
/* LISTS */



    ul {

	margin-bottom: 5px;
	margin-top: 5px;
	list-style-type: none;

}
ul li {

	padding-left: 40px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
		background-image: url(resource/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cc33;

}
ol {
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
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 {
}
/* HEADER */
div#header {
	display: block;
  float: left;
	width: 1020px;
	margin: 0px;
	padding: 0px;
	height: 440px;
}

#header-main {
	display: block;
	float: none;
	width: 1020px;
	background-color: #99cc33;
	height: 340px;
	background-image: url(resource/content-divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;


}
#header-sub {
	display: block;
		width: 260px;
	padding-right: 10px;
		margin-top: 10px;
	float: right;
}
#logo {
	display: block;
	float: left;
	height: 150px;
position: relative;
top: 0px;
left: 35px;
z-index: 90;

}
#home-img-container {
	display: none;
}
#sub-img-container {
	display: block;
	float: left;
	width:1020px;
	height: 185px;
position: relative;
top: -100px;
z-index: 50;
}
#img-furniture {

}
#sub-img-furniture {

}
/* END HEADER */
    
    
    
    /* FOOTER */
       #footer {
width: 750px;
margin-left: 270px;
overflow: hidden;
display: block;
background-color: #000000;


}
#copyright {
	font-size: 11px;
	color: #FFFFFF;
	height: 30px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;

}
#footer-links {
	display: block;
	float: left;
	width: 1020px;
position:relative;
bottom: 100px;
z-index: 80;

	margin-bottom:10px;

	
}
#footer-links-text {

	color: #ffffff;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;
}
#footer-links a {
font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
#footer-links a:link {
font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
#footer-links a:visited {
font-weight: bold;

	text-decoration: underline;
	color: #ffffff;
}
#footer-links a:active {
font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
#footer-links a:hover {
font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
#seo-links {
	display: block;
	position: relative;
	z-index: 40;
	font-size: 11px;
	right: 20px;
	bottom:20px;
	float: none;
	color: #FFFFFF;
	text-align: right;

}
#seo-links a {

	color: #FFFFFF;
}
#seo-links a:link {

	color: #FFFFFF;
}
#seo-links a:visited {

	color: #FFFFFF;
}
#seo-links a:active {

	color: #99cc32;
}
#seo-links a:hover {

	color: #99cc32;
}
/* END FOOTER */




/* START PAGE COMPONENT CONTAINERS */
   #site-background {
	background-image: url(resource/bg-rpt.gif);
	background-repeat: repeat;
	
}
#page {
	width: 1020px;
	margin:  0 auto;
	padding: 0;
	background-image: url(resource/page-rpt.gif);
	background-repeat: repeat-y;
}
#content {

	
	padding: 0;
	text-align: left;


}
#main {
	float: right;
	display: block;
	width: 460px;
	margin-left :20px;
margin-right: 10px;
margin-top: 5px;
	position: relative;
	bottom: 110px;
	
}
#sub-1 {	display: block;
	width: 260px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
			position: relative;
	bottom: 110px;

}
#sub-2 {
	float: left;
	display: block;
	width: 260px;
	margin-top: -20px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	bottom: 110px;
}
/* END PAGE COMPONENT CONTAINERS */
			
		/* START IMAGE AND TEXT STYLING */

#newsletter {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
.newsletter-hdr {
	font-size: 18px;
	color: #000000;
word-spacing:-5px;
padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
.newsletter-text {
	font-size: 12px;

	color: #ffffff;
	padding: 20px;

		background-image: url(resource/newsletter-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.thumbnail-img img {

	margin-right: 5px;
	display: block;
	float: left;
}

.callout {
	width: 440px;
	display: block;
	float: none;
	margin-top: 10px;
	border-bottom: 1px solid #99cc33;
}
.callout-hdr {	

word-spacing:-5px;
text-transform: uppercase;
	color: #99cc33;
	font-size: 14px;
		padding-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	float: none;
}
.callout-text {
	height: 50px;
	overflow: hidden;
}
.callout-img {
	float: left;
	display:block;
	padding: 5px;
	margin: 10px;
	border: 1px solid #99cc33;
	background-color: #ffffff;

}
.callout-highlight {
	width: 440px;
	display: block;
	float: none;
	margin-top: 10px;
	background-color:  #dcdcb1;
}
#sidebar-1 {

	display: none;

}
#sidebar-1 a {

}
#sidebar-1 a:link {

}
#sidebar-1 a:visited {

}
#sidebar-1 a:active {

}
#sidebar-1 a:hover {

}
.sidebar-1-hdr {	

}
.sidebar-1-text {

}
.sidebar-1-img {

}
#sidebar-2 {
	color: #FFFFFF;
	min-height:100%;
	height:100%;
	float: left;
	width:  230px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	background-image: url(resource/sidebar2-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
#sidebar-2 a{
font-size: 12px;
	color: #99cc33;

}
#sidebar-2 a:link {
font-size: 12px;
	color: #99cc33;

}
#sidebar-2 a:visited {
font-size: 12px;
	color:#99cc33;

}
#sidebar-2 a:active {
font-size: 12px;
	color: #FFFFFF;

}
#sidebar-2 a:hover {
font-size: 12px;
	color: #FFFFFF;

}
.sidebar-2-text {
	font-size: 12px;
	color: #FFFFFF;
}
#sidebar-2 img {

	margin-bottom: 5px;

}
.sidebar-2-hdr {
	font-size: 24px;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 25px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	word-spacing:-5px;
	font-family: "Courier New", Courier, monospace;
}


#sidebar-3 {
	color: #FFFFFF;
	background-color: #000000;
	float: left;
	width:  260px;
	margin-top:10px;
	margin-bottom:10px;


}
#sidebar-3 a{
font-size: 12px;
	color: #99cc33;

}
#sidebar-3 a:link {
font-size: 12px;
	color: #99cc33;

}
#sidebar-3 a:visited {
font-size: 12px;
	color:#99cc33;

}
#sidebar-3 a:active {
font-size: 12px;
	color: #FFFFFF;

}
#sidebar-3 a:hover {
font-size: 12px;
	color: #FFFFFF;

}
.sidebar-3-text {
	padding:10px 10px 10px 25px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(resource/sidebar3-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: -5px;
	margin-bottom: -5px;
}
#sidebar-3 img {
padding-top: 5px;
padding-bottom: 5px;

}
.sidebar-3-hdr {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	word-spacing:-5px;
	font-family: "Courier New", Courier, monospace;
}

/* END IMAGE AND TEXT STYLING */

	/* feature components*/

	
		.item-tile-container {
	margin-right: 5px;
	margin-left: 0px;
	width: 220px;
	display: block;
	float: left;
	height:240px;
}
		.item-tile-container img {

	display: block;
	float: none;
}
.item-container {
}
.group-item-tile {
}
.group-item {
}
#home-featured-group {
}

#featured-group {
}
.random-featured-group {
}
.home-featured-box-container {
	width: 260px;
	float: left;

	margin-top: 5px;
	margin-bottom: 5px;
				background-image: url(resource/feature-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}
.home-featured-box-container a {
	font-size: 12px;
	color: #33cc33;
	font-weight: bold;
}
.home-featured-box-container a:link {
	font-size: 12px;
	color: #33cc33;
	font-weight: bold;
}
.home-featured-box-container a:visited {
	font-size: 12px;
	color: #33cc33;
	font-weight: bold;
}
.home-featured-box-container a:active {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.home-featured-box-container a:hover {
	font-size: 12px;
	color: #000000;
		font-weight: bold;
}

.random-featured-box-container {
	width: 260px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
				background-image: url(resource/random-feature-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.random-featured-box-container  a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.random-featured-box-container  a:link {
	font-size: 12px;
	color:  #ffffff;
	font-weight: bold;
}
.random-featured-box-container  a:visited {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.random-featured-box-container  a:active {
	font-size: 12px;
	color: #000000;
		font-weight: bold;
}
.random-featured-box-container  a:hover {
	font-size: 12px;
	color: #000000;
		font-weight: bold;
}
.featured-box-container {
	width: 260px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
			background-image: url(resource/feature-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
.featured-box-container-hdr {
	margin: 5px 5px 5px 20px;	
}
.featured-box-img img {
	margin-right: 5px;
	display: block;
	float: left;
}
.random-featured-box img {
	display: block;
	float: left;
	margin-right: 5px;
}
.featured-box-text {

}
.random-featured-box-text {
}
.featured-box-title {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
	display: block;	


}
.random-featured-box-title {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	
	word-spacing:-5px;
}
.featured-box {
	width: 220px;
	font-size: 12px;
	color: #000000;
	min-height:100%;
	height:100%;
	float: left;
	padding-top: 10px;
	padding-left:5px;
			padding-right:5px;
	padding-bottom: 20px;

		background-image: url(resource/box-divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
		
}







.random-featured-box {

}


.sub-featured-box {
	width: 220px;
	color: #99cc33;
	min-height:100%;
	height:100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
		background-image: url(resource/feature-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.home-featured-box {
	width: 220px;
	color: #99cc33;
	min-height:100%;
	height:100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;


}
.home-random-featured-box {
	color: #FFFFFF;
	min-height:100%;
	height:100%;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;

}
/* NAV */
div#nav-menu {
	display: block;
	float: left;
	height: 35px;
	margin-top:5px;
	z-index: 70;
  padding-left: 180px;
	width: 840px;
	position: relative;
  bottom: 100px;
	border-top: 3px solid #ffffff; 
  border-bottom: 3px solid #ffffff;
	background-color: #000000;
}
#nav-menu {
	display: block;
	float: none;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	
	word-spacing:-5px;
}
.nav-menu-level1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 15px;	
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
  white-space:nowrap;
}
.nav-menu-level1 a:link {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;	text-transform: uppercase;
	text-decoration: none;
}
.nav-menu-level1 a:visited {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;	text-transform: uppercase;
	text-decoration: none;
}
.nav-menu-level1 a:hover {
	font-size: 14px;
	color: #99cc33;
	font-weight: bold;	text-transform: uppercase;
	text-decoration: none;
}
#nav-menu-level1-selected {
	font-size: 14px;
	color: #99cc33;	text-transform: uppercase;
}
#sub-menu {
margin-bottom: 10px;
margin-top: 10px;
}
.sub-menu-contents {
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
  padding-right: 20px;
			padding-top: 10px;
				padding-bottom: 10px;

		background-image: url(resource/submenu-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;



}
.sub-menu-standard {
word-spacing:-5px;
		text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	
	font-size: 16px;
	line-height: 14px;
		font-weight: bold;
	color: #99cc33;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cc33;	
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
		background-image: url(resource/bullet-subnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sub-menu-standard a:link {
	font-size: 16px;
		font-weight: bold;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
.sub-menu-standard a:visited {
	font-size: 16px;
		font-weight: bold;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
.sub-menu-standard a:hover {
	font-size: 16px;
		font-weight: bold;
	color:#99cc33;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
.sub-menu-highlight {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.sub-menu-subpage {
	font-size: 12px;

	line-height: 14px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cc33;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;


}
.sub-menu-subpage a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.sub-menu-subpage a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.sub-menu-subpage a:hover {
	font-size: 12px;
	color: #99cc33;
	text-decoration: none;
}
.sub-menu-subpage-highlight {
	color: #99cc33;
	text-decoration: none;
}
/* END NAV */


/* 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;
}
.btn1 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.btn2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}

.search-btn {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-right-color:#99cc33;
	border-bottom-color:#99cc33;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.btn3 {
  display: inline-block;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, 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: #99cc33;
  text-decoration:none;
	padding-right: 19px;
	padding-left: 20px;
  padding-top: 3px;
	padding-bottom: 4px;
}
.btn3:link {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, 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: #99cc33;
  text-decoration:none;
	padding-right: 19px;
	padding-left: 20px;
  padding-top: 3px;
	padding-bottom: 4px;
}
.btn3:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, 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: #99cc33;
  text-decoration:none;
	padding-right: 19px;
	padding-left: 20px;
  padding-top: 3px;
	padding-bottom: 4px;
}

.btn3:active {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, 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: #99cc33;
  text-decoration:none;
	padding-right: 19px;
	padding-left: 20px;
  padding-top: 3px;
	padding-bottom: 4px;
}

.btn3:hover {
	color: #FFFFFF;
	font-size: 11px;
font-family: Verdana, 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: #99cc33;
  text-decoration:none;
	padding-right: 19px;
	padding-left: 20px;
  padding-top: 3px;
	padding-bottom: 4px;
}
.formfield {
	font-size: 12px;
	
	line-height: 14px;
	border: 1px solid #99cc33;
	margin-bottom: 10px;
}
.formfield1 {
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #99cc33;
	margin-bottom: 10px;
	width: 200px;
}
.formfield2 {
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #99cc33;
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-right: 5px;
}
.hr-divider {
			background-image: url(resource/hr-divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 10px;

}
.form-column-container {
	display: block;
	float: none;
	width: 440px;
}
.form-column {
	display: block;
	float: left;
	width: 100px;
}
.mandatory {
	color: #CC0000;
}
.date {
	font-weight: bold;
	color: #000000;
}
.arrow {
}
.morearrow {
	font-weight: bold;

}
.pagination {
	margin-top: 5px;
	text-align: center;
	display: block;
}
/* END FORM ELEMENTS */  
/* clearing */
    .stretch, .clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}
.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/

/* End hide from IE Mac */
		.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.msg-error {
	color: #CC0000;
	font-style: italic;
	font-size: 13px;
}
.msg-info {
	color: #1c3c6f;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.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 */

.full-img img {
	display: block;
	float: none;
	margin-bottom: 5px;
	max-width:400px;
 width:expression(this.width > 399? "400px" : this.width);
	text-align: center;
    height:auto;
}
/* New */

#poll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 260px;
	float: left;
				background-image: url(resource/poll-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	padding-bottom: 20px;

}
#poll h3 {

	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
				background-image: url(resource/poll-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 20px;
		text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;	
}
#poll h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
		padding-left: 20px;
}
#poll .poll_option {
	display:block;

}
#poll .poll_results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
		padding-left: 20px;
}
#poll .poll_graph {
	background-color: #000000;
	display:block;
	height:11px;
		padding-left: 20px;
}
#poll a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#poll a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#poll a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dcdcb1;
}
#poll input {
margin-top: 5px;
	margin-left: 20px;
}

#banner-container {
	display: block;
	float: left;
	width:1020px;
	height: 185px;
position: relative;
top: -100px;
z-index: 50;


	
}


#banner-container img {
}
#pagetools {
	display:block;
	float: left;

	
	
}
#login {
	display:block;
	float: left;
}
#search-container {
height: 20px;
position: relative;
top: -300px;
left: 850px;
z-index: 50;

}
/*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: 4px solid #d3d3d3;
	/*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: 14.6em;
}
.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: 1.3em;
	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: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	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: uppercase;/*border-bottom: 1px solid #d3d3d3;*/
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}


.sf-menu {
	float:			left;
	margin-bottom:	1em;
    	background:		#000000;
}
.sf-menu a {
	font-family: "Courier New", Courier, monospace;	
	font-size: 14px;
	border-right:	1px solid #fff;
	padding: 10px 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:		#000000;
	border-top:	1px solid #fff;
}
.sf-menu li li li {
	background:		#000000;
	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: #99CC33;
}

#nav-menu { 
position:relative;
    z-index:51; 
    } 
#header-container { 
    position:none;
    z-index:50; 
    }   