/*
Theme Name: Targeted Learning
Theme URI: http://www.targetedlearning.com/
Description: The default Targeted Learning theme by Sebo Marketing.
Version: 1.0
Author: Sebo Marketing
Author URI: http://www.sebomarketing.com
Tags: blue
*/



/* --------------------
Reset Code
-------------------- */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}

ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}

em {
	font-style: italic;
}



/* --------------------
Element Styles
-------------------- */

body {
	font-family:Arial, Helvetica, Sans-serif;
	font-size:85%;
	color:#555555;
}

p {
	margin:0 0 1.2em 0;
	line-height:1.4em;
}

a:link {
	color:#0a55a3;
}
a:visited, a:active {
	color:#0a55a3;
}
a:hover { 
	color:#3f9061;
	text-decoration:none;
}

:focus {
	outline:none;
}


h1 {
	font-size:140%;
	color:#0a55a3;
	font-family:Arial, Helvetica, Sans-serif;
	
	margin-bottom:5px;
}
	h1 a {
		text-decoration:none;
	}
	h1 a:hover {
		text-decoration:underline;
	}

h2 {
	font-size:130%;
	color:#0a55a3;
	font-family:Arial, Helvetica, Sans-serif;
	
	margin-bottom:5px;
	padding-top:6px;

}
	h2 a {
		text-decoration: none;
	}
	h2 a:hover {
		text-decoration:underline;
	}

h3 {
	font-size:120%;
	color:#0a55a3;
	font-family:Arial, Helvetica, Sans-serif;
	
	margin-bottom:5px;
	padding-top:6px;
	margin-left:.5em;
}

img {
}

img.banner {
	width:750px;
	/*height:220px;*/
	margin-left:-11px;
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #233C55;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #436689;
}



/* --------------------
Floats, Clears
-------------------- */

.float-left {
	float: left;
}
	img.float-left {
		display: inline;
		padding: 15px 15px 15px 0;
	}
.float-right {
	float:right;
}
	img.float-right {
		display: inline;
		padding: 15px 0 15px 15px;
	}
.float-center {
	margin:0 auto;
}



.clear {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}



.off-page {
	position:absolute;
	left:-999em;
}



/* --------------------
Text Styles
-------------------- */
.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}



.strike {
	text-decoration:line-through;
}
.error {
	color:#a00;
}



.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}



.extra-line {
	margin-bottom:2.4em;
}



/* --------------------
Buttons
-------------------- */

a.button-style-1, a.button-style-1:link, a.button-style-1:active, a.button-style-1:visited {
	width:138px;
	height:22px;
	padding-top:6px;
	display:block;
	margin:auto;
	/* background:transparent url('images/button-style1.gif') top left no-repeat scroll; */
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
}
a.button-style-1:hover {
	color:white;
	text-decoration:underline;
}



a.button-style-2, a.button-style-2:link, a.button-style-2:active, a.button-style-2:visited {
	width:138px;
	height:22px;
	padding-top:6px;
	display:block;
	margin:auto;
	/* background:transparent url('images/button-style2.gif') top left no-repeat scroll; */
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
}
a.button-style-2:hover {
	color:white;
	text-decoration:underline;
}



/* --------------------
Modal Windows
-------------------- */

#simplemodal-overlay {
	background-color:#999;
}

	#simplemodal-container a.modalCloseImg {
		background:url('images/x.png') no-repeat;
		width:25px;
		height:29px;
		display:inline;
		z-index:3200;
		position:absolute;
		top:-15px;
		right:-16px;
		cursor:pointer;
	}
	
#simplemodal-container {
	position:relative;
	padding:25px;
	width:675px;
	height:320px;

	font-size:95%;
	
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	/*border:1px solid #0a55a3;*/
	background-color:#fff;
}

	#simplemodal-container img {
		margin-bottom:.5em;
	}
	#simplemodal-container h2 {
		margin:0 0 .5em 0;
		padding:0;
		font-weight:bold;
		color:#0a55a3;
		background:none;
	}
	#simplemodal-container h3 {
		margin:0 0 .3em 0;
		font-weight:bold;
		color:#0a55a3;
	}
	#simplemodal-container p {
		margin-left:0;
	}



/* --------------------
Lists
-------------------- */

.ul-style-1 {
	margin-bottom:.5em;
	list-style:none;
}
	.ul-style-1 li {
		margin:.5em 0;
		padding-left:20px;
		padding-right:5px;
		font-size:85%;
		color:#555555;
		list-style:none;
		background:transparent url('images/bullet.gif') 0 3px no-repeat scroll;
	}
	.ul-style-1 ul {
		margin:.5em 0;
	}
	.ul-style-1 li h3 {
		margin-left:0;
		padding-top:0;
		font-size:100%;
	}
	.ul-style-1 li p {
		margin-left:0;
		font-size:100%;
	}

.ul-style-2 {
	margin-bottom:.5em;
	list-style:none;
}
	.ul-style-2 li {
		margin:0;
		padding-right:20px;
		list-style:none;
	}
	.ul-style-2 ul {
		margin:0;
	}

.ul-style-3 {
	margin-bottom:.5em;
	list-style:none;
}
	.ul-style-3 li {
		margin:.5em 0;
		padding-left:20px;
		padding-right:5px;
		color:#0a55a3;
		list-style:none;
		background:transparent url('images/bullet.gif') 0 3px no-repeat scroll;
	}
	.ul-style-3 ul {
		margin:.5em 0;
	}
	
.ul-style-spaced li {
	margin-bottom:.6em;
}
	.ul-style-spaced li p {
		padding:.6em 0 0 0;
	}

ol {
	list-style:decimal;
	margin-bottom:.5em;
}
	ol.style-1 {
		list-style-type:decimal;
		padding-left:28px;
	}
	ol.style-1 li {
		list-style-type:decimal;
		margin:.5em 0;
		font-size:85%;
	}

.ol-style-spaced li {
	margin-bottom:.6em;
}
	.ol-style-spaced li p {
		padding:.6em 0 0 0;
	}



/* --------------------
Blobs
-------------------- */

.blob-default {
	
}
.blob-style-1 {
	margin-bottom:5px;
}

.blob-style-1 .blob-body {
	background:transparent url('images/left-nav-bg-top.gif') top left no-repeat scroll;
}

.blob-style-1 .blob-body h2 {
	margin-bottom:5px;
	padding-top:17px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:8px;
	font-size:135%;
	color:#555555;
	text-align:center;
}

.blob-style-1 .blob-body img {
	margin-left:1px;
	width:205px;
	height:85px;
}

.blob-style-1 .blob-body p {
	margin:0;
	padding-top:4px;
	padding-left:19px;
	padding-right:25px;
	padding-bottom:8px;
	font-size:79%;
	color:#555555;
	text-align:center;
}

.blob-style-1 .blobBottomLeft {
	width:213px;
	height:12px;
	background:transparent url('images/left-nav-bg-bottom.gif') top left no-repeat scroll;
}
.blob-style-newsletter {
	margin-bottom:5px;
}

	.blob-style-newsletter .blob-body {
		background:transparent url('images/left-nav-bg-top.gif') top left no-repeat scroll;
	}
		.blob-style-newsletter .blob-body h2 {
			padding:12px 0 0 6px;
			margin:0;
			font-size:130%;
			color:#555;
			text-align:center;
			width:195px;
		}
		.blob-style-newsletter .blob-body img {
			margin-left:1px;
			width:205px;
			height:85px;
		}
		.blob-style-newsletter .blob-body #mc_signup_container {
			margin:0;
			padding:0 19px 0 25px;
			font-size:79%;
			color:#555555;
			position:relative;
			z-index:5;
		}
		.blob-style-newsletter .blob-body #mc_signup_form {
			float:none;
			padding-top:10px;
		}
		.blob-style-newsletter .blob-body .mc_signup_submit {
			padding:8px;
			width:71%;
		}
		.blob-style-newsletter .blob-body .newsletter-bg {
			margin-left:1px;
			width:205px;
			background:#CDD3DF;
		}
		.blob-style-newsletter .blobBottomLeft {
			width:213px;
			height:12px;
			background:transparent url('images/left-nav-bg-bottom.gif') top left no-repeat scroll;
		}
/* Boxes around text in column 1 */
.blob-style-2 {
	margin-left:0;
	width:745px;
	background:transparent url('images/blob-bg.gif') top left repeat-y scroll;
}

	.blob-style-2 .blob-body {
		width:745px;
		background:transparent url('images/blob-bottom-bg.gif') bottom left no-repeat scroll;
	}
	
	.blob-style-2 .blob-content {
		padding:15px;
	}

	.blob-style-2 .blob-body h2 {
		margin-left:0;
		margin-bottom:0;
		padding:15px 15px 0;
		width:730px;
		background:transparent url('images/blob-top-bg.gif') top left no-repeat scroll;
	}

	.blob-style-2 .blob-body p {
		float:none;
		margin-top:0;
		margin-left:0;
		width:525px;
	}
	
	.blob-style-2 .blob-body ul {
		float:right;
		width:150px;
	}
	
	.blob-style-2 .blob-body  li a:link, .blob-style-2 .blob-body  li a:visited, .blob-style-2 .blob-body  li a:active {
		padding-left:5px;
		font-size:95%;
		text-decoration:none;
		color:#0a55a3;
	}
	.blob-style-2 .blob-body li a:hover {
		text-decoration:underline;
		color:#3F9061;
	}


.blob-image {
	margin-bottom:15px;
}

.blob-testimonial {
	padding:15px 15px 1px;
	margin-right:10px;
	margin-bottom:15px;
	color:#0a55a3;
}



#sidebar {
	position:relative;
}
	#twitter-icon {
		position:absolute;
		float:right;
		right:36px;
		top:-6px;
	}
	#sidebar h2 {
		margin-bottom:15px;
	}
		#sidebar h2 a.rsswidget {
			color:#0095D5;
		}
		#sidebar .rsswidget img {
			float:right;
			margin-top:5px;
			margin-right:10px;
		}
	
	#sidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
		#sidebar ul ul li {
			margin:0 0 18px 20px;
			color:#0a55a3;
			font-size:95%;
			line-height:1.2em;
		}
			#sidebar ul ul li a {
				color:#0a55a3;
				text-decoration:none;
			}
			
		#blog-feed li {
			margin:0 0 20px 20px;
		}
		#blog-feed li h3 {
			font-size:95%;
			color:#0a55a3;
		}
			#blog-feed li h3 a {
				text-decoration:none;
				font-weight:bold;
				color:#0a55a3;
			}
		#blog-feed li p {
			
		}



/* *****************************************************************************************************************************
The Gulf Between Presentational Elements and Layout Elements



























The End of the Gulf
***************************************************************************************************************************** */


/* --------------------
General Layout
-------------------- */
body {
	min-width:970px;
	padding-bottom:20px;
	background:transparent url('images/header-bar.jpg') left 55px repeat-x scroll;
}

#site-name {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:0px;
	margin:0 auto;
	padding-top:80px;
	width:100%;
	text-align:center;
	background:transparent url('images/header-bar.jpg') bottom left repeat-x scroll;
}

#content {
	position:relative;
	margin:0 auto;
	margin-bottom:10px;
	width:970px;
	text-align:left;
}

#columnWrapper {
	position:relative;
	margin:0 auto;
	width:970px;
	
	min-height:300px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:300px;
}



/* --------------------
Column Styles
-------------------- */
.column1 {
	display:inline;
	float:right;
	width:750px;
}
.columnStyle1 {
}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
	.columnStyle1 .columnBody {
		padding:5px 0 0 .8em;
	}
		.columnStyle1 p {
			/*margin-left:.8em;*/
			font-size:85%;
		}
		.columnStyle1 ul {
			margin:0 0 1em 0;
			list-style:disc;
		}
		.columnStyle1 .columnBody h1 {
		}
		
	.columnStyle1 .columnBottomLeft {
		display:none;
	}


.column2 {
	display:inline;
	float:left;
	width:219px;
}
.columnStyle2 {
}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
	.columnStyle2 .columnBody {
		padding:5px 0 10px 0;
	}
	.columnStyle2 .columnBottomLeft {
		display:none;
	}



/* --------------------
Main Navigation
-------------------- */

#navigation {
	position:absolute;
	top:20px;
	left:50%;
	margin:0 0 0 -178px;
	padding:0;
	width:655px;
	height:33px;
	font-size:105%;
	z-index:2;
}
	#navigation>ul {
		float:right;
		margin:0;
		height:45px;
		list-style:none;
	}
	
	#navigation>ul:last-child, #navigation>ul:last-child:hover, #navigation>ul:last-child.selected, #navigation>ul:last-child.selected:hover {
		background:transparent url('images/navigation-line.gif') right 50% no-repeat scroll;
	}
		
		/* Normal */
		#navigation>ul>li {
			position: relative;
			float:left;
			background:transparent url('images/navigation-line.gif') left 50% no-repeat scroll;
		}
		
		#navigation>ul>li:first-child, #navigation>ul>li:first-child:hover, #navigation>ul>li:first-child.selected, #navigation>ul>li:first-child.selected:hover {
			background:none;
		}
		
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				display:block;
				float:left;
				margin:0;
				padding:17px 17px 0 17px;
				height:28px;
				font-size:76%;
				text-decoration:none;
				text-transform:uppercase;
				color:#0a55a3;
			}
			#navigation>ul>li>a:hover {
				text-decoration:underline;
				color:#3f9061;
			}

		/* Hover */
		#navigation>ul>li:hover {
			background:transparent url('images/navigation-line.gif') left 50% no-repeat scroll;
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>li:hover>a:active {
				color:#3f9061;
				text-decoration:underline;
				background:none;
			}

		/* Current */
		#navigation>ul>li.selected {
			background:transparent url('images/navigation-line.gif') left 50% no-repeat scroll;
		}
		#navigation>ul>li.current_page_ancestor {
			background:#3f9061;
		}
		#navigation>ul>li.current_page_ancestor a {
			text-decoration:none;
		}
			#navigation>ul>li.selected>a:link, #navigation>ul>li.selected>a:visited, #navigation>ul>li.selected>a:active, #navigation>ul>li.selected>a:hover {
				text-decoration:none;
				color:#3f9061;
				background:none;
			}

		/* Current Hover */
		#navigation>ul>li.selected:hover {
			background:transparent url('images/navigation-line.gif') left 50% no-repeat scroll;
		}
		#navigation>ul>li.last:hover {
			
		}
			#navigation>ul>li.selected:hover>a:link, #navigation>ul>li.selected:hover>a:visited, #navigation>ul>li.selected:hover>a:active, #navigation>ul>li.selected:hover>a:active {
				color:#3f9061;
				text-decoration:underline;
				background:none;
			}

/* --------------------
Main Navigation Dropdowns
-------------------- */
#navigation ul li ul {
	display: none;
}

#navigation ul li:hover ul,
#navigation ul li.over ul {
	display: block;
	position: absolute;
	top: 33px;
	left: -1px;

	margin:0;
	padding:0;

	height: auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
	width: 160px;

	background:#3e9061;
	z-index: 5;
}
	
	/* Make the last item right aligned */
	#navigation ul li.last ul {
		left:auto;
		right:1px;
	}
	
		/* Appearance and Layout of the Dropdown List Items */
		#navigation ul li:hover ul li,
		#navigation ul li.over ul li {
			position:relative;
			display:block;
			float:left;
			margin:0;
			padding:0;
			width:158px;
			height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
			font-family:arial, helvetica, sans-serif;
			font-size:85%;
			background:#3f9061;
		}
		
				
			/* Appearance of Dropdown List Item Links */
			/* normal */
			#navigation ul li:hover ul li a:link, #navigation ul li:hover ul li a:visited,
			#navigation ul li.over ul li a:link, #navigation ul li.over ul li a:visited {
				display:block;
				float:none;
				margin:0;
				padding:5px 0 5px 10px;
				height:auto; /* needed for firefox still? */
				width:148px;
				text-align:left;
				color:#fff;
				text-decoration:none;
				background:#3f9061;
			}

		/* Hover */
		#navigation ul li:hover ul li a:hover, #navigation ul li:hover ul li a:active,
		#navigation ul li.over ul li a:hover, #navigation ul li.over ul li a:active {
			text-decoration: underline;
			color: #fff;
			background: #3f9061;
		}

		/* Current */
		#navigation ul li.selected ul li.selected {
			color: #fff;
			text-decoration: none;
			background: none;
		}
			#navigation ul li.selected ul li.selected a:link, #navigation ul li.selected ul li.selected a:visited {
				color: #fff;
				background: #3f9061;
				text-decoration: underline;
			}
			#navigation ul li.selected ul li.selected a:hover, #navigation ul li.selected ul li.selected a:active {
				color: #fff;
				text-decoration: underline;
			}

/* ----------------------
Main Navigation Flyouts 1
------------------------- */
/* dropdown */
#navigation ul li:hover ul li:hover a:link, #navigation ul li:hover ul li:hover a:visited,
#navigation ul li.over ul li.over a:link, #navigation ul li.over ul li.over a:visited {
	color:#fff;
	background:#3e9061;
}

	/* First Flyout */
	#navigation ul li:hover ul li ul,
	#navigation ul li.over ul li ul{
		display:none;
		position:absolute;
		top:0;
		left:158px;

		margin:0;
		padding:0;

		width:160px;
		height:auto;
		font-family:arial, helvetica, sans-serif;
		text-decoration:none;
		background:#3e9061;
	}
	#navigation ul li:hover ul li:hover ul,
	#navigation ul li.over ul li.over ul {
		display:block;
	}
		#navigation ul li:hover ul li:hover ul li,
		#navigation ul li.over ul li.over ul li {
			position:relative;
			width:158px;
		}
			#navigation ul li:hover ul li:hover ul li a:link, #navigation ul li:hover ul li:hover ul li a:visited,
			#navigation ul li.over ul li.over ul li a:link, #navigation ul li.over ul li.over ul li a:visited {
				display:block;
				float:none;
				margin:0;
				padding:5px 0 5px 10px;
				height:auto;
				width:148px;
				
				font-size:120%;
				text-align:left;
				color:#fff;
				border:0;
				text-decoration:none;
				background:#3e9061;
			}
			#navigation ul li:hover ul li:hover ul li a:hover, #navigation ul li:hover ul li:hover ul li a:active,
			#navigation ul li.over ul li.over ul li a:hover, #navigation ul li.over ul li.over ul li a:active {
				text-decoration: underline;
				color:#fff;
				background:#3e9061;
			}
			
			/* Current */
			#navigation ul li.selected ul li.selected ul li.selected{
				color: #fff;
				text-decoration: none;
				background: none;
			}
				#navigation ul li.selected ul li.selected ul li.selected a:link, #navigation ul li.selected ul li.selected ul li.selected a:visited {
					color: #fff;
					text-decoration: underline;
					background: #3f9061;
				}
				#navigation ul li.selected ul li.selected ul li.selected a:hover, #navigation ul li.selected ul li.selected ul li.selected a:active {
					color: #fff;
					text-decoration: underline;
				}

/* ----------------------
Main Navigation Flyouts 2
------------------------- */
/* First Flyout */
#navigation ul li:hover ul li:hover ul li:hover a:link, #navigation ul li:hover ul li:hover ul li:hover a:visited,
#navigation ul li.over ul li.over ul li.over a:link, #navigation ul li.over ul li.over ul li.over a:visited {
	color: #fff;
	background:#3e9061;
}
	/* Second Flyout */
	#navigation ul li:hover ul li:hover ul li ul, 
	#navigation ul li.over ul li.over ul li ul{
		display:none;
		position:absolute;
		top:0;
		left:158px;

		margin:0;
		padding:0;

		width:160px;
		height:auto;
		font-family:arial, helvetica, sans-serif;
		background:#3e9061;
	}
	#navigation ul li:hover ul li:hover ul li:hover ul,
	#navigation ul li.over ul li.over ul li.over ul {
		display:block;
	}
		#navigation ul li:hover ul li:hover ul li:hover ul li,
		#navigation ul li.over ul li.over ul li.over ul li {
			width:158px;
		}
			#navigation ul li:hover ul li:hover ul li:hover ul li a:link, #navigation ul li:hover ul li:hover ul li:hover ul li a:visited,
			#navigation ul li.over ul li.over ul li.over ul li a:link, #navigation ul li.over ul li.over ul li.over ul li a:visited {
				display: block;
				float: none;
				margin: 0;
				padding: 5px 0 5px 10px;
				height: auto;
				width: 148px;
				
				font-size:140%;
				text-align: left;
				color: #fff;
				text-decoration:none;
				background:#3e9061;
				border:0;
			}
			#navigation ul li:hover ul li:hover ul li:hover ul li a:hover, #navigation ul li:hover ul li:hover ul li:hover ul li a:active,
			#navigation ul li.over ul li.over ul li.over ul li a:hover, #navigation ul li.over ul li.over ul li.over ul li a:active {
				text-decoration: underline;
				color: #fff;
				background:#3e9061;
			}
			
			/* Current */
			#navigation ul li.selected ul li.selected ul li.selected ul li.selected {
				color: #fff;
				text-decoration: none;
				background: none;
			}
				#navigation ul li.selected ul li.selected ul li.selected ul li.selected a:link, #navigation ul li.selected ul li.selected ul li.selected ul li.selected a:visited {
					color: #fff;
					text-decoration: underline;
					background: #3f9061;
				}
				#navigation ul li.selected ul li.selected ul li.selected ul li.selected a:hover, #navigation ul li.selected ul li.selected ul li.selected ul li.selected a:active {
					color: #fff;
					text-decoration: underline;
				}

/* --------------------
Left Navigation
-------------------- */

.blobStyleNav {
	position:relative;
	padding:0px 0px;
	margin-bottom:5px;
}

	/* Top */
	.blobStyleNav .blobTopLeft {
		display:none;
	}
	
	/* Header */
	.blobStyleNav h2 {
	}
	
	/* Body */
	.blobStyleNav .blobBody {
		padding:0;
		background:transparent url('images/left-nav-bg-top.gif') top left no-repeat scroll;
	}
	
	/* Links */
	.blobStyleNav ul {
		padding-top:8px;
		padding-bottom:6px;
	}
	.blobStyleNav ul li {
		margin-bottom:0px;
	}
		.blobStyleNav ul li a {
			display:block;
			padding:12px 10px 12px 22px;
			text-transform:uppercase;
			font-size:79%;
			font-weight:bold;
		}
		
		/* Normal */
		.blobStyleNav ul li{
		}
			.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited, .blobStyleNav ul li a:active {
				color:#4e4e4e;
				text-decoration:none;
			}
		
		/* Hover */		
		.blobStyleNav ul li:hover {
		}
			.blobStyleNav ul li:hover a:link, .blobStyleNav ul li:hover a:visited, .blobStyleNav ul li:hover a:hover, .blobStyleNav ul li:hover a:active {
				padding-right:50px;
				width:183px;
				color:#4e4e4e;
				text-decoration:none;
				background:transparent url('images/left-nav-hover.png') 0 50% no-repeat scroll;
			}
		
		/* Current */
		.blobStyleNav ul li.selected {
		}
			.blobStyleNav ul li.selected a:link, .blobStyleNav ul li.selected a:visited, .blobStyleNav ul li.selected a:active {
				padding-right:50px;
				width:183px;
				color:#4e4e4e;
				text-decoration:none;
				background:transparent url('images/left-nav-hover.png') 0 50% no-repeat scroll;
			}
		
		/* Current Hover */
		.blobStyleNav ul li.selected:hover {
		}
			.blobStyleNav ul li.selected:hover a:link, .blobStyleNav ul li.selected:hover a:visited, .blobStyleNav ul li.selected:hover a:hover, .blobStyleNav ul li.selected:hover a:active {
				padding-right:50px;
				width:183px;
				color:#4e4e4e;
				text-decoration:none;
				background:transparent url('images/left-nav-hover.png') 0 50% no-repeat scroll;
			}
		
	/* Bottom */
	.blobStyleNav .blobBottomLeft { 
		width:213px;
		height:12px;
		background:transparent url('images/left-nav-bg-bottom.gif') top left no-repeat scroll;
	}

/* --------------------
Forms
-------------------- */
.with_frm_style .form-field label.frm_pos, .with_frm_style .form-field label.frm_pos_,
.with_frm_style .form-field label.frm_pos_top, .with_frm_style .form-field label.frm_pos_left,
.with_frm_style .form-field label.frm_pos_right, .with_frm_style .form-field label.frm_pos_none  {
	color:#555555;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:85%;
}

.with_frm_style .submit input[type="submit"], .frm_form_submit_style {
	color:#555555;
	font-family:Arial,Helvetica,Sans-serif;
}

/* --------------------
Shop
-------------------- */
#shopp .gallery .previews li {
	width:109px;
}


/* --------------------
Header
-------------------- */

#header-wrapper {
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -485px;
	padding:0;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	height:80px;
	width:970px;
	z-index:1;
}	
#header {
	position:relative;
	width:970px;
	height:80px;
}
	#site-logo {
		position:absolute;
		top:10px;
		left:0;
		height:69px;
		width:321px;
		z-index:5;
	}
	#header-bar {
		
	}


#siteseal {
	display:block;
	margin:10px auto;
	width:190px;
	}
/* --------------------
Footer
-------------------- */

#footer-wrapper {
	padding:0;
	margin:0 auto;
	width:970px;
}
#footer {
	position:relative;
	margin:0 auto;
	height:0;
	padding-top:39px;
	text-align:center;
	color:#ababab;
	font-family:Arial, Helvetica, Sans-serif;
}

#footer-links {
	position:absolute;
	left:0;
	top:0px;
	list-style:none;
	font-size:79%;
	text-transform:uppercase;
}
	#footer-links li {
		float:left;
	}
		
		#footer-links li a:link, #footer-links li a:visited, #footer-links li a:active {
			float:left;
			padding:8px 12px 0 12px;
			height:31px;
			font-size:95%;
			font-weight:bold;
			text-decoration:none;
			color:#0a55a3;
			background:transparent url('images/footer-line.gif') left 25% no-repeat scroll;
		}
		#footer-links li a:hover {
			text-decoration:underline;
			color:#3F9061;
		}
		#footer-links li.first a:link, #footer-links li.first a:visited, #footer-links li.first:active, #footer-links li.first a:active  #footer-links li.first a:hover {
			background:none;
		}
	
	#footer-icons {
		position:absolute;
		top:5px;
		left:559px;
	}
		#footer-icons li{
			float:left;
			padding-left:26px;
		}
		#footer-icons img {
			width:16px;
			height:16px;
		}
		#footer-icons li a:link, #footer-icons li a:visited, #footer-icons li a:active {
			float:left;
			padding:4px 5px 0 5px;
			height:31px;
			font-size:85%;
			text-decoration:none;
			color:#0a55a3;
		}
		#footer-icons li a:hover {
			text-decoration:underline;
			color:#3F9061;
		}
	
	#footer-phone {
		position:absolute;
		top:12px;
		right:18px;
		font-size:79%;
		font-family:Arial, Helvetica, Serif;
		color:#0a55a3;
	}
		
	#footer-bottom {
		margin-bottom:40px;
	}
	
	#footer-copyright {
		margin-top:10px;
		font-size:70%;
		color:#555555;
	}
		p#footer-copyright {
			margin:0;
		}
	
	#footer-address {
		margin:0;
		font-size:70%;
		color:#555555;
	}
		p#footer-address {
			margin:0;
		}
/*		
.with_frm_style, .with_frm_style form{text-align:left;}
.with_frm_style fieldset{border:0px solid #000000;margin:0;padding:0px;}
.with_frm_style .form-field label.frm_pos, .with_frm_style .form-field label.frm_pos_, .with_frm_style .form-field label.frm_pos_top, .with_frm_style .form-field label.frm_pos_left, .with_frm_style .form-field label.frm_pos_right, .with_frm_style .form-field label.frm_pos_none{font-family:Verdana,Arial,sans-serif;font-size:14px;color:#222222;font-weight:normal;float:none;text-align:left;margin:0;padding:0;width:auto;display:block;}
.with_frm_style .form-field{margin-top:10px;}
.with_frm_style .form-field p.description{margin:0;padding:0;}
.with_frm_style .form-field label.frm_pos_top, .with_frm_style .form-field label.frm_pos_{display:block;float:none;width:auto;}
.with_frm_style .form-field label.frm_pos_left{float:left;padding-right:10px;width:150px;}
.with_frm_style .form-field label.frm_pos_right{float:right;padding-left:10px;width:150px;}
.with_frm_style .form-field label.frm_pos_none{display:none;}
.with_frm_style .frm_10radio{margin-right:10px;text-align:center;float:left;}
.with_frm_style .form-field input[type="text"], .with_frm_style .form-field input[type="file"], .with_frm_style .form-field select, .with_frm_style .form-field textarea, .frm_form_fields_style, .frm_form_fields_active_style, .frm_form_fields_error_style{color:#222222;background-color:#eeeeee;border-color:#dddddd;border-width:1px;border-style:solid;-moz-border-radius:0px;-webkit-border-radius: 0px;border-radius:0px;width:400px;font-size:12px;padding:2px;}
/*.with_frm_style .form-field table td, .with_frm_style .form-field table th{color:#222222;background-color:#eeeeee;border-color:#dddddd;}
.with_frm_style .nicEdit-panelContain{border-color:#dddddd !important;}
.with_frm_style .nicEdit-main{margin:0 !important;padding:4px;width:auto !important;outline:none;color:#222222;background-color:#eeeeee;border-color:#dddddd !important;border-width:1px;border-style:solid;border-top:none;}
.with_frm_style .form-field input[type="text"].auto_width, .with_frm_style .form-field input[type="file"].auto_width, .with_frm_style .form-field select.auto_width, .with_frm_style .form-field textarea.auto_width{width:auto;}
.with_frm_style .form-field input[disabled], .with_frm_style .form-field select[disabled], .with_frm_style .form-field textarea[disabled], .with_frm_style .form-field input[readonly], .with_frm_style .form-field select[readonly], .with_frm_style .form-field textarea[readonly]{opacity:.4;filter:alpha(opacity=40);}
.frm_set_select .with_frm_style .form-field select, .frm_set_select .with_frm_style .form-field select.auto_width{width:100%;}
.with_frm_style .form-field input[type="text"]:focus, .with_frm_style .form-field input[type="file"]:focus, .with_frm_style .form-field select:focus, .with_frm_style .form-field textarea:focus, .with_frm_style .frm_focus_field input[type='text'], .frm_form_fields_active_style{background-color:#ffffff;border-color:#dddddd;}
.with_frm_style .frm_blank_field input[type='text'], .with_frm_style .frm_blank_field textarea, .with_frm_style .frm_blank_field select, .frm_form_fields_error_style{background-color:#eeeeee;border-color:#dddddd;border-width:ff0000;border-style:solid;}
.with_frm_style .submit input[type="submit"], .frm_form_submit_style{width:auto;font-size:14px;line-height:30px;height:30px;text-align:center;background:#eeeeee url();border-width:1px;border-color:#dddddd;border-style:solid;color:#222222;cursor:pointer;font-weight:normal;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;text-shadow:none;}
.frm_form_submit_style{line-height:12px;height:auto;}
.with_frm_style .form-field .frm_radio{display:block;margin:0}
.with_frm_style .form-field .frm_checkbox{display:block;margin:0}
.with_frm_style .form-field .frm_radio label, .with_frm_style .form-field .frm_checkbox label{font-family:Verdana,Arial,sans-serif;font-size:12px;color:#222222;font-weight:normal;display:inline;}
.with_frm_style .form-field .frm_radio input[type="radio"], .with_frm_style .form-field .frm_checkbox input[type="checkbox"]{margin-right:5px;width:auto;}
.with_frm_style .form-field input[type="radio"],.with_frm_style .form-field input[type="checkbox"]{width:auto;}
.with_frm_style ul#frm_errors{list-style:square inside url(http://www.targetedlearning.com/wp-content/plugins/formidable/pro/images/error_icons/update.png);}
.with_frm_style ul#frm_errors, .frm_error_style{background-color:#B81900;border:2px solid #be2e17;color:#ffffff;margin:0;margin-bottom:10px;padding:5px 10px;}
.with_frm_style .frm_trigger{cursor:pointer;}
.frm_form_fields_style, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_form_submit_style{width:auto;}*/