@charset "utf-8";
/* GENERAL */
	* {
		padding: 0;
		margin: 0;
	}

	body {
		color: #7D7B7C;
		background-color: #fff;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
	}
	
	input {
		font-family: Arial, Helvetica, sans-serif;
	}
/*	select {
		font-family: Arial, Helvetica, sans-serif;
	} */
	textarea {home_
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	#header {
		height: 112px; 
		background-image: url(/images/header_content.jpg);
	}
		div#header img {
			margin-left: 1px;
			margin-top: 37px;
		}
		div#header.home {
			height: 146px; 
			background-image: url(/images/header_home.jpg);
		}
			div#header.home img {
				margin-left: 0px;
				margin-top: 49px;
			}
			
	.formField {
		border: 1px solid #BEBDBD;
		background-color: #f5f5f5;
		padding: 2px 4px;
		vertical-align: middle;
	}
	.formField:focus {
		border: 1px solid #74A5CD;
	}
	
	a {
		color: #7D7B7C;;
	}
	
	fieldset { 
		font-size: 12px;
		padding: 15px;
		border: 1px solid #cccccc;
	}
	fieldset h2 {
		padding-top: 20px;
		margin-bottom: 16px;
		font-size: 14px;
		color: black;
	}
	fieldset div {
		display: block;
		margin-bottom: 6px;
		clear: both;
		min-height: 20px;
	}
	fieldset div div {
		clear: none;
		margin-bottom: 0;
	}
	fieldset div label {
		display: block; 
		float: left; 
		width: 135px;
		padding-top: 2px;
		padding-right: 5px;
		margin-bottom: 6px;
	}
	fieldset div label.wide {
		display: block;
		width: auto;
		float: none;
		margin-top: 15px;
		margin-bottom: 2px;
		margin-right: 15px;
	}
	fieldset div label.radio {
		display: inline;
		position: relative;
		top: 2px;
	}
	fieldset div input, fieldset div select {
		width: 250px;
		border: 1px solid #BEBDBD;
		background-color: #f5f5f5;
		padding: 2px 4px;
		vertical-align: middle;
	}
	fieldset div select {
		width: 180px;
	}
	fieldset div input:focus, fieldset div select:focus {
		border: 1px solid #6A9913;
	}
	fieldset div input.radio {
		width: auto;
		padding: 0;
	}
	fieldset div input.radio:focus {
		border: 0;
	}
	
	fieldset div textarea {
		width: 390px;
		height: 100px;
		border: 1px solid #BEBDBD;
		background-color: #f5f5f5;
		padding: 2px 4px;
	}
	fieldset div textarea:focus {
		border: 1px solid #6A9913;
	}

	hr {
		border: 0;
		border-bottom: 1px dotted #BEBDBD;
		margin-bottom: 16px;
	}
	
	.course {
		padding: 10px; 
		margin-bottom: 10px;
		border: 1px solid #dddddd;
	}
	.course .title {
		margin-left: 20px; 
	}
	.course select {
		width: 40px;
		font-size: 11px;
	}
	.course .seats {
		float: right; 
		text-align: right;
	}
	
	#error {
		border: 1px solid #6A9913;
		font-size: 12px;
		color: #6A9913;
		padding: 10px;
		margin-bottom: 15px;
	}
	#error h2 {
		color: #6A9913;
		font-size: 12px; 
		margin-bottom: 10px;
	}
	#error li {
		color: #6A9913;
		margin-bottom: 2px;
	}
	#error b {
		color: #6A9913;
	}

	/* FIXES */
	
/* CONTENT */
	img {
		border: none;
	}
	
	h1 {
		color: #74A5CD;
		font-size: 15px;
		margin-bottom: 17px;
	}
	
	h2 {
		color: black;
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	h3 {
		color: #74A5CD;
		font-size: 12px;
		margin-bottom: 13px;
	}
	h3 a {
		color: #74A5CD;
		font-size: 12px;
		margin-bottom: 0px;
	}
	
	p {
		line-height: 125%;
		margin-bottom: 15px;
	}
	
	b, strong {
		color: #666;
	}
	
	#introduction {
		font-size: 12px;
	}
	#introduction img {
		margin-right: 25px;
		margin-bottom: 25px;
	}
	
	ul, ol {
		padding: 0;
		padding-left: 13px;
		list-style-type: square;
	
		padding-left: expression('0');
		margin-left: expression('16px');
	}
	li {
		line-height: 125%;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 4px;
		
		padding-left: expression('4px');
	}
	a:hover {
		color: #000;
	}
	
	
	
	
/* LAYOUT */
#container {
	width: 830px;
	text-align: left;
}
	
#menu {
	border: 1px solid #BEBDBD;
	font-weight: bold;
}

	#top_nav {
		text-transform: uppercase;
		font-size: 10px;
		white-space: nowrap;
	}
	
	#top_nav ul {
		list-style: none;
		margin: 6px 0 5px 0;
		margin: 6px 0 5px 0;
	}
	#top_nav li {
		display: inline;
		position: relative;
		margin-right: 20px;
		margin-right: 18px;
		padding: 5px 0;
		padding-bottom: 6px;
		z-index: 10px;
	}
	#top_nav li a {
		padding-left: 16px;
		padding-left: 13px;
		padding-top: 2px;
		color: #7D7B7C;
		text-decoration: none;
		background-image: url(/images/nav_arrow_grey.gif);
		background-repeat: no-repeat;
		background-position: 0 2px;
	}
	#top_nav li a:hover {
		color: #000;
		background-image: url(/images/nav_arrow_black.gif);
	}
	#top_nav li.active a {
		color: #000;
		background-image: url(/images/nav_arrow_down_black.gif);
	}
	#top_nav li.active a:hover {
		background-image: url(/images/nav_arrow_down_black.gif);
	}

	#top_nav li ul {
		text-transform: none;
		display: none;
		position: absolute;
		list-style: none;
		top: 10px;
		left: 0px;
		border: 1px solid #ccc;
		border-top : 1px dotted #eee;
		margin-top: 12px;
		margin-left: 2px;
		margin-left: -14px;
		background-image: url(/images/nav_gradient.jpg);
		background-repeat: repeat-x;
		background-color: #EDEDED;
		

	}
	#top_nav li.last {
		position: relative;
	}
	#top_nav li.last ul {
		position: absolute;
		margin-left: -27px;
	}
	
	#top_nav ul li:hover ul, #top_nav ul a:hover ul , #top_nav ul a ul:hover {
		display: block;
	}
	
	#top_nav ul ul {
		padding-top: 6px;
		padding-left: 10px;
		padding-right: 20px;
		padding-bottom: 5px;
	}
	#top_nav ul ul li {
		display: block;
		margin-right: 22px;
		margin-right: 20px;
		margin-left: 3px;
		padding-right: 0;
		margin-right: 0;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	#top_nav ul li ul li a, #top_nav ul li.active ul li a {
		font-weight: bold;
		color: #7D7B7C;
		padding-right: 0;
		margin-right: 0;
		padding-bottom: 0;
		margin-bottom: 0px;
		background-image: url(/images/nav_arrow_grey.gif);
	}
	#top_nav ul li.active ul li.active a {
		color: #74A5CD;
		background-image: url(/images/nav_arrow_blue.gif);
	}
	#top_nav ul li ul li a:hover, #top_nav ul li.active ul li a:hover, #top_nav ul li.active ul li a:hover, #top_nav ul li.active ul li a:hover {
		color: #000000;
		background-image: url(/images/nav_arrow_black.gif);
	}

.home_tile {
	margin-top: 7px;
	width: 205px;
	float: left;
	margin-left: 4px;
	padding-bottom: 15px;
}
.home_image {
	padding: 0;
	margin: 0;
	margin-right: 3px;
	background-repeat: no-repeat;
	height: 114px;
	padding-top: 1px;
}

.home_tile p {
	padding-top: 8px;
	padding-right: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home_image .price {
	width: 55px;
	padding-top: 8px;
	margin-bottom: 0px;
	color: white;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	line-height: 14px;
}
.home_image .price small {
	font-size: 10px;
}
.home_image .price sup {
	font-size: 10px;
}
.home_image .price span {
	font-size: 8px;
}

.home_tile h3 {
	padding-top: 12px;
	margin-bottom: 1px;
	font-size: 13px;
	color: #7aa42a;
}
.home_tile h4 {
	font-size: 13px;
	margin-bottom: 0px;
	color: #7d7b7c;
	font-weight: normal;
}
.home_tile p {
	padding-top: 5px;
	font-size: 11px;
	line-height: 105%;
	margin-bottom: 0;
	padding-bottom: 0;
}


#content {
 	margin-top: 40px;
	text-align: left;
}

#content.home {
 	margin-top: 10px;
}

	#left-column {
		width: 200px;
		float: left;
		font-size: 10px;
		margin-right: 30px;
		clear: none;
	}
	
		#left-column ul {
			width: 180px;
			list-style: none;
			padding: 0;
			margin-bottom: 20px;
			font-weight: bold;
			margin-top: 0px;
		}
		#left-column ul li {
			border-bottom: 1px dotted #BEBDBD;
			padding: 2px 0;
			margin-bottom: 0px;
		}
		#left-column ul.intro li {
			border-bottom: 1px solid #BEBDBD;
			padding: 2px 0;
		}
		
		#left-column ul li a {
			text-decoration: none;
			color: #7D7B7C;
			margin-left: 20px;
			padding-left: 11px;
			display: block;
			margin-bottom: 0;
		}
		#left-column ul.intro {
			margin-bottom: 0px;
		}
		#left-column ul.intro li a {
			text-decoration: none;
			margin-left: 7px;
			padding-left: 13px;
		}
		#left-column ul li a:hover {
			color: #000;
		}
		
			#left-column ul li ul {
				margin-bottom: 0px;
				margin-left: 0;
			}
			#left-column ul li ul li {
				border-bottom: 0;
			}
			#left-column ul li ul li a {
				text-decoration: none;
				margin-left: 31px;
			}
			
		#left-column ul li a {
			background-image: url(/images/nav_arrow_grey.gif);
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		#left-column ul li a.active {
			color: #74A5CD;
			background-image: url(/images/nav_arrow_blue.gif);
		}
		#left-column ul li.expandable a.active {
			background-image: url(/images/nav_arrow_down_blue.gif);
		}
		#left-column ul li a.active:hover {
			color: black;
			background-image: url(/images/nav_arrow_down_black.gif);
		}
		#left-column ul li.leaf a.active {
			background-image: url(/images/nav_arrow_blue.gif);
		}
		#left-column ul li.leaf a:hover {
			color: black;
			background-image: url(/images/nav_arrow_black.gif);
		}
		#left-column h1 {
			margin-bottom: 5px;
		}
		#left-column p {
			width: 166px;
			padding-bottom: 5px;
			margin-bottom: 5px;
		}
		#left-column p.search {
			padding-left: 7px;
			padding-right: 7px;
			border-bottom: 1px solid #BEBDBD;
			font-weight: bold;
		}
		#left-column ul.search li {
			background-image: url(/images/nav_arrow_grey.gif);
			background-repeat: no-repeat;
			background-position: 0px 1px;

			margin-left: 7px;
			padding-left: 11px;

			padding-right: 7px;
			padding-top: 0px;
			padding-bottom: 5px;
			margin-bottom: 5px;
		}

	#right-column {
		width: 200px;
		float: right;
		margin-left: 30px;
	}
	
	#middle-column {
	}
	
	.pad-left {
		margin-left: 230px;
	}
	
	.pad-right {
		margin-right: 0px;
	}
	
		#home-image {
			position: relative;
			top: -15px;
		}

	#featured {
	 	width: 204px;
		float: right;
		margin-left: 30px;
	}
	#featured div {
		width: 178px;
		padding: 12px;
		border: 1px solid #BEBDBD;
		margin-bottom: 6px;
	}
	#featured b, #featured strong {
		color: #7D7B7C;
	}
	#featured a {
		color: #74A5CD;
		text-decoration:none;
		padding-left: 12px;
		background-image: url(/images/nav_arrow_grey.gif);
		background-repeat: no-repeat;
		background-position: 0 2px;
		display: block;
	}
	#featured a:hover {
		color: #000;
		background-image: url(/images/nav_arrow_black.gif);
	}
	#featured h1 {
		margin: 0;
		margin-bottom: 2px;
	}
	#featured ul {
		list-style: none;
		padding: 0;
		margin: 0;
		padd ing-bottom: 8px;
		mar gin-bottom: 12px;
		/*border-bottom: 1px solid #BEBDBD;*/
	}
	#featured li {
		margin: 0;
		padding: 0;
		padding-bottom: 4px;
	}
	#featured h1 {
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
	}
	
	#whiteboardContainer {
		background-image: url(/images/whiteboard.jpg); 
		background-repeat: no-repeat;
		height: 230px;
		margin-top: -2px;
		margin-left: -21px;
	}
	
	#whiteboardTextPosition {
		padding-left: -20px;
		ma rgin-left: -20px;
		padding-top: 25px;
		padding-left: 5px;
	}

	#whiteboardContent {
		padding-right: 0px;
		min-height: 100px;
	}
	
	.whiteboardfeatured {
		margin-top: 8px;
		margin-right: -20px;
	}
	.description {
		font-size: 11px;
	}
	
	#payment { 
		padding: 10px;
		border: 1px solid #cccccc;
	}
	#payment table { 
		color: black;
		font-size: 11px;
	}
	#payment table td { 
		padding-right: 20px;
	}
	#payment h2 {
		font-size: 12px;
		margin-bottom: 4px;
	}
	
	#search_results div.controls {
		font-size: 11px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	#search_results div.paging {
		float: right;
	}
	#search_results div.record {
		margin-bottom: 15px;
		border-top: 1px dotted #BEBDBD;
		padding-top: 10px;
		padding-bottom: 0;
	}
	#search_results h3 {
		margin-bottom: 5px;
	}
	#search_results h3 a {
		color: #74A5CD;
	}
	#search_results h3 a:hover {
		color: #000;
	}

	#search_results p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#search_results p.link a {
		font-size: 11px;
		background-image: url(/images/nav_arrow_grey.gif);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		padding-left: 11px;
		margin-bottom: 5px;
		font-size: 11px;
	}
	#search_results p.link a:hover {
		background-image: url(/images/nav_arrow_black.gif);
	}
	
	img.image_right {
		float: left;
		margin-right: 25px;
		padding-right: 0px;
		margin-bottom: 8px;
		margin-top: 5px;
		padding-top: 2px;
	}
	

#header #login {
	float: right;
	margin: 10px;
	margin-top: 41px;
	margin-right: 0;
}
	#header.home #login {
		margin-top: 10px;
		margin-right: 10px;
		backg round-image: url(/images/white_trans.png);
		margin: 0;
	}
	#header #login fieldset {
		border: 0;
		padding: 10px;
		padding-bottom: 5px;
		padding-right: 0px;
		color: #74A5CD;
		font-weight: bold;
		font-size: 10px;
	}
	#header.home #login fieldset {
		border: 1px solid white;
		border: 0;
		padding-right: 10px;
		color: white;
	}
	#header #login label {
		width: 80px;
	}
	#header #login input {
		margin-top: -5px;
		margin-left: 5px;
		font-size: 11px;
	}

.home_link {
	float: right; 
	width: 190px;
	height: 475px;
	padding-top: 10px;
	padding-left: 13px;
	background-image: url(/images/hill_tall.jpg);
}
.home_link p {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 120%;
	padding-right: 10px;
}
.home_link p img {
	margin-bottom: 10px;
	margin-top: 10px;
}
.home_link a, .home_tile a {
	color: #75ade0;
	text-decoration: none;
	padding-bottom: 0;
	padding-top: 1px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}
.home_link a.link {
	display: block;
	padding: 5px;
	background-image: url(/images/ql.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
.home_link a.link:hover {
	background-image: url(/images/ql_over.gif);
	color: white;
}
.home_tile a.link {
	display: block;
	background-image: url(/images/arrow_home.png);
	background-position: 1px 3px;
	background-repeat: no-repeat;
	padding-left: 11px;
}
.home_tile a:hover {
	color: #7aa42a;
}
.home_tile a.link:hover {
	background-image: url(/images/arrow_home_over.png);
}
.home_tile a {
	margin-top: 0;
}

#course_dates table {
	font-size: 11px;
}

#course_dates table tr.head {
	border-bottom: 1px dotted #cccccc;
}

#course_dates table th, #course_dates table td {
	padding-bottom: 10px;
}

#course_dates table input {
	font-size: 10px;
}


#pis_footer {
	margin-top: 27px;
	font-size: 11px;
	padding-bottom: 10px;
}

#pis_footer .intro {
	background-image: url('/images/pis_logo.gif');
	background-repeat: no-repeat;
	padding-left: 62px;
	padding-top: 5px;
}

#pis_footer a {
	font-weight: bold;
	text-decoration: none;
}

#fat_footer {
	clear: both;
	font-size: 10px;
	border-top: 1px solid #AAAAAA;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	height: 127px;
	padding-left: 15px;
}
#fat_footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}
#fat_footer ul li {
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	float: left;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
	padding-right: 50px;
}
#fat_footer ul li.last {
}
#fat_footer ul li a {
	max-width: 150px;
	display: block;
	text-decoration: none;
	background: none;
	color: #999999;
}
#fat_footer ul li a:hover {
	color: #666666;
}
#fat_footer ul ul {
	padding-top: 5px;
	background: none;
}
#fat_footer ul ul li {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 1px;
	font-weight: normal;
	text-transform: none;
	line-height: 110%;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: left;
	padding-top: 10px ;
	height: 30px;
	line-height: 150%;
	border-top: 1px dotted #AAAAAA;
}

#footer a {
	color: #7D7B7C;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}

	.required {
		color: #6A9913;
	}
	

table.newsletter { 
	width: 100% !important;
}
