.boxforblock_5
{
}

.block_1
{
	float: left;
	width: 48%;
	background-color: #BFECD5;
	border-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 5px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #FFFFFF;

}

.block_2
{
	float: left;
	width: 48%;
	border-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	background-color: #EEE8F6;

}

.block_1_center
{
	float: left;
	width: 50%;
	background-color: #FFEAB1;
	border-color: #FFFFFF;
	border-right-style: none;
	border-right-width: 5px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
}

.block_2_center
{
float: left;
	width: 48%;
	border-color: #FFFFFF;
	border-left-style: none;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	background-color: #FFEAB1;
}

.block_3
{
	float: left;
	width: 48%;
	background-color: #EEE8F6;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	border-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 5px;
}

.block_4
{
	float: left;
	width: 48%;
	background-color: #BFECD5;
	border-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	
}



/* Start Mac IE5 filter \*/

.block_1, .block_2, .block_3, .block_4, .block_1_center, .block_2_center
{
padding-bottom: 32767px !important;
margin-bottom: -32767px !important; 
}

@media all and (min-width: 0px) {

.block_1, .block_2, .block_3, .block_4, .block_1_center, .block_2_center
{
padding-bottom: 0 !important;
margin-bottom: 0 !important; 
}
.block_1:before, .block_2:before, .block_3:before, .block_4:before, .block_1_center:before, .block_2_center:before
{
content: '';
display: block;
background: inherit;
padding-top: 32767px !important;
margin-bottom: -32767px !important;
height: 0;
}
}

/* End Mac IE5 filter */

.wrapper
{
overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
.wrapper
{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
float/**/: none;
}
/* easy clearing */
.wrapper:after
{

display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.wrapper
{
display: inline-block;
}
/*\*/
.wrapper
{
display: block;
}
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > .footer, * > form, * > #notes, * > .output
{
	position: relative;
	z-index: 1000;
	background-color: #FFFFFF;
}






/* The curves are used to create a container for the words in the menu. The boxcontent
is where the actual left menu will go. */
.curved-blocks {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.curved-blocks h1, .curved-blocks p {
	margin:0 10px;
	padding-bottom: 10px;
  }
.curved-blocks h1 {
	color:#521C78;
	font-size: 1.25em;
  }
.curved-blocks p {
  padding-bottom:0.5em;
  }

.curved-blocks .b1 {
	display:block;
	overflow:hidden;
	height: 1px;
	margin: 0 10px;
	background: #FFEAB1;
	font-size: 1px;
	clear: both;
	background-color: #FFEAB1;
	}

.curved-blocks .b2 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 7px;
	border-left: 3px solid #FFEAB1;
	border-right: 3px solid #FFEAB1;
	font-size: 1px;
	background: #FFEAB1;
}

.curved-blocks .b3 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 5px;
	background: #FFEAB1;
	border-left: 2px solid #FFEAB1;
	border-right: 2px solid #FFEAB1;
	font-size: 1px;
}

.curved-blocks .b4 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 4px;
	background: #FFEAB1;
	border-left: 2px solid #FFEAB1;
	border-right: 2px solid #FFEAB1;
	font-size: 1px;
}

.curved-blocks .b5 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 3px;
	background: #FFEAB1;
	border-left: 1px solid #FFEAB1;
	border-right: 1px solid #FFEAB1;
	font-size: 1px;
}

.curved-blocks .b6 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 2px;
	background: #FFEAB1;
	border-left: 2px solid #FFEAB1;
	border-right: 2px solid #FFEAB1;
	font-size: 1px;
}

.curved-blocks .b7 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 2px;
	background: #FFEAB1;
	border-left: 1px solid #FFEAB1;
	border-right: 1px solid #FFEAB1;
	font-size: 1px;
}

.curved-blocks .b8 {
	display: block;
	overflow: hidden;
	height: 3px;
	margin: 0 1px;
	background: #FFEAB1;
	border-left: 1px solid #FFEAB1;
	border-right: 1px solid #FFEAB1;
	font-size: 1px;
}


.curved-blocks .b9 {
	display: block;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	
}

.curved-blocks .boxcontent {
	display:block;
	background:#FFEAB1;
	border:0 solid #FFEAB1;
	border-width:0 0px;
  }
  
.image_in_block {
	margin-left: 2em;
	clear: both;
	
	
}

.image_in_block2 {
	clear: both;
	float: left;
	margin-left: 2em;
	
	
}

.button_in_block {
	padding: 0;
	margin: 0;
	float: right;
	padding-right: 5px;	
}

.button_in_block2 {
	margin: 0;
	float: right;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-top: 7px;
}

.block_1 ul, .block_4 ul, .block_1_center ul {
	margin-left:  2em;
	list-style: none;
	padding: 0;
	margin-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.block_1 ul li, .block_4 ul li, .block_1_center ul li {
	background-image:    url(purpledot.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.25em;
	margin-top: 0.4em;

}

.block_1 h2, .block_4 h2, .block_1_center h2{
	margin-left: 1em;
	line-height: 1.5em;
	padding-top: .5em;
}


.block_2 ul, .block_3 ul, .block_2_center ul {
	margin-left:  2em;
	list-style: none;
	padding: 0;
	margin-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.block_2 ul li, .block_3 ul li, .block_2_center ul li {
	background-image:    url(../../Green/images/greenlistbutton.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.25em;
	margin-top: 0.4em;

}

.block_2 h2, .block_3 h2, .block_2_center h2  {
	margin-left: 1em;
	line-height: 1.5em;
	padding-top: .5em;

}


h2 a, a:visited, a:hover{
	text-decoration: none;
}
