@charset "UTF-8";

/*Red Box */
#redBox
{
	margin-top: 15px;
	width: 295px;
	height: auto;
	float: left;
}

#redBoxTop
{
	background-image: url('../images/callout-boxes/red-box-top.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 24px;
	float: left;
}

#redBoxTitle
{
	font-weight: bold;
	color: #990000;
	margin: 5px 0 0 10px;
}

#redBoxBody
{
	background-image: url('../images/callout-boxes/red-box-body.gif');
	background-repeat: repeat-y;
	width: 275px;
	height: auto;
	padding: 10px 10px 0 10px;
	float: left;
}

#redBoxBtm
{
	background-image: url('../images/callout-boxes/red-box-bottom.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 24px;
	float: left;
}

/* Brown Box */
#brownBox
{
	margin-top: 15px;
	margin-left: 20px;
	width: 295px;
	height: auto;
	float: left;
}

#brownBoxTop
{
	background-image: url('../images/callout-boxes/brown-box-top.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 24px;
	float: left;
}

#brownBoxTitle
{
	font-weight: bold;
	color: #663300;
	margin: 5px 0 0 10px;
}

#brownBoxBody
{
	background-image: url('../images/callout-boxes/brown-box-body.gif');
	background-repeat: repeat-y;
	width: 275px;
	height: auto;
	padding: 10px 10px 0 10px;
	float: left;
}

#brownBoxBtm
{
	background-image: url('../images/callout-boxes/brown-box-bottom.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 24px;
	float: left;
}

/* Grey Box */
.greyBox
{
	margin-top: 15px;
	width: 295px;
	height: auto;
	float: left;	
}

.greyBoxTop
{
	background-image: url('../images/callout-boxes/grey-box-top.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 24px;
	float: left;
}

.greyBoxTitle
{
	font-weight: bold;
	color: #663399;
	margin: 5px 0 0 10px;
}

.greyBoxBody
{
	background-image: url('../images/callout-boxes/grey-box-body.gif');
	background-repeat: repeat-y;
	width: 275px;
	height: auto;
	padding: 10px 10px 0 10px;
	float: left;
}

.greyBoxBtm
{
	background-image: url('../images/callout-boxes/grey-box-bottom.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 24px;
	float: left;
}

/* Purple Box */
#purpleBox
{
	width: 285px;
	height: auto;
	float: left;
}
	
#purpleBoxTop
{
	background-image: url('../images/callout-boxes/purple-box-top.gif');
	background-repeat: no-repeat;
	width: 285px;
	height: 37px;
	float: left;
}

#purpleBoxBody
{
	background-image: url('../images/callout-boxes/purple-box-body.gif');
	background-repeat: repeat-y;
	width: 245px;
	height: auto;
	padding: 5px 20px 0 20px;
	float: left;
}

#purpleBoxBtm
{
	background-image: url('../images/callout-boxes/purple-box-bottom.gif');
	background-repeat: no-repeat;
	width: 285px;
	height: 25px;
	float: left;
}

/* full content area box */
#fullBox{
	width:900px;
	height:auto;
	position:relative;
	margin: 0px;
	float:left;
	clear:right;
}

#fullBoxTop{
	width:900px;
	height:24px;
	position:relative;
	background-image:url('../images/callout-boxes/full-content-box-top.gif');
	background-repeat:no-repeat;
	float:left;
}

#fullBoxBody{
	width:900px;
	position:relative;
	background-image:url('../images/callout-boxes/full-content-box-inside.gif');
	background-repeat:repeat-y;
	float:left;
	margin: 0px;
	padding: 0px;
}

#fullBoxBtm{
	width:900px;
	height:24px;
	position:relative;
	background-image:url('../images/callout-boxes/full-content-box-bottom.gif');
	background-repeat:repeat-y;
	float:left;
	margin-bottom:10px;
}

#fullCopy{
	position:relative;
	width:860px;
	top:10px;
	left:20px;
	right:20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


/* right box */
#inRightBox{
	width:700px;
	height:auto;
	position:relative;
	margin: 0px;
	float:left;
	clear:right;
}

#inRightBoxTop{
	width:700px;
	height:24px;
	position:relative;
	background-image:url(../images/callout-boxes/purpleInsideTop.gif);
	background-repeat:no-repeat;
	float:left;
}

#inRightBoxBody{
	width:700px;
	position:relative;
	background-image:url(../images/callout-boxes/purpleInsideBody.gif);
	background-repeat:repeat-y;
	float:left;
	margin: 0px;
	padding: 0px;
}

#inRightBoxBtm{
	width:700px;
	height:24px;
	position:relative;
	background-image:url(../images/callout-boxes/purpleInsideBtm.gif);
	background-repeat:repeat-y;
	float:left;
	margin-bottom:10px;
}

#inRightCopy{
	position:relative;
	width:660px;
	top:10px;
	left:20px;
	right:20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.boxContainer {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 20px;
	overflow: auto;
	width: 610px;
	float: left;
}