/* CSS Document */

body {	
	background-color: #ffffff;
	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 : #428362;	
	font-family: Verdana, Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
}

p, ul, ol, li {	

line-height: 100%;
margin: 0 0 0 0;	 
}
big { font-size: 110%; }	
strong, b { font-weight: bold; }


a { color: #87b429; text-decoration: none; font-weight:bold;}	
a:visited {	color : #87b429;} /* visited must be before hover */
a:hover { color : #87b429; text-decoration: underline;}
a:focus { color : #87b429; }
a:active { color : #87b429; }	


img {
	border:none;
	margin:0;
	padding: 0;
	

}

/* Begin rules for elements */

body {
	background-color: white;
	color: #428362;
	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.8em;
	margin: 0 0 1.5em 0;	
	text-align: left; /* compensates for an IE 6 bug */
	}
	
	
h1 {
	color: #56a898;
	/*letter-spacing: -1px;*/
	margin: 0 0 .5em 0;
	font: bold 1.8em Arial, Helvetica, sans-serif;
}

h2 {
	color: #87b429;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight:bold;
}

body#home h2 {
	margin-bottom: 1.5em;
	
}


h3 {
	color: #56a898;
	/*letter-spacing: -1px;*/
	margin: 0 0 .3em 0;
	font: bold 1.6em Arial, Helvetica, sans-serif;
}

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;
}



hr {
	background: #b0d6cf; /* used by Gecko, Opera browsers */
	border: 0; 
	color: #b0d6cf; /* incorrectly used by IE */
	height: 1px;
	margin-top: 1.2em;
	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: 1em;
	font-style:normal;
	
}

.topcaption {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	font-style: italic;
	padding-bottom: 1em;
	margin-bottom: 1em;
	
}


.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 */

/* Images in content areas */

.imgleft {
	border: #adc9dc 3px solid;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: #adc9dc 1px solid;
	padding-bottom: 5px;
	width: 169px;	
}

.imgright img {
	padding: 10px;
	
}

.imgright p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align:center;

}
