﻿
/* gumballs */
.gumball_holder {position:relative; width: 23em}

.gumball_holder h4 {
	color: #33713d; /* green */
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .3em;
}
#gumball_holder_inner {
	border-left: 1px solid #97b197;
	border-right: 1px solid #97b197;
	background: #edf4ee; /* green */
	padding: 1.22em;
	margin: -1px 0;
}

#gumball_holder_top {
	background: #edf4ee; /* green */
	border-top: 1px solid #97b197;
	margin: 0 7px;
	height: 7px;
}

#gumball_holder_btm {
	background: #edf4ee; /* green */
	border-bottom: 1px solid #97b197;
	margin: 0 7px;
	height: 7px;
}

.gumball_holder_corner {
	position: absolute;
	width: 7px;
	height: 7px;
}



#gumball_holder_tl {
	background: url(../images/gumball_holder_tl.gif) top left no-repeat;
	top: 0px;
	left: -7px;
}
#gumball_holder_tr {
	background: url(../images/gumball_holder_tr.gif) top right no-repeat;
	top: 0px;
	right: -7px;
}
#gumball_holder_bl {
	background: url(../images/gumball_holder_bl.gif) bottom left no-repeat;
	bottom: 0px;
	left: 0px;
}
#gumball_holder_br {
	background: url(../images/gumball_holder_br.gif) bottom right no-repeat;
	bottom: 0px;
	right: 0px;
}

.gumball_corner {
	position: absolute;
	width: 7px;
	height: 7px;
	
}

.gumball_tl {
	background: url(../images/gumball_tl.gif) top left no-repeat;
	top: -1px;
	left: -1px;
}
.gumball_tr {
	background: url(../images/gumball_tr.gif) top right no-repeat;
	top: -1px;
	right: -1px;
}
.gumball_bl {
	background: url(../images/gumball_bl.gif) bottom left no-repeat;
	bottom: -1px;
	left: -1px;
}
.gumball_br {
	background: url(../images/gumball_br.gif) bottom right no-repeat;
	bottom: -1px;
	right: -1px;
}


.gumball {
	position: relative;
	border: 1px solid #96b69b;
	background: #fff;
	margin-top: 1em;
}

.gumball .hdr {
	font-weight: bold;
	margin-bottom: .5em;
	display: block;
}

.gumball_hdr {
	color: #fff;
	font-weight: bold;
	font-size: 1.18em; /* 13px */
	background: #546555 url(../images/gumball_hdr_gradient_green.gif) top repeat-x;
	text-align: right;
	padding: .5em 2.3em .5em .5em;
}



.gumball_holder_links {
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: url(../images/dots_horizontal.gif) center bottom repeat-x;
}

.gumball_holder_links a {
	padding-left: .7em;
	background: url(../images/carat_left_green.gif) left .4em no-repeat;
	color: #333;
	display: block;
	margin: 0 0 .25em .4em;
}

.gumball_content {
	padding: 1em;
	line-height: 1.2em;
}

.gumball_content img {
	float: left;
	margin: 0 .5em 1em 0;
}


/* main content */


.round_main 
{
	position:relative; 
	width: 60em
}

.round_top 
{
	background:#fff;
	border-top: 1px solid #b7c3cd;
	margin: 0 7px;
	height: 7px;
}

.round_top .white_round_tl {
	background:transparent url(../images/round_white_tl.gif) no-repeat scroll left top;
	left:0;
	top:0;
}

.round_top .white_round_tr {
	background:transparent url(../images/round_white_tr.gif) no-repeat scroll right top;
	right:0;
	top:0;
}

.round_corner {
	height:7px;
	position:absolute;
	width:7px;
}

.round_inner 
{
	background:#fff none repeat scroll 0 0;
	border-left:1px solid #b7c3cd;
	border-right:1px solid #b7c3cd;
	margin:-1px 0;
	padding:1em;
}

.round_btm 
{
	background:#fff none repeat scroll 0 0;
	border-bottom:1px solid #b7c3cd;
	height:7px;
	margin:0 7px;
}

.round_btm .white_round_bl {
	background:transparent url(../images/round_white_bl.gif) no-repeat scroll left bottom;
	left:0;
	bottom:0;
}

.round_btm .white_round_br {
	background:transparent url(../images/round_white_br.gif) no-repeat scroll right bottom;
	right:0;
	bottom:0;
}