/* ---------------------------- */
/*      Blue Container          */
/* ---------------------------- */
/*
color choices:
main blue: #0055A4
light blue: #DDEEFF
main orange: #FF6600
light orange: #FAEBD5
main green: #026F6C
light green: #EBFFD9
main maroon: #A42900
light maroon: #FFE3D8
dark gray: #333333
white: #FFFFFF
*/


/* gradient header */
.blueHeaderTopLeftCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/header/topLeftCorner.gif") no-repeat;
}
.blueTeaserHeaderTopBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/blue/header/topBorder.gif") repeat-x bottom left;
}
.blueMainHeaderTopBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/blue/header/topBorder.gif") repeat-x bottom left;
}
.blueHeaderTopRightCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/header/topRightCorner.gif") no-repeat top right;
}
.blueHeaderLeftBorder{
	float:left;
	width: 10px;
	height: 20px;
	background: url("../assets/common/blue/header/topLeftBorder.gif") no-repeat;
}
.blueTeaserHeaderMain{
	float:left;
	width: 180px;
	height: 20px;
	background: url("../assets/common/blue/header/mainBackground.gif") repeat-x;
}
.blueMainHeaderMain{
	float:left;
	width: 680px;
	height: 20px;
	background: url("../assets/common/blue/header/mainBackground.gif") repeat-x;
}
.blueHeaderRightBorder{
	float:left;
	width: 10px;
	height: 20px;
	background: url("../assets/common/blue/header/topRightBorder.gif") no-repeat;
}
/* legacy ie fix */
* html body div.blueHeaderTopLeftCorner, * html body div.blueHeaderTopRightCorner{
	margin-top:9px;
}
* html body div.blueTeaserHeaderMain, * html body div.blueHeaderLeftBorder, * html body div.blueHeaderRightBorder, * html body div.blueMainHeaderMain{
	margin-top:-9px;
}

/* blue container corners */

.blueTopLeftCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/topLeftCorner.gif") no-repeat;
}
.blueTopRightCorner {
	float:right;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/topRightCorner.gif") no-repeat;
}
.blueBottomLeftCorner{
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/bottomLeftCorner.gif") no-repeat;
}
.blueBottomRightCorner{
	float:right;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/bottomRightCorner.gif") no-repeat;
}
/* left col */
.blueTeaserTopBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/blue/topBorder.gif") repeat-x;
}
.blueMainTeaser{
	float:left;
	width: 178px;
	background-color: #DDEEFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:-1px;
	border-left: 1px solid #0055A4;
	border-right: 1px solid #0055A4;
}

.blueMainQLTeaser{
	margin:0px;
	padding:0px;
	float:left;
	width: 198px;
	background-color: #DDEEFF;
	margin-top:-1px;
	border-left: 1px solid #0055A4;
	border-right: 1px solid #0055A4;
}
.blueMainCFTeaser{
	margin:0px;
	padding:0px;
	float:left;
	width: 198px;
	background-color: #DDEEFF;
	margin-top:-1px;
	border-left: 1px solid #0055A4;
	border-right: 1px solid #0055A4;
}


.blueTeaserBottomBorder{
	float:left;
	width: 180px;
	height: 10px;
	background: url("../assets/common/blue/bottomBorder.gif") repeat-x;
}
/* legacy ie fix */
* html body div.blueMainQLTeaser{
		padding-right: 0px;
}

/* main col */
.blueMainTopBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/blue/topBorder.gif") repeat-x;
}
.blueMainContentNoHeader, .blueMainContent{
	float:left;
	width: 678px;
	background-color: #DDEEFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top:-1px;
	border-left: 1px solid #0055A4;
	border-right: 1px solid #0055A4;
}
.blueMainBottomBorder{
	float:left;
	width: 680px;
	height: 10px;
	background: url("../assets/common/blue/bottomBorder.gif") repeat-x;
}
* html body div.blueMainContentNoHeader{
	margin-top:-9px;
}
/* staff photo on about us page */
.staffPhotoHolder{
	display:block;
	margin:0px;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #0055A4;
	overflow:hidden;
}
.staffPhoto{
	margin:0px;
	padding:0px;
	width:676px;
	height:296px;
}
.staffPhotoCaption{
	margin:0px;
	padding:5px;
	width:676px;
	background-color:#FFFFFF;
}
.whatsNew{
	display:block;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}




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