/* page column styles */

#leftcolumn { 
 color: #333;
 /* border: 1px solid #ccc; */
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 350px;
 width: 730px;
 float: left;
 background: #ffffff;
}
#rightcolumn { 
 float: right;
 color: #333;
 /* border: 1px solid #ccc; */
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: -360px;
 width: 218px;
 /* display: inline; */
 background: #ffffff;
 position: relative;
}

#leftcolumn2 { 
 color: #000;
 /* border: 1px solid #ccc; */
 margin: 7px 0px 0px 0px;
 padding: 0px;
 height: 350px;
 width: 237px;
 float: left;
 background: #ffffff;
}

#rightcolumn2 { 
 float: right;
 color: #000;
 /* border: 1px solid #ccc; */
 margin: 7px 0px 0px 0px;
 padding: 6px;
 /* height: 350px; */
 width: 471px;
 display: inline;
 background: #e1dedf;
 position: relative;
}


/* two column setup */

#twocolumn_left { 

 color: #333;
 
 
 margin: 0px 0px 0px 30px;
 padding: 0px;
 min-height: 300px;
 width: 240px;
 float: left;

}

#twocolumn_left img {
/* border: 8px solid #ccc; */

}

#twocolumn_right { 

 float: right;
 color: #666;
 
 margin: -50px 0px 10px 0px;
 padding: 10px;
 min-height: 375px;
 width: 620px;
 display: inline;
 position: relative;

}


#twocolumn_right img {
border: 8px solid #b2b2b2;

}


/* Lower Area boxes on Main Page */

#area_menu {
	margin-top: 20px;
	margin-left: 0px;
	width: 100%;
	position: relative;
}

.boxheaders
{
    font: 11px "Georgia", Times New Roman, serif;
	font-weight: bold;
    color: #883C0B;
    padding-top: 0px;
    padding-bottom: 5px;
    
}

.area_box1 {

}

.area_box2 
{

}

.area_box3 
{
    
}

.area_box4 
{
	
}

.box 
{
    background: url(../../images/bg_homefeature2.png) no-repeat;
    width: 150px;
	height: 115px;
	padding: 2px;
	position: relative;
    float: left;
    color:#4B4B4A;
    font-size: 11px;
    line-height: 14px;
}
.boxcontent
{
    padding:5px;
    height: 115px;
}






