@charset "utf-8";
body {
	margin:0;
	background-color:#004C9C;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#002654;
}
p {
	padding:5px 0;
	margin:0;
	text-align: justify;
	font-size:8pt;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#005FC1;
}
h1 {
	font-size:24px;
	margin-bottom:2px;
}
h2 {
	font-size:18px;
	margin-bottom:2px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:16px;
	font-weight:bold;
}
h5 {
	font-size:14px;
}
#page {
	width: 1000px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}
#header {
	background-color: #005FC1;
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: 25px;
	margin-left: 25px;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 125px;
}
#main-menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 37px;
	overflow: hidden;
}
#menu-left-sep {
	background-image: url(images/menu_left_sep.jpg);
	background-position: left top;
	height: 37px;
	width: 1px;
	float: left;
}
#menu-right-sep {
	background-image: url(images/menu_right_sep.jpg);
	background-position: left top;
	height: 37px;
	width: 1px;
	float: right;
}
#catalog {
	text-align:center;
	background-color: #FAFCFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.menu-link {
	float: left;
	width: 120px;
}
.menu-link a {
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 120px;
	line-height: 37px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	display: block;
	letter-spacing: -1px;
}
.menu-link-selected {
	background-image: url(images/menu_bg_hover.jpg);
	font-weight: bold;
	color: #324A00;
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 120px;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
	display: block;
	letter-spacing: -1px;
}
.menu-link a:hover {
	background-image: url(images/menu_bg_hover.jpg);
	font-weight: bold;
	color: #324A00;
	text-decoration:none;
}
.menu-middle-sep {
	background-image: url(images/menu_middle_sep.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 37px;
	width: 5px;
}
#sub-main-menu {
	font-size: 12px;
	line-height: 44px;
	color: #324A00;
	background-image: url(images/submenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-indent: 10px;
}
#main-content {
	overflow: auto;
	margin-right: 25px;
	margin-left: 25px;
}
#left-bar {
	float: left;
	width: 268px;
	background-color:#DCE5EE;
	overflow: hidden;
	height: 100%;
}
#right-content {
	padding: 5px;
	float: left;
	width: 671px;
	background-color: #FFFFFF;
	margin-left: 1px;
}
#footer {
	font-size:10px;
	background-color: #000000;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height:26px;
	color:#EDF6FF;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	height: 53px;
}
.list-title {
	background-image: url(images/title-bar-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
	padding-left:10px;
	font-weight:bold;
	font-size:11px;
}
.list-element {
	line-height: 25px;
	background-image: url(images/list-element-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-size:10px;
}
.bar-box {
	background-color: #edf6ff;
	padding: 10px;
	font-size:10px;
	display:none;
}
.sign-button {
	padding-top: 5px;
	overflow:auto;
}
.img-sign-in {
	background-image: url(images/button-sign-in.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	padding-right:5px;
}
.img-sign-up {
	background-image: url(images/button-sign-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	padding-right:5px;
}
#e-update {
	background-image: url(images/e_updates.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	display:none;
}
#email-a-friend {
	background-image: url(images/email_a_friend.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
	display:none;
}
.post {
	padding: 5px;
}
.entry {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.event-row {
	overflow: auto;
	padding-bottom: 10px;
	padding-right:25px;
}
.event-content {
	float:left;
	width:535px;
	text-align:justify;
}
.event-cell {
	float: left;
	height: 200px;
	width: 305px;
	font-size:11px;
	overflow: hidden;
}
.event-cell-left {
	margin-right: 5px;
}
.event-cell-middle {
	margin-left: 5px;
	margin-right: 5px;
}
.event-cell-right {
	margin-left: 5px;
}
.brochure-box {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #002654;
}
.brochure-title {
	line-height: 18px;
	background-color: #DCE5EE;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #005FC1;
	padding: 5px;
}
.course-footer {
	margin-bottom:20px;
}
.brochure-footer {

}
.course-title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #005FC1;
}
a.button_more
{
	background-color:#004C9C;
	color:White;
	font-size:9px;
	text-transform:lowercase;
	text-decoration:none;
	padding:0px 2px 1px 2px;
	border:solid 1px black;
	line-height:16px;
}
a.button_more:hover {
	text-decoration:underline;
}
a.button_download
{
	background-color:#DCE5EE;
	color:#005FC1;
	font-size:9px;
	text-transform:lowercase;
	text-decoration:none;
	padding:0px 2px 1px 2px;
	border:solid 1px black;
	line-height:16px;
	margin-left:4px;
}
a.button_download:hover {
	text-decoration:underline;
}
a.button_qualification
{
	background-color:#557FAA;
	color:#F8FBFF;
	font-size:9px;
	text-transform:lowercase;
	text-decoration:none;
	padding:0px 2px 1px 2px;
	border:solid 1px black;
	line-height:16px;
	margin-left:4px;
}
a.button_qualification:hover {
	text-decoration:underline;
}
a.button_register {
	background-color:#B3E011;
	border:1px solid black;
	color:#324A00;
	font-size:9px;
	line-height:16px;
	margin-left:4px;
	padding:0 2px 1px;
	text-decoration:none;
	text-transform:lowercase;
}
a.button_register:hover {
	text-decoration:underline;
}
.event-cell-content {
	height: 180px;
}
.list-of-map {
	font-size: 11px;
}
.title-bar {
	line-height: 66px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.title-bar-left {
	background-image: url(images/left_side_strip.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 35px;
	width: 14px;
}
.title-bar-middle {
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	line-height: 35px;
	float: left;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	width: 628px;
}
.title-bar-right {
	background-image: url(images/right_side_strip.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 35px;
	width: 14px;
}
.subtitle-bar {
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 20px;
}
.subtitle-bar-left {
	background-image: url(images/title_left_border.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 35px;
	width: 4px;
}
.subtitle-bar-middle {
	line-height: 35px;
	float: left;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:608px;
	background-color: #e7e7e7;
}
.subtitle-bar-right {
	background-image: url(images/title_right_border.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 35px;
	width: 4px;
}
.subtitle-bar-small {
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 20px;
}
.subtitle-bar-small-left {
	background-image: url(images/subheader_left_strip.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 55px;
	width: 11px;
}
.subtitle-bar-small-middle {
	line-height: 55px;
	line-height: 55px;
	float: left;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:592px;
	background-color: #e7e7e7;
}
.subtitle-bar-small-right {
	background-image: url(images/subheader_right_strip.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 55px;
	width: 11px;
}
.event-date-location {
	font-size: 11px;
	padding-bottom: 30px;
}
.event-date {
	color:#005FC1;
	font-weight: bold;
}
.event-location {

}
.event-fee {
	color:#300;
	font-weight:bold;
}
.course-desc {
	overflow: auto;
}
.course-left-content {
	float: left;
	width: 400px;
	padding-right: 10px;
}
.course-right-content {
	float: left;
	width: 241px;
	padding-left: 10px;
}
.event-dl-row {
	padding-bottom: 8px;
}
.link-download {
	padding-left:30px;
	background-image:url(images/icon_download.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:22px;
}
.link-remaind {
	padding-left:30px;
	background-image:url(images/icon_email.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:22px;
	display:none;
}
.link-registration {
	padding-left:30px;
	background-image:url(images/icon_email.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:22px;
	display:none;
}
.list-choice {
	font-size: 10px;
	line-height: 25px;
	text-align: center;
}
.category-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCE5EE;
	padding-bottom: 5px;
}
.category-post {
	padding: 5px 5px 10px 5px;
}
.category-post .post {
	padding-left:10px;
	padding-right:10px;
}
.text-justify {
	text-align: justify;
}
.form-table th {
	text-align:right;	
}
.form-table td {
	padding:5px;
}
.reddot {
	padding-left:15px;
	background-image:url(images/reddot.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.req {
	border: 1px solid #C03;
	background-color:#FFC;
}
#logo-text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	float: right;
	margin-top: 80px;
	padding-right:20px;
}
#logo-image-left {
	float: left;
}
