@charset "UTF-8";
.courseCounty {
	width: 180px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	position: relative;
	padding-right: 4px;
	margin-right: 10px;
	min-height: 300px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-top-color: #DBDBDB;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	background-image: url(../ART/bg-50perGRY_SQR.png);
	background-repeat: repeat;
	margin-left: 0px;
	border-left-width: 6px;
	border-left-style: groove;
	border-left-color: #CCCCCC;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
#countyHeader {
	font-size: 80%;
	color: #333333;
	line-height: 1.1em;
}
ul.countyNav a, ul.countyNav a:visited { 
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}
ul.countyNav a:hover, ul.countyNav a:active, ul.countyNav a:focus {
	background-color: #FFFFFF;
}

/* Course type selectoins. Atributes for the curricula types are specified here */

#container .courseCounty .countyNav li {
}
#container .courseCounty ul li {
	display: block;
	left: 0px;
	position: relative;
}
#countyChoice {
	z-index: 2000;
	width: 237px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	position: absolute;
	left: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: -45px;
}
#countyChoice ul {
	list-style: none;
	margin-bottom: 0px;
}
#countyChoice ul .courseShadow {
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 6px 6px #333333;
	-moz-box-shadow: 0px 6px 6px #333333;
	-webkit-box-shadow: 0px 6px 6px #333333;
}
#countyChoice ul a, #countyChoice ul a:visited {
	font-size: 120%;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-bottom-color: #CCCCCC;
	border-right-color: #333333;
	background-color: #666666;
	border-left-color: #CCCCCC;
}
#countyChoice ul a:hover, #countyChoice ul a:active, #countyChoice ul a:focus {
	border-right-width: 18px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	background: #333333;
	color: #FFFF00;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
}
#countyChoice a:link, countyChoice a:visited {
	text-decoration:none;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
	color: #FFFFFF;
}
#countyChoice a:hover {
	color:#FFFFFF;
	font-style:normal;
	text-shadow:none;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	left: 0px;
}
#countyChoice a em {
	color: #FFFF00;
	text-shadow:none;
}
#countyChoice a.current em {
	text-decoration:none;
	color: #FF0000;
}
/* End course menu schema. */
#container #midContent {
	width: 650px;
	margin-left: 10px;
}
