body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x;
	font:12px Arial, sans-serif;
	color: #666666;
}
img {
	border: none;
}

a:focus {
	outline:none;
}
#main {
	width: 807px;
	margin: 0 auto;
	overflow: hidden;
}
/* header page */
#header, #header-subpage {
	width: 807px;
	height: 240px;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}
#header-subpage {
	background: url(../images/header2.jpg) no-repeat;
}
/* logo */
.logo {
	position: absolute;
	top: 84px;
	left: 6px;
	background: url(../images/logo.gif) no-repeat;
	width: 236px;
	height: 62px;
	text-indent: -3000px;
	overflow: hidden;
}
/* slogan */
.slogan {
	position: absolute;
	top: 125px;
	left: 389px;
	font: 14px Arial, sans-serif;
	color: #666769;
	word-spacing: 3px;
}
.slogan em {
	font-weight: bold;
}
/* name page */
.word {
	text-transform: uppercase;
	color: #fff;
	font: 28px Arial, sans-serif;
	position: absolute;
	top: 185px;
	left: 167px;
}
/* big imag on index.html */
.imag {
	position: absolute;
	top: 165px;
	left: 572px;
	z-index: 100;
}
/* two small images on subpage.html */
.imag1 {
	position: absolute;
	top: 166px;
	left: 623px;
	z-index: 100;
}
.imag2 {
	position: absolute;
	top: 166px;
	left: 719px;
	z-index: 100;
}
/* page content */
.content {
	width: 807px;
	background: url(../images/vert-line.gif) repeat-y;
	float: left;
}
.container, .container-subpage {
	width: 807px;
	background: url(../images/bg-content.jpg) no-repeat;
	float: left;
	overflow: hidden;
}
.container-subpage {
	background:none;
	padding-bottom: 28px;
}
/* page left column */
.left-column {
	float: left;
	width: 169px;
}
/* main navigation */
.left-column ul {
	margin: 11px 10px 0 0;
	padding: 0;
	float: right;
	width: 159px;
	background: url(../images/squares.gif) no-repeat 56px 100%;
	padding-bottom: 169px;
	display: inline;
}
.left-column ul li {
	list-style: none;
	font: bold 10px/18px Arial, sans-serif;
	text-align: right;
}
.left-column ul li a {
	color: #a8a9aa;
	text-decoration: none;
	padding-right: 24px;
	width: 135px;
}
.left-column ul li a:hover, .left-column ul li a.active {
	color: #2e2f6e;
	background: url(../images/pointer.gif) no-repeat 100% 6px;
}
/* page center column */
.center-column {
	float: left;
	width: 392px;
	padding: 12px 0 25px 0;
}
.center-column p {
	color: #666;
	font: 12px/17px Arial, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
}
/* list on subpage.html */
.center-column ol {
	margin: 0 0 0 30px;
	padding: 0;
	color: #666;
	font: 12px/17px Arial, sans-serif;
}
.center-column ol li span {
	display: block;
	margin: 0 0 0 -5px;
}
* html .center-column ol li span {
	display: inline;
	margin: 0 0 0 -5px;
}
/* page footer */
#footer {	
	background: url(../images/hor-line.gif) no-repeat 107px 0;
	width: 807px;
	float: left;
	padding-bottom: 30px;
}
#footer .text {
	color: #666;
	font: bold 10px Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 15px 0 0 70px;
}
#footer .call {
	color: #7778a1;
	font: bold 12px Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 6px 0 0 250px;
}
/* page right column */
.right-column {
	float: left;
	width: 244px;
	margin: 0 0 0;
}
/* placeholders */
.middle-imag {
	border: 1px solid #ccc;
	float: left;
	margin: 167px 0 0 11px;
	display: inline;
}
.small-imag, .small-imag2  {
	border: 1px solid #ccc;	
	margin: 167px 0 0 11px;
	display: inline;
	float: left;
	width: 38px;
	height: 38px;
}
.small-imag2 {
	margin: 9px 0 0 9px;
}
/* text hear image */
.right-column .near-image {
	display: inline;
	color: #a8a9aa;
	font: 10px/14px Arial, sans-serif;
	text-align: right;
	text-transform: uppercase;
	width: 133px;
	float: left;
	margin: 8px 0 0 10px;
}
.near-image a {
	color: #a8a9aa;
	text-decoration: none;
}
.near-image a:hover {
	color: #2e2f6e;
}
.container-subpage .right-column .near-image {
	margin: 8px 0 0 61px;
	display: inline;
}
/* block with cite */
.block {
	float: left;
	width: 179px;
	border: 1px solid #ccc;
	background: url(../images/block-body.jpg) repeat-y;
	margin: 20px 0 0 62px;
	display: inline;
}
.block-header {
	float: left;
	width: 179px;
	background: url(../images/block-header.jpg) no-repeat;
}
.block-footer {
	background: url(../images/block-footer.jpg) no-repeat 0 100%;
	width: 142px;
	float: left;
	padding: 18px 18px 10px 19px;
}
.block-footer cite {
	font: 12px/16px Arial, sans-serif;
	color: #fff;
}
.block-footer .name {
	color: #fff;
	font: 10px Arial, sans-serif;
	margin: 7px 0 0;
	padding: 0 0 9px;
	display: block;
	float: left;
}
.heading 
{
    color: #2e2f6e;
    font: 14px Arial, sans-serif;
    font-weight: bold;
}
strong
{
    color: #2e2f6e;
    font:12px Arial, sans-serif;
    font-weight: bold;
}
formlabel
{
    color: #666666;
    font:10px Arial, sans-serif;
    font-weight: bold;
}
#ctl00_PageContent_pnlContact 
{
    color: #666666;
    font:10px Arial, sans-serif;
    font-weight: bold;
}
