/* Feature boxes (front page only) ------------------------------------------------------------------- */

#front_boxes { width: 900px; float: left; }
#front_boxes p { margin: 10px 35px 0 17px; font-size: 0.9em; line-height: 1.3em; }
#front_boxes a:hover { text-decoration: underline; 
}    

#dnn_front_leftbox { color: #006699; background: #ffffff url(../images/front_boxed_left_bg.jpg) no-repeat 0% 100%; width:300px; height: 150px; float: left; }
#dnn_front_leftbox a { color: #006699; font-weight: bold; text-decoration: none; }      
    
#dnn_front_middlebox { color: #64747a; background: #e7e7e9 url(../images/front_boxed_middle_bg.jpg)  no-repeat 0% 100%; width:300px;  height: 150px; float: left; }
#dnn_front_middlebox a{ color: #64747a; font-weight: bold; text-decoration: none; } 
    
#dnn_front_rightbox { color: #ffffff; background: #84979f url(../images/front_boxed_right_bg.jpg) no-repeat 0% 100%; width: 300px; height: 150px;  float: right; }
#dnn_front_rightbox a { color: #ffffff; font-weight: bold; text-decoration: none; } 