/* right side */
.box1, .box1_body, .box1_head, .box1_head h1 { 
	background: transparent url(/img/boxes/right/box1.png) no-repeat bottom right; 
} 

.box2, .box2_body, .box2_head, .box2_head h1 { 
	background: transparent url(/img/boxes/right/box2.png) no-repeat bottom right; 
} 

.box3, .box3_body, .box3_head, .box3_head h1 { 
	background: transparent url(/img/boxes/right/box3.png) no-repeat bottom right; 
} 

.box1, .box2, .box3 {
	margin-bottom: 2em;
}

.box1_head, .box2_head, .box3_head { 
	background-position: top right; 
	padding-right: 2.2em;
} 

.box1_head h1, .box2_head h1, .box3_head h1 { 
	background-position: top left; 
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 20px;
	padding: 1.2em 0 .6em 1.4em;
        font-weight: bold;
        color: #fff;
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
} 

.box1_body, .box2_body, .box3_body { 
	background-position: bottom left; 
	margin-right: 2em;
	padding: .8em .3em 2em 2.0em;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	line-height: 1.3em;
} 

.box3_head h1 { 
	color: #333;
	
}

/* content blocks */
.block1, .block1_body, .block1_head, .block1_head div { 
	background: #fff url(/img/boxes/left/block1.png) no-repeat bottom right; 
} 

.block2, .block2_body, .block2_head, .block2_head div { 
	background: #fff url(/img/boxes/left/block2.png) no-repeat bottom right; 
} 

.block3, .block3_body, .block3_head, .block3_head div { 
	background: #fff url(/img/boxes/left/block3.png) no-repeat bottom right; 
} 

.block4, .block4_body, .block4_head, .block4_head div { 
	background: #fff url(/img/boxes/left/block4.png) no-repeat bottom right; 
} 

.block1, .block2, .block3, .block4 {
	margin: 1em 0 1em 0;
}

.block2_body, .block4_body {
	color: #fff;
}

/*
.block1_body p {
	margin: 0;
	padding: 0;
}
*/

.block1_head, .block2_head, .block3_head, .block4_head { 
	background-position: top right; 
	padding-right: 2.2em;
} 

.block1_head div, .block2_head div, .block3_head div, .block4_head div { 
	background-position: top left; 
	color: #fff;
	padding: 12px 0 8px 0;
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
} 

.block1_body, .block2_body, .block3_body, .block4_body { 
	background-position: bottom left; 
	margin-right: 2em;
	padding: 2px 0 22px 1.8em;
}

/* block2 */
div#content .left .block2_body {
	font-size: 1.2em;
}

div#content .left .block2_body h2 {
	color: #fff;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: .3em;
}

div#content .left .block2_body ul {
	padding-top: .6em;
}

div#content .left .block2_body ul li {
	padding-left: 2em;
	margin-bottom: .6em;
	background-image: url(/img/icons/star.gif);
	background-repeat: no-repeat;
	background-position: .2em .2em;
}

/* block4 */
div#content .left .block4_body {
	font-size: 1.2em;
}

div#content .left .block4_body h2 {
	color: #fff;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: .3em;
}

div#content .left .block4_body ul {
	padding-top: .6em;
}

div#content .left .block4_body ul li {
	padding-left: 2em;
	margin-bottom: .6em;
	background-image: url(/img/icons/star.gif);
	background-repeat: no-repeat;
	background-position: .2em .2em;
}
