/* 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 : #045e8e;	
	font-family: "Trebuchet MS", Helvetica; /* 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: #d4177a; text-decoration: none; font-weight:bold;}	
a:visited {	color : #81c84a;} /* visited must be before hover */
a:hover { color : #d4177a; text-decoration: none;}
a:focus { color : #d4177a; }
a:active { color : #d4177a; }	


img {
	border:none;
	margin:0;
	padding:0;

}

/* Begin rules for elements */

body {
	background-color: white;
	color: #045e8e;
	font-size: 87%; /* tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (especially on a Mac) */
	}
	
p, ol, ul, 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.5em;
	margin: 0 0 1.5em 0;	
	text-align: left; /* compensates for an IE 6 bug */
	}
	
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #1773a3;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #1773a3;
	font-size: 1.4em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1.2em;
	font-weight:bold;
}

h3 {color: #ffffff;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-top: 10px;
	margin-left: 30px;
	}

h4 {
	color: #81c84a;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

h5 {
	color: #81c84a;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-top: -1em;
	margin-left: 0;
}



hr {
	background: #bcd8e6; /* used by Gecko, Opera browsers */
	border: 0; 
	color: #bcd8e6; /* incorrectly used by IE */
	height: 1px;
	margin-bottom: 1.7em;
	}
	

	
li {
	list-style: none;
	background: url(images/arrow_large.gif) left 3px no-repeat;
	padding-left: 36px;
	margin-left: -20px;
	margin-bottom: 16px;
	line-height: 1.3em;
	}
	
li.special {
	list-style: disc;
	background: none;
	padding-left: 6px;
	margin-left: 30px;
	margin-bottom: 8px;
	line-height: 1.2em;
	}
	
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;

}
