/*s_index.css*/

/*///////////over ride/////////////////////*/
/*over ride*/
#mid_row{
	padding:0 0 0 0;
	height:302px;

}
#mid_row a{
	text-decoration: none;
}
p{
	padding:0;
	margin:0;
}

/*over ride*/
#footer{

	margin-top:0px;
}
/*//////////////////////////////////////////*/

/*////////////////define the index page 4 banner/////////////////*/


/*item*/
.one_of_four{
	margin-top: 12px; 
	padding-bottom: 30px;
	padding-left: 6px; 
	font-size: 1.15em; 
	float: left; 
	width:230px; 
	font-family: Georgia, Times New Roman, Times, serif;
}

/*the title */
.index_page_title{
	display:block;
	font-size:1.3em;
	line-height:1.4em;
	height:1.4em;
	font-weight:bold;
	width:230px; 
	float:left;
	color:#50617b;

}

a.index_page_title:hover {
	
	color:#3d4b62;

}


/*the content*/

.index_page_content{
	width:230px; 
}

.index_page_content a{
	color:#252525;
}

.index_page_content a:hover{

	color:#0b0b0b;
}