﻿@charset "UTF-8";
/* CSS Document */

#content.home_page { margin-left:50px;}
#content.home_page p { margin:auto; }
#content.home_page .article_box p { margin:1em; }
#content.home_page h4 { color:#043E87; margin:1em; }
.home_page { position:relative; }
.home_page #features_banner { height:350px; position:relative; z-index:1; }
.home_page #cover { width:199px; height:264px; border-bottom:1px solid #CCC; border-top:1px solid white; }
.home_page #cover img { margin-left:30px; border:1px solid #ccc; }
.home_page #cover p { margin:10px; margin-left:15px; font-weight:bold; }
.home_page .article_box { width:300px; height:265px; position:absolute; border-left:1px solid #CCC; border-bottom:1px solid #CCC; }
.home_page #one { left:199px; top:350px; }
.home_page #two { left:499px; top:350px; }
.home_page #three { position:relative; border-left:none; width:199px; /* height:259px; */ }
/*
.home_page #three .online { position:absolute; right:0; margin:4px; top:-10px;}
*/
.home_page #four { left:199px; top:616px; }
.home_page #five { left:499px; top:616px; }
.home_page #listings { padding-top:15px; }
.home_page ul { margin:15px; padding:0; list-style:none; }
.home_page li { float:left; font-weight:bold; width:150px; color:#043E87; padding:0.25em; margin-right:2em; }
.home_page ul li ul { margin:0; }
.home_page ul li ul li { float:none; font-weight:normal; color:#000; }
.home_page img { /* background:#CCC; */ border:none; }
.home_page h4.online { background:url(/templates/2010/graphics/Online_Special_Mouse_v2.png) no-repeat; padding-left:34px; padding-top:16px; margin:0; /*  */ }


