@import "css/style.css";

body {
    background-color: #D4F795;
}

body#homepage {
    background-color: #FFF;
}

#wrapper{
    width:100%;
    min-width:996px;
    margin:0 auto;
    padding-bottom:3px;    
    text-align:left;
    background-color:#FFF;
}
* html .wrapper {  /*** IE5.x/win box model fix ***/
    width: auto;
}
    
#contentwrapper-tupper {	
	background-color: #D4F795;
	border-top: 5px solid #F5F5F5;	
}    

#contentwrapper{
   /* position: relative; *//*** IE needs this or the contents won't show outside the parent container. ***/
    display: block;  /* Changed from inline-block to fix the page centering issue */
    margin: 0 auto;
    width: 996px;
   /* margin-top:-19px;*/   
    background-color:#FFF;
      /*Start- Added by Rajesh C */ 
    min-height:600px; 
	height:auto !important; /* IE6 Fix*/
	height:600px;
	/* End - Added by Rajesh C */ 
	background-color:#ffffff;
    
}

#contentwrapper .content-block
{
	 background-color:#ffffff;
}


#floatwrapper {
    float: left;
    width: 820px;
    background-color:#FFFFFF;
    
}
#centercolumn{
    float: right;
    width: 584px;
    background: #FFF;
    padding: 0px 0px;
    margin: 0px 10px 10px 10px;   
}
#breadcrumbs{
    top: 10px;
    left: 5px;
    padding-bottom:10px;
    font-size: 0.7em;
    color: #470A66;
   
}
#breadcrumbs a {
    color:#470A66;
    text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

/*#copy a {color:#FF284E;}*/

#copy .container {
    margin:5px;
    padding:0 0 15px;
    border:1px solid #999;
    background-color:#FFF;
}

/* \*/
* html #copy .container {height:1%;}
/* */


#leftcolumn {
   /* position: relative;*/ /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 207px; /*width: 182px;*/    
    /*padding-top: 30px;*/  
    background-color: #FFFFFF;
    margin-left:10px;       
}
* html #leftcolumn {
    float:left;    
    padding-top:25px;
    background-color: #FFFFFF;         
}

*>html #leftcolumn {width:185px;}  /*** Fix only for IE/Mac ***/


#leftcolcontainer {
    width: 207px; /*width: 182px;*/     /*** Critical left col dimension value ***/
    margin:0px 0px 0px 0px;
}

#rightcolumn {
	background-color: #FFFFFF; 
    float: right; 
   /* position: relative; */ /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 175px;
    /*padding-top:25px;*/
   /* padding-left:10px;*/
    
}

/* \*/
* html #rightcolumn {
    background-color: #FFFFFF; 
    padding-top: 25px;
}


#rightcolcontainer{
    /* \*/
    /* Hidden from IE-Mac */  /*** Critical right col dimension value ***/
    margin-left: -1px;    /*** Critical right divider dimension value ***/
    height:inherit;
}

/* \*/
* html #rightcolcontainer {
    float: left;
    margin-left: 0px;
}
.sidebarcontainer {
    margin: 2px 5px 10px 0;
    font-size: small;  
}
/* \*/
* html .sidebarcontainer {
    height: inherit;
}

.sidebarcontainer a {
    font-size: small;    
}

.sidebarcontainer li {    
    font-size: small;    
}

.sidebarcontainer td
{
   padding:3px 3px 3px 3px;
}

.imgfloatright {
    float:right;
    display:inline;
    margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
    float:left;
    display:inline;
    margin: 0.25em 1em 0.25em 0;
}

/* Master3 ->>*/

#contentwrapper-middle
{
	width:996px;	
}

#mt-col-left, #mt-col-right
{
	width:473px;
	float:left;	
	padding: 0px 10px 10px 10px;
	overflow:hidden ;	
}
/*<<- Master3 */

/* Master4 ->>*/

#contentwrapper-main
{
	width:688px;
	margin:5px 0px 5px 0px;	
	padding:5px 5px 5px 5px;
	float:left;
	margin: 0 auto;
	overflow:hidden ;
}

#contentwrapper-side
{
	width:288px;
	margin:5px 0px 5px 0px;	
	padding:5px 0px 5px 0px;
	float:left;	
	margin: 0 auto;
	overflow:hidden ;
}

/*<<- Master4 */
