/* CSS Document */
/*
	Portions of this code is from the
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
body {
	background-color:#fff;
	font-family:Helvetica,Arial,Verdana,sans-serif !important;
	font-size:12px !important;
	margin:0px;
	overflow:auto !important;
	padding-top:0px;
	text-align:left;
}
input {
	border:1px solid #7F9DB9;
	background-color:#ffffff;
	color:#444444;
}
textarea {
	border:1px solid #7F9DB9;
	background-color:#ffffff;
	color:#444444;
}
a {
	color:#666666;
	text-decoration:none;
}
img {
	border:none;
}
#bucket01  {
	display:none;
	background-image:url(images/container_background_435px.gif);
	background-repeat:repeat-x;
}
#bucket02  {
	display:none;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
}
.container {
	width:1000px;
	/* min-height:600px; */
 	background-image:url(images/background.png);
	background-repeat:repeat-y;
	margin:0 auto;
	margin-top:-14px;
}
.container_12,
.container_16 {
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	width: 960px;
}
.home_main  {
	/*margin:0 auto;
	text-align:left;
	overflow:hidden;*/
}
.main{
	width:934px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
.header {
	height:122px;
}
.home_header {
	height:130px;
}
.logo_area {
	border-width: 0px;
	border-style: none;
	padding-left:15px;
	padding-top:6px;
	position: absolute;
	width: 527px;
	z-index:0;
}
.home_logo_area {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:460px;
}
.home_header_right  {
	float:right;
	padding-left:10px;
	width:388px;
}
.header_right{
	float:right;
	height:122px;
	overflow: visible;
	position: relative;
	width:500px;
	z-index: 10;
}
#home_menubar {
	background-color: #666;
	height:300px;
	margin-bottom:20px;
	width:960px;
}
.top_tabs{
	margin-right:15px;
	height:86px;
}
.top_tabs .button  {
	background-image:url(images/yellow_button.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
	height:20px;
	width:176px;
	padding-top:2px;
	margin-left:8px;
	color:#666666;
	text-align:center;
}
.top_tabs .button:hover{
	padding-top:10px;
}
.top_tabs .button a {
	text-decoration:none;
	color:#666666;
}
.shopping_cart  {
	background-image:url(images/cart.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-left:5px;
}
.plus{
	background-image:url(images/plus.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-left:5px;
}

.dept_menu{
	height:37px;
	margin-right:23px;
}
.dept_menu .item {
	float:right;
	margin-left:3px;
	margin-top:17px;
	background-image:url(images/grey-button.png);
	cursor: pointer;
}
.dept_menu .item:hover{
	margin-top:12px;
	height:24px;
}
.dept_menu .item div {
	background-image:url(images/grey-button-right.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:2px;
	padding-bottom:3px;
/*	padding-bottom:6px;*/
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
}
.dept_menu .item div:hover {
	padding-bottom:8px;
	margin-top:0px;
}
.dept_menu .item div a {
	text-decoration:none;
	color:#666666;
}

.dept_menu .submenu_item {
	display:none;
}
.dept_menu .submenu_separator {
	display:none;
}
.menu_bar {
	width:903px;
	padding-left:30px;
	height:31px;
	background-image:url(images/blue-bar.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.menu_bar .item{
	float:left;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:#ffff99;
	height:23px;
	padding-top:7px;
	padding-left:14px;
	padding-right:14px;
	margin-left:1px;
	margin-right:1px;
	cursor: pointer;
}
.menu_bar .item:hover{
	border:1px solid #b3b3b3;
	height:22px;
	background-image:url(images/menu-item-hover.png);
	background-repeat:repeat-x;
	color:#333333;
	margin-left:0px;
	margin-right:0px;
}
.menu_bar .item a {
	text-decoration:none;
	color:#ffff99;
}
.menu_bar .item:hover > div > a{
	color:#333333;
}
.menu_bar .separator{
	float:left;
	height:17px;
	margin-top:6px;
	width:2px;
	background-image:url(images/separator.png);
}
.menu_bar .submenu_item {
	display:none;
	position:absolute;
	opacity: .9;
	filter: alpha(opacity=90);
	background-image:url(images/blue_bar_background.png);
	background-repeat:repeat-x;
/*	background-align:middle;*/
	font-weight:bold;
	height:21px;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px;
	cursor: pointer;
}
.menu_bar .submenu_item:hover{
	background-image:url(images/menu-item-hover.png);
	background-repeat:repeat-x;
	color:#333333;
}
.menu_bar .submenu_item:hover > div > a{
	color:#333333;
}
.menu_bar .submenu_item a {
	text-decoration:none;
	color:#ffff99;
}
#sub_bar {
	display:none;
	height:25px;
	width:880px;
	margin-top: 0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}
#sub_bar .breadcrumbs {
	float:left;
	color:#666666;
	font-size:11px;
	font-weight:bold;
}
#sub_bar .breadcrumbs a{ 
	color:#666666;
	font-size:11px;
	text-decoration:none;
	cursor: pointer;
}
#sub_bar .breadcrumbs span{ 
	cursor: default;
}
#sub_bar .search{
	float:right;
	font-size:14px;
	font-weight:bold;
}
#sub_bar .search input {
	font-size:12px;
	border:1px solid #666666;
}
#accordionmenu  {
	height:300px;
/*	float:right;*/	
}
/*  begin new 15 box content areas  - jcy 30 June 2009  */
.home_main_content{
	min-height:200px;
	margin-right:13px;
	margin-left:13px;
}
.main_content{
	min-height:200px;
	margin-right:13px;
	margin-left:13px;
}
.main_content a {
	color:#00F;
	text-decoration:none;
}
.main_content a:hover {
	color:#900;
	text-decoration:underline;
}
.row {
	overflow:hidden;
	margin-top:15px;
}
.main_content .row img {
	margin-right:10px;
	margin-left:10px;
}
/*.main_content ul {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}*/
/*  1/3 max width */
#home_box01_position {
	overflow:hidden;
	width:220px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
	margin-top: 0px;
}
#home_box01_position .menuleft {
	font-size: 1.3em;
	list-style-type: none;
	margin-left:-30px;
}

#home_box01_position .menuleft .menuitem {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-left:5px;
	padding-bottom: 10px;
}
#home_box01_position .menuleft .menuitem a:hover {
	color:#fff;
}
#home_box01_position .menuleft .menuitem:hover {
	background-color:#666;
}
#home_box01_position .menuleft .menuitem a {
	color:#999;
}
#home_box01_position .module_b {
	background-image: url(images/287px_b.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box01_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box01_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box01_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box01_position .title{
	font-size:16px;
}
/*  navagation menu one  */
ul#sliding-navigation_home
{
	list-style: none;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;}
ul#sliding-navigation_home li.sliding-element_home h3,
ul#sliding-navigation_home li.sliding-element_home a
{
	display: block;
	width: 210px;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;}
ul#sliding-navigation_home li.sliding-element_home a {	
	color: #666;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
	/*	background-color: #E5E5E5;*/}
ul#sliding-navigation_home li.sliding-element_home a:hover {
	color: #FFF;
	background-color: #666;}
ul#sliding-navigation_home li.sliding-element_home h3  {
	color: #666;
	/*	background:#333 url(heading_bg.jpg) repeat-y;*/
	font-weight: normal;}
/*#navigation-block {
	position:relative;
	top:200px;
	left:200px;
}
#hide {
	position:absolute;
	top:30px;
	left:-190px;
}*/
/*  navagation menu two */
ul#sliding-navigation_2_home  {
	list-style: none;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;}
ul#sliding-navigation_2_home li.sliding-element_home h3,
ul#sliding-navigation_2_home li.sliding-element_home a  {
	display: block;
	width: 210px;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;}
ul#sliding-navigation_2_home li.sliding-element_home h3  {
	font-size: 1.3em;
	color: #666;
	/*	border: 1px solid #1a1a1a;*/
	font-weight: normal;
	/*	background-color: #CCC;*/}
ul#sliding-navigation_2_home li.sliding-element_home a  {
	color: #666;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
	/*	background-color: #E5E5E5;*/}
ul#sliding-navigation_2_home li.sliding-element_home a:hover {
	color: #FFF;
	background-color: #666;}
#home_box02_position  {
	overflow:hidden;
	width:220px;
	margin-bottom:10px;
	margin-right:15px;
	margin-left:-20px;
	float:left;
	margin-top: 0px;
}
#home_box02_position .menuright {
	font-size: 1.2em;
	list-style-type: none;
}
#home_box02_position .menuright .menuitem {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom: 10px;
}
/*#home_box02_position .menuright .menuitem a:hover {
	color:#fff;
}*/
#home_box02_position .menuright .menuitem:hover {
	background-color:#666;
}
#home_box02_position .menuright .menuitem a {
	color:#999;
}
#home_box02_position .module_grid04 {
	/*  was no background style  */
	width:288px;
}
#home_box02_position .module_grid08r {
	/*  was blue background style  */
	/*	border: 1px solid #999;*/
	width:596px;
}
#home_box02_position .module_grid08l {
	/*  was gray background style  */
	/*	border: 1px solid #999;*/
	width:596px;
}
#home_box02_position .module_grid12 {
	/*  was yellow background style  */
	/*	border: 1px solid #999;*/
	width:904px;
}
/*/*#home_box02_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;
	background-repeat: repeat-y;
}*/
#home_box02_position .title{
	font-size:16px;
}
#home_box03_position {
	overflow:hidden;
	width:220px;
	margin-top:-10px;
	margin-bottom:10px;
	margin-right:0px;
	padding-left:10px;
	float:left;
}
#home_box03_position p {
	font-size: 1.3em;
	line-height: 2em;
	color: #666;	
}
#home_box03_position .module_nobackgound {
	}
#home_box03_position .module_b {
	background-image: url(images/287px_b.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box03_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box03_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box03_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
	}
#home_box03_position .title{
	font-size:16px;
}
#home_box04_position {
	/* [disabled]overflow:hidden; */
	width:220px;
	margin-top:-10px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
}
#home_box04_position .bannerbox  {
	/* [disabled]float:right; */
	/* [disabled]position:relative; */
	/*	width:160px;*/
	margin-left:25px;
	margin-top:20px;
	}
/*#home_box04_position .homebanner_a {
	background-image:url(images/find_a_lcmbanner_a.jpg);
	background-repeat:no-repeat;
	height:125px;}
#home_box04_position .homebanner_a:hover {
	background-image:url(images/find_a_lcmbanner_b.jpg);
	background-repeat:no-repeat;}*/
/*#iconbar li {
	float:left; 
	position:relative; 
	margin-right:20px;
}
#iconbar span {
	position: absolute;
	top: -50px;
	left: -80px;
	display: none;
	background: url(images/ttbg.jpg) no-repeat;
	width: 110px;
	height: 35px;
	text-align: center;
	padding: 5px;
	line-height:110%;
	color:#000000;
}*/
/*#home_box04_position .module{
	float:left;
	width:100%;
	margin-bottom:10px;
}*/
#home_box04_position .module_nobackgound {
/*	border: 1px solid #999;*/
}
#home_box04_position .module_b {
	/* replace background color with image once testing is complete 06 july 2009 - jcy */
	/*	background-image: url(images/287px_b.gif);*/
	/*	background-repeat: repeat-y;*/
	background-color: #06F;
/*	border: 1px solid #999;*/
}
#home_box04_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box04_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box04_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
	}
#home_box04_position .module .title{
	font-size:16px;
}
#home_box05_position {
	display:none;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
/* NEED TO DOCUMENT THE CHANGE FROM FOUR TO FIVE THE ELASTIC WIDTH BOX */
	max-width:904px;
}
/*#home_box05_position .module{
	float:left;
	max-width:442px;
	margin-bottom:10px;
}*/
#home_box05_position .module_nobackgound {
}
#home_box05_position .module_b {
/*	background-image: url(images/287px_b.gif);
	background-repeat: repeat-y;*/
	background-color:#09F;
/*	border: 1px solid #999;*/
}
#home_box05_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box05_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box05_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#home_box05_position .module .title{
	font-size:16px;
}
#box01_position {
	display:none;
	overflow:hidden;
	margin:0px auto;
	width:288px;
	margin-bottom:10px;
	margin-right:20px;
	float:left;
}
#box01_position .module_nobackgound {
}
#box01_position .module_b {
	background-image: url(images/287px_b.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box01_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box01_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box01_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box01_position .title{
	font-size:16px;
	font-weight: bold;
	color: #333;
}
#box02_position  {
	display:none;
	float:left;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
}
/*#box02_position .module{
	float:left;
	max-width:100%;
	margin-bottom:10px;
}*/
#box02_position .module_grid04 {
	/*  was no background style  */
	width:288px;
}
#box02_position .module_grid08r {
	/*  was blue background style  */
	/*	border: 1px solid #999;*/
	width:596px;
}
#box02_position .module_grid08l {
	/*  was gray background style  */
	/*	border: 1px solid #999;*/
	width:596px;
}
#box02_position .module_grid12 {
	/*  was yellow background style  */
	/*	border: 1px solid #999;*/
	width:904px;
}
/*/*#box02_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;
	background-repeat: repeat-y;
}*/
#box02_position .title{
	font-size:16px;
	font-weight: bold;
	color: #333;
}
#box03_position {
	display:none;
	overflow:hidden;
	margin:0px auto;
	width:288px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
}
/*#box03_position .module{
	float:left;
	width:288px;
	margin-bottom:10px;
}*/
#box03_position .module_nobackgound {
	}
#box03_position .module_b {
	background-image: url(images/287px_b.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box03_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box03_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box03_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
	}
#box03_position .title{
	font-size:16px;
	font-weight: bold;
	color: #333;
}
#box04_position {
	display:none;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
 	float:left;
	width:442px;
}
/*#box04_position .module{
	float:left;
	width:100%;
	margin-bottom:10px;
}*/
#box04_position .module_nobackgound {
/*	border: 1px solid #999;*/
}
#box04_position .module_b {
	/* replace background color with image once testing is complete 06 july 2009 - jcy */
	/*	background-image: url(images/287px_b.gif);*/
	/*	background-repeat: repeat-y;*/
	background-color: #06F;
/*	border: 1px solid #999;*/
}
#box04_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box04_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box04_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
	}
#box04_position .module .title{
	font-size:16px;
	font-weight: bold;
	color: #333;
}
#box05_position {
	display:none;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
}
/*#box05_position .module{
	float:left;
	max-width:442px;
	margin-bottom:10px;
}*/
#box05_position .module_nobackgound {
}
#box05_position .module_b {
/*	background-image: url(images/287px_b.gif);
	background-repeat: repeat-y;*/
/*	background-color:#09F;*/
/*	border: 1px solid #999;*/
	width:442px;
}
#box05_position .module_gy {
/*	background-image: url(images/287px_gy.gif);*/
/*	border: 1px solid #999;*/
/*	background-repeat: repeat-y;*/
	width:904px;
}
#box05_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box05_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box05_position .module .title{
	font-size:16px;
	font-weight: bold;
	color: #333;
}
#box06_position {
	display:none;
	overflow:hidden;
	margin:0px auto;
	width:288px;
	margin-bottom:10px;
	margin-right:20px;
	float:left;
}
#box06_position .module_nobackgound {
}
#box06_position .module_b {
	/* replace background color with image once testing is complete 06 july 2009 - jcy */
	/*	background-image: url(images/287px_b.gif);*/
	/*	background-repeat: repeat-y;*/
	background-color: #06F;
/*	border: 1px solid #999;*/
}
#box06_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box06_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box06_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box06_position .title{
	font-size:16px;
}
#box07_position  {
	display:none;
	float:left;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
}
/*#box07_position .module{
	float:left;
	max-width:100%;
	margin-bottom:10px;
}*/
#box07_position .module_grid04 {
	/*  was no background style  */
	width:288px;
}
#box07_position .module_grid08r {
	/*  was blue background style  */
	/*	border: 1px solid #999;*/
	width:596px;
}
#box07_position .module_grid08l {
	/*  was gray background style  */
	/*	border: 1px solid #999;*/
	width:596px;
}
#box07_position .module_grid12 {
	/*  was yellow background style  */
	/*	border: 1px solid #999;*/
	width:904px;
}
/*#box07_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*
	background-repeat: repeat-y;
	}*/
#box07_position .title{
	font-size:16px;
}
#box08_position {
	display:none;
	overflow:hidden;
	margin:0px auto;
	width:288px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
}
/*#box08_position .module{
	float:left;
	width:288px;
	margin-bottom:10px;
}*/
#box08_position .module_nobackgound {
	}
#box08_position .module_b {
	/* replace background color with image once testing is complete 06 july 2009 - jcy */
	/*	background-image: url(images/287px_b.gif);*/
	/*	background-repeat: repeat-y;*/
	background-color: #DFECFF;
/*	border: 1px solid #999;*/
}
#box08_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box08_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
}
#box08_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	}
#box08_position .module .title{
	font-size:16px;
}
#box09_position {
	display:none;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	float:left;
	max-width:442px;
}
/*#box09_position .module{
	float:left;
	width:100%;
	margin-bottom:10px;
}*/
#box09_position .module_nobackground {
}
#box09_position .module_b {
	/* replace background color with image once testing is complete 06 july 2009 - jcy */
	/*	background-image: url(images/287px_b.gif);*/
	/*	background-repeat: repeat-y;*/
	background-color: #06F;
/*	border: 1px solid #999;*/
}
#box09_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box09_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box09_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box09_position .module .title{
	font-size:16px;
}
#box10_position {
	display:none;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
	max-width:904px;
}
/*#box10_position .module{
	float:left;
	max-width:442px;
	margin-bottom:10px;
}*/
#box10_position .module_nobackgound {
}
#box10_position .module_b {
/*	background-image: url(images/287px_b.gif);
	background-repeat: repeat-y;*/
	background-color:#09F;
/*	border: 1px solid #999;*/
}
#box10_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box10_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box10_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
	}
#box10_position .module .title{
	font-size:16px;
}
#box11_position {
	display:none;
	overflow:hidden;
	margin:0px auto;
	width:288px;
	margin-bottom:10px;
	margin-right:20px;
	float:left;
}
#box11_position .module_nobackgound {
}
#box11_position .module_b {
	background-image: url(images/287px_b.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box11_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box11_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box11_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box11_position .title{
	font-size:16px;
}
#box12_position  {
	display:none;
	float:left;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
}
/*#box12_position .module{
	float:left;
	max-width:100%;
	margin-bottom:10px;
}*/
#box12_position .module_grid04 {
	/*  was no background style  */
	width:288px;
}
#box12_position .module_grid08r {
	/*  was blue background style  */
	/*	border: 1px solid #999;*/
	width:596px;
}
#box12_position .module_grid08l {
	/*  was gray background style  */
	/*	border: 1px solid #999;*/
	width:596px;
}
#box12_position .module_grid12 {
	/*  was yellow background style  */
	/*	border: 1px solid #999;*/
	width:904px;
}
/*#box12_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;
	background-repeat: repeat-y;
	}*/
#box12_position .title{
	font-size:16px;
}
#box13_position {
	display:none;
	overflow:hidden;
	margin:0px auto;
	width:288px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
}
/*#box13_position .module{
	float:left;
	width:288px;
	margin-bottom:10px;
}*/
#box13_position .module_nobackgound {
	}
#box13_position .module_b {
	background-image: url(images/287px_b.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box13_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box13_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box13_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
	}
#box13_position .module .title{
	font-size:16px;
}
#box14_position {
	display:none;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	float:left;
	max-width:442px;
}
/*#box14_position .module{
	float:left;
	width:100%;
	margin-bottom:10px;
}*/
#box14_position .module_nobackgound {
}
#box14_position .module_b {
	/* replace background color with image once testing is complete 06 july 2009 - jcy */
	/*	background-image: url(images/287px_b.gif);*/
	/*	background-repeat: repeat-y;*/
	background-color: #06F;
/*	border: 1px solid #999;*/
}
#box14_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box14_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box14_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
	}
#box14_position .module .title{
	font-size:16px;
}
#box15_position {
	display:none;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
	max-width:904px;
}
/*#box15_position .module{
	float:left;
	max-width:442px;
	margin-bottom:10px;
}*/
#box15_position .module_nobackgound {
}
#box15_position .module_b {
/*	background-image: url(images/287px_b.gif);
	background-repeat: repeat-y;*/
	background-color:#09F;
/*	border: 1px solid #999;*/
}
#box15_position .module_gy {
	background-image: url(images/287px_gy.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box15_position .module_y {
	background-image: url(images/287px_y.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box15_position .module_green {
	background-image: url(images/287px_gn.gif);
/*	border: 1px solid #999;*/
	background-repeat: repeat-y;
}
#box15_position .module .title{
	font-size:16px;
}
/* *******************************************************/
/* !bookmark Footer */
/* FOOTER AND COPYRIGHT */
/* legacy styles from original 15box_elastic footer */
#footer{
	background-color: #efefef;
	border-top-width: 2px;
	border-color: #cecece;
	display:none;
	margin-bottom: 0;
	margin-top: 10px;
	overflow:hidden;
	padding-left: 25px;
	text-align:left;
	width: 908px;
	height: 260px;}
#footer .module {
/* 	font-size:11px; */}
#footer .module .title {
	color:#000066;
	font-size:13px;
	font-weight:bold;
	padding-left:2px;
	margin-bottom:3px;}
/* *******************************************************************************/
/* Footer Styles for v02 Footer used on Camps and Conferences pages  */
#navigation-block {
	padding-bottom: 10px;
	padding-top: 10px;
	float:left;
	margin-top:4px;
	line-height: 15px;}
#navigation-block table {
	width:912px;}	
/*#hide {
	position:absolute;
	top:30px;
	left:-190px;
}*/
ul.sliding-navigation
{
	list-style: none;
	margin: 8px 0;
	padding: 0;}
li.sliding-element h3{
	font-weight: bold;
	font-size: 1em;}
ul.sliding-navigation li.sliding-element h3,
ul.sliding-navigation li.sliding-element a
{
	color:#000000;
	display: block;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right:0px;
	text-decoration:none;
	width: 135px;}
ul.sliding-navigation li.sliding-element h3
{
	color: #333;
	font-weight: bold;
	font-size: 1em;
	padding-top: 0px;}
ul.sliding-navigation li.sliding-element h3:hover{font-weight: bold;}
ul.sliding-navigation li.sliding-element a
{
	color: #666666;
	text-decoration: none;
	font-size: 0.90em;}
ul.sliding-navigation li.sliding-element h3:hover,
ul.sliding-navigation li.sliding-element a:hover {
	background-color: #333;
	color: #FFF;
	height: 14px;
	font-size: 0.9em;
	margin-top:-1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration:none;
	width: 135px;}
/*******************************************************************************
added by yarosh to incorporate Footer and Copyright redesign - 23October2009
updated on 15 January to clean up CSS and Structure code - yarosh
updated on 07 February 2011 to adjust  size of copyright line */
#cp
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	line-height: 1.3em;
	font-size: 0.9em;
	width: 940px;
	text-align: center;
	color: #4C4C4C;
	height: 80px;
	clear: both;
	background: #EFEFEF;
	margin-left: -14px;
}
#cp IMG
{
	display: block;
	border-style: none;
	margin: 0;
	padding: 0;
}
#cp #quote
{
	text-align: left;
	padding-left: 10px;
	border-left-color: #777;
	border-left: 1px solid #000000;
	float: left;
	width: 275px;
	margin-top: 6px;
	height: 56px;
}
#cp #quote P
{
	float: left;
	margin-top: 8px;
	padding-top: 6px;
	font-size: 11px;
}
#wollogob
{
	margin-top: 6px;
	margin-left: 25px;
	float: left;
	margin-bottom: 5px;
	height: 56px;
	width: 66px;
	display: block;
}
/*
#wollogob a {
margin-top: 6px;
float:left;
margin-bottom:5px;
height:56px;
width:66px;
display:block;}
*/
#cp #legal
{
	padding-right: 5px;
/*text-align: right;
clear:right;*/
	float: right;
/*width:400px;*/
	width: 440px;
	margin-top: 10px;
	color: #4C4C4C;
}
#cp #legal UL
{
/*float: right;*/
	height: 10px;
	list-style-type: none;
}
#cp #legal UL LI
{
	border-right: 1px solid #777;
/*float:left;*/
	float: right;
	margin-right: 10px;
	padding-right: 10px;
}
#cp #legal UL LI A
{
/*height: 65px;*/
	text-decoration: none;
	color: #777;
}
#cp #legal UL LI A:hover
{
	color: #000000;
}
#cp #legal UL LI.last
{
	border-right-style: none;
	margin-right: 0;
	padding-right: 0;
}
#cp #legal P
{
	margin-right: 5px;
	margin-top: 0px;
	float: right;
}
#cp #legal P
{
	font-size: 7.8pt;
}

/*  module style information  */
.quicklinks {
	border: 1px solid #999;
	background-color:#FAFAFA;
	overflow:hidden;
	padding-left:10px;
	padding-top:10px;
}
.quicklinks .item div{
	height:22px;
	padding-top:2px;
}
.quicklinks a{
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	background-repeat:no-repeat;
	background-position: center left;
	font-weight: bold;
	color: #666;
}
.quicklinks a:hover {
	background-color:#ffff88;
/*	border:1px solid #cccc99;*/
}

.playlist{
	background-color:#eeeeee;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
}
.playlist .item{
	height:72px;
	padding-top:12px;
	padding-left:12px;
	line-height:16px;
	color:#7c6690;
}
.playlist .item img{
	margin-right:10px;
}
.playlist .item .title {
	color:#713333;
	font-size:14px;
	font-weight:normal;
}
.playlist .item .published {
	font-size:10px;
}

.playlist .dark{
	background-image:url(images/background-playlist.png);
	background-repeat:repeat-x;
}
.playlist .navbar {
	color:#c00000;
	font-size:10px;
	text-align:center;
}
.pagination {
	margin-top:10px;
	text-align:center;
}
.pagination a{
	text-decoration:none;
	padding: 0 2px 0 2px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.pagination span{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	cursor:default;
}
.pagination .inactive{
	color:#bbbbbb;
	cursor:default;
	
}
.comments {
	border-top:1px solid #7F9DB9;
	margin-top:20px;
	padding-top:10px;
	color:#555555;
}
.comments .content{
	margin-left:20px;
	padding-bottom:5px;
	border-bottom:1px dashed #999999;
	
}
.comments .author{
	margin-left:20px;
	font-weight:bold;
	padding-left:27px;
	padding-top:8px;
	background-image:url('../Copy of wol/images/comment.png');
	background-repeat:no-repeat;
	background-align:top;
	height:20px;
}
.comments .title {
	font-size:13px !important;
	margin-bottom:5px;
}
.date {
	font-size:11px;
	color:#999999;
	font-weight:normal;
}
.comments form textarea {
	width:500px;
}
.rss_div {
	margin-right: 15px;
	padding-left:18px;
	float:left;
	background-image:url('../Copy of wol/images/rss.png');
	background-repeat:no-repeat;
	background-align:left;
}
.rss_div a {
	text-decoration:none;
}


#repositoryItemDetails .title {
	font-size:14px;
	color:#333333;
	margin-bottom:5px;
	font-weight:bold;
}
#repositoryItemDetails .description {
	font-size:11px;
	margin-top:10px;
}
#repositoryItemDetails .itemRating {
	font-size:11px;
	color:#666666;
}
#repositoryItemDetails .itemSize {
	font-size:11px;
	color:#666666;
}
#repositoryItemDetails .description div {
	font-size:12px;
	color:#333333;
	margin-bottom:5px;
	font-weight:bold;
}
#repositoryItemDetails .description div a {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
