
/*  New middle layout */

.index_text_col{

float : left;
clear : left;
width : 320px;
}

.index_text_col p{
font-size : .8em;
}
.index_text_col h3 {

margin-top :0em;  
margin-bottom :-.5em
}

.index_text_col h4 {
                
margin-bottom :-.5em;
}

.index_graphic_col{
float : right;
clear : right;
width : 290px;
}

.graphic_link_wrapper{

width : 244px;
float : right;
clear : right;
margin-bottom :20px;
}

.foottext{
width : 240px;
clear : both;
float : left;
font-size : .6em;
}

#hymn_graphic, #scripture_graphic, #ecard_graphic {
text-align : left;
vertical-align : top;
display : inline;
width : 240px;
height : 80px;
float : left;
clear : both;
font-size  : 1.4em;
color : #006600;


}
#hymn_graphic{
background-image : url(../images/index/hymn.png);
background-repeat : no-repeat;
}
#scripture_graphic{
background-image : url(../images/index/scripture.png);
background-repeat : no-repeat;
}
#ecard_graphic{
background-image : url(../images/index/ecard.png);
background-repeat : no-repeat;
}

#hymn_graphic  a, #scripture_graphic  a, #ecard_graphic  a {padding : 2px; display: block; width :236px;
border: 0px; height : 100%;}

#hymn_graphic  a:link, #scripture_graphic a:link, #ecard_graphic  a:link{color:   #172835;background	:	transparent;text-decoration	: 	none;}
#hymn_graphic  a:visited, #scripture_graphic a:visited, #ecard_graphic  a:visited{color				:   #172835;background			:	transparent;text-decoration		: 	none;}
#hymn_graphic  a:hover , #scripture_graphic a:hover , #ecard_graphic  a:hover {background				:  transparent;color		:	#E9F1F7;text-decoration		: 	none;}
#hymn_graphic  a:active, #scripture_graphic a:active, #ecard_graphic  a:active {background	:   transparent;color		:	#E9F1F7;text-decoration		: 	none;}


