/* CSS Document */

/*For the rounded-edge boxes.  You must specify the actual image in the document*/
.colorboxes {
	margin-bottom:20px;
	}
.topleft {
	text-align:right;
	vertical-align:top;
	max-width:25px;
	}
.topright {
	max-width:25px;
	text-align:left;
	vertical-align:top;
	background-repeat:repeat-y;
	}
.midright {
	background-repeat:repeat-y;
	}
.botleft {
	text-align:right;
	vertical-align:top;
	}
.botmid {
	background-repeat:repeat-x;
	}
.botright {
	text-align:left;
	vertical-align:top;
	}
.colorboxes h2, .colorboxes h3, .colorboxes h4, .colorboxes h5 {
	clear:both;	
	}
	
/*************** OTHER BOXES   ***************************/
.bx-cri-faint {
	background-color:#E2EEEB;
	padding:10px;
	border:1px solid #006666;
	}
	.bx-cri-faint H1, .bx-cri-faint H2, .bx-cri-faint H3, .bx-cri-faint H4, .bx-cri-faint H5, .bx-cri-faint H6, {
		margin:0;
		}
.bx-cri-bold {
	background-color:#006666;
	color:#FFF;
	}
	.bx-cri-bold H1, .bx-cri-bold H2, .bx-cri-bold H3, .bx-cri-bold H4, .bx-cri-bold H5, .bx-cri-bold H6, {
		color:#FFF;
		margin:0;
		}
.bx-cri-border {
	border: medium solid #006666;
	padding: 5px;
	margin: 18px;
	background-color:#FFF;
	}
.pullquote {
	border:2px solid #006666;
	padding:5px;
	margin:2px 12px 12px 12px;
	background-color:#CDEEEE;
	width:200px;
	float:right;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	}
	
/************* FUN FACTS ****************/	
.box-funfact {
/*	width:30%;
	clear:right;
	overflow:hidden;
	
	margin-left:10px;
	float:right;
*/
	padding:5px;
	background: #B995aa url(/images/general/boxes/purplefoldedcorner.png) right top no-repeat;
	/*border-bottom:2px solid #733b55;*/
	}
.sidebar-r .box-funfact, .sidebar-l .box-funfact {
	margin:-5px;
	}
.box-funfact h2, .box-funfact h3, .box-funfact h4 {
	color:#733B55;
	padding-right:120px;
	height:50px;
	margin-bottom:0;
	}
