/* BEGIN self-clearing floats */
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clr {
	display: inline-block; /* IE 7 */
}

.clr {
	display: block;
}

* html .clr {
	height: 1px; /* IE < 7 */
}
/* END self-clearing floats */

.clear_both {
	clear: both;
}

body {
	background-color: #fff;
	padding: 10px 40px 20px;
}

#masthead {
	height: 179px;
	background-color: #ffffff;
	background-position: top right;
	background-repeat: no-repeat;
}

	#masthead img {
		display: block;
		border: 0;
	}
	
	body.about #masthead {
		background-image: url(../../graphics/mastheads/about.gif);
	}
	
	body.courses #masthead {
		background-image: url(../../graphics/mastheads/courses.gif);
	}
	
	body.resources #masthead {
		background-image: url(../../graphics/mastheads/resources.gif);
	}
	
	body.products #masthead {
		background-image: url(../../graphics/mastheads/products.gif);
	}
	
	body.faculty #masthead {
		background-image: url(../../graphics/mastheads/faculty.gif);
	}
	
	body.certification #masthead {
		background-image: url(../../graphics/mastheads/certification.gif);
	}
	
	body.find #masthead {
		background-image: url(../../graphics/mastheads/find.gif);
	}
	
	body.blog #masthead {
		background-image: url(../../graphics/mastheads/blog.gif);
	}
	
	body.contact #masthead {
		background-image: url(../../graphics/mastheads/contact.gif);
	}
	
	body.home #masthead {
		height: 179px;
		background-image: url(../../graphics/mastheads/home.jpg);
	}
	
#register {
	position:absolute;
	right:20%;
	top:112px;
	padding-left:500px;
}

/* BEGIN columns */
#columns {
	min-height: 300px;
	background: #d9d3e1;
	padding: 15px 0;
}

	* html #columns {
		height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
	}

.outer {
	padding: 0 210px;
}
/*
This is the visible right col background. Because of IE (both 6 and 7) the right col background and inner border is in fact an repeating image where 1px of the left part of the image is black, and is simulating a border.
*/

	* html .outer {
	/* No need for hacking IE on this layout */
	}

.inner {
	width: 100%;
	border: 0 solid #664e88;
	margin-left: -2px; /*** This fixes a small overlap problem. Without this the border on the left side of the right column won't be visible ***/
}

	* html .inner {
	/* No need for hacking IE on this layout */
	}

/*
div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
*/
.float_wrap {
	float: left;
	width: 100%;
	margin-left: -210px; /* Same length as .outer padding-left but with negative value */
}

	* html .float_wrap {
	/* No need for hacking IE on this layout */
	}

#column_m {
	float: right;
	margin-right: -210px; /* Same length as .outer padding-left but with negative value */
	width: 100%;


}

#column_m2 {
	float: right;
	margin-right: -10px; /* Same length as .outer padding-left but with negative value */
	width: 100%;


}
	* html #column_m {
		position: relative; /* IE needs this  */
	}
	
	
	* html #column_m2 {
		position: relative; /* IE needs this  */
	}	
	.content_wrap {
		padding: 0 10px;
		

	}
	
	.top_left {
			background: transparent url(../../graphics/layout/body_top.gif) no-repeat;
			background-color:#52377a;
			

	}
	
	.top_right {
			background: transparent url(../../graphics/layout/body_top.gif) no-repeat;
			background-position: right top;
			background-color:#52377a;
			}
			
	.top_left2 {
			background: transparent url(../../graphics/layout/welcome_top.gif) no-repeat;
			width:20px;
			height:10px;
			float:left;
			background-color:#d9d3e1;

			

	}
	
	.top_right2 {
			background: transparent url(../../graphics/layout/welcome_top.gif) no-repeat;
			background-position: right top;
			width:20px;
			height:10px;
			float:right;
			
			background-color:#d9d3e1;

	}
	
	.top_center {
			background-color:#52377a;
			width:100%;
			color:#ffffff;
	}
	.top_center {
		text-align:center;
		padding-top:15px;
	}
	
	.top_center a:link, .top_center a:visited{
		color:#D9D3E1;
	}
	
	.top_center a:hover{
		color:#ffffff;
		text-decoration:underline;
	}
	
	.middle_center {
			border-left-color:#52377a;
			border-left-style:solid;
			border-left-width:3px;
			border-right-color:#52377a;
			border-right-style:solid;
			border-right-width:3px;
			border-bottom-color:#52377a;
			border-bottom-style:solid;
			border-bottom-width:3px;
			
			padding:10px 10px 18px;
			background-color:#ffffff;
			}
			
.interview_photo{
	float:left;
	margin: 0 10px 5px 0;
	border: 4px solid #439539;
	padding: 1px;
}
			
	.middle_center2 {
			border-left-color:#52377a;
			border-left-style:solid;
			border-left-width:3px;
			border-right-color:#52377a;
			border-right-style:solid;
			border-right-width:3px;
			border-bottom-color:#52377a;
			border-bottom-style:solid;
			border-bottom-width:3px;
			border-top-color:#52377a;
			border-top-style:solid;
			border-top-width:3px;
			padding:10px;
			background-color:none;
			}
		.middle_center2 img.center {
			padding: 0;
			margin:0;
			display: block;
			margin: 0;

}
	
			
		.middle_center3 {
			border-left-color:#52377a;
			border-left-style:solid;
			border-left-width:3px;
			border-right-color:#52377a;
			border-right-style:solid;
			border-right-width:3px;
			border-bottom-color:#52377a;
			border-bottom-style:solid;
			border-bottom-width:3px;
			border-top-color:#52377a;
			border-top-style:solid;
			border-top-width:3px;
			padding:10px 10px 10px 10px;
			background-color:#ffffff;
			}		
			
	.bottom_left {
			background: transparent url(../../graphics/layout/body_bottom.gif) no-repeat;
			width:20px;
			height:30px;
			float:left;
			margin-top:-20px;
			}
			
	.bottom_right {
			background: transparent url(../../graphics/layout/body_bottom.gif) no-repeat;
			background-position: right top;
			width:20px;
			height:30px;
			float:right;
			margin-top:-20px;

			}
			
	.bottom_left2 {
			background: transparent url(../../graphics/layout/home_box_bottom.gif) no-repeat;
			width:20px;
			height:30px;
			float:left;
			margin-top:-28px;
			}
			
	.bottom_right2 {
			background: transparent url(../../graphics/layout/home_box_bottom.gif) no-repeat;
			background-position: right top;
			width:20px;
			height:30px;
			float:right;
			margin-top:-28px;

			}		
			
	.bottom_middle {
			
			height:26px;
			float:right;

	}
	
	
	.content_wrap img {
		padding: 1px;
		border: 4px solid #439539;
	}

/* BEGIN left column */
#column_l {
	float: left;
	width: 180px;
	min-height: 250px;
	padding: 0 15px;
}

	#column_l h2 {
		margin: 0 0 1em;
	}

	#column_l h3 {
		margin: 0;
	}

	#column_l img {
		display: block;
		margin: 0 auto 1em;
		padding: 1px;
		border: 4px solid #439539;
	}

/* END left column */

/* BEGIN right column */
#column_r {
	float: right; 
	width: 180px;
	position: relative; /*** IE needs this  ***/
	padding: 0 15px;
	min-height: 250px;
	margin-right: -210px;
}

	* html #column_r {
		height: 250px;
	}
	
	#column_r h2 {
		margin: 0 0 1em;
		font-weight: bold;
		font-size: 14px;
	}
/* END right column */

/* BEGIN right column home */
#column_r_home {
	float: right; 
	width: 385px;
	position: relative; /*** IE needs this  ***/
	padding: 0 15px;
	min-height: 250px;
	margin-right: -210px;
}

	* html #column_r_home {
		height: 250px;
	}
	
	#column_r_home h2 {
		margin: 0 0 1em;
		font-weight: bold;
		font-size: 14px;
	}
/* END right column home */

/* END columns */

/* BEGIN Google search form */
#search {
	margin: 0 0 1.5em;
}

	#search * {
		display: block;
		margin: 0;
		vertical-align: middle;
		font-size: 11px;
	}

	#search #q {
		width: 178px;
		margin-bottom: 5px;
		border-width: 1px;
	}
/* END Google search form */

/* BEGIN footer */
#footer {
	background: transparent url(../../graphics/layout/bg_footer.gif) 0 0 repeat-x;
	padding: 75px 0 0;
}

	#footer ul {
		float: right;
		margin: 0;
		padding: 0;
		font-size: 11px;
		line-height: 14px;
	}
	
	#footer li {
		display: inline;
		border-left: 1px solid #664e88;
		background: none;
		padding: 0 5px 0 8px;
		margin: 0;
	}

	#footer li.first {
		border: 0;
	}

	#footer p {
		margin: 0 0 1em;
		font-size: 11px;
		line-height: 14px;
	}
	
	#footer a:link,
	#footer a:visited {
		text-decoration: none;
		color: #664e88;
	}
	
	#footer a:hover,
	#footer a:active {
		color: #52377a;
	}
/* BEGIN footer */

table.class_list {
	width: 100%;
	margin: 0 0 1.5em;
}

	table.class_list th {
		background-color: #52377a;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		line-height: 14px;
		padding: 5px;
		white-space: nowrap;
		border-left: 1px solid #d9d3e1;
	}
	
	table.class_list td {
		font-size: 12px;
		line-height: 18px;
		padding: 5px 8px 5px 5px;
	}
	
	table.class_list tr.alt td {
		background-color: #b9afc7;
		border-left: 1px solid #d9d3e1;
	}
	
	table.class_list td.nowrap {
		white-space: nowrap;
	}

table.list,
table.product_list {
	width: 100%;
	margin: 0 0 1.5em;
}

	table.list th,
	table.product_list th {
		background-color: #52377a;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		line-height: 14px;
		padding: 5px 8px;
		white-space: nowrap;
		border-left: 1px solid #d9d3e1;
	}

	table.list th.stretch,
	table.product_list th.stretch {
		width: 100%;
	}

	table.list td {
		font-size: 12px;
		line-height: 18px;
		padding: 5px 8px;
		border-bottom: 1px solid #b9afc7;
	}
	
	table.list tr.alt td,
	table.product_list tr.alt td {
		background-color: #b9afc7;
	}
	
	table.list tr.valign_top td,
	table.product_list tr.valign_top td {
		vertical-align: top;
	}
	
	table.list td.nowrap,
	table.product_list td.nowrap {
	white-space: nowrap;
	}

	table.product_list td {
		font-size: 12px;
		line-height: 18px;
		padding: 12px 8px;
		border-bottom: 1px solid #664e88;
	}

	table.product_list td p {
		margin: 0;
	}

	table.product_list td img {
		display: block;
		margin: 0 auto;
		padding: 1px;
		border: 4px solid #439539;
	}

ul.form_fields {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.form_fields li {
		position: relative;
		padding: 0 0 0 125px;
		background: none;
		margin: 0 0 1em;
		list-style: none;
	}
	
	ul.form_fields li.textarea,
	ul.form_fields li.buttons {
		padding: 0;
	}
	
	ul.form_fields li * {
		margin: 0;
	}
	
	ul.form_fields li textarea {
		width: 95%;
		height: 100px;
	}
	
	ul.form_fields label {
		position: absolute;
		top: 0;
		left: 0;
		width: 125px;
		display: block;
		float: left;
		font-weight: bold;
	}
	
	ul.form_fields li.textarea label,
	ul.form_fields li.alt label {
		position: relative;
		float: none;
		width: auto;
		margin: 0 0 5px;
	}

	ul.form_fields li.alt {
		padding: 0;
	}

ul.checkbox_list {
	margin: 0;
	padding: 0;
}

ul.checkbox_list li {
	margin: 0;
	padding: 0;
}

ul.checkbox_list li * {
	vertical-align: middle;
}

ul.checkbox_list li label {
	display: inline;
	position: relative;
	float: none;
	font-weight: normal;
}

ul#athletics_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#athletics_list li {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul#athletics_list li img {
	display: block;
	margin: 0 auto .5em;
	padding: 1px;
	border: 4px solid #439539;
}

hr {
	margin: 0 0 1.5em;
	border: 1px solid #664E88;
	border-width: 1px 0 0;
}

.center {
	text-align:center;
	}

img.left {
	display: block;
	float: left;
	margin: .5em 15px 15px 0;
	padding: 1px;
	border: 4px solid #439539;
}

img.right {
	display: block;
	float: right;
	margin: .5em 0 15px 15px;
	padding: 1px;
	border: 4px solid #439539;
}

img.center {
	display: block;
	margin: 0 auto 1em;
	padding: 1px;
	border: 4px solid #439539;
}

div.blog_entry p.entry_footer {
	clear: both;
	padding: 1em 0 0;
	font-weight: bold;
}

div.blog_entry p.entry_footer img {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	padding: 1px;
	border: 4px solid #439539;
}

#natl_network_search {
	width: 250px;
	margin: 0 auto;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #52377a;
	color: #d9d3e1;
	text-align: center;
}

#natl_network_search p {
	margin: 0 0 5px;
}

dl.history dt {
	
	font-weight: bold;
}


body.home #intro {
	position: relative;
	margin: 10px 0 1.5em;
	background-color: #ffffff;
	padding: 10px;


	
}

body.home #intro p {
	margin: 1.5em 0 0;
}

#cd {
float:left;
padding-left:25px;
padding-right:45px;
}

#cd a {
font-size: 11px;
}

#dvd a {
font-size: 11px;

}

.course_overview img {
border-style:none;
border-width:0;
}

#primary {
padding-bottom:15px;
}

#secondary a {
}

a.register:link,
a.register:visited {
	display: block;
	float: right;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	background: #52377a;
	padding: 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

a.register:hover,
a.register:active {
	text-decoration: underline;
}