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

/* SIDEBAR */

div#sb-nav, div#sb-morenav {
	margin-top: 150px;
	width: 200px;
	text-align: right;
}
div#sb-morenav { 
	color: #a6c0d6; 
	margin-top: 20px; 
	}
div#sb-nav p, div#sb-morenav p {
	font-size: 1.5em;
	margin: 0 20px .8em 0;
}
div#sb-nav p a:link, div#sb-morenav p a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#sb-nav p a:active, div#sb-morenav p a:active{
	color: #FFFFFF;
	text-decoration: none;
}
div#sb-nav p a:visited, div#sb-morenav p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#sb-nav p a:hover, div#sb-morenav p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#sb-details {
	margin-right:20px;
	text-decoration: none;
}
div#sb-x {
	margin-right:0px;
}

/* CONTENT */

div.header {
	padding: 1em;
	line-height: normal;  
}
div.col1 {
	width: 345px;
	position: absolute;
	top: 14em;
	margin: 1em;
}
div.colfull { margin: 1em; position: absolute; top: 14em; width: 700px; }

div.col2 {
	width: 330px;
	margin-left:370px;
	position: absolute;
	top: 14em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
div.undercol {
	width: 650px;
	float: left;
	margin: 1em;
}
div.undercol-L-main {
	width: 320px;
	float: left;
	margin: 1em;
}
div.undercol-R-main {
	width: 320px;
	margin: 1em 1em 1em 320px;
}	
div.footer {
	position: relative;
}
#columnLayout {
	height: 1300px;
	width: 700px;
	background-color: #a6c0d6;
}
#content p, #content li, #content lh {
	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 ul a:link, #content ul a:visited{
	color:#20345a;
	font-size:.9em;
}
#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:0.5em;
	font-weight:normal;
}
#content h1#awards {
	width:5em;
	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 h2 {
	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 {
	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; 
}
#content .first {
	margin-top: 0;
	padding-top: 0;
}
/*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; 
}
#content p.pagehead {
	font-weight: bold;
}
#content div.blankList p{
	margin:0;
}
#content div.blankList p.pagetextlight {
	color:#517290;
	margin-bottom:1em;
}
#content .imgCap {
	color:#517290;
	font-weight:bold;
	margin-bottom:1em;
}
#twitter-block a:link, #twitter-block a:visited {
	color:#20345a;
}
