/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2, .cssboxfleet, .cssboxmagz, .cssboxmro, .cssboxoffices, .cssboxservices, .cssboxsched
{ 
	background: transparent url('../images/cssbox.png') no-repeat bottom right; 
} 
.cssbox, .cssboxfleet, .cssboxmagz, .cssboxmro, .cssboxoffices, .cssboxservices, .cssboxsched
{ 
	float:left;
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
} 
.cssbox
{
	width: 600px !important; /* intended total box width - padding-right(next) */ 
}
.cssboxfleet
{ 
	width: 775px !important; /* intended total box width - padding-right(next) */ 
}
.cssboxmagz
{
	clear:both;
	margin-top:-5px;
	width: 260px !important; /* intended total box width - padding-right(next) */ 
}
.cssboxmro
{
	clear:both;
	margin-top:-5px;
	width: 775px !important; /* intended total box width - padding-right(next) */ 
}
.cssboxoffices
{ 
	width: 610px !important; /* intended total box width - padding-right(next) */ 
}
.cssboxservices
{
	width:300px !important;
}
.cssboxsched
{
	clear:both;
	margin-top:-10px;
	width:760px !important;
}
.corpprofboxx 
{ 
	float:left;
	width: 640px !important; /* intended total box width - padding-right(next) */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin-left:-5px;
	margin-top:-2px;
} 
/* set the top-right image */ 
.cssbox_head 
{ 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 25px; /* right-image-gap + right-inside padding RIGHT PADDING*/ 
} 
/* set the top-left image */ 
.cssbox_head h2 
{ 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 10px 0px 20px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
	      /* top right bottom left */
	height: 5px !important; 
	height: 1%; /* IE Holly Hack */ 
}  
/* set the lower-left corner image */ 
.cssbox_body 
{ 
	background-position: bottom left; 
	margin-right: 10px; /* interior-padding right */ 
	padding: 5px 0px 25px 25px; /* mirror .cssbox_head right/left */ 
}
.cssbox_headcontent
{
	height:25px;
	margin-top:3px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
}
.cssbox_bodycontent
{
	height:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:#bcf9fe;
}
.magzcontent
{
	height:580px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.mrocontent
{
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.officescontent
{
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}