a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
/*
	font-family: 'lucida grande', 'Lucida Sans Unicode', 'trebuchet ms', trebuchet, sans-serif;
*/
	font-family: verdana, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #939598; /* gray */
	line-height: normal;
}
h1 em, h1 i, h1 strong, h1 b {
/*
	font-family: 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', trebuchet, sans-serif;
*/
	font-family: verdana, sans-serif;
}

h1 p, h2 p, h3 p {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	color: #939598; /* gray */	
	margin-bottom: 8px;
}

h3 {
	color: #939598; /* gray */
}

#mid_content h1 {
	margin-top: 25px;
	margin-bottom: 10px;
}

#main_content h1 {
	margin-top: 30px;
	margin-bottom: 10px;
}

#pagewrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 912px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
}

div.spacer { 
	clear: left; 
	height: 1px;
}
	div.spacer * { height: 1px; font-size: 1px; }

#header {
	position: relative;
	height: 166px;
	font-size: 12px;
}

	#logo {
		position: relative;
		top: 8px;
		left: 10px;
	}
	
	#comfort_nav {
		position: absolute;
		top: 34px;
		right: 0px;
		font-size: 11px;
		height: 20px;
		line-height: 20px;
	}
		#comfort_nav a {
			color: #939598; /* gray */
			padding-left: 30px;
			float: right;
			text-align: right;
		}
		#comfort_nav .active {
			color: #f7941e;
			font-weight: bold;
		}
	
	#search_wrap {
		position: absolute;
		top: 70px;
		right: 0px;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 3px;
		padding-bottom: 3px;
		border: 1px solid #939598; /* gray */
		width: 232px;
		height: 16px;
		background-image: url('../images/searchmag.gif');
		background-repeat: no-repeat;
		background-position: 6px center ;
		text-align: right;
	}
	
		#search {
			line-height: 11px !important;
			border: 0px;
			width: 210px;
			text-align: right;
			color: #939598; /* gray */
			margin: 0px;
			padding: 0px;
		}

#search_results {
	font-size: 14px;
}

	#search_results .result {
		margin-bottom: 20px;
	}
	
	.rexcerpt {
		font-size: 12px;
	}

#primary_nav {
	height: 42px;
}

	.primarynav {
		background-color: #d6d7d9; /* light gray */
		text-align: center;
		font-weight: bold;
		height: 42px;
	}
		.primarynav a {
			color: black;
		}
	#primary_nav .active {
		background-color: #2E3192;
	}
	#primary_nav .active a {
		color: white;
	}

#secondary_nav {
	padding-top: 20px;
	padding-bottom: 40px;
	/* 
	background-image: url('http://www.ctedreform.org/images/secnav-bg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	*/
}

	.secnav {
		margin-top: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 25px;
		padding-right: 40px;
	}
	
	#secondary_nav .active {
		background-image: url('http://www.ctedreform.org/images/redarrow-left.png');
		background-position: 205px center;
		background-repeat: no-repeat;
	}
	
		.secnavlink {
			font-size: 14px;
			font-weight: bold;
			color: #2E3192; /* bluish purple */
		}
		.secnavlink:visited {
			color: #2E3192; /* bluish purple */
		}

#sidebar {
	float: left;
	width: 234px;
	padding: 0px;
}

	.sb_widget {
		border-top: 2px solid #d3d4d8;
		
		background-image: url('http://www.ctedreform.org/images/sidewidget-bg1-rev.jpg');
		background-repeat: repeat-x;
		background-position: top left;
		background-color: #d8d7e6;
		
		padding-left: 15px;
		padding-top: 25px;
		min-height: 273px;
		padding-bottom: 4px;
	}
	.post_sb_widget {
		/*
		background-image: url('http://www.ctedreform.org/images/sidewidget-bg2.jpg');
		background-position: top left;
		background-repeat: repeat-x;
		*/
		
		background-color: #d8d7e6;
		
		min-height: 37px;
	}
	
		.sb_widget h2 {
			font-size: 16px;
			text-transform: uppercase;
			color: #939598; /* gray */
			margin-top: 0px;
			padding-top: 0px;
		}
		
		#sb_recs p {
			margin-top: 20px;
			margin-bottom: 0px;
		}
		
		#sb_recs .recnum {
			color: #939598; /* gray */
			font-size: 14px;
		}
		
		#sb_recs .rectext {
			color: #f7941e; /* darker orange */
			font-size: 14px;
		}
		
			#sb_recs .rectext a {
				color: inherit;
			}
		
		#sb_news ul {
			margin-left: 14px;
			margin-right: 8px;
			padding-left: 0px;
			font-size: 12px;
			color: #818285; /* dark gray */
			list-style-type: square;			
		}
		
			#sb_news li {
				margin-bottom: 12px;
			}
			
			#sb_news ul .newslist_title {
				color: black;
			}
			
			#sb_news li .morelink {
				/* color: #f7941e; /* orange */
				color: #f7941e; /* red */
				text-transform: uppercase;
				font-size: 10px;
			}

.sources {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
}

#mainFloatWrap {
	float: left;
	margin-right: 20px;
	margin-bottom: 14px;
	max-width: 200px;
}

	#floatimg p {
		margin-bottom: 0px;
	}
	
	#floatcaption {
		/* color: #F7941E; /* orange */
		color: #2E3192; /* blue */
		font-weight: bold;
		font-size: 13px;
	}
	
		#floatcaption ul {
			margin-left: 14px;
			padding-left: 0px;
		}

#homeflash {
	width: 912px;
	height: 350px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.photofix {
	position: relative;
	left: 1em;
}

#main_content {
	font-size: 14px;
	line-height: 22px;
	padding-right: 40px;
	margin-left: 279px;
}

	#main_content ul {
		padding-left: 1em;
	}

.biglist li {
	margin-bottom: 12px;
}

.rec_wrap {
	margin-top: 20px;
}

	.rec_banner {
		position: relative;
		background-position: top left;
		background-image: url('http://www.ctedreform.org/images/recbanner_inactive.jpg');
		height: 120px;
		cursor: pointer;
		overflow: hidden;
	}
	
		.rec_banner .recnum {
			position: absolute;
			left: 70px;
			top: 20px;
			color: white;
			opacity: 0.65;
			font-size: 110px;
			line-height: 75px;
		}
		
		.recbanner_text {
			position: absolute;
			left: 190px;
			top: 0px;
			/* margin-right: 80px; */
			color: white;
			font-size: 16px;
		}
			
			.recbanner_text table {
				width: 616px;
			}
			
			.recbanner_text h3 {
				margin: 0px;
				color: white;
			}
			
			.recbanner_text p {
				margin: 0px;
			}
	
	.banneropen {
		background-image: url('http://www.ctedreform.org/images/recbanner_active.jpg');
	}
	
	.rec_expanded {
		position: relative;
		background-position: top right;
		background-repeat: no-repeat;
		min-height: 35px;
		font-size: 14px;
		/* padding-top: 225px; */
		padding-top: 10px;
		padding-bottom: 40px;
		padding-left: 100px;
		padding-right: 85px;
	}
	
		.rec_expanded h2 {
			/* font-size: 32px; */
			font-size: 26px;
			font-weight: normal;
			color: #f7941e; /* red */
			margin-top: 0px;
			margin-bottom: 12px;
		}
		.rec_expanded h2 p {
			margin: 0px;
		}
		
		.recexpanded_copy a {
			color: #f7941e; /* red */
			text-transform: uppercase;
			font-size: 10px;		
		}
		
		#recexpanded_endnotes h3 {
			color: black;
			margin-top: 28px;
		}

.recpage h2 {
	margin-top: 32px;
	color: #f7941e; /* red */
	font-weight: normal;
}

.recpage h3 {
	color: black;
	margin-bottom: -10px;
}

.slashlist p {
	margin-left: 18px;
	text-indent: -18px;
}

.recpage .subslash_list {
	margin-left: 18px;
}

.recpage sup {
	vertical-align: top;
	font-size: 10px;
}

	
	#floatcaption {
		line-height: normal;
	}
	
		#floatcaption li {
			margin-bottom: 1em;
		}

#homegap {
	padding-left: 208px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 18px;
	height: 120px;
	background-image: url('../images/kidspencils.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

	#homegap_text {
		color: white;
		background-position: top left;
		background-image: url('../images/recbanner_plain.jpg');
		background-repeat: repeat-x;
		background-color: #616264; /* dark gray */
		height: 120px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
		#homegap_text h3 {
			color: white;
			padding-top: 18px;
			margin: 0px;
			font-size: 21px;
		}
		#homegap_text p {
			margin: 0px;
			font-size: 14px;
		}
		#homegap_text a {
			color: white;
		}
		
		.homeshadowbox {
			float: right; 
			width: 180px; 
			margin-top: 5px; 
			background-color: #F7941E; 
			color: white; 
			font-size: 11px; 
			padding: 4px 0px 6px 10px; 
			-moz-box-shadow: 5px 5px 8px #333;
			-webkit-box-shadow: 5px 5px 8px #333;
			box-shadow: 5px 5px 8px #333;				
		}

#hp_leftcol {
	width: 550px;
	min-height: 350px;
}

	#report_links {
		background-color: #d6d7d9; /* light gray */
		margin-top: 12px;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 14px;
		padding-right: 5px;
	}
		
		#report_links a {
			font-size: 13px;
			font-weight: bold;
			color: #2E3192;
		}
		
		#report_links strong {
			font-size: 10px;
		}

#hp_rightcol {
	width: 330px;
	float: right;
}

	#hp_rightcol h3 {
		font-size: 18px;
		color: #2E3192;
		margin-top: 0px;
		margin-bottom: 4px;
	}

#hp_news {
	padding-left: 18px;
	background-image: url('../images/hpnews-bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #a5b7de;
	padding-bottom: 1px;
}

	#hp_news h2 {
		font-size: 22px;
		text-transform: uppercase;
		color: #939598; /* gray */
		font-weight: bold;
		margin-top: 0px;
	}

.newsstory_wrap {
	background-image: url('../images/graybox2.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 20px;
}

	.newsstory_wrap .story_title {
		font-size: 14px;
		line-height: 18px;
	}
	#hp_news .newsstory_wrap .story_title {
		font-size: 11px;
		line-height: normal;
	}
	
	.story_excerpt p {
		margin: 0px;
	}
	
	#singlestory_title {
		font-size: 35px;
	}
	
	#storydate {
		color: #939598; /* gray */
		font-style: italic;
		font-size: 12px;
	}
	
	.newsstory_wrap .story_link {
		color: #F7941E; /* orange */
	}
	#hp_news .newsstory_wrap .story_link {
		display: inline;
	}

.form_errors {
	border-top: #cc0000 2px solid; /* my dark red */
	border-bottom: #cc0000 1px solid; 
	background-color: #f69679; /* my lighter red */
	padding: 8px;
	margin-bottom: 10px;
	text-align: left;
}

.contactform {
	margin-top: 30px;
}

#updates_form {
	margin-top: 15px;
}

	.contactform td {
		padding-bottom: 12px;
		line-height: 24px;
	}

.contactform input {
	background-color: #f2f2f2;
	border: 0px;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 14px;
}

.contactform textarea {
	background-color: #f2f2f2;
	border: 0px;
	font-size: 14px;
	padding: 4px;
}

.contactform label {
	color: #2E3192;
	font-size: 16px;
}

#towngraph_wrap {
	width: 335px;
	height: 375px;
}

#stategraph_wrap {
	width: 295px;
	height: 375px;	
}

#helpful_reources_main p {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* myth-fact pair */
.mfpair {
	padding-bottom: 28px;
	background-image: url('http://www.ctedreform.org/images/myth-divider.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

	.myth {
		margin-top: 50px;
		margin-bottom: 35px;
		font-size: 48px;
		font-weight: bold;
		color: #8a8b8a;		
	}
	
	.fact {
		margin-top: 40px;
		margin-bottom: 35px;
		font-size: 48px;
		font-weight: bold;
		color: #2E3192; /* blue */
	}

#footer {
	margin-top: 20px;
	border-top: 1px solid #939598; /* gray */
	padding-top: 12px;
}

	#footer p {
		margin: 0px;
	}
	
	#copyright {
		font-size: 10px;
	}

.zoom {
	cursor: url(http://www.ctedreform.org/images/zoom.png), pointer;
}

#admin-edit {
	background-color: #e79825;
	border-bottom: solid 1px #d3881a;
	border-right: solid 1px #d3881a;
	padding: 2px 10px;
	position: fixed;
	top: 0;
	left: 0;
}

#admin-edit a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}