/* layout */
html, body {
	font: 100% Arial, Tahoma, sans-serif, Helvetica, Verdana;
	text-align: left;
	font-size: 12px;
	color: #000;
    height: 100%;
    margin: 0;
    padding: 0;
	background: #fff url('/img/p.gif') no-repeat;
    background-attachment: fixed;
}

#page {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	margin-bottom: -229px;
}
* html #page {
	height: 100%;
}
#header {
	height: 279px;
}
#content {
	margin: 9px 5% 32px 5%;
	padding: 0;
}
#empty {
	height: 229px; 
	clear: both;
	background: url('/img/bg_footer.gif') left top repeat-x;	
}
#footer {
	width: 100%;
	height: 229px;
}

/* common */
img {
	border: 0px;
}
.clear {
	clear: both;
}
a {
	color: #7c7c7c;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #ee3f46;
}
h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #ee3f46;
}
h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #ee3f46;
}
h4 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #ee3f46;
	padding-bottom: 8px;
	margin: 0;
}
h4 a {
	color: #ee3f46;
}
h5 {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #ee3f46;
}
h6 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ee3f46;
}
hr { 
	color: #d5d5d5; 
	background-color: #d5d5d5;
	border: none;
	height: 1px;
}
.val {
	vertical-align: middle;
}
.notes {
	margin: 25px;
}
.notes_body {
	border: solid 1px #f6f6f6;
	background: #f6f6f6;
	padding: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.notes_corn {
	background: url('/img/notes_corn.png') center top no-repeat;
	height: 12px;
	width: 84px;
}
.feedback-form-btn-open-training, .feedback-form-btn-open {
	cursor: pointer;
	text-decoration: underline;
}
.td_hilight_center {
	background: #f6f6f6; 
	text-align: center;
}
.table_td td {
	background: #f6f6f6;
}

/*Errors*/
.errorSummary, .obligatory_fields {
	color: #ee3f46;
}


/* header */
.top_nav {
	background: url('/img/bg_top.png') left top repeat-x;
	height: 52px;
	margin: 0 5% 9px 5%;

}
.top_nav_contact {
	width: 237px;
	float: right;
	background: url('/img/bg_top_rt.png') right top no-repeat;
	height: 52px;
	font-size: 14px;
	font-weight: bold;
	color: #e1f0f7;
}
.top_nav_contact img {
	vertical-align: text-top;
}
.top_nav_contact ul {
	margin: 18px 0 0 0;
	padding: 0;
}
.top_nav_contact li {
	margin: 0;
	padding-right: 21px;
	list-style-type: none;
	float: left;
}
.top_nav_menu {
	float: left;
	background: url('/img/bg_top_lt.png') left top no-repeat;
	height: 52px;
}
.top_nav_menu ul {
	margin: 16px 0 0 8px;
	padding: 0;
	text-align: center;
	float: left;
}
.top_nav_menu ul li {
	margin: 0;
	padding-left: 16px;
	list-style-type: none;
	float: left;
}
a.top_nav_menulink {
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
	color: #cac9c9;
}  
a.top_nav_menulink:hover {
	color: #d5d5d5;
	text-decoration: none;
}

.intro {
	height: 218px;
	background: url('/img/bg_intro.png') center top no-repeat;
	margin: 0 5% 9px 5%;
}
.intro_lt {

	height: 218px;
	float: left;
}
.intro_rt {

	height: 218px;
	float: right;
	text-align: right;
}


/* content */
.left_col {
	float: left;
	width: 209px;
	margin-bottom: 32px;
}
.lmenu ul {
	margin: 0;
	padding: 0;
	line-height: 2.2em;
}
.lmenu li {
	list-style: none;
}
.lmenu a {
	font-family: Arial;
	font-size: 12px;
	color: #7c7c7c;
	text-decoration: none;
	border-bottom: 1px dotted #7c7c7c;
}
.lmenu a:hover {
	color: #5c5c5c;
	border-bottom: 1px dotted #5c5c5c;
}
.content {
	margin-left: 210px;
	padding-left: 15px;
}
.navbar {
	font-size: 16px;
	color: #5e5e5e;
	padding-bottom: 15px;
}
.navbar a {
	color: #5e5e5e;
	text-decoration: none;
	border-bottom: 1px dotted #5e5e5e;
}

.news {
	padding: 25px 0 35px 0;
	line-height: 2em;
}
.news_title {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
}
.news_title_top a {
	color: #ee3f46;
	font-size: 20px;
	font-weight: bold;
}
.news_separator {
	color: #575757;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
} 
.news_footer {
	color: #5e5e5e;
	width: 100%;
}
.news_footer a {
	color: #5e5e5e;
	text-decoration: none;
	border-bottom: 1px dotted #5e5e5e;
}
.news_footer a:hover {
	color: #7e7e7e;
	text-decoration: none;
	border-bottom: 1px dotted #7e7e7e;
}
.news_comm {
	width: 20px;
	height: 19px;
	float: left;
	padding: 0 0 4px 0;
	margin: 0 5px 0 10px;
	background: url('/img/ico_news_comm.png') left bottom no-repeat;
	text-align: center;
}
.news_footer span {
	float: left;
}
.detail {
	float: right;
}
.detail a {
	color: #fe0034;
	text-decoration: none;
	border-bottom: 1px dotted #fe0034;
}
.detail a:hover {
	color: #fe0034;
	border-bottom: 1px dotted #fe0034;
}


/*********************************/

a.no_ac {
	cursor: default;
	color: #c3c3c3;
}
/* banners places*/
.banners {
	padding: 30px 0 30px 0;
}
.banner_place1, .banner_place2 {
	padding-bottom: 16px;
}

/* footer */
.footer_menu {
	padding: 39px 0 0 5%;
	overflow: hidden;
}
.footer_menu div {
	float: left;
	width: 150px;
}
.footer_menu ul {
	margin: 0;
	padding: 0;
}
.footer_menu ul li {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	list-style: none;
}
a.footer_menu_title {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #5c5c5c dotted;
}
a:hover.footer_menu_title {
	color: #7e7e7e;
	border-bottom: 1px #7c7c7c dotted;
}
a.footer_menu_item {
	font-size: 12px;
	font-weight: normal;
	color: #7c7c7c;
	text-decoration: none;
	border-bottom: 1px #7c7c7c dotted;
}
a:hover.footer_menu_item {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #5c5c5c dotted;
	padding-left: 15px;
	background: url('/img/ico_nav_menu_f.png') left center no-repeat;
}

.cp {
	text-align: left;
	padding-left: 5%;
	padding-top: 35px;
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #1e1e1e;
	float: left;
}
.cp_rt {
	float: right;
	text-align: right;
	padding: 35px 5% 3px 0;
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #1e1e1e;
}
.cp_rt a {
	color: #1e1e1e;
	text-decoration: none;
	border-bottom: 1px #1e1e1e dotted;
}
.cp_rt a:hover {
	color: #7c7c7c;
	text-decoration: none;
	border-bottom: 1px #7c7c7c dotted;
}

/*Posts*/
.indent0 {
	padding-left: 25px;
}
.indent1 {
	padding-left: 50px;
}
.indent2 {
	padding-left: 75px;
}
.indent3 {
	padding-left: 100px;
}
.indent4 {
	padding-left: 125px;
}
.indent5 {
	padding-left: 150px;
}
.indent6 {
	padding-left: 175px;
}
.indent7 {
	padding-left: 200px;
}
.indent8 {
	padding-left: 225px;
}
.indent9 {
	padding-left: 250px;
}
.indent10 {
	padding-left: 275px;
}
.comm_note {
	color: #7c7c7c;
	font-size: 16px;
	padding-top: 15px;
}
