/* CSS Document */

#rightColumn .imageContainer {
	width:320px;
	float:right;
	margin-left:20px;
	background-color:#EE3B33;
}

#rightColumn .imageTop {
	width:320px;
	height:5px;
	background-image:url(../images/global/contentImage_Top.png);
	background-repeat:no-repeat;
	float:left;
}

#rightColumn .imageBackground {
	width:300px;
	min-height:233px;
	background-image:url(../images/global/contentImage_Background.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:5px 10px 10px 10px;
}

#rightColumn .imageBackground h4 {
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	padding:0;
}

#rightColumn .imageBackground img {
	margin: 8px 0 10px 0;
}

#rightColumn .imageBackground p {
	margin:0;
	padding:0;
	color:#FFFFFF;
	
}

.indexItem {
     border-width:1px 0 0 0;
     border-style:solid;
     border-color:#C6DBFC;
     padding:20px 0px;
     float:left;
     width:100%;
}
.indexItem h2 {
    font-size:1em;
}
.indexItem img {
    
}
.indexItem .indexImageContainer {
    margin-left:20px;
    margin-bottom:10px;
    float:right;
    background-color:#EE3B33;
    color:#ffffff;
    background-image:url(/images/global/indexImage_background.png);
    background-repeat:no-repeat;
    background-position:bottom left; 
    width:160px;   
}
.indexItem .indexImageInnerContainer {
    padding:5px 10px;
    color:#ffffff;
    background-image:url(/images/global/indexImage_Top.png);
    background-repeat:no-repeat;
    background-position:top left;    
}

.indexItem h4 {
    font-size:0.75em;
    margin:5px 0px 8px 0px;
}

.indexItem a {
    color:#005FC8;
    font-size:0.75em;
}

.indexItem .indexImageContainer p {
    margin:0px 0px;
}



#rightColumn a {
    color:#005FC8;
    font-size:0.75em;
}