/********************************************
* Phoenix Health Plan
* Developed by I-ology
* http://www.i-ology.com
*
* Created 2/22/2008- MB
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 75%; }

body {
    color: #333; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #289500 url(/images/bg.gif) top left repeat-x;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em; font-size: 1.25em; line-height: 1.4em;}
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #54c3be; text-decoration: none; }
a           { color: #005b6b; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

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

#container {
    margin: 0 auto;
    width: 800px;
    background: #fff;
	overflow: hidden;
    padding-bottom: 50px;
}

a#logo img {
    width: 362px;
    height: 59px;
    display: block;
    padding: 35px 0 10px 0;
	overflow: hidden;
}

#last-updated {
    display: none;
}

#interior-image {
    display: none;
}

#interior-small-image {
    display: none;
}

#homepage-image {
    display: none;
}

#homepage-small-image {
    display: none;
}

#header {
    margin-bottom: 30px;
    overflow: hidden;
    background: url(/images/bg_header_interior.gif) top left no-repeat;
}

#content-main {
    float: left;
    margin: 0;
}

#sidebar {
    display: none;
}

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

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

#promo-pcp-program {
    display: none;
}

#promo-pcp-program span {
    display: none;
}

#promo-pcp-program a {
    display: none;
}

#promo-pcp-program a:hover {
    display: none;
}

#btn-viewlist {
    display: none;
}

#btn-learnmore {
    display: none;
}

#header-promo {
    display: none;
}

#header-promo-left {
    display: none;
}

#header-promo-right {
    display: none;
}

#header-promo p {
    display: none;
}

#header-promo-image {
    display: none;
}

#header-promo-image img {
    display: none;
}

#sidebar-promo {
    display: none;
}

#promo-smartchoices {
    display: none;
}

/*********************************
* Global Navigation
*********************************/

#global {
    display: none;
}

#global ul {
    display: none;
}

#global li {
    display: none;
}

#global a {
    display: none;
}

a#home-php {
    background: url(/images/global_nav_php.gif) bottom left no-repeat;
    width: 159px;
}
a#home-abrazo {
    background: url(/images/global_nav_abrazo.gif) top left no-repeat;
    width: 151px;
}


a:hover#home-php {
    background: url(/images/global_nav_php.gif) bottom left no-repeat;
    width: 159px;
}
a:hover#home-abrazo {
    background: url(/images/global_nav_abrazo.gif) bottom left no-repeat;
    width: 151px;
}

#toll-free-number {
    display: none;
}

#search-module {
    display: none;
}

#search-module div {
    display: none;
}

.search-field {
    display: none;
}

.search-button {
    display: none;
}

/*********************************
* Footer Definitions
*********************************/

#footer {
    margin: 0 auto;
}

#footer-bg {
    display: none;
}

#footer div, #footer a {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
}

#footer-left {            
    float: left;
}

#footer-right {
    display: none;
}

#footer p {
    width: 800px;
    margin: 0 auto;
}

/*********************************
* Main Navigation
*********************************/

#nav {
    display: none;
}

#nav li {
    display: none;
}

#nav a {
    display: none;
}


/*********************************
* User Navigation
*********************************/

#user-nav ul {
    display: none;
}

#user-nav li {
    display: none;
}

#user-nav a {
    display: none;
}

/*********************************
* Secondary Navigation
*********************************/

#subnav {
    display: none;
}

#subnav li {
    display: none;
}

#subnav a {
    display: none;
}

