/* CSS Document */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {

	margin: 0px;
	padding: 0px;
	background-color: #a6a6a6;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	overflow: auto;


}
.clear {
	clear: both;
}

/* ******************************************** */


#mainBlock{
	
	margin: 0;
	width: 1102px;
	height: 100%;
	background-color:#a6a6a6;
	background-image: url(../images/bottom_bg.png) no-repeat;

	overflow: auto;
	
}

#topBlock{

	width: 1102px;
	height: 135px;
	margin: 0px;

}

#middleBlock
{
	width: 100%;
	background-image: url(../images/bottom_bg.png);
	overflow: hidden;

}

#middleBlock .leftBlock
{
	width: 476px;
	float: left;
	

}

#middleBlock .rightBlock
{
	width: 616px;
	float: right;

}

#middleBlock .rightBlock.content
{

	background-color: #ededed;
	padding-left: 4px;

}


#middleBlock .rightBlock.content
{
	background-image: url(../images/right_content_bg.png);
	background-color:#a6a6a6;
	
}


#middleBlock .leftBlock .topBlock
{
	width: 473px;
	height: 80px;

}

#middleBlock .leftBlock .topBlock .leftBlock
{
	float: left;
	width: 108px;
	height: 100%;
	background-color: #797979;
	
}

#middleBlock .leftBlock .topBlock .rightBlock
{
	float: left;
	width: 365px;
	height: 100%;
	background-color: #959595;
}


#middleBlock .leftBlock  .content
{
	clear: both;
	width: 419px;
	height: 231px;
	background-color: #ededed;
	background-image: url(../images/content_bg.png);
	padding:30px;
	padding-top:20px;
	overflow: hidden;
	/*overflow: auto;*/
	
}


.error_list li
{
 clear: left;
 padding-left: 40px;
 margin: 0;

 
}


li input, select, textarea{
    border: 1px solid #ccc;
	margin: 2px 0px 0px 0px;

}

.button {

    margin: 5px 0px 0px 70px;

}

label {
    display: block;
    width: 50px;
    float: left;
    margin: 2px 4px 6px 2px; 
    text-align: right;
	clear: left; 
}


#bottomBlock
{
	clear: both;
	height: 90px;
	width: 100%;
	background-image: url(../images/bottom_bg.png);
}

#bottomBlock .leftBlock
{
	height: 70px;
	width: 732px;
	float: left;
	border-top: 1px solid #c7c7c7;
	background: url(../images/botonera_bg.gif) no-repeat;

}

#bottomBlock .rightBlock
{
	height: 90px;
	width: 299px;
	float: left;
	
}

.blockTop{
	width: 800px;
	height: 100px;
	/*background: url(../images/mainRight2_bg.png) repeat-y;*/
}
.bannerTop{
	float: left;
	margin-left: 30px;
	margin-bottom:10px;
	height: 95px;
	width:350px;
}

.search{
	
	margin-top: 30px;
	float:right;
	width: 140px;
	height: 70px;
	margin-right: 5px;

}

.topMenu{}

.blockLeft{
	float: left;
	width: 190px;
	padding-bottom: 10px;
}

.blockRight{
	float: right;
	width: 605px;
	padding-bottom: 10px;

}

.mainBanner{
	width: 100%;
	height: 177px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.mainTitle{
	background: url(../images/subhead_bg.png) repeat-x;
	width: 100%;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	margin: 0 0 2px 0;
}
.pathway{

	color: #666666;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}
.blockBottom{

	margin-bottom: 10px;
	height:100px;
	padding-top: 40px;
	background: url(../images/footer_bg.png) repeat-x;
}
.footer{
	width: 787px;
	height: 57px;
	margin-left: 7px;
	background: url(../images/AcidFooter.png) repeat-x;

}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}


a:link, a:visited {
	color: #3c8303; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #234b02;	text-decoration: none;
	font-weight: bold;
}



form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

p
{
	text-align:justify;

}

#bottomBlock .leftBlock ul 
{

	margin: 0px;
	padding-top: 5px;
	list-style: none;
/*	background: #e5e5e5 url(../images/bg-submenu.jpg) repeat-x left top; * */
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	height: 21px;
	overflow: visible;	

}

#bottomBlock .leftBlock ul li
{

	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 110px;
	padding: 1px 0px 3px 19px;


}

#feedback
{
	float: left;
	margin: 8px 20px 10px 20px;
	width: 70%;
	height: 21px;
	padding: 3px 45px 0px 20px;

}

.notice
{	
	color: #3c8303;
	background-color: #c4cb1e;
}

.error
{
	color: #9e1111;
    background-color: #fdc;
	
}

.error_list
{
	color: #9e1111;
	font-size: 0.8em;
}

.info
{
	color: #000000;
}