@charset "utf-8";

body { margin:0; padding:0; width:100%; background:#f1f1f1; }

html { padding:0; margin:0;}
img{ border:0;}
a { text-decoration:none; color:#488fcc;}
a:hover { text-decoration:underline;}
p,ul,li{
	margin:0;
	padding:0;
	color:#888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.8em;;
}

/* main */
.main { padding:0; margin:0 auto;}

/********** header **********/
.blok_header { margin:0; padding:0; background:#ebebeb url(/_assets/images/header_bg.gif) top repeat-x;}
.header { width:960px; margin:0 auto; padding:0;}

/* logo */
.logo { padding:40px 0; margin:0; width:226px; float:left;}

/* menu */	
.menu {
	width:100%;
	height:42px;
	position:relative;
	z-index:100;
	border-right:1px solid #000;
	font-family:arial, sans-serif;
	background-color:#000;
}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:170px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:170px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:159px;
	height:40px;
	border:2px solid #585752;
	border-width:1px;
	background:#000;
	padding-left:10px;
	line-height:40px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #666;
	background-image: url(/_assets/images/icons/grey-arrow.gif);
	background-repeat: no-repeat;
	background-position: 150px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #666;
	background-image: url(/_assets/images/icons/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: 130px center;
}
.menu ul ul :hover > a.drop {background:#666;
	background-color: #666;
	background-image: url(/_assets/images/icons/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: 130px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#666;}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color: #666;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:41px;left:0; width:150px;border-top:1px solid #000;}
/* position the third level flyout menu */
.menu ul ul ul{left:150px; top:-1px; width:149px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-15px;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#fff;
	height:auto;
	line-height:1em;
	padding:10px 10px;
	width:150px;
	border-width:0 1px 1px 1px;
	background-color: #CCC;
}
/* style the top level hover */
.active, .menu a:hover, .menu ul ul a:hover{color:#333; background:#000;}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-color: #333;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* search */
.search { padding:30px 20px 0 0; margin:0; width:150px; float:right;}

/*header_text_bg*/
.header_text_bg { margin:0; padding:0; background:#f1f1f1;}

/*header_text*/
.header_text { margin:0 auto; padding:20px 0 57px 0; width:960px; background:url(/_assets/images/screen_t.jpg) bottom no-repeat;}
.header_text_blog { height:92px; width:991px; background: url(/images/header_text_blog_bg.gif) top no-repeat; padding:0; margin:0;}
.header_text_blog h3 { width:300px; float:left; margin:0; padding:30px 0 0 40px; font: normal 36px Arial, Helvetica, sans-serif; color:#fffefe;}
.header_text_blog p span { text-align:left; width:340px; float:right; margin:0; padding:30px 0 0 0; font: normal 12px Arial, Helvetica, sans-serif; color:#fffefe;}

/*top_text*/
.top_text { background:#f5f5f5; border:1px solid #ddd; width:958px; margin:0 auto 20px auto; padding:0;}
.top_text p { font: normal 12px Arial, Helvetica, sans-serif; color:#5e5e5e; padding:5px; margin:0; line-height:1.8em;}
.top_text h2 { font: normal 18px Arial, Helvetica, sans-serif; color:#171717; padding:5px; margin:0; border-bottom:1px solid #e2e2e2;}
.top_text a { color:#1f1f1f; font: bold 12px Arial, Helvetica, sans-serif; text-decoration:none;}
.top_text img { float:left; margin:5px 10px; padding:0;}
.top_text .block { width:300px; float:left; padding:5px; margin:0 0 0 7px;}
.top_text ul{ padding-top:10px; padding-left:90px;}
.top_text li{ font: normal 12px Arial, Helvetica, sans-serif; color:#5e5e5e; padding-bottom:5px;}

/********** body **********/
.body_resize { margin:0; padding:0;  background:#fff; border-top:1px solid #e6e6e6;}
.body { width:960px;  margin:0 auto; padding:10px 30px;}
.body h2 { border-bottom:1px solid #dedede; margin:0;  padding:10px 5px;}
.body h2 span {  font: normal 11px Arial, Helvetica, sans-serif; color:#c0c0c0;}
.body h3 { font: bold 14px Arial, Helvetica, sans-serif; color:#454646; border-bottom:1px solid #dedede;  margin:0;  padding:10px 5px;}

.body p {  padding:5px 5px; margin:0;}
.body p span { color:#8e8e8e; font: normal 11px Arial, Helvetica, sans-serif; line-height:1.8em;}
.body a { text-decoration:none; color:#488fcc; line-height:1.8em; font: bold 12px Arial, Helvetica, sans-serif;}
.body_small { width:340px; float:right; margin:5px 0 5px 15px; padding:0;}
.body_small span{color:#09F; font-size:.8em;}
.body_big { width:560px; float:left; margin:5px 0 5px 5px; padding:0;}
.body .block2 { width:270px; margin:5px; padding:0; float:left;}
.body ul{margin-left:20px; color:#999; font-size:14px;}
 
/* END_bloga*/

/*************footer**********/
.footer {padding:0 0 20px 0;  margin:0 auto;  border-top:1px solid #ddd; }
.footer_resize { margin:0 auto; padding:10px 0 0 0; width:960px;}
.footer p { font:normal 11px  Arial, Helvetica, sans-serif; color:#676767; text-align:right;}
.footer a { font: normal 11px Arial, Helvetica, sans-serif; color:#676767; text-decoration:none; padding:5px; margin:0;}
.footer img { margin:0 0 0 30px; padding:0; float:left;}
.footer .leftt { text-align:left; width:330px; margin:0; padding:0 15px 0 0 ; float:right;}
.footer ul{ text-align:right;}
.footer li{ display:inline;} 

/********** contact form **********/
.form { float:left; width:560px; margin-top:40px; margin-left:10px;}

/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#7a7a7a;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:bold 12px Arial, Helvetica, sans-serif; color:#444444; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:420px; border:1px solid #e7e7e7; margin:5px 0; padding:5px 2px; height:15px; background:#f8f8f8;}
#contactform textarea { width:420px; border:1px solid #e7e7e7; margin:10px 0; padding:2px; background:#f8f8f8; height:250px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 420px; border:0; color:#FFF;}

p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0;}

li.bg, .bg { clear:both; border-bottom:1px solid #dedede; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}

.blog{
	list-style-position: outside;
	list-style-image: url(/_assets/images/icons/blog-16x16.png);
}
.blog li{padding:10px 0 0px 0; color:#666; font-size:12px; border-bottom: #F60 dashed 1px;}

.contactdetails img{padding-right:10px;}
.contactdetails, .accred{
	list-style-type: none;
	margin-top:10px;
}
.red{color:#F00;}

#centbox{ width:500px; height:100px; margin:70px auto; border:#488fcc 2px solid; }
#centbox img{ float:left;}
#centbox p{  text-align:justify; padding:10px; }

.formerror{background-color:#FFB3B0; border:#F00 2px dashed; margin-top:15px; padding:05px;}
.formerror img{ padding-right:10px;}
.formerror ul{
	margin-left:30px;
	list-style-image: url(/_assets/images/icons/Exclamation16x16.png);
}
.formerror li{color:#666;
	font-size:14px;
}
.inperror{border:#F00 1px solid;}
.bkimg{float:left; padding:0 15px 0 5px; }
.body_big p{ text-align:justify;}
