﻿#gridover 
{
    position: absolute;
    background: url(images/grid-overlay.png) top center repeat-y;
    width: 100%;
    height: 300%;
}

/* IE 6 PNG FIX
*************************************/

img, div, a, input { behavior: url(pngfix/iepngfix.htc) }



/* Browser Reset (YUI)
*************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

table 
{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset,img 
{  
	border:0; 
} 

ul 
{ 
	list-style:none; 
} 

h1,h2,h3,h4,h5,h6 
{ 
	font-size:100%; 
	font-weight:normal; 
} 


/*************************************
ASPCA Pet Health Insurance Website
Version 4.0
*************************************/

body {
    background:#deedf7 url(images/background.gif) top left repeat-x;

    line-height:1.75em;
	font-family: Georgia;
	font-size: 13px;
    color:#666;
}

/* HEADINGS
*************************************/


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;

}

h1 {
	padding: .5em 0;
	font-family: MyriadPro, Georgia, Serif;
	margin: 0 0 .5em 0;
	font-size: 1.75em;
	border-bottom: 1px dotted #dddbd6;
	color: #4d4d4d;
}

#innercontent h1 {
	padding: .5em 0 .35em 0;
	margin: 0 0 .5em 0;
	font-size: 2.2em;
    font-family: MyriadPro, Georgia, Serif;
	border-bottom: 1px solid #eee;
}

h1 span {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.15em;
	font-weight: bold;
	color: #4d4d4d;
}


h3 {
	font-size: 1.25em;
}

h4 
{
    font-size: 1.1em;
}

h5 
{
    background-color: #6099db;
	color: #ffffff;
	padding: 4px 0 4px 5px;
	border-bottom: 3px solid #f0f0f0;
	font-size: 1.1em;
}

/* TEXT FORMATING
*************************************/

p {
	margin: 0 0 1.5em 0;

}

a:link, a:hover, a:visited, a:active {
	color: #2e63a0;
}

a:hover {
	text-decoration: none;
}

.white {
	color: #ffffff;
}

.orange {
	color: #ff6600;
}

.grey {
	color: #565656;
}

.one {
	width: 80px;
}

.two {
	width: 160px;
}

#wrapper {
	margin: 0 auto;
	width: 973px;
	padding: 0 0;
}

/* HEADER NAVIGATION
*************************************/

#header {
	width: 975px;
	margin: 0 auto;
	background: url(images/header-bg.png) left bottom repeat-x;
	height: 100px;
}

#header a.logo 
{
    width: 244px;
    height: 129px;
    background: url(images/aphi-short-logo.gif) top left no-repeat;
    position: absolute;
    cursor: pointer;
    cursor: hand;
}

#header #utilhead {
	float: right;
	font-size: 11px;
	width: 100%;
	text-align: right;
	height: 35px;
}

#header #utilhead li.item {
  float: right;
}

#header #utilhead li.item  a {
	padding: 3px 10px;
	display: block;
	text-transform: uppercase;
	color: #fff;
}





#header ul#mainnav {
	padding: 62px 0 0 255px;
}

#header #mainnav li {
	float: left;
	width: 145px;
	margin: 0 15px 0 0;
	text-align: center;
}

#header #mainnav a {
	font-family: Georgia;
	font-size: 1.05em;
	line-height: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	color: #386ead;
	text-decoration: none;
	padding: 0 0 5px 0;
	border-bottom: 4px solid #abcde7;
	text-transform: uppercase;
}

#header #mainnav a:hover {
	border-bottom: 4px solid #7e99b8;
	color: #2d5685;
	}
	
#header #mainnav a.discover:hover {
	border-bottom: 4px solid #7e99b8;
}

#header #mainnav a.learn:hover {
	border-bottom: 4px solid #8eaa93;
}

#header #mainnav a.about:hover {
	border-bottom: 4px solid #875741;
}

#header #mainnav a.community:hover {
	border-bottom: 4px solid #ff8d41;
}

/* FOOTER OLD
*************************************
#footer 
{
    width: 975px;
    padding: 15px 0 50px 0;
    color: #737373;
    clear: both;
    background: #deedf7;
}

#footer ul 
{
    height: 2em;
}

#footer ul li 
{
    float: left;
    margin: 0 5px 0 0;
}

#footer p 
{
    font-size: .75em;
    line-height: 1.4em;
    margin:  1em 0;
}

/* FOOTER
*************************************/
#footer
{
    width:973px;
    float:left;
    padding: 0 0 1em 0;
}
.logos
{
    float:right;
    width:220px;
    margin:10px 4px 0px 50px;
}
.logos img
{
    padding:5px;
}

#footer p 
{
    font-size: .85em;
    line-height: 1.4em;
    margin:  1em 0;
    text-align:center;
    color:#4f7a97;
}

#footerNav 
{
    width: 943px;
    padding: 15px;
    color: #737373;
    background: #f4f9fc;
    border-top: solid 4px #68ade3;
    float:left;
}

#footerNav h4
{
    color:#8dbcd8;
    font-size:.9em;
    font-weight:bold;
    text-transform:uppercase;
    padding:0;
    margin:0;
    
}

#footerNav ul 
{
    width:130px;
    float:left;
    margin: 0 20px 0 10px;
}

#footerNav li 
{
    float: left;
    margin: 0 0 5px 0;
}

#footerNav li.navfix
{
    margin: 28px 0 5px 0;
}

#footerNav li a
{
    font-size:.9em;
    color:#405868;
}

#footerDisclaimer
{
    width: 933px;
    padding: 10px 20px;
    background: #e4f0f8;
    float:left;
    margin: 0 0 1em 0;
}

#footerDisclaimer p 
{
    font-size: .85em;
    line-height: 1.6em;
    margin:  1em 0;
    text-align:left;
    color: #737373;    

}


/* CONTENT
*************************************/

#content {
	padding:  0 0 15px 0;
background: #f9f8f2;
	/*background: url(images/content-bg.png) top center repeat-y;*/

}


/* EXTRA CLASSES
*************************************/
.privacy 
{
    padding: 4em 7em;
}

.small
{
    font-size: .8em;
}

.center 
{
    text-align: center;
}

.floatleft {
	float: left;
	margin: 0 15px 0 0;
}

.floatright {
	float: right;
	margin: 0 0 0 15px;
}

.clear {
	clear: both;
}

.footnote 
{
    font-size: 11px;
	border-top: 1px dotted #dddbd6;
	padding: 1em 0 0 0;
	margin: 1.5em 0 0 0;
	color: #777;
	line-height: 1.6em;
}


/* 
	LEVEL ONE
*/

ul.dropdown li.holder                      {  zoom: 1; background: #ff860c; float: none; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ff860c; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 
	 								  color: #222;  }
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #1e739f; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 210px; visibility: hidden; position: absolute; top: 100%; left: 0; background: #2f8ebf; }

#header #mainnav li ul.dropdown ul.sub_menu li { 
font-weight: normal; 
background: #333; 
border-bottom: 1px solid #ccc; 
float: none; 
display: block;
text-align: left;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; text-align: center; color: #215581;  } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }