@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font:9pt/13pt Arial, Helvetica, sans-serif;
	background:#333;
}
a {
	color:#007bc8;
}
a:hover {
	text-decoration:none;
}
div#conteiner {
	width:940px;
	margin:20px auto;
	padding:20px 0;
	background:#fff;
}
/****************************************************
### HEADER 
****************************************************/
div#header {
	width:896px;
	height:197px;
	margin:0 auto;
	background:url(images/header.jpg) top center no-repeat;
}
div#text {
	width:500px;
	float:right;
	margin:10px 10px 0;
	color:#e6e6e6;
}
div#text br {
	line-height:1pt;
}
div#text a {
	color:#4892c0;
}
div#links {
	float:left;
	margin-top:20px;
	padding-left:20px;
}
div#links a {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#e6e6e6;
	text-transform:uppercase;
	margin-right:10px;
}
div#search {
	float:right;
	margin-top:20px;
	margin-right:20px;
}
div#search form {
	margin:0;
	padding:0;
	color:#828282;
	line-height:16pt;
}
div#search form input {
	background:url(images/search.jpg) center no-repeat;
	border:0;
	padding:5px 10px;
	width:170px;
}
/****************************************************
### CONTENT
****************************************************/
div#content {
	float:left;
	width:610px;
	margin:20px 0px 20px 20px;
}
h1.page-title {
	font-size:14pt;
	line-height:16pt;
	font-weight:normal;
	color:#333;
}
div#content p { text-align:justify; }
div#content table, td {
	border : 1px solid #CCC;
	border-collapse : collapse;
	font : small/1.0 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size:8pt;
}
div#content table {
	border :none;
	border :1px solid #CCC;
	margin-bottom:10px;
}
div#content thead th, tbody th {
	background : #FFF url(th_bck.gif) repeat-x;
	color : #666;
	padding : 5px 10px;
	border-left : 1px solid #CCC;
}
div#content tbody th {
	background : #fafafb;
	border-top : 1px solid #CCC;
	text-align : left;
	font-weight : normal;
}
div#content tbody tr td {
	padding : 5px 10px;
	color : #666;
}
div#content tbody tr:hover {
	background : #FFF url(tr_bck.gif) repeat;
}
div#content tbody tr:hover td {
	color : #454545;
}
div#content tfoot td, tfoot th {
	border-left : none;
	border-top : 1px solid #CCC;
	padding : 4px;
	background : #FFF url(foot_bck.gif) repeat;
	color : #666;
}
div#content caption {
	text-align : left;
	font-size : 120%;
	padding : 10px 0;
	color : #666;
}
div#content table a:link {
	color : #666;
}
div#content table a:visited {
	color : #666;
}
div#content table a:hover {
	color : #003366;
	text-decoration : none;
}
div#content table a:active {
	color : #003366;
}

div.TITLE-IMG-BOX {
	padding:30px 0 0 0;
}
div.TITLE-IMG-BOX div.point {
	width:195px;
	text-align:center;
	float:left;
	min-height:200px;
}
div.TITLE-IMG-BOX div.point a {
	color:#005387;
}
div.TITLE-IMG-BOX div.point a img {
	border-bottom:3px solid #fff;
}
div.TITLE-IMG-BOX div.point a:hover img {
	border-bottom:3px solid #3399FF;
}


/****************************************************
### NAVIGATION 
****************************************************/
div#navigation {
	float:right;
	width:270px;
	margin:20px 20px 20px 0;
}
div#menu {
	margin-bottom:20px;
}
div#menu a {
	padding-left:25px;
	margin:5px 0;
	color:#007bc8;
	line-height:16pt;
	background:url(images/link.jpg) left center no-repeat;
}

div#menu a.active {
	color:red;
}
div#menu h1 {
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-size:8pt;
	text-transform:uppercase;
	color:#98aaaa;
}
/***********************************************
*** CONTEXT LOGO
***********************************************/

div.context-logo {
	padding:5px;
	border:1px solid #d8d9db;
	background:#f7f7f7 !important;
	width:250px;
	margin:10px auto;
}
div.context-logo p {
	margin:5px 0;
	padding:0;
	font-size:9pt;
	color:#666;
}
/****************************************************
### FOOTER
****************************************************/
div#footer {
	border-top:1px solid #ccc;
	margin:0 20px;
	
	padding:5px 15px;
	padding-top:10px;
	font-size:8pt;
}
div#fleft {
	float:left;
	color:#666666;
}
div#fright {
	float:right;
	padding-top:2px;
}
