/* CSS Document */

body {	
	background-color: #fff;
	font: normal normal normal small Verdana,Arial,Helvetica,sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera to position the content in the top left*/
}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	color : #425875;	
	font-family: Verdana, Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
}

p, ul, ol, li {	line-height: 100%; }
big { font-size: 110%; }	
strong, b { font-weight: bold; }

/* sample header sizes, customize for each project */	  
h1 { font-size: 125%; }
h2 { font-size: 120%; }
h3 { font-size: 115%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }
h6 { font-size: 97%; }

a { color: #ea8124; text-decoration: none; font-weight:bold;}	
a:visited {	color : #ea8124;} /* visited must be before hover */
a:hover { color : #ea8124; text-decoration: none;}
a:focus { color : #ea8124; }
a:active { color : #ea8124; }	




/* Begin rules for elements */

body {
	background-color: white;
	color: #425875;
	font-size: 76%; /* tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (especially on a Mac) */
	}
	
p, ol, dd, table {
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.7em;
	margin: 0 0 1.5em 0;	
	text-align: left; /* compensates for an IE 6 bug */
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;	
}
	
h1 {
	color: #038bc4;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 2.4em;
	/*letter-spacing: -1px;*/
	margin-bottom: 1em;
}

h2 {
	color: #425875;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight:bold;
}

h3 {
	color: #038bc4;
	font-size: 1.2em;
	line-height: 1.4em; 
	margin-bottom: 1em;
	margin-top: 1em;
}

h4 {
	color: #038bc4;
	font-size: 1.2em;
	line-height: 1.5em; 
	margin: 0 0 0 0;
}

h5 {
	color: #fdb105;
	font-size: 1.2em;
	line-height: 1.5em; 
	margin-bottom: 1em;
}

tr, td {
	vertical-align: top;
}


img {
	border: 0;
}

hr {
	background: #fecc60; /* used by Gecko, Opera browsers */
	border: 0; 
	color: #fecc60; /* incorrectly used by IE */
	height: 1px;
	margin-bottom: 1.7em;
	}
	
ul li {
	list-style-image:url(images/bullet.gif);
	padding-bottom:.2em;
	margin-bottom:.2em;
	line-height: 1.6em;
	margin-left: 3px;
	}
	
ol li {
	padding-bottom:.2em;
	margin-bottom:.2em;
	padding-top:0px;
	margin-top:0px;
	}

ul {
	padding-left:10px;
	margin-left:10px;
}


/* End rules for elements */

/* Font rules */

.smaller {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: .4em;
	font-style:normal;
	
}


.quoteCredit {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: .4em;
	font-style:normal;
	margin-top: -10px;

}

.homequoteCredit {

	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: .4em;
	font-style:normal;
	margin-top: -20px;
	padding-left: 15px;
	padding-bottom: 25px;
	color: #0a81b3;


}

.newsItem  {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: 1.5em;
	color: #0a81b3;
	padding: 15px;


}

.quoteLink {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: .4em;
	font-style:normal;
	margin-top: -10px;
	background-image:url(images/bg_yeldot_bluebg.gif);
	background-repeat: repeat-x;
	background-position:left top;
	padding-top: 9px;

}

.quoteLink a, .quoteLink p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.8em;

}

/* Font rules end */
