/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.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:52px;
	margin:0 0 0 18px;
	background:url(../images/top1.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:60px;
	height:52px;
	background:url(../images/top1.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom1.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom1.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/border1.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/border1.png) repeat-y 100% 0;
}
	/* 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;}
.i3 p.main{min-height: 120px}
/* Default CSS ends here */
 
/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
 
.one {
	position:absolute;
	top:0;
	right:0;
}
.two {
	float:left;
	width:45%;
}
.two .i1,
.two .i2 { background-image:url(../images/top1.png); }
.two .bt,
.two .bt div,
.two .bb,

#three {
	float:left;
	clear:both;
	width:80%;
}
#three .cb {
	float:left;
	width:40%;
}

/* Just a bit of styling for this demo page. Adjust as you wish. */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}


.blue .cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:red;
}
.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 */
.blue .bt {
	height:47px;
	margin:0 0 0 18px;
	background:url(../images/top_blue.png) no-repeat 100% 0;
}
.blue .bt div {
	position:relative;
	left:-18px;
	width:20px;
	height:47px;
	background:url(../images/top_blue.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.blue .bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom_blue.png) no-repeat 100% 100%;
}
.blue .bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom_blue.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.blue .i1 {
	padding:0 0 0 3px;
	background:url(../images/border_blue.png) repeat-y 0 0;
}
	/* Right border */
.blue .i2 {
	padding:0 3px 0 0;
	background:url(../images/border_blue.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.blue .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#e1e1e1;
	padding-left:20px;
	padding-right:20px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.blue .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.blue .i3 {display:inline-block;}
.blue .i3 {display:block;}
/* Default CSS ends here */


/* teal color code */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}


.teal .cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:red;
}
.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 */
.teal .bt {
	height:47px;
	margin:0 0 0 18px;
	background:url(../images/top_teal.png) no-repeat 100% 0;
}
.teal .bt div {
	position:relative;
	left:-18px;
	width:20px;
	height:47px;
	background:url(../images/top_teal.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.teal .bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom_blue.png) no-repeat 100% 100%;
}
.teal .bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom_blue.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.teal .i1 {
	padding:0 0 0 3px;
	background:url(../images/border_blue.png) repeat-y 0 0;
}
	/* Right border */
.teal .i2 {
	padding:0 3px 0 0;
	background:url(../images/border_blue.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.teal .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#e1e1e1;
	padding-left:20px;
	padding-right:20px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.teal .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.teal .i3 {display:inline-block;}
.teal .i3 {display:block;}
/* Default CSS ends here */


.yellow .bt {
	height:47px;
	margin:0 0 0 18px;
	background:url(../images/top_yellow.png) no-repeat 100% 0;
}
.yellow .bt div {
	position:relative;
	left:-18px;
	width:20px;
	height:47px;
	background:url(../images/top_yellow.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.yellow .bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom_blue.png) no-repeat 100% 100%;
}
.yellow .bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom_blue.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.yellow .i1 {
	padding:0 0 0 3px;
	background:url(../images/border_blue.png) repeat-y 0 0;
}
	/* Right border */
.yellow .i2 {
	padding:0 3px 0 0;
	background:url(../images/border_blue.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.yellow .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#e1e1e1;
	padding-left:20px;
	padding-right:20px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.yellow .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.yellow .i3 {display:inline-block;}
.yellow .i3 {display:block;}
/* Default CSS ends here */

.brown .bt {
	height:47px;
	margin:0 0 0 18px;
	background:url(../images/top_brown.png) no-repeat 100% 0;
}
.brown .bt div {
	position:relative;
	left:-18px;
	width:20px;
	height:47px;
	background:url(../images/top_brown.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.brown .bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom_blue.png) no-repeat 100% 100%;
}
.brown .bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom_blue.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.brown .i1 {
	padding:0 0 0 3px;
	background:url(../images/border_blue.png) repeat-y 0 0;
}
	/* Right border */
.brown .i2 {
	padding:0 3px 0 0;
	background:url(../images/border_blue.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.brown .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#e1e1e1;
	padding-left:20px;
	padding-right:20px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.brown .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.brown .i3 {display:inline-block;}
.brown .i3 {display:block;}
/* Default CSS ends here */


.charcoal .bt {
	height:47px;
	margin:0 0 0 18px;
	background:url(../images/top_charcoal.png) no-repeat 100% 0;
}
.charcoal .bt div {
	position:relative;
	left:-18px;
	width:20px;
	height:47px;
	background:url(../images/top_charcoal.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.charcoal .bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom_blue.png) no-repeat 100% 100%;
}
.charcoal .bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom_blue.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.charcoal .i1 {
	padding:0 0 0 3px;
	background:url(../images/border_blue.png) repeat-y 0 0;
}
	/* Right border */
.charcoal .i2 {
	padding:0 3px 0 0;
	background:url(../images/border_blue.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.charcoal .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#e1e1e1;
	padding-left:20px;
	padding-right:20px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.charcoal .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.charcoal .i3 {display:inline-block;}
.charcoal .i3 {display:block;}
/* Default CSS ends here */




/* purple color code */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}


.purple .cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:red;
}
.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 */
.purple .bt {
	height:47px;
	margin:0 0 0 18px;
	background:url(../images/top_purple.png) no-repeat 100% 0;
}
.purple .bt div {
	position:relative;
	left:-18px;
	width:20px;
	height:47px;
	background:url(../images/top_purple.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.purple .bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom_blue.png) no-repeat 100% 100%;
}
.purple .bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom_blue.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.purple .i1 {
	padding:0 0 0 3px;
	background:url(../images/border_blue.png) repeat-y 0 0;
}
	/* Right border */
.purple .i2 {
	padding:0 3px 0 0;
	background:url(../images/border_blue.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.purple .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#e1e1e1;
	padding-left:20px;
	padding-right:20px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.purple .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.purple .i3 {display:inline-block;}
.purple .i3 {display:block;}
/* Default CSS ends here */


/* maroon color code */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}


.maroon .cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:red;
}
.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 */
.maroon .bt {
	height:47px;
	margin:0 0 0 18px;
	background:url(../images/top_maroon.png) no-repeat 100% 0;
}
.maroon .bt div {
	position:relative;
	left:-18px;
	width:20px;
	height:47px;
	background:url(../images/top_maroon.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.maroon .bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom_blue.png) no-repeat 100% 100%;
}
.maroon .bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom_blue.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.maroon .i1 {
	padding:0 0 0 3px;
	background:url(../images/border_blue.png) repeat-y 0 0;
}
	/* Right border */
.maroon .i2 {
	padding:0 3px 0 0;
	background:url(../images/border_blue.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.maroon .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#e1e1e1;
	padding-left:20px;
	padding-right:20px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.maroon .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.maroon .i3 {display:inline-block;}
.maroon .i3 {display:block;}
/* Default CSS ends here */



/* maroon2 color code */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}


.maroon2 .cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:red;
}


/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.maroon2 .bt {
	height:47px;
	margin:0 0 0 10px;
	background:url(../images/top_maroon2.png) no-repeat 100% 0;
}
.maroon2 .bt div {
	position:relative;
	left:-10px;
	width:10px;
	height:47px;
	background:url(../images/top_maroon2.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.maroon2 .bb {
	height:10px;
	margin:0 0 0 12px;
	background:url(../images/bottom_blue2.png) no-repeat 100% 100%;
}
.maroon2 .bb div {
	position:relative;
	left:-12px;
	width:150px;
	height:10px;
	background:url(../images/bottom_blue2.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.maroon2 .i1 {
	padding:0 0 0 3px;
	background:url(../images/border_blue2.png) repeat-y 0 0;
}
	/* Right border */
.maroon2 .i2 {
	padding:0 3px 0 0;
	background:url(../images/border_blue2.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.maroon2 .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
	padding-left:15px;
	padding-right:15px;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.maroon2 .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.maroon2 .i3 {display:inline-block;}
.maroon2 .i3 {display:block;}
/* Default CSS ends here */
