/* ====================================================================================== 
	Copyright (C) 2008 JPL Productions & HERSHEY FOODS.  All Rights Reserved. 
	----------------------------------------------------------------------------------- 
	Author(s) : Joshua Barlup 		jbarlup@jplcreative.com 
				Dan Leister			jjackson@jplcreative.com

	Date      : 07/07/2008  
	Notes     : Base css document for Eastern Insurance. 
	----------------------------------------------------------------------------------- 
	Change Log 
        
	Date		Name				Desc 
	6/16/2008	Josh Barlup			Created file
         
 ========================================================================================= */

/** BLOCK ELEMENTS ========================================================= */
    
* {
    margin: 0;
    padding: 0;
    border: 0;
}
    
html {
    margin: 0;
    padding: 0;
}

body {
    font: 62.5% Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
}

h1 {
    font-size: 2em;
	margin: 0;
}

h2 {
    font-size: 1.45em;
}

h3 {
    color:#4f4f4f;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}

h4 {
    font-size: 1.0em;
}

p {
	font-size:1.15em;
	line-height: 1.45em;
	margin: 8px 0;
}

hr {
}

strong {
	font-weight: bold !important;
}

/** INLINE ELEMENTS ======================================================== */

img {
    border: 0;
}

a:link {
    color: #ff0000;
    background: transparent;
    text-decoration: none;
}

a:visited {
    color: #888888;
    background: transparent;
    text-decoration: none;
}

a.active:link, a.active:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ffff00;
    background: transparent;
}

/*  /INLINE ELEMENTS ====================================================== **/

    
/** COMMON CLASSES (begin) ================================================= */

.clearer {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.highlight {
    background-color: #ffff99;
}

.no-wrap {
    white-space: nowrap;
}

hr.divider {
    display: none;
}

/*  /COMMON CLASSES ======================================================= **/
