/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* set the image to use and establish the lower-right position */ 
.cssbox_small, .cssbox_body_small, .cssbox_head_small, .cssbox_head_small h2 {
    background: transparent url(epc-small.png) no-repeat bottom right; 	
} 
.cssbox_small { 
    width: 215px !important; /* intended total box width - padding-right(next) */
    width: 235px; /* IE Win = width - padding */
    margin-right: 0px; 
	padding-right:20px; /* the gap on the right edge of the image (not content padding) */
	padding-bottom:0px;
	padding-left:0px;
	margin-bottom: -27px !important;
} 

/* set the top-right image */ 
.cssbox_head_small { 
    background-position: top right; 
    margin-right: -20px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
    margin-bottom: 0px;
} 

/* set the top-left image */ 
.cssbox_head_small h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 10px 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	color : #081A4C;/*#09215A;*/
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;	
} 

/* set the lower-left corner image */ 
.cssbox_body_small { 
    background-position: bottom left; 
    margin-right: -20px; /* interior-padding right */ 
    padding: 5px 10px 10px 10px; /* mirror .cssbox_head right/left */ 
	margin-bottom:27px;
} 

.cssbox_body_small *
{
	margin:0px;
	padding:0px;	
}


/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* set the image to use and establish the lower-right position */ 
.cssbox_huge, .cssbox_body_huge, .cssbox_head_huge, .cssbox_head_huge h2 {
    background: transparent url(epc-huge.png) no-repeat bottom right; 	
} 
.cssbox_huge { 
    width: 760px !important; /* intended total box width - padding-right(next) */
    width: 780px; /* IE Win = width - padding */
    margin-right: 0px; 
	padding-right:20px; /* the gap on the right edge of the image (not content padding) */
	padding-bottom:0px;
	padding-left:0px;
	margin-bottom: -27px !important;
} 

/* set the top-right image */ 
.cssbox_head_huge { 
    background-position: top right; 
    margin-right: -20px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
    margin-bottom: 0px;
} 

/* set the top-left image */ 
.cssbox_head_huge h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 10px 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	color : #081A4C;/*#09215A;*/
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;	
} 

/* set the lower-left corner image */ 
.cssbox_body_huge { 
    background-position: bottom left; 
    margin-right: -20px; /* interior-padding right */ 
    padding: 5px 10px 10px 10px; /* mirror .cssbox_head right/left */ 
	margin-bottom:27px;
} 

.cssbox_body_huge *
{
	margin:0px;
	padding:0px;	
}

/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* set the image to use and establish the lower-right position */ 
.cssbox_big, .cssbox_body_big, .cssbox_head_big, .cssbox_head_big h2 {
    background: transparent url(epc-huge.png) no-repeat bottom right; 	
} 
.cssbox_big { 
    width: 690px !important; /* intended total box width - padding-right(next) */
    width: 710px; /* IE Win = width - padding */
    margin-right: 0px; 
	padding-right:20px; /* the gap on the right edge of the image (not content padding) */
	padding-bottom:0px;
	padding-left:0px;
	margin-bottom: -27px !important;
} 

/* set the top-right image */ 
.cssbox_head_big { 
    background-position: top right; 
    margin-right: -20px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
    margin-bottom: 0px;
} 

/* set the top-left image */ 
.cssbox_head_big h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 10px 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	color : #081A4C;/*#09215A;*/
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;	
} 

/* set the lower-left corner image */ 
.cssbox_body_big { 
    background-position: bottom left; 
    margin-right: -20px; /* interior-padding right */ 
    padding: 5px 10px 10px 10px; /* mirror .cssbox_head right/left */ 
	margin-bottom:0px;
} 
