/* global elements */
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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(resource/bg-rpt.jpg) no-repeat center top;
}
div {
}
img {
}
/* LINKS */
    a,  a:link,  a:active {
	color: #6eaf1e;
	text-decoration: underline;
}
a:visited {
	color: #6eaf1e;
	text-decoration: underline;
}
a:hover {
	color: #2c2878;
	text-decoration: underline;
}
#breadcrumb {
	font-size: 11px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight:bold;
}
#breadcrumb a {
	font-size: 11px;
	color: #6eaf1e;
	text-decoration: none;
	font-weight:normal;
}
#breadcrumb a:link {
	font-size: 11px;
	color: #6eaf1e;
	text-decoration: none;
	font-weight:normal;
}
#breadcrumb a:visited {
	font-size: 11px;
	color: #6eaf1e;
	text-decoration: none;
	font-weight:normal;
}
#breadcrumb a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
#breadcrumb a:active {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
/* END LINKS */
    
/* HEADINGS */
    h1 {
	display: block;
	margin-bottom:8px;
	font-size: 24px;
	color: #2c2878;
	font-weight: bold;

}
h2 {
	display: block;
	margin-bottom:5px;
	font-size: 18px;
	color: #2c2878;
	font-weight: bold;

}
h3 {
	display: block;
	margin-bottom:5px;
	font-size: 14px;
	color: #2c2878;
	font-weight: bold;

}
h4 {
	display: block;
	margin-bottom:5px;
	font-size: 18px;
	color: #96b85d;
	font-weight: bold;

}
h5 {
	display: block;
	margin-bottom:5px;
	font-size: 18px;
	color: #999999;
	font-weight: bold;

}
h6 {
	display: block;
	margin-bottom:5px;
	font-size: 14px;
	color: #999999;
	font-weight: bold;

}
/* END HEADINGS */


    p {
}
blockquote {
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
/* LISTS */



    ul {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: none;
	list-style-image: url(resource/bullet-arrow.gif);
}
ul li {
	margin: 0;
	padding: 0;
}
ol {
	padding-left: 5px;
	margin-left: 20px;
	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 {
	margin-top:10px;
	margin-bottom:10px;
	border: 1px dotted #cccccc;
}
div.hr {
}
/* HEADER */
        div#header {
	display: block;
	width: 1020px;
	position: relative;
	background-image: url(resource/header-strapline.gif);
	background-repeat: no-repeat;
	background-position: 333px 1px;
}
div#logo {
	display: block;
	float: left;
	padding: 10px 20px;
}
div#search {
	display: block;
	position: absolute;
	z-index: 50;
	right: 15px;
	top: 45px;
	float: none;
}
div#login {
	display: block;
	position: absolute;
	z-index: 50;
	right: 10px;
	top: 75px;
	float: none;
}
/* END HEADER */
    
    
    
    /* FOOTER */
       #footer {
	background: url(resource/footer-top.gif) no-repeat left top;
	font-size: 12px;
	color: #2c2878;
	background-color: #eaf0de;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 25px;
	margin-right: 30px;
}
#footer a,  #footer a:link,  #footer a:active {
	color: #6eaf1e;
	text-decoration: none;
}
#footer a:visited {
	color:#6eaf1e;
	text-decoration: none;
}
#footer a:hover {
	color: #2c2878;
	text-decoration: none;
}
#seolinks {
	color: #6eaf1e;
	line-height: 15px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
/* END FOOTER */




/* START PAGE COMPONENT CONTAINERS */
   #page {
	width: 1040px;
	margin:  0 auto;
	padding: 0;
	text-align: center;

}
#content {
	position: relative;
	margin:  0 25px;
	padding: 0;
	text-align: left;
	background-image: url(resource/sidestrip.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
}
#main {
	float: left;
	width: 480px;
	display: block;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
	left: 200px;

}
#main .featured-group{
	float: right;
	width: 460px;
	display: block;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main .featured-group .home-featured-box-container{
float: right;
margin-right: 0px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 20px;
}


#sub-1 {
	float: right;
	width: 220px;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
#sub-2 {
}
#sub-3 {
}
#main-followon {
	float: left;
	width: 500px;
	display: inline;
	margin-bottom: 20px;
	margin-left: 0px;
}
#home-text {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#followon-text {
	margin-top: 0px;
	margin-bottom: 20px;
}
#sub-followon-1 {
	float: right;
	width: 220px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 160px;
}
#sub-followon-2 {
	float: left;
	width: 220px;
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#sub-followon-3 {
}
/* END PAGE COMPONENT CONTAINERS */
			
		/* START IMAGE AND TEXT STYLING */
#newsletter {
	font-size: 12px;
	margin-top: 5px;
	padding: 0px;
	background-color: #eaf0de;
	color: #2c2878;
}
.newsletter-text {
	padding: 11px;
}
.thumbnail-img img {
	margin-right: 5px;
	border: 1px dotted #909090;
	display: block;
	float: left;
}
.sidebar {
	width: 220px;
	margin-top: 5px;
	display: block;
	float: left;
	color: #2c2878;
	background-color: #ffffff;
	background-image: url(resource/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
}
.sidebar a {
	color: #2c2878;
}
.sidebar a:link {
	color: #2c2878;
}
.sidebar a:visited {
	color: #2c2878;
}
.sidebar a:hover {
	color: #6eaf1e;
}
.sidebar a:active {
	color: #6eaf1e;
}
.sidebar-title {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	color: #2c2878;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar-text {
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar-img img {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #333333;
	display: block;
	float: none;
}
.pagination {
	padding-bottom:10px;
	text-align: center;
}
#home-img-container {
	position: relative;
	top: 34px;

}

#sub-img-container {
	position: relative;
	top: 34px;
}
#img-furniture {
	display: block;
	position: absolute;
	z-index: 50;
	left: 760px;
	top: 99px;
	height: 150px;
}
#sub-img-furniture {
	display: block;
	position: absolute;
	z-index: 50;
	left: 760px;
	top: 99px;
	height: 150px;
}
/* END IMAGE AND TEXT STYLING */

	/* feature components*/
		.item-tile-container {
	margin-right: 20px;
	width: 211px;
	display: block;
	float: left;
}
.item-container {
}
.group-item-tile {
}
.group-item {
}
#home-featured-group {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 0;
	position:absolute;
	left: -220px;
	top: 0px;
	width: 250px;

}
#featured-group {
	padding-left: 20px;
	margin-left:-20px;
}
.home-featured-box-container {
	width: 220px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #eaf0de;
	background-position: left bottom;
}
.featured-box-container {
	width: 220px;
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
	background-color:  #eaf0de;
	background-position: left bottom;
}
.featured-box-container-hdr {
	display: block;
	font-size: 0px;
	color: #eaf0de;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(resource/feature-box-container-top.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 0px;
}

.folder-1 .featured-box-container-hdr {
	background-image: url(resource/feature-box-container-top2.gif);
	background-repeat: no-repeat;
}

.featured-box-img img {
	margin-right: 5px;
	border: 1px dotted #909090;
	display: block;
	float: left;
}
.featured-box-text {
}
.featured-box-title {
	font-size: 12px;
	color: #2c2878;
	margin-top: 5px;

	display: block;
	line-height: 15px;
}
.featured-box {
	width: 180px;
	font-size: 11px;
	color: #4B4B4B;
	min-height:100%;
	height:100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
}
.sub-featured-box {
	width: 180px;
	font-size: 11px;
	color: #4B4B4B;
	min-height:100%;
	height:100%;
	float: left;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(resource/feature-box-container-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.home-featured-box {
	width: 180px;
	font-size: 11px;
	color: #4B4B4B;
	min-height:100%;
	height:100%;
	float: left;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(resource/feature-box-container-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* NAV */
div#nav-menu {
}
#nav-menu {
	height: 34px;
	display: block;
	float: none;
	background-image: url(resource/primary-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
}
.nav-menu-level1 {
	height: 24px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 15px 0px;
	text-decoration: none;
	float: left;
	background-image: url(resource/primary-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav-menu-level1 a:link {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav-menu-level1 a:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav-menu-level1 a:hover {
	font-size: 12px;
	color: #2c2878;
	font-weight: bold;
	text-decoration: none;
}

#sub-menu {
	margin-bottom: 10px;
}
.sub-menu-contents {
	background-color: #f7fbf6;
}
.sub-menu-standard {
	font-size: 12px;
	line-height: 12px;
	color: #919581;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin: 0px;
	padding: 7px 11px 11px 30px;
	background-image: url(resource/submenu-standard-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sub-menu-standard a:link {
	font-size: 12px;
	color: #919581;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
.sub-menu-standard a:visited {
	font-size: 12px;
	color: #919581;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
.sub-menu-standard a:hover {
	font-size: 12px;
	color: #6eaf1e;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
.sub-menu-highlight {
	font-size: 12px;
	color: #6eaf1e;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.sub-menu-subpage {
	font-size: 12px;
	line-height: 14px;
	color: #919581;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 5px 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.sub-menu-subpage a:link {
	font-size: 12px;
	color: #919581;
	text-decoration: none;
}
.sub-menu-subpage a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.sub-menu-subpage a:hover {
	font-size: 12px;
	color: #6eaf1e;
	text-decoration: none;
}
.sub-menu-subpage-highlight {
	color: #6eaf1e;
	text-decoration: none;
}
/* END NAV */

	
	  
/* FORM ELEMENTS */
    form {
	margin:0;
	padding:0;
}
form div,  form p {
}
.form-divider {
	margin-top:10px;
	margin-bottom:10px;
	border: 1px dotted #eaf0de;
}
.formfield1 {
	width: 180px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ebedf0;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #f9f8f3;
	border-bottom: 1px solid #f9f8f3;
	border-left: 1px solid #c8c8c8;
	padding: 3px;
	font-size: 12px;
}

.formfield4 {
	width: 180px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ebedf0;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #f9f8f3;
	border-bottom: 1px solid #f9f8f3;
	border-left: 1px solid #c8c8c8;
	padding: 3px;
	font-size: 12px;
}

.formfield3 {

	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ebedf0;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #f9f8f3;
	border-bottom: 1px solid #f9f8f3;
	border-left: 1px solid #c8c8c8;
	padding: 3px;
	font-size: 12px;
}

.formfield2 {

	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ebedf0;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #f9f8f3;
	border-bottom: 1px solid #f9f8f3;
	border-left: 1px solid #c8c8c8;
	padding: 3px;
	font-size: 12px;
}

.searchfield1 {
	margin:0;
	margin-bottom:5px;
	border: 1px solid #CCCCCC;
}
.search {
	margin:0 5 5px 0;
	background-color: #ebedf0;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #f9f8f3;
	border-bottom: 1px solid #f9f8f3;
	border-left: 1px solid #c8c8c8;
	padding: 1px;
	font-size: 12px;
}
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: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-right-color:#2c2878;
	border-bottom-color:#2c2878;
	background-color: #2c2878;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:10px;
}
.btn2 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-right-color:#2c2878;
	border-bottom-color:#2c2878;
	background-color: #2c2878;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:10px;
}
.search-btn {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-right-color:#2c2878;
	border-bottom-color:#2c2878;
	background-color: #2c2878;
	padding-right: 5px;
	padding-left: 5px;
}
.date {
	font-weight: bold;
	padding-bottom: 10px;
	color: #2c2878;
}
/* 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 \*/
    .clearfix {
	display:block;
}
/* End hide from IE Mac */
		
			.spacer {
	clear: both;
	font-size: 1px;
	line-height:1px;
	height: 1px;
	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: 11px;
	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 {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px dotted #909090;
	display: block;
	float: none;
	max-width:525px;
 width:expression(this.width > 524 ? "525px" : this.width);
	height: 200%;
	width: 200%;
}
/* New */

#poll {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	padding: 15px;
	background-color: #eaf0de;
	color: #2c2878;
}
#poll h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2c2878;
	font-weight: bold;
}
#poll h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#poll .poll_option {
	display:block;
}
#poll .poll_results {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2878;
}
#poll .poll_graph {
	background-color: #3E3E3E;
	display:block;
	height:12px;
}
	.poll-link { 
	border-top: 1px dotted #2c2878;
padding-top: 5px;
margin-top: 5px;
margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
			font-weight: bold;
		color: #333333;  
		text-align: right;
	  }   				
					
					
.poll-link a:link { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
			font-weight: bold;
	color: #2c2878; 
	  }    

.poll-link a:visited { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
		font-weight: bold;
		color: #2c2878; 
	  }
.poll-link a:hover { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
			font-weight: bold;
	  color: #333333;
	  }  
.poll-link a:active { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
			font-weight: bold;
	color:  #2c2878; 
	  }  
		
	 #poll input{ 
margin-top: 3px;
margin-bottom: 3px;
	  }  
#home-banner-container {
display:none;
}
#home-banner-container img {
	display:none;
}

#followon-banner-container {
	display:block;
	clear: both;
	height: 150px;
	width: 220px;
	overflow: hidden;
	position: absolute;
	top: 350px;
	z-index: 61;
	margin-left: 285px;
	left: 50%;
	background-image: url(/on_local_resource/stylesheets/resource/banner-share.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#followon-banner-container img {
	height: 150px;
	width: 220px;
}

.folder-0 #followon-banner-container {
	display:block;
	clear: both;
	height: 150px;
	width: 220px;
	overflow: hidden;
	position: absolute;
	top: 474px;
	z-index: 61;
	margin-left: 285px;
	left: 50%;
	background-image: url(/on_local_resource/stylesheets/resource/banner-share.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.folder-0 #followon-banner-container img {
	height: 150px;
	width: 220px;
}



#pagetools {
	display: inline-block;
	padding-top: 10px;
}
/*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;
	/*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: -919581px;
	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 #919581;
	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;
}
.sf-menu  > li{
float: left;
background-image: url(resource/primary-nav-divider.gif);
background-repeat: no-repeat;
background-position: right top;

}
.sf-menu a {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration:none;
	white-space: nowrap;
	color:	#fff;
	font-weight: bold;
	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 a{
	border-right:	1px solid #d8e1cc;
    	padding: .75em 1em;
 }
.sf-menu li li {
	background:		#b6c7a0;
	border-top:	1px solid #d8e1cc;
}
.sf-menu li li li {
	background:		#b6c7a0;
	border-top:	1px solid #d8e1cc;
}
.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: #2c2878;
}
.folder-1 #nav-menu {
	position:relative;
	z-index:51;
	bottom: 325px;
    } 
		
		.folder-0 #nav-menu {
	position:relative;
	z-index:51;
	bottom: 325px;
    } 
		
		#nav-menu {
	position:relative;
	z-index:51;
	bottom: 194px;
    } 
		
#main { 
    position:none;
    z-index:50; 
    }   
					#member-login {
	font-size: 12px;
	margin-top: 5px;
	padding: 0px;
	background-color: #eaf0de;
	color: #FFFFFF;
	}
				.member-login-text {
	padding: 11px;
	color: #2c2878;
	}
	
	#bb-6959 #main-followon #followon-text form {
	padding-top: 5px;
	padding-bottom: 5px;/*	position: relative;
	z-index: 22;
	left: 305px;
	bottom: 215px;*/
	}

.shopbox {
	display: block;
	height: 160px;
	overflow: hidden;

}
.shopbox-nav {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	}