﻿
/* Home page content div starts here */
#divHomePageContent {
 margin: 0px;
 padding: 0px;
 width: 680px; 
 height: auto;
 float: left; 
}
#divHomePageContentRight {
 margin: 0px;
 padding: 0px;
 width: 200px;
 height: auto;
 float: right; 
 background-color: #fff;
 border-left: solid 1px # fff; /* #e3deac; */
}
/* Home page content div starts here */

/* Content right top div starts here */
#divHomePageContentSearch {
 margin: 0px 6px 0px 0px;
 padding: 0px;
 width: 675px;
 height: auto;
 float: right; 
 background-color: #fff;
}
#divHomePageContentSearchLeft {
 margin: 0px;
 padding: 0px;
 width: 290px;
 height: 255px;
 float: left; 
 text-align: left;
 background-color: #fff;
}
#divHomePageContentSearchRight {
 margin: 0px;
 padding: 0px;
 width: 370px;
 height: 255px;
 float: right; 
 background-color: #fff;
}
/* Content right top div starts here */
#divHomePageContentFeatures{
 margin-top: 7px;
 padding: 0px;
 width: 675px;
 height: auto;
 float: right; 
}
#divHomePageContentFeatures div {
 margin: 0px;
 padding: 0px;
 width: 215px;
 height: auto;
 float: left; 
}
#divHomePageContentFeatures div div {
 margin: 0px;
 padding-bottom: 7px;
 width: 215px;
 height: auto;
 float: left; 
}
#divHomePageContentFeatures div p {
 font-size: 13px;
}
/* Home div ends here */
