/* ---------------------------- */
/*      Green Container          */
/* ---------------------------- */
/*
color choices:
main green: #026F6C
light green: #EBFFD9
dark gray: #333333
white: #FFFFFF
*/


/* gradient header */
.greenHeaderTopLeftCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/green/header/topLeftCorner.gif") no-repeat;
}
.greenTeaserHeaderTopBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/green/header/topBorder.gif") repeat-x bottom left;
}
.greenMainHeaderTopBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/green/header/topBorder.gif") repeat-x bottom left;
}
.greenHeaderTopRightCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/green/header/topRightCorner.gif") no-repeat top right;
}
.greenHeaderLeftBorder{
	float:left;
	width: 10px;
	height: 20px;
	background: url("../assets/common/green/header/topLeftBorder.gif") no-repeat;
}
.greenTeaserHeaderMain{
	float:left;
	width: 180px;
	height: 20px;
	background: url("../assets/common/green/header/mainBackground.gif") repeat-x;
}
.greenMainHeaderMain{
	float:left;
	width: 680px;
	height: 20px;
	background: url("../assets/common/green/header/mainBackground.gif") repeat-x;
}
.greenHeaderRightBorder{
	float:left;
	width: 10px;
	height: 20px;
	background: url("../assets/common/green/header/topRightBorder.gif") no-repeat;
}
/* legacy ie fix */
* html body div.greenHeaderTopLeftCorner, * html body div.greenHeaderTopRightCorner{
	margin-top:9px;
}
* html body div.greenTeaserHeaderMain, * html body div.greenHeaderLeftBorder, * html body div.greenHeaderRightBorder, * html body div.greenMainHeaderMain{
	margin-top:-9px;
}

/* green container corners */

.greenTopLeftCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/green/topLeftCorner.gif") no-repeat;
}
.greenTopRightCorner {
	float:right;
	width: 10px;
	height: 10px;
	background: url("../assets/common/green/topRightCorner.gif") no-repeat;
}
.greenBottomLeftCorner{
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/green/bottomLeftCorner.gif") no-repeat;
}
.greenBottomRightCorner{
	float:right;
	width: 10px;
	height: 10px;
	background: url("../assets/common/green/bottomRightCorner.gif") no-repeat;
}
/* left col */
.greenTeaserTopBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/green/topBorder.gif") repeat-x;
}
.greenMainTeaser{
	float:left;
	width: 178px;
	background-color: #EBFFD9;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:-1px;
	border-left: 1px solid #026F6C;
	border-right: 1px solid #026F6C;
}
.greenMainQLTeaser{
	margin:0px;
	padding:0px;
	float:left;
	width: 198px;
	background-color: #EBFFD9;
	margin-top:-1px;
	border-left: 1px solid #026F6C;
	border-right: 1px solid #026F6C;
}
.greenMainCFTeaser{
	margin:0px;
	padding:0px;
	float:left;
	width: 198px;
	background-color: #EBFFD9;
	margin-top:-1px;
	border-left: 1px solid #026F6C;
	border-right: 1px solid #026F6C;
}
.greenTeaserBottomBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/green/bottomBorder.gif") repeat-x;
}
/* legacy ie fix */
* html body div.orangeMainQLTeaser{
		padding-right: 0px;
}
* html body div.greenMainCFTeaser{
		padding-right: 0px;
}

/* main col */
.greenMainTopBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/green/topBorder.gif") repeat-x;
}
.greenMainContentNoHeader, .greenMainContent{
	float:left;
	width: 678px;
	background-color: #EBFFD9;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top:-1px;
	border-left: 1px solid #026F6C;
	border-right: 1px solid #026F6C;
}
.greenMainBottomBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/green/bottomBorder.gif") repeat-x;
}
* html body div.greenMainContentNoHeader{
	margin-top:-9px;
}

/* style overwrites from common and  text */
.quickLinkHover{
	background-color:#026F6C;
}

a.bodybig:link {color: #026F6C; text-decoration: none;}
a.bodybig:active {color: #026F6C; text-decoration: none;}
a.bodybig:visited {color: #026F6C; text-decoration: none;}
a.bodybig:hover {color: #026F6C; text-decoration: underline;}

a.bodybigbold:link {color: #026F6C; text-decoration: none;}
a.bodybigbold:active {color: #026F6C; text-decoration: none;}
a.bodybigbold:visited {color: #026F6C; text-decoration: none;}
a.bodybigbold:hover {color: #333333; text-decoration: none;}

a.bodysmall:link {color: #026F6C; text-decoration: none;}
a.bodysmall:active {color: #026F6C; text-decoration: none;}
a.bodysmall:visited {color: #026F6C; text-decoration: none;}
a.bodysmall:hover {color: #026F6C; text-decoration: underline;}

a.bodysmallbold:link {color: #026F6C; text-decoration: none;}
a.bodysmallbold:active {color: #026F6C; text-decoration: none;}
a.bodysmallbold:visited {color: #026F6C; text-decoration: none;}
a.bodysmallbold:hover {color: #026F6C; text-decoration: underline;}

a.upcomingEventHead:hover {color: #026F6C; 	text-decoration: none;}

.mainHead{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	line-height: 22px; 
	color: #026F6C;
	font-weight:bold; 
}
a.mainHead:link {color: #026F6C; text-decoration: none;}
a.mainHead:active {color: #026F6C; text-decoration: none;}
a.mainHead:visited {color: #026F6C; text-decoration: none;}
a.mainHead:hover {color: #026F6C; text-decoration: underline;}


.customBullet{
	background: url("http://accesstocare.org/assets/common/bulletGreenArrow.gif") no-repeat; 
}
.quickLinkBulletHot{
	list-style-image: url("http://accesstocare.org/assets/common/bulletGreenHoverArrow.gif");
}
.quickLinkBulletCold{
	list-style-image: url("http://accesstocare.org/assets/common/bulletGreenArrow.gif");
}
.hoverBullet{
	list-style-image: url("http://accesstocare.org/assets/common/bulletGreenHoverArrow.gif");
}
a.customBulletText:hover {color: #026F6C; 	text-decoration: none;}

/* slide show */
.slideShow {
	margin:0px;
	padding:0px;
	border: 1px solid #026F6C;
	background-color:#FFFFFF;
	width:280px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.slideShowImage{
	margin:0px;
	padding:0px;
}
.slideShowCaption {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 13px; 
	color: #026F6C;
	text-align:center;
}
.captionDiv{
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	width:270px;
}
.slideShowNav {
	clear:both;
	padding-left:96px;
	padding-right:96px;/**/
}
.ssNextImage{
	margin:0px;
	padding:0px;
	margin-left:10px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/green/nextNormal.png") no-repeat top;
}
.ssNextImageOver{
	margin:0px;
	padding:0px;
	margin-left:10px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/green/nextOver.png") no-repeat top;
}
.ssPrevImage{
	margin:0px;
	padding:0px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/green/prevNormal.png") no-repeat top;
}
.ssPrevImageOver{
	margin:0px;
	padding:0px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/green/prevOver.png") no-repeat top;
}
.ssPlayImage{
	margin:0px;
	padding:0px;
	margin-left:10px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/green/playNormal.png") no-repeat top;
}
.ssPlayImageOver{
	margin:0px;
	padding:0px;
	margin-left:10px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/green/playOver.png") no-repeat top;
}
.ssStopImage{
	margin:0px;
	padding:0px;
	margin-left:10px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/green/stopNormal.png") no-repeat top;
}
.ssStopImageOver{
	margin:0px;
	padding:0px;
	margin-left:10px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/green/stopOver.png") no-repeat top;
}
