﻿/* CSS - 3terra.com - home */
/*************************/

#homephotoOuter {
    background: #8EB7E0;
    width: 100%;
}
#homephoto {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 958px;
    margin: 0 auto;
}
#mainInnerHome {
   background: #fff;
   border-left: solid 1px #fff;
   border-right: solid 1px #fff;
   margin: 0 auto;
	text-align: center;
   height: 235px;

	width: 938px !important; 
   padding: 10px 10px !important;
   /* take 10 pixels off padding for IE 6 */
	width: 948px; 
	padding: 10px 5px; 
}
#column1, #column3 {
    float: left;
    width: 302px;
    color: #000;
    margin: 0 5px;
}
#column2 {
    float: left;
    width: 304px;
    text-align: center;
    color: #000;
    margin: 0 5px;
}
/* rounded corners */
.roundcont1 {
	width: 302px;
	height: 235px;
	background: #72A73C URL(../images/box/green_bottom.jpg) bottom no-repeat;
	color: #fff;
}
.roundcont2 {
	width: 302px;
	height: 235px;
	background: #433C2A URL(../images/box/brown_bottom.jpg) bottom no-repeat;
	color: #fff;
}
.roundcont3 {
	width: 302px;
	height: 235px;
	background: #679ED7 URL(../images/box/blue_bottom.jpg) bottom no-repeat;
	color: #fff;
}
.roundcont1 p, .roundcont2 p, .roundcont3 p {
	margin: 7px 15px;
	font-size: 90%;
	text-align: left;
}
.roundcont1 a, .roundcont2 a, .roundcont3 a {
	text-decoration: none;
	color: #fff;
}
.roundcont1 a:hover, .roundcont2 a:hover, .roundcont3 a:hover {
	text-decoration: underline;
	color: #fff;
}
.roundtop1 { 
	background: url(../images/box/green_top.jpg) no-repeat top right;
	padding: 15px 0 3px 0; 
}
.roundtop2 { 
	background: url(../images/box/brown_top.jpg) no-repeat top right;
	padding: 15px 0 3px 0; 
}
.roundtop3 { 
	background: url(../images/box/blue_top.jpg) no-repeat top right;
	padding: 15px 0 3px 0; 
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
