@CHARSET "utf-8";

/* colors
red: #e0301e
green: #dc6900
blue: #2A8EBF
grey 1: #4D4D4D
grey 2: #a32020
grey 3: #dc6900
*/

/* navigation common */
.nav-box-wrapper {
	position: relative;
	float: left;
	padding: 5px 0px;
	background-color: #e5e2db;
}
.nav-box-background-body {
	position: relative;
	float: left;
	padding: 5px 0px;
	width: 220px;	
}
.nav-box-background-body .nav-title-wrapper {
	position: relative;
	float: left;
	width: 200px;
	font-family:Georgia, "Times New Roman";
}
.nav-box-background-body .nav-title-wrapper a .title {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
	font-size: 20px;
	font-family:Georgia, "Times New Roman";font-weight: bold;
}
.nav-box-background-body .nav-title-wrapper a .subtitle {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
	font-size: 14px;
}
.nav-box-background-body .nav-title-wrapper a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.nav-box-background-body .nav-title-wrapper a:hover {
	color: #000000;
	cursor: pointer;
}

/*
.nav-box-background-body .title {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
}
.nav-box-background-body .title a {	
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.nav-box-background-body .subtitle {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
}
.nav-box-background-body .subtitle a {	
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
*/

.nav-box-background-body label {
	font-size: 12px;
	color: #FFFFFF;
}
select.nav_form_field_select {
	position: relative;
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
optgroup option {
	color: #000000;
	background-color: #FFFFFF;
}
input.nav_form_field_text {
	position: relative;
	float: left;
	width: 150px;
	/*height: 19px;*/
}
input.button {
	position: relative;
	float: right;
	width: 40px;
}
input.nav_submit_image {
	position: relative;
	float: right;
}
.course-type {
	position: relative;
	float: left;
	width: 200px;
	padding-bottom: 5px;
}
.course-type .course-type-content {
	position: relative;
	float: left;
	width: 200px;
	padding-bottom: 5px;
}
.course-type .course-type-content img {
	position: relative;
	float: left;
}
.course-type .course-type-content .course-type-title, .course-type .course-type-content .course-type-title-blur-red, .course-type .course-type-content .course-type-title-blur-green {
	position: relative;
	float: left;
	margin: 5px 0px 0px 10px;
	color: #FFFFFF;
}
.course-type .course-type-content .course-type-title a {
	color: #FFFFFF;
}
.course-type .course-type-content .course-type-title-blur-red a {
	color: #CF8181;
}
.course-type .course-type-content .course-type-title-blur-green a {
	color: #CCCFB5;
}
.course-type .course-type-content .course-type-title a:hover, .course-type .course-type-content .course-type-title-blur-red a:hover, .course-type .course-type-content .course-type-title-blur-green a:hover {
	color: #000000;
}
.course-type .course-type-content .course-type-title-pdf {
	position: relative;
	float: left;
	margin: 0px 0px 0px 5px;
	color: #FFFFFF;
}

/* navigation library */
.nav-box-wrapper-active-green {
	position: relative;
	float: left;
	padding: 5px 0px;
	background-color: #dc6900;
	margin-bottom: 5px;
}
.nav-box-green-header {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 200px;
	height: 5px;
	font-size: 1px;
	display: inline; /* ie6 bug */
}
.nav-box-green-body {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px;
	width: 200px;
	height: 45px;
	background-color: #dc6900;
	display: inline; /* ie6 bug */
}
.nav-box-green-body-active {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px;
	width: 200px;
	height: 45px;
	background-color: #FFFFFF;
	display: inline; /* ie6 bug */
}
.nav-box-green-footer {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 200px;
	height: 5px;
	font-size: 1px;
	display: inline; /* ie6 bug */
}
.nav-box-wrapper-active-green .nav-box-background-body .nav-title-wrapper a {
	color: #4D4D4D;
}
.nav-box-wrapper-active-green .nav-box-background-body .nav-title-wrapper a:hover {	
	color: #000000;
	cursor: pointer;
}
.nav-box-green-content {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	width: 200px;
	display: inline; /* ie6 bug */
}
.nav-box-green-content a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-box-green-content a:hover {
	color: #000000;
}



.nav-box-wrapper-active-green optgroup {
	font-style: normal;
	font-weight: normal;
	background-color: #dc6900;
	color: #FFFFFF;
}
.nav-box-back-green {
	position: relative;
	float: left;
	margin: 30px 0px 0px 10px;
	padding-top: 3px;
	width: 200px;
	height: 22px;
	text-align: center;
	background-image: url("../../pics/nav_back_bg_green.gif");
	background-repeat: no-repeat;
	display: inline; /* ie6 bug */
}
.nav-box-back-green a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

/* navigation calendar */
.nav-box-wrapper-active-red {
	position: relative;
	float: left;
	padding: 5px 0px;
	background-color: #e0301e;
	margin-bottom: 5px;
}
.nav-box-red-header {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 200px;
	height: 5px;
	font-size: 1px;
	display: inline; /* ie6 bug */
}
.nav-box-red-body {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px;
	width: 200px;
	height: 45px;
	background-color: #e0301e;
	display: inline; /* ie6 bug */
}
.nav-box-red-body-active {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px;
	width: 200px;
	height: 45px;
	background-color: #FFFFFF;
	display: inline; /* ie6 bug */
}
.nav-box-red-footer {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 200px;
	height: 5px;
	font-size: 1px;
	display: inline; /* ie6 bug */
}
.nav-box-wrapper-active-red .nav-box-background-body .nav-title-wrapper a {
	color: #4D4D4D;
}
.nav-box-wrapper-active-red .nav-box-background-body .nav-title-wrapper a:hover {	
	color: #000000;
	cursor: pointer;
}
.nav-box-red-content {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	width: 200px;
	display: inline; /* ie6 bug */
}
.nav-box-red-content a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-box-red-content a:hover {
	color: #000000;
}
.nav-box-wrapper-active-red optgroup {
	font-style: normal;
	font-weight: normal;
	background-color: #e0301e;
	color: #FFFFFF;
}
.nav-box-back-red {
	position: relative;
	float: left;
	margin: 0px 0px 5px 10px;
	padding-top: 12px;
	width: 200px;
	height: 30px;
	text-align: center;
	background-image: url("../../pics/nav_back_bg_red.gif");
	background-repeat: no-repeat;
	display: inline; /* ie6 bug */
}
.nav-box-back-red a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

/* navigation services */
.nav-box-wrapper-active-grey {
	position: relative;
	float: left;
	padding: 5px 0px;
	background-color: #a32020;
	margin-bottom: 5px;
}
.nav-box-grey-header {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 200px;
	height: 5px;
	font-size: 1px;
	display: inline; /* ie6 bug */
}
.nav-box-grey-body {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px;
	width: 200px;
	height: 45px;
	background-color: #a32020;
	display: inline; /* ie6 bug */
}
.nav-box-grey-body-active {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px;
	width: 200px;
	height: 45px;
	background-color: #FFFFFF;
	display: inline; /* ie6 bug */
}
.nav-box-grey-footer {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 200px;
	height: 5px;
	font-size: 1px;
	display: inline; /* ie6 bug */
}
.nav-box-grey-content {
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	width: 200px;
	display: inline; /* ie6 bug */
}
.nav-box-wrapper-active-grey .nav-box-background-body .nav-title-wrapper a {
	color: #4D4D4D;
}
.nav-box-wrapper-active-grey .nav-box-background-body .nav-title-wrapper a:hover {	
	color: #000000;
	cursor: pointer;
}
.nav-box-grey-content ul {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
}
.nav-box-grey-content ul li {
	position: relative;
	float: left;
	clear: left;
	width: 200px;
	list-style: none;
	text-align: center;
	color: #000000;
}
.nav-box-grey-content ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-box-grey-content ul li a:hover {
	color: #000000;
}

