/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:0px solid #666;
	background:#89b931;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url('/img/box.png') no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url('/img/box.png') no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url('/img/box.png') no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url('/img/box.png') no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	/*background:url('/img/borders.png') repeat-y 0 0;*/
	background: none;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	/*background:url('/img/borders.png') repeat-y 100% 0;*/
	background: none;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

#welcome {
	float: left;
	width: 710px;	
	margin: 10px 0 10px 0;
}
* html #welcome {
	margin-left: -2px;
}

#welcome .cbb {
	//margin:1em 0;
	//padding:0 10px;
	border:0px solid #666;
	background: #90bf31;
}

#welcome .bt {
	height:20px;
	margin:0 0 0 30px;
	background:url('/img/greenbox2.png') no-repeat 100% 0 !important;
	background:url('/img/greenbox2.gif') no-repeat 100% 0;
}
#welcome .bt div {
	position:relative;
	left:-30px;
	width:30px;
	height:20px;
	background:url('/img/greenbox2.png') no-repeat 0 0 !important;
	background:url('/img/greenbox2.gif') no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
#welcome .bb {
	height:20px;
	margin:0 0 0 30px;
	background:url('/img/greenbox2.png') no-repeat 100% 100% !important;
	background:url('/img/greenbox2.gif') no-repeat 100% 100%;
}
#welcome .bb div {
	position:relative;
	left:-30px;
	width:30px;
	height:20px;
	background:url('/img/greenbox2.png') no-repeat 0 100% !important;
	background:url('/img/greenbox2.gif') no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
#welcome .i1 {
	padding:0 0 0 0px;
}
	/* Right border */
#welcome .i2 {
	padding:0 0px 0 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
#welcome .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background: url('/img/greenbox_middle.png') repeat-y;
}
