/* ---------------------------- */
/*      Orange Container          */
/* ---------------------------- */
/*
color choices:
main orange: #FF6600
light orange: #FAEBD5
dark gray: #333333
white: #FFFFFF
*/


/* gradient header */
.orangeHeaderTopLeftCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/orange/header/topLeftCorner.gif") no-repeat;
}
.orangeTeaserHeaderTopBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/orange/header/topBorder.gif") repeat-x bottom left;
}
.orangeMainHeaderTopBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/orange/header/topBorder.gif") repeat-x bottom left;
}
.orangeHeaderTopRightCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/orange/header/topRightCorner.gif") no-repeat top right;
}
.orangeHeaderLeftBorder{
	float:left;
	width: 10px;
	height: 20px;
	background: url("../assets/common/orange/header/topLeftBorder.gif") no-repeat;
}
.orangeTeaserHeaderMain{
	float:left;
	width: 180px;
	height: 20px;
	background: url("../assets/common/orange/header/mainBackground.gif") repeat-x;
}
.orangeMainHeaderMain{
	float:left;
	width: 680px;
	height: 20px;
	background: url("../assets/common/orange/header/mainBackground.gif") repeat-x;
}
.orangeHeaderRightBorder{
	float:left;
	width: 10px;
	height: 20px;
	background: url("../assets/common/orange/header/topRightBorder.gif") no-repeat;
}
/* legacy ie fix */
* html body div.orangeHeaderTopLeftCorner, * html body div.orangeHeaderTopRightCorner{
	margin-top:9px;
}
* html body div.orangeTeaserHeaderMain, * html body div.orangeHeaderLeftBorder, * html body div.orangeHeaderRightBorder, * html body div.orangeMainHeaderMain{
	margin-top:-9px;
}

/* orange container corners */

.orangeTopLeftCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/orange/topLeftCorner.gif") no-repeat;
}
.orangeTopRightCorner {
	float:right;
	width: 10px;
	height: 10px;
	background: url("../assets/common/orange/topRightCorner.gif") no-repeat;
}
.orangeBottomLeftCorner{
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/orange/bottomLeftCorner.gif") no-repeat;
}
.orangeBottomRightCorner{
	float:right;
	width: 10px;
	height: 10px;
	background: url("../assets/common/orange/bottomRightCorner.gif") no-repeat;
}
/* left col */
.orangeTeaserTopBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/orange/topBorder.gif") repeat-x;
}
.orangeMainTeaser{
	float:left;
	width: 178px;
	background-color: #FAEBD5;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:-1px;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}

.orangeMainQLTeaser{
	margin:0px;
	padding:0px;
	float:left;
	width: 198px;
	background-color: #FAEBD5;
	margin-top:-1px;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}
.orangeMainCFTeaser{
	margin:0px;
	padding:0px;
	float:left;
	width: 198px;
	background-color: #FAEBD5;
	margin-top:-1px;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}
.orangeTeaserBottomBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/orange/bottomBorder.gif") repeat-x;
}
/* legacy ie fix */
* html body div.orangeMainQLTeaser{
		padding-right: 0px;
}
* html body div.orangeMainCFTeaser{
		padding-right: 0px;
}

/* main col */
.orangeMainTopBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/orange/topBorder.gif") repeat-x;
}
.orangeMainContentNoHeader, .orangeMainContent{
	float:left;
	width: 678px;
	background-color: #FAEBD5;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top:-1px;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}
.orangeMainBottomBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/orange/bottomBorder.gif") repeat-x;
}
* html body div.orangeMainContentNoHeader{
	margin-top:-9px;
}


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

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

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

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

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

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

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


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

/* slide show */
.slideShow {
	margin:0px;
	padding:0px;
	border: 1px solid #FF6600;
	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: #FF6600;
	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/orange/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/orange/nextOver.png") no-repeat top;
}
.ssPrevImage{
	margin:0px;
	padding:0px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/orange/prevNormal.png") no-repeat top;
}
.ssPrevImageOver{
	margin:0px;
	padding:0px;
	width:22px;
	height:22px;
	float:left;
	background: url("http://accesstocare.org/assets/slideShow/orange/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/orange/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/orange/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/orange/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/orange/stopOver.png") no-repeat top;
}
