/********************************************
* Phoenix Health Plan
* Developed by I-ology
* http://www.i-ology.com
*
* Created 2/25/08 - MB
*
* Home Style Definitions
********************************************/

/*********************************
* Layout Definitions
*********************************/

#homepage-image {
    width: 333px;
    height: 159px;
    display: block;
    overflow: hidden;
    margin-left: 23px;
    padding-top: 27px;
}

#homepage-small-image {
    position: relative;
    top: -87px;
    left: 330px;
    width: 333px;
    height: 159px;
    display: block;
    overflow: hidden;
}

#header {
    width: 800px;
    height: 470px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/images/bg_header.gif) top left no-repeat;
}

#content-main {
    float: left;
    clear: left;
    width/**/:/**/ 486px;
    margin: -75px 0 0 0;
    padding: 0 5px 30px 38px;
}

#sidebar {
    float: right;
    clear: right;
    width: 244px;
    width/**/:/**/ 222px;
    margin: -140px 0 25px 0;
    padding: 17px 22px 0 0;
}

#content-main p {
    color: #333;
    margin: 15px 0 0 0;
}

/*********************************
* Promos
*********************************/

#btn-viewlist {
    float: right;
    width: 123px;
    height: 23px;
    display: block;
    margin: 0 20px 0 0;
    text-indent: -9999px;
    background:  url(/images/btn_viewlist.gif) top right no-repeat;
}
a:hover#btn-viewlist {
    background:  url(/images/btn_viewlist.gif) bottom right no-repeat;
}

#btn-learnmore {
    float: right;
    width: 172px;
    height: 23px;
    display: block;
    margin: 8px 24px 0 23px;
    text-indent: -9999px;
    background:  url(/images/btn_learnmore.gif) top right no-repeat;
}
a:hover#btn-learnmore {
    background:  url(/images/btn_learnmore.gif) bottom right no-repeat;
}

#header-promo {
    float: right;
    clear: right;
    width: 271px;
    margin-left: 25px;
	overflow: hidden;
}

#header-promo-left {
    float: left;
    clear: left;
    width: 128px;
    overflow: hidden;
}

#header-promo-right {
    float: right;
    clear: right;
    width: 143px;
    overflow: hidden;
}

#header-promo p {
    color: #333;
    line-height: 15px;
    float: left;
    clear: left;
    width: 134px;
    font-size: .9em;
}

#header-promo-image {
    float: left;
    clear: left;
}

#header-promo-image img {
    display: block;
    margin-left: 25px;
    border: 1px solid #E1EDAE;
}

#sidebar-promo {
    float: right;
    clear: right;
    width: 219px;
    height: 168px;
	overflow: hidden;
    background: url(/images/promo_bg.gif) top left no-repeat;
}

/*********************************
* Titles & Headers
*********************************/

#ttl-home {
    height: 23px;
    width: 491px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(/images/ttl_home.gif) top left no-repeat;
}

#hdr-healthcare-options {
    margin: 38px 0 0 15px;
    width: 188px;
    height: 47px;
    display: block;
    text-indent: -9999px;
    background: url(/images/hdr_healthcare_options.gif) top left no-repeat;
}


/*********************************
* Headers
*********************************/

#hdr-finddoctor {
    height: 35px;
    width: 271px;
    text-indent: -9999px;
    margin: 47px 0 16px 0;
    background: url(/images/hdr_promo_finddoctor.gif) top right no-repeat;
}


