﻿/*  Stylesheet for Philadelphia Insurance Companies
--------------------------------------------------------
File Name: phly_TEXT.css
Media: Screen
Purpose: Has all the TEXT css options
-------------------------------------------------------- */ 



/*  --------------------------------------------------------------------------- 
    STANDARD HTML TEXT ELEMENTS
    --------------------------------------------------------------------------- */    
    a 
        {   color: #1443a1; 
            text-decoration: none; }
    a:hover 
        {   color: #cc0000; 
            text-decoration: none; }
    sup 
        {   font-size: 9px; }
    small 
        {   font-size: 10px; }
    
        
    
    /*  Header Text Elements
        ------------------------------- */
        h6 
            {   font-family: Arial, Helvetica, sans-serif; 
                color: #1443a1; }
        h5 
            {   font-family: Arial, Helvetica, sans-serif; 
                color: #1443a1; }
        h4 
            {   font-family: Arial, Helvetica, sans-serif; 
                color: #1443a1; }
        h3 
            {   font-family: Arial, Helvetica, sans-serif; 
                color: #1443a1; }
        h2 
            {   font-family: Arial, Helvetica, sans-serif; 
                color: #1443a1; }
        h1 
            {   font-family: Arial, Helvetica, sans-serif; 
                color: #1443a1; }
        
        h1
            {   font-size: 18px; 
                margin: 0px 0px 7px 0px; }
        h2 
            {   font-size: 16px; 
                margin: 15px 0px 7px 0px; }
        h3 
            {   font-size: 13px; 
                margin: 10px 0px 7px 0px; }
        h4 
            {   font-size: 12px; 
                margin: 10px 0px 7px 0px; }
        h5 
            {   font-size: 11px; 
                margin: 10px 0px 7px 0px; }
        h6 
            {   font-size: 10px; 
                margin: 10px 0px 7px 0px; }
        
        h1.pageheader
			{ font-family: Arial, Helvetica, sans-serif;			
			  color:#cc0000;
			  font-size: 24px;
			}
		/*	ddillon 2.16.2011
        h1.pageheader
			{ font-family: Georgia,Verdana, Arial, Sans-Serif;			
			  color:#cc0000;
			  font-size: 24px;
			}			  
        */
    /*  Block Text Elements
        ------------------------------- */
        div 
            {   font-family: Arial, Helvetica, sans-serif; } 
        caption 
            {   font-family: Arial, Helvetica, sans-serif; } 
        blockquote 
            {   font-family: Arial, Helvetica, sans-serif; } 
        p 
            {   font-family: Arial, Helvetica, sans-serif;
                margin-bottom: 10px; } 
       /* p 
            {   margin-bottom: 10px; }*/
        
.button {
   border-top: 1px solid #96d1f8;
   background: #33589F;
   background: -webkit-gradient(linear, left top, left bottom, from(#33589F), to(#bdcae4));
   background: -moz-linear-gradient(top, #33589F, #bdcae4);
   padding: 8px 16px;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-weight:bold;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #cedefe;
   color: #1443a1;
   }
.button:active {
   border-top-color: #1b435e;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#bdcae4), to(#3e779d));
   background: -moz-linear-gradient(top, #bdcae4, #3e779d);
   }
