/* style.css */

/*
Author: Jeff Lien
Date: June 13, 2008
Description: Additional styles not included from brick.
/* JL 9-23-08: Appended module_search_results id for Program Finder search results. */ 


/* Contact Form (Request Info) */

.error {
	color: #821F1E;
	}

/* Social Network Block Module */

.module_blockSocialNetwork {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0;
}

	.module_blockSocialNetwork h2 {
		border-bottom: 1px solid #666666;
		font-size: 12px;
		line-height: normal;
	}
		.module_blockSocialNetwork h2 a {
			color: #999999;
		}
		
	.module_blockSocialNetwork .content {
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		font-size: 11px;
		line-height: 1.25em;
		padding-top: 0px;
	}
	
	.module_blockSocialNetwork .nav {
		margin-bottom: 0;
		padding: 0.025em 0;
		padding-bottom: 0;
	}
		.module_blockSocialNetwork .nav li a {
			background: url(../img/arrow_right_blue.png) 205px 50% no-repeat; /* ie6.css */
			border-top: 1px solid #CCCCCC;
			color: #1E3F75;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		.module_blockSocialNetwork .nav li a:hover {
			background-color: #E5E5E5;
			background-position: 205px 50%;
		}

	.module_blockSocialNetwork p,
	.module_blockSocialNetwork ul {
		margin-bottom: 0;
	}

	.module_blockSocialNetwork p,
	.module_blockSocialNetwork h3 {
		padding: 0 10px 5px 10px;
	}
	.module_blockSocialNetwork h3 {
		color: #333333;
	}

	.module_blockSocialNetwork img {
		display: block;
	}

/* Contact List */

.module_contact { /* ie6.css */
	border: none;
	padding-top: 0;
	float: left;
	width: 700px;
}

	.module_contact h2 {
		border-bottom-color: #E5E5E5;
	}
	
	.module_contact .module_contact_results {
		border: 1px solid #CCCCCC;
		border-top: none;
		clear: both;
		padding: 10px;
	}
	
		.module_contact #module_contact_results h2 {
			background: none;
			border: none;
			color: #333333;
			padding: 0 0 1em 0;
		}
		
		.module_contact dl {
		margin-bottom: 1em;
		}

		.module_contact dl dt {
			font: bold 13px/1.4em Arial, Sans-serif;
		}



/* Slider */

#programfinder_keywordsautosuggest {
		z-index:3;
}

#slider-bg {
	        position: relative;
	        background: url(../img/slider/bg-fader.gif) 5px 0 no-repeat;
	        height:28px;
	        width:228px;
}

#slider-thumb {
	        cursor:default;
	        position: absolute;
	        top: 4px;
}



/* Printer Icon */

.print a {
	background: transparent url(../img/print.gif) no-repeat scroll 0% 0%;
	float: right;
	margin-left: 5px;
	padding-left: 14px;
	text-decoration: none;
}



/* Table Module */
 
.module table {
		display: block;
		margin-bottom: .03em;
	}
	
		.module table td {
			padding: 5px 0px 1px 5px;
		}



/* Tabbed Search. */

.module_programs #module_search_results {
	border: 1px solid #CCCCCC;
	border-top: none;
	clear: both;
	padding-bottom: 0px;
}

	.module_programs #module_search_results h2 {
		background: none;
		border: none;
		color: #333333;
		padding: 10px 0px 10px 10px;
	}
	
		.module_programs #module_search_results h2 .reset {
			color: #821F1E;
			font-size: 11px;
			font-style: italic;
			font-weight: normal;
			text-decoration: underline;
		}
		
	.module_programs #module_search_results ul {
		line-height: 1.25em;
		margin: -.5em 0 0 0;
		padding: 0;
	}
	
		.module_programs #module_search_results ul ul {
			margin-top: 0;
			padding: 0 0 0 20px;
		}
		
			.module_programs #module_search_results ul ul ul {
				margin-bottom: 0;
			}
	
	.module_programs #module_search_results li {
		margin: 0;
		padding: .75em 0 0 0;
	}
	.module_programs #module_search_results li .division {
		font-size: 16px;
		padding: 10px;
	}
	.module_programs #module_search_results li .department {
		font-weight: bold;
	}