/* JS Translations - Home Page */
/* HOME PAGE STYLES */

/* CONTENT HEIGHT */
#content {
height: 910px;
}

/* Main photo */

#mainphoto {
margin:0;
padding:0;
width:564px;
height:160px;
float:left;
background-image:url(../images/mainphoto.jpg);
border-bottom: 1px solid #a0a0a0;
}


#content-homeinner {
width:564px;
float:left;
background:#ffffff;
padding:0px;
margin:0px;
min-height:400px;
}

#content-homeinner h2{
font-size: 12pt;
color:#484848;
padding:3px 0 7px 0;
}

/* Other content thingies */
#content-welcome {
width:525px;
float:left;
margin:10px 0px 10px 0px;
padding:0px 18px 0px 20px;
background:#FFFFFF;
}

#content-wcu {
width:220px;
float:left;
padding:0px 20px 0px 30px;
background:#FFFFFF;
}

#content-wcu li {
padding:2px;
}

#content-services {
width:220px;
float:right;
padding:0px 30px 0px 30px;
border-left:#585858 1px dotted;
background:#FFFFFF;
}

#content-services li {
padding:2px;
}

#content-portfolio {
width:525px;
margin:25px 0px 25px 0px;
padding:0px 18px 0px 20px;
float:left;
background:#FFFFFF;
}

