
/*-----------------------------greenbox_250----------------------------------------*/

/*Green Box for right body content = 250px wide */
/* set the image to use and establish the lower-right position */
.greenbox_250, .greenbox_250_body, .greenbox_250_head, .greenbox_250_head h1
{
	background: transparent url(greenbox_250x1000.gif) no-repeat bottom right;
	color: #FFFFFF;
}
.greenbox_250
{
	/* intended total box width - padding-right(next) */
	width:235px !important; /* IE Win = width - padding */
	/*width: 250px;*/ 
	/* the gap on the right edge of the image (not content padding) */
	padding-right:15px; /* use to position the box -- please don't change */
	margin:0px 0px 0px 0px;
}

/* set the top-right image */
.greenbox_250_head
{
	background-position:top right;
	/* pull the right image over on top of border */
	margin-right:-15px; /* moves box left or right -- behaves differently in IE vs. Firefox : match -1*(.greenbox_250 padding-right) -15 seems to work */
	/* right-image-gap + right-inside padding */
	padding-right:0px; /* moves box to left, creates double edge in ie. Neg values do not have any effect. Doesn't seem to affect Firefox at all. Set to 0px 
	Somehow the .greenbox_250.padding-right, greenbox_250_head.margin-right and greenbox_250_head.padding-right are interrelated*/
}

/* set the top-left image */
.greenbox_250_head h1
{
	/*factory settings*/
	background-position:top left;
	margin:0; /* reset main site styles*/ 
	border:0; /* ditto */
	/* padding-left = image gap + interior padding ... no padding-right */
	padding:10px 0px 15px 0px; /* use as normal padding settings for top and bottom*/
	height:auto !important;
	height:1%;/* IE Holly Hack */
	/* end factory settings*/

	/*border: 1px solid black;*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 36px;
	text-align: center;
	width: 250px; /* important to set this to the total width of the box in order to center text*/
} 

/* set the lower-left corner image */
.greenbox_250_body
{
	background-position:bottom left;
	margin-right:-15px; /* interior-padding right, realigns body content to right edge of box -- this should be -1*(.greenbox_250.padding-right) */ 
	padding:0px 10px 5px 10px; /* mirror .greenbox_250_head right/left -- use as normal padding settings (if other margin/padding values are set correctly) */
}
h1.tight
{
	font-size: 30px !important;
}


/*---------------------------------------------------------------------------------*/
/*-----------------------------greenbox_740----------------------------------------*/

/*Green Box for bottom of page = 740px wide */
/* set the image to use and establish the lower-right position */
.greenbox_740, .greenbox_740_body, .greenbox_740_head, .greenbox_740_head h1
{
	background: transparent url(greenbox_740x250.gif) no-repeat bottom right;
	color: #FFFFFF;
}
.greenbox_740
{
	/* intended total box width - padding-right(next) */
	width:725px !important; /* IE Win = width - padding */
	/*width: 250px;*/ 
	/* the gap on the right edge of the image (not content padding) */
	padding-right:15px; /* use to position the box -- please don't change */
	margin:0px 0px 0px 0px;
}

/* set the top-right image */
.greenbox_740_head
{
	background-position:top right;
	/* pull the right image over on top of border */
	margin-right:-15px; /* moves box left or right -- behaves differently in IE vs. Firefox : match -1*(.greenbox_740 padding-right) -15 seems to work */
	/* right-image-gap + right-inside padding */
	padding-right:0px; /* moves box to left, creates double edge in ie. Neg values do not have any effect. Doesn't seem to affect Firefox at all. Set to 0px 
	Somehow the .greenbox_740.padding-right, greenbox_740_head.margin-right and greenbox_740_head.padding-right are interrelated*/
}

/* set the top-left image */
.greenbox_740_head h1
{
	/*factory settings*/
	background-position:top left;
	margin:0; /* reset main site styles*/ 
	border:0; /* ditto */
	/* padding-left = image gap + interior padding ... no padding-right */
	padding:10px 0px 0px 15px; /* use as normal padding settings for top and bottom*/
	height:auto !important;
	height:1%;/* IE Holly Hack */
	/* end factory settings*/

	/*border: 1px solid black !important;*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 36px;
	text-align: left;
	/*width: 250px;  important to set this to the total width of the box in order to center text*/
} 

/* set the lower-left corner image */
.greenbox_740_body
{
	background-position:bottom left;
	margin-right:-15px; /* interior-padding right, realigns body content to right edge of box -- this should be -1*(.greenbox_740.padding-right) */ 
	padding:0px 15px 5px 15px; /* mirror .greenbox_740_head right/left -- use as normal padding settings (if other margin/padding values are set correctly) */
}



/*----------------------whitebox---------------------------------------------*/

/*Rounded corners WhiteBox*/
.roundedcorner_box_whitelightblue {
   background: #ffffff;
   margin-bottom: 10px;
}
.roundedcorner_top_whitelightblue div {
   background: url(roundedcorner_whitelightblue_tl.png) no-repeat top left;
}
.roundedcorner_top_whitelightblue {
   background: url(roundedcorner_whitelightblue_tr.png) no-repeat top right;
}
.roundedcorner_bottom_whitelightblue div {
   background: url(roundedcorner_whitelightblue_bl.png) no-repeat bottom left;
}
.roundedcorner_bottom_whitelightblue {
   background: url(roundedcorner_whitelightblue_br.png) no-repeat bottom right;
}

.roundedcorner_top_whitelightblue div, .roundedcorner_top_whitelightblue, 
.roundedcorner_bottom_whitelightblue div, .roundedcorner_bottom_whitelightblue {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcorner_content_whitelightblue { margin: 0 20px; }

/*-----------------end whitebox----------------------------------------------*/

/*--------------------------------------------------------------------------*/
/*----------------------- misc greenbox styles -----------------------------*/

.greenboximageend
{
	text-align: center;
	margin-bottom: 10px;
}
.greenboxlist
{
	margin-left: 20px;
	padding-left: 0px;
}
.greenboxmulti
{
	margin-top: 10px;
}
.greenboxquote
{
	font-style: italic;
}
.greenboxquoter
{
	margin-bottom: 14px;
	margin-top: 1em;  
	padding-right: 15px;
	text-align: right;
}
.greenboxscriptfix
{
/*	margin-bottom: -1px;*/
	padding-bottom: 1px;
}
.greenboxwrapper
{
	margin-top: 5px;
}




