﻿

#contentHolder{
	background-color: #ffffff;
	
}

/* --------------------------------------------------------*/
/* Warnings */

#javascript_warning{
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	background-color: #ffffcc;
	border-color: #ff9900;
	border-style: solid;		
	border-width: 1px;
	color: red;
}

#ie_warning{
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-position: left bottom;
	background-image: url(ie_warning_bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	background-color: #66ccff;
	display: block;
	width: 100%;
	height: 30px;
}

/* --------------------------------------------------------*/
/* Expandable Box Styles */

ul, li {
	padding: 0;
	margin: 0;

}

#cu_boxes_container{ 
	background:none;
	background-color:#333333;
	background-position: left bottom; 
	background-repeat: repeat-x; 
	background-image: url(boxes_bg1.gif);
	height: 420px;
	margin:0 auto;
	width: 920px;
}

#cu_boxes {
	background-color: #333333;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(boxes_bg1.gif); 
	position: relative;
	height: 395px;		
}

/* following box properties altered by Javascript  when DOM loads - width, height */
#cu_boxes .box {
	background-color:#333333;
	/*background-position: 5px 30px;**/
	overflow: hidden;
	float: left;
	display: block;
	width: 234px;
	height: 395px;
	background-repeat: no-repeat;	
	padding:0;	
}

.box_title{ 
	text-align: left;
	padding-left: 10px; 
	line-height: 30px; 
	background-image: url(box_top_new.gif); 
	width: 360px; 
	height: 30px;
	overflow: hidden; 
	display: block; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
}

/* following box_inner properties altered by Javascript when DOM loads - width, background-color, overflow, font-size */
.box_inner{
	text-align: left;
	text-overflow: clip;
	font-size: 11px;
	padding-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-image: url(bg-box1.png);
	background-repeat: repeat-x;
	color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 234px;
	height: 395px;
}

.box_inner a{
	padding-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	display: block;
	text-decoration: none;
	color: white;
}

.box_inner a:hover{
	text-decoration: underline;
	color: white;
}

.box_inner h1{
	color: white;
	font-weight: none;
	line-height: 15px;
	font-size: 12px;
	padding-top: 260px;
	margin-left: 145px;
}

ul .box_inner{
	list-style-type: none;
padding-left: 10px;
padding-top: 10px;

	
}

ul .box_inner li{
	line-height: 14px;

	
}

#one,#two,#three,#four,#five,#six,#seven,#eight {
	background-image: url(bg-back2.jpg);
}
#one{
	background-position:0px 0px;
}
#two{
	background-position:-354px 0px;
}
#three{
	background-position:-719px 0px;
}
#four{
	background-position:-1077px 0px;
}
#five{
	background-position:0px -370px;
}
#six{
	background-position:-352px -370px;
}
#seven{
	background-position:-715px -380px;
}
#eight{
	background-position:-1075px -375px;
}

