/*
		-- -- -- -- -- -- -- -- -- -- --
		content.css by r(e)volving design 
		for Kingscott and Associates 2006
		-- -- -- -- -- -- -- -- -- -- -- 
		
		Tested and certified for use in
		FF v2 and IE v6 on PC.
		
		All font sizes are relative. 62.5% 
		of 16px (standard) is 10px, so 1em
		is 10px. So far this scales 
		properly in FF.
		
*/

/* CONTENT */

#content p, #content li, #content lh, #content decription {
	color:#20345a;
	font-size: 1.1em;
	line-height: 1.3em;  /* changed from 1.4 */
	margin-right: 2em;
	margin-bottom: 0.9em;
}
#content ul, #content ol {
	margin-left: 1.5em;
}
#content h4, #content h5, #content h6 {
	font-size:.9em;  /* changed from 1.4 */
	line-height:1em;
	padding-top:.3em;
	padding-bottom:.3em;
	margin-top:1em;
}
/* added */
#content h1 {
	color:white;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:3em;
	margin-top:0;
	padding-top:.5em;
	font-weight:normal;
	letter-spacing:.1em;

}
#content h2, #content title {
	color:#fff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.4em;
	line-height: 1.5em;
	margin-top:0;
	padding-top:0.4em;
	font-weight:bold;
	letter-spacing:0;
}
#content h3, #content link {
	color:#3d5063;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.1em;
	line-height: 1.4em;
	margin-top:0;
	padding-top:0.3em;
	font-weight:bold;
	letter-spacing:0;
}
/*link, visited, hover, active is the correct order */
#content a:link { 
	color: #20345a; 
}
#content a:visited { 
	color: #517290; 
}
#content a:hover { 
	color:#fff; 
}
#content a:active  { 
	color: #000; 
	text-decoration: underline; 
}
#content a:link img, #content a:visited img { 
	border: none; 
}
/*next four added */
#content h1#awards {
	width:650px;
	padding-right:30px;
	padding-bottom: 50px;
	background-attachment: scroll;
	background-image: url(../img/award-ornament.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content h1#awards a:link{ 
	color: #fff; 
	width:650px; 
	padding-right:30px; 
	padding-bottom: 50px; 
	text-decoration: none; 
}
#content h1#awards a:visited{ 
	color: #fff; 
	width:650px; 
	padding-right:30px; 
	padding-bottom: 50px; 
	text-decoration: none; 
}
#content h1#awards a:hover{ 
	color: #517290; 
	width:650px; 
	padding-right:30px; 
	padding-bottom: 50px; 
	text-decoration: none; 
}


