﻿/* Other misc styles */
#header{
height: 212px;
}
#maincontent{
width: 936px;
text-align: left;
padding: 0px;
}
#whybs h1, #process h2, #additionalinfo h3, #additionalinfo2 h4{
height: 20px;
padding: 14px 0px 0px 47px;
margin: 0px;
font-size: 15px;
color: white;
}
#whybs h1{
background-color: #F0B310;
}
#process h2{
background-color: #A52022;
}
#additionalinfo h3{
background-color: #2B3086;
}
#additionalinfo2 h4{
background-color: #ABADB0;
}

#process{
width: 651px;
float: left;
background-image: url(../images/left_box_bottom.jpg);
background-repeat: no-repeat;
background-position: left bottom;
background-color: White;
}
#process .content{
padding: 15px 25px 25px 25px;
}
#process .box{
width: 122px;
height: 73px;
padding: 10px 10px 21px 60px;
overflow: hidden;
float: left;
color: White;
line-height: 18px;
}
#process .b1{
background-image: url(../images/process1.png);
}
#process .b2{
background-image: url(../images/process2.png);
}
#process .b3{
background-image: url(../images/process3.png);
}
#process .b1, #process .b2, #process .b3{
background-position: left top;
background-repeat: no-repeat;
}

#whybs{
width: 651px;
float: left;
margin-top: 5px;
background-image: url(../images/left_box_bottom.jpg);
background-repeat: no-repeat;
background-position: left bottom;
background-color: White;
}
#whybs .content{
padding: 15px 25px 25px 47px;
line-height: 18px;
}

#additionalinfo, #additionalinfo2{
width: 281px;
float: right;
background-image: url(../images/right_box_bottom.jpg);
background-repeat: no-repeat;
background-position: left bottom;
background-color: White;
}
#additionalinfo .content, #additionalinfo2 .content{
padding: 15px 45px 25px 47px;
line-height: 18px;
}
#additionalinfo2{
margin-top: 5px;
}
#additionalinfo2 .content{
padding: 15px 30px 25px 37px;
}
