/* _____ Reset _____*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

p
{
	font-size: 12px;
	line-height: 14px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

#content_body ol, ul
{
	list-style: disc;
	margin-left: 10px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* _____ Reset END _____*/

body {
	background-color: #d4d3d3;
	width: 918px;
	margin: 0 auto;
	font-family:  Tahoma, Arial, Sans Serif;
	font-size: 11px;
	color: #747670;
}

#wrap {
	background-image: url(/assets/images/frontend/body_bg.png);
	background-repeat: repeat-y;
	width: 918px;
	margin: auto;
	padding-left: 9px;
	padding-right: 9px;
}

/* _____ Header top _____ */
#header_top {
	width: 900px;
	height: 40px;
	background-color: #2e2f2c;
}

#header_top_logo {
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}

#header_top_select {
	padding-top: 5px;
	padding-left: 140px;
	font-size: 11px;
	text-align: center;
	color: #dee0d4;
	float: left;
}

#header_top_select select {
	background-color: #9e9e9e;
	border: solid 1px #d8d8d7;
	font-size: 11px;
	color: #f1f1f1;
}

#header_top_select img {
	margin: 0 2px;
	opacity: 0.5;
}

#header_top_search {
	padding-top: 11px;
	padding-right: 15px;
	float: right;
}

#header_top_search input#search_input {
	background-image: url(/assets/images/frontend/search_input_bg.png);
	background-repeat: repeat-x;
	width: 150px;
	height: 14px;
	padding-left: 2px;
	font-size: 11px;
	border: solid 1px #e4e4e4;
	color: #f1f1f1;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header_top_search input#search_btn {
	background-image: url(/assets/images/frontend/search_btn.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	margin-left: -1px;
	border: 0;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header_top_search a#adv_src_btn {
	background-image: url(/assets/images/frontend/search_adv_btn.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	border: 0;
	display: block;
	float: left;
}
/* _____ Header top END _____ */

/* _____ Menu _____ */
#menu_bg {
	width: 900px;
	height: 35px;
	background-color: #464842;
}

#menu_cont {
	padding-top: 25px;
	margin-left: 25px;
}

/* _____ Menu END _____ */

/* _____ Header _____ */
a#breaking_news {
    top: 115px;
    left: -2px;
    position: absolute;
	cursor: pointer;
}

a#breaking_news:hover {
	left: 0;
}

#show_hide {
	width: 300px;
	padding: 10px;
	top: 116px;
	left: 25px;
	position: absolute;
	line-height: 14px;
	border: solid 1px #666666;
	background: #ffffff;
	z-index: 100;
}

#show_hide p {
    padding-top: 5px;
    padding-bottom: 15px;
}

#show_hide a {
    text-decoration: none;
    font-weight: bold;
    color: #cc1111;
}

#show_hide a:hover {
	text-decoration: underline;
} 


#show_hide a.text_breaking {
    text-decoration: none;
    font-weight: bold;
    color: #747670;
}

#show_hide a.text_breaking:hover {
	text-decoration: underline;
} 

#breaking_news_content {
	position: fixed;
	top: 115px;
	left: -225px;
	left: 0;
}

#header {
	background-image: url(/assets/images/frontend/header_bg.png);
	background-repeat: repeat-x;
	width: 878px;
	height: 210px;
	padding-right: 22px;
}

#header_logo {
	padding-top: 15px;
	padding-left: 30px;
	float: left;
}

#header_text {
	width: 350px;
	padding-top: 25px;
	padding-left: 50px;
	float: left;
}

#header_bold_25 {
	color: #eeefe6;
	font-size: 25pt;
	font-weight: bold;
	margin-bottom: 15px;
}

#header_bold_12 {
	color: #eeefe6;
	font-size: 12pt;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}

#header_normal_10 {
	color: #eeefe6;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
}

a#more_about_us {
	background-image: url(/assets/images/frontend/btn_more_about_us.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 117px;
	height: 24px;
	display: block;
	float: right;
	clear: right;
}

a#more_about_us:hover {
	background-position: 0 -24px;
}

#header_login {
	background-image: url(/assets/images/frontend/header_login_bg.png);
	background-repeat: no-repeat;
	width: 188px;
	height: 151px;
	margin-top: 22px;
	padding-top: 15px;
	padding-left: 15px;
	float: right;
}

#header_login_bold_11 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}

#header_login_email,
#header_login_password {
	color: #2e2f2c;
	font-size: 9pt;
	font-weight: bold;
	line-height: 18px;
}
#header_login_email_input,
#header_login_password_input {
	background-image: url(/assets/images/frontend/header_login_input_bg.png);
	background-repeat: repeat-x;
	width: 170px;
	height: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: solid 1px #f1f1f1;
	color: #eeefe6;
	font-size: 8pt;
}

#header_login_btn {
	margin-top: 5px;
}

#header_login_login_btn {
	background-image: url(/assets/images/frontend/header_login_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 52px;
	height: 20px;
	border: 0;
	display: block;
	color: #eeefe6;
	font-size: 8pt;
	padding-bottom: 1px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	float: left;
}

#header_login_login_btn:hover {
	background-position: 0 -20px;
}

#header_login_recover_btn {
	background-image: url(/assets/images/frontend/header_login_btn.png);
	background-repeat: no-repeat;
	background-position: -52px 0;
	width: 52px;
	height: 20px;
	border: 0;
	display: block;
	color: #eeefe6;
	font-size: 8pt;
	padding-bottom: 1px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	float: left;
}

#header_login_recover_btn:hover {
	background-position: -52px -20px;
}

#header_login_register_btn {
	background-image: url(/assets/images/frontend/header_login_btn.png);
	background-repeat: no-repeat;
	background-position: -104px 0;
	width: 52px;
	height: 20px;
	border: 0;
	display: block;
	color: #eeefe6;
	font-size: 8pt;
	padding-bottom: 1px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	float: left;
}

#header_login_register_btn:hover {
	background-position: -104px -20px;
}
/* _____ Header END _____ */

/* _____ SubHeader _____ */
#subheader {
	width: 900px;
	height: 54px;
}

#subheader_btn_1,
#subheader_btn_2,
#subheader_btn_3 {
	width: 288px;
	height: 54px;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
}

a#subheader_training {
	background-image: url(/assets/images/frontend/subheader_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 288px;
	height: 54px;
	display: block;
}

a#subheader_training:hover {
	background-position: 0 -54px;
}

a#subheader_calendar {
	background-image: url(/assets/images/frontend/subheader_btn.png);
	background-repeat: no-repeat;
	background-position: -288px 0;
	width: 288px;
	height: 54px;
	display: block;
}

a#subheader_calendar:hover {
	background-position: -288px -54px;
}

a#subheader_consultancy {
	background-image: url(/assets/images/frontend/subheader_btn.png);
	background-repeat: no-repeat;
	background-position: -576px 0;
	width: 288px;
	height: 54px;
	display: block;
}

a#subheader_consultancy:hover {
	background-position: -576px -54px;
}
/* _____ SubHeader END _____ */

/* _____ Body _____ */
#body {
	width: 900px;
	padding-top: 20px;
}

#home_box_1 {
	width: 259px;
	padding: 0 20px 0 20px;
	border-right: solid 1px #cfd0c8;
	float: left;
}

#home_box_2 {
	width: 260px;
	padding: 0 20px 0 20px;
	margin-left: -1px;
	border-left: solid 1px #cfd0c8;
	border-right: solid 1px #cfd0c8;
	float: left;
}

#home_box_3 {
	width: 259px;
	padding: 0 20px 0 20px;
	margin-left: -1px;
	border-left: solid 1px #cfd0c8;
	float: left;
}

#content_box {
	width: 778px;
	padding: 0 20px 0 20px;
	float: left;
}

.title_normal_16 {
	font-size: 16pt;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 20px;
}

.line_18 {
	font-size: 8pt;
	font-weight: normal;
	line-height: 18px;
}

.home_form_text {
	width: 105px;
	margin-bottom: 5px;
	float: left;
}

.home_form_input {
	margin-bottom: 5px;
	float: left;
}

.red {
	color: #ff4000;
}

input.home_form_input {
	width: 145px;
	background-color: transparent;
	border-bottom: dotted 1px #767873;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #767873;
	font-size: 8pt;
	padding-bottom: 2px;
}

select.home_form_select {
	width: 150px;
	padding: 1px 0 1px 1px;
	background-color: #dfe0dc;
	border: solid 1px #b4b4b4;
	color: #767873;
	font-size: 8pt;
}

#query_title {
	margin-top: 10px;
}

textarea#query_textarea {
	width: 255px;
	height: 100px;
	background-color: #dfe0dc;
	border: solid 1px #b4b4b4;
	color: #767873;
	font-size: 8pt;
}

#home_form_btn_box {
/*float: left;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

input#home_form_btn {
	background-image: url(/assets/images/frontend/home_form_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 51px;
	height: 24px;
	border: 0;
	cursor: pointer;
	float: right;
}

input#home_form_btn:hover {
	background-position: 0 -24px;
}

#home_form_note {
	margin-top: 5px;
	font-size: 7pt;
}

ul.news_date {
	list-style-type: disc;
	margin-left: 15px;
}

ul.news_date li.date {
	color: #8a2c2b;
	text-decoration: underline;
}

.date_link{
	color: #8a2c2b;
	text-decoration: underline;
}

.date_link:hover{
	color: #8a2c2b;
	text-decoration: underline;
}

.news_text {
	margin-top: 10px;
	margin-bottom: 10px;
	/*line-height: 15px;*/
	font-size: 12px;
}

.news_text a,
.news_text a:hover {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 8pt;
	color: #747670;
}

.divider_h_260 {
	background-image: url(/assets/images/frontend/divider_h_260.png);
	background-repeat: no-repeat;
	width: 259px;
	height: 2px;
	margin: 10px auto 20px;
}

a.btn_view_all {
	background-image: url(/assets/images/frontend/btn_view_all.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 72px;
	height: 24px;
	border: 0;
	display: block;
	float: right;

}

a.btn_view_all:hover {
	background-position: 0 -24px;
}

a.btn_more_events {
	background-image: url(/assets/images/frontend/btn_more_events.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 108px;
	height: 24px;
	border: 0;
	display: block;
	float: right;
}

a.btn_more_events:hover {
	background-position: 0 -24px;
}

table.events_table tr.colhead td {
	background: #8e8f87;
	color: #f1f1ed;
	font-weight: bold;
}

table.events_table td {
	padding: 5px;
	background: #e2e2de;
	border: solid 1px #cfd0c8;
	font-size: 11px;
}

#calendar_bg {
	background-image: url(/assets/images/frontend/calendar_bg.png);
	background-repeat: no-repeat;
	width: 184px;
	height: 184px;
	margin: 0 auto 15px auto;
}

#calendar_month {
	text-align: center;
	padding: 20px 23px 12px 20px;
}

a#calendar_left_arr {
	background-image: url(/assets/images/frontend/calendar_arr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 8px;
	height: 11px;
	display: block;
	float: left;
}

a#calendar_right_arr {
	background-image: url(/assets/images/frontend/calendar_arr.png);
	background-repeat: no-repeat;
	background-position: -8px 0;
	width: 8px;
	height: 11px;
	display: block;
	float: right;
}

#calendar_month_text {
	width: 125px;
	margin: auto;
	float: left;
	color: #000000;
	font-size: 10px;
}

.calendar_table {
	margin: 13px 23px 12px 16px;
}

tr.calendar_week_days td {
	padding-bottom: 5px;
	border-bottom: solid 1px #bfb4b4;
	color: #747670
}

a.calendar_day {
	color: #000000;
	text-decoration: underline;
}

.calendar_table td {
	padding: 5px;
	font-size: 10px;
	color: #000000;
}

li.list_title {
	padding: 10px 0 5px 0;
	color: #8a2c2b;
	font-size: 10pt;
	font-weight: bold;
	list-style-type: none;
}

li.list_text {
	padding: 0 0 10px 10px;
	list-style-type: none;
}

#content_box_2 {
	width: 220px;
	padding: 0 20px 0 20px;
	margin-left: -1px;
	border-right: solid 1px #cfd0c8;
	float: left;
}

.divider_h_190 {
	background-image: url(/assets/images/frontend/divider_h_190.png);
	background-repeat: no-repeat;
	width: 189px;
	height: 2px;
	margin-bottom: 20px;
}

#content_body {
	width: 550px;
	padding: 0 20px 0 20px;
	margin-left: -1px;
	border-left: solid 1px #cfd0c8;
	float: left;
	font-size: 12px;
}

.content_text {
	font-size: 12px;
	line-height: 15px;
}
/* _____ Body END _____ */

/* _____ Footer _____ */
#footer_img {
	background-image: url(/assets/images/frontend/footer_bg.png);
	background-repeat: no-repeat;
	width: 918px;
	height: 26px;
}

#footer {
	width: 900px;
	margin: auto;
	padding-bottom: 10px;
}

#footer_copyright {
	padding-left: 20px;
	line-height: 18px;
	float: left;
}

#footer_valid {
	padding: 0 20px 0 20px;
	float: right;
}

#footer_design {
	line-height: 18px;
	float: right;
}

a#design {
	color: #b54845;
	font-weight: bold;
	text-decoration: none;
}

a#design:hover {
	border-bottom: 1px dotted #666666;
	color: #b54845;
	font-weight: bold;
	text-decoration: none;
}
/* _____ Footer END _____ */

/* _____ Misc _____ */
.clr {
	clear: both;
}

ol.numbered_list {
	list-style-type: decimal !important;
	margin-left: 40px !important;
	line-height: 16px;
}

a.breaking_news img {
	width: 25px;
	height: 138px;
}

select.location_select {
	padding: 1px;
	background: #eee;
	border: none;
	color: #555555;
	font-size: 9pt;
}

td.center {
	text-align: center;
}

/*img {
	border: 0;
}

.account
{
	color: #8a2c2b;
	text-decoration: none;
}

.account:hover
{
	color: #8a2c2b;
	text-decoration: underline;
}

.table_header
{
	
	height: 18px;
	color: #ffffff;
	font-weight: bold;
}

.table_header td
{
	background-color: #000000;
	
	padding-top: 4px;
}

.required
{
	font-size: 8pt;
	color: red;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

input
{
	font-size: 11px;
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	margin-top: 3px;
	margin-right: 5px;
}

input[type="text"]
{
	width: 220px;
	border: 1px #e3e3e3 solid;
}

input[type="password"]
{
	width: 220px;
	border: 1px #e3e3e3 solid;
}

input[type="submit"]
{
	font-size: 11px;
}

textarea
{
	font-size: 10px;
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	margin-top: 3px;
	margin-right: 5px;
	width: 220px;
	height: 80px;
}*/