/*===================================================
*****************************************************
** (c) Explosive Thinking 2008 | Steven Grosvenor
** CORE CSS
*****************************************************
===================================================*/
/* Home Boxes (3 Left, Right, Mid */
.left, .mid, .right{
		float: left;
		height: 190px;
		width: 280px;
}

.mid p, .left p, .right p, .leftTwoThirds p{
		padding-right: 20px;
		padding-top: 0px;
}

.leftTwoThirds{
		float: left;
		height: auto;
		width: 560px;
}

.spacer5Top{
		height: 0px;
}
.highlight {
background-color: #006796;
color:white;
font-weight:bold;
padding:2px;
 }
 #dynacloud{
   background-color: #f5f5f5;
   width:100%;
   height:auto;
 }

