@charset "UTF-8";
/* Unique Styles for Home Page
*  Jessica Greenwalt
*  www.jgreenwalt.com
*  05-03-09
******************************* */

/* Headings
************************/
*+html h2 {font-size:20px;}
* html h2 {font-size:20px;}

*+html h3 {font-size:16px;}
* html h3 {font-size:16px;}

/* Containers
************************/
#main-home {
    background:url(/img/home-boxes.png) top left no-repeat;
    width:926px;
    height:537px;
    margin:10px 0 0 23px;
    position:relative;}
*+html #main-home {margin:10px 0 0 6px;}
* html #main-home {margin:10px 0 0 6px;}

#main-home #content {
    width:410px;
    height:470px;
    float:left;
    text-align:left;
    padding:89px 0 0 40px;
    overflow:hidden;}
*+html #main-home #content {font-size:14px;}
* html #main-home #content {font-size:14px;}

#main-home #content p {margin-bottom:1em;}

/* Callout Boxes
************************/
#callout-boxes {float:left;}
*+html #callout-boxes {font-size:14px;}
* html #callout-boxes {font-size:14px;}

#callout-boxes #box1,
#callout-boxes #box2 {
    width:390px;
    height:220px;
    text-align:left;
    margin-left:70px;
    padding-top:47px;
    position:relative;}

/* Callout Box Images */
#callout-boxes #box1 img,
#callout-boxes #box2 img {
    float:left;
    display:block;
    width:138px;
    height:176px;
    margin-right:10px;
    overflow:hidden;}

/* Callout Box Text */
#callout-boxes #box1 .box_content,
#callout-boxes #box2 .box_content {
    width:230px;
    height:97px;
    float:left;
    margin-bottom:1em;}

#callout-boxes #box1 ul li,
#callout-boxes #box2 ul li {
    margin-left:20px;}

#callout-boxes #box1 p.readmore,
#callout-boxes #box2 p.readmore {
    height:40px;
    text-align:right;
    font-style:italic;
    width:370px;}

/* Press Recap Button */
a.press_recap_btn {
    display:block;
    background:url(/img/btn_press_recap.png) top left no-repeat;
    width:461px;
    height:58px;
    position:absolute;
    top:15px;
    left:13px;
    color:#FFF;
    text-align:left;
    padding:19px 0 0 58px;}
a.press_recap_btn:hover {background:url(/img/btn_press_recap_o.png) top left no-repeat;}

a.press_recap_btn img {
    position:absolute;
    top:13px;
    left:20px;}

