/* Homepage CSS Document */

@import "common.css";


#banner h2 { display: none; }

#contentcontainer { padding: 0 5px 0 5px; margin: 0 0 30px 0; background: url(images/dividers.gif) repeat-y right; }

#homebody { float: left; width: 560px; padding: 0 10px 0 0; font-size: 1.08em; }


/* Our Services */
.ourservices { float: right; width: 252px; padding: 20px 0 0 0; }
.ourservices ul { margin: 0; padding: 0; list-style: none; width: 252px; }
.ourservices ul li { width: 252px; }
.ourservices a { display: block; padding: 4px 0; width: 250px; font-size: 1.08em; border-bottom: 0px solid #e97a03; color: #e97a03; text-decoration: none; font-weight: bold; }
.ourservices a:hover { color: #6a6c6d; border-bottom: 0px solid #6a6c6d; }

/* Our Sub Services */
.oursubservices { float: right; width: 252px; padding: 5px 0 0 0; }
.oursubservices ul { margin: 0; padding: 0; list-style: none; width: 252px; }
.oursubservices ul li { width: 252px; }
.oursubservices a { display: block; padding: 4px 5px; width: 250px; font-size: 1.00em; border-bottom: 0px solid #edfded; color: #6a6c6d; text-decoration: none; font-weight: bold; }
.oursubservices a:hover { color: #e97a03; border-bottom: 0px solid #fdc100; }

/* Mid Col */
#midcol { float: left; width: 273px; padding: 0 0 0 13px; position: relative; margin: -8px 0 0 0; }


