/********************************************
* 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: #006027 url(/images/bg.gif) top left repeat-x;
}

/* Text Elements
-----------------------------*/

h1,h4,h5,h6 { 
  color: #333; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1em; margin-bottom: 0.5em; }
h2 { font-size: 1.4em; margin-bottom: 0.75em; margin-top: 0.75em; color: #006027; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: 0.75em; margin-top: 1em; color: #333; }
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.5em;}
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: #37ad0c; text-decoration: none; }
a           { color: #006027; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; font-size: 1.25em; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
tr          { margin-left: 1.5em; font-size: 1.25em;}



/*********************************
* Lists
*********************************/

ul#content li { 
    margin: 0 0 10px 1px;
    padding-left: 15px;
    background: url(/images/bullet.gif) 0 4px no-repeat;
    font-size: 1.25em;
}

ul#content li ul {
    list-style: none;
}

ul#content li ul li {
    font-size: .75em;
    margin-top: 10px;
    font-weight: normal;
}

/*********************************
* Lists 
*********************************/

ul#site-map li { 
    margin: 0 0 10px 1px;
    padding-left: 15px;
    background: url(/images/bullet.gif) 0 4px no-repeat;
    font-size: 1.25em;
}

ul#site-map li ul {
    list-style: none;
}

ul#site-map li ul li {
    font-size: 1em;
    margin-top: 10px;
    font-weight: normal;
}

/*********************************
* Lists
*********************************/

#content-main ul { 
    margin: 0 0 10px 1px;
    padding-left: 15px;
    padding-top: 10px;
}

#content-main ul li {
    background: url(/images/bullet.gif) 0 8px no-repeat;
    padding-left: 15px;
    padding-top: 3px;
    font-size: 1em;
}

