/* CSS Document */
html, body{
	background-image: url('../images/background/back-grey.jpg');
	background-repeat: repeat-x;
	background-color: #9f9f9f;
  font-family:  Arial , Verdana Helvetica, sans-serif ;
	font-size: 14px;
	color: #595959;
	margin: 0 ;
	padding: 0;
	text-align: center;
	line-height: 1.5em; 
}
#container {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	/*border: 1px solid black;*/
	/*background : #dddddd none;*/
	text-align: left;
}
#head{
  background-image:url('../images/background/back-head.jpg');
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
  height: 319px;
  width: 980px;
  margin: 0px 0px 0px 0px;
}
h1{
	background-image:url('../images/he.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	padding: 0 0 0 15px;
	margin: 10px 0 20px 50px;
}
h2{
	background-image:url('../images/he.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	padding: 0 0 0 15px;
	margin: 14px 0 25px 50px;
}
a{
	color: #595959;
	font-weight: bold;
}
a:hover{
	color: #9D9D9C;
	font-weight: bold;
}
.heading{
		margin: -55px 0px 0px 203px;
}
#flash{
	position: absolute;
}
#foot{
	background-image:url('../images/background/back-foot.jpg');
	width: 778px;
	height:30px;
	margin-left: auto;
	margin-right: -1px;
}

#content{
	width: 777px;
	background-color: white;
	margin-left: auto;
	margin-right: 0;
	padding: 1px 0px 30px 0px;
}
.contentIn{
	width: 627px;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px 40px 20px 40px;
	background-color: #f7f7f7;
}
.contentInW{
	width: 627px;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px 40px 20px 40px;
}
.contentInImg{
	background-image:url('../images/home-page.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	height: 114px;
	width: 629px;
	margin-top:-40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 60px 40px 20px 40px;
	font-size: 24px;
	font-family: Calibri;
	line-height: 1.5em;
}
.clear { 
	clear: both;
}


/********************** style menu ***************************************/
#menu{
	width: 150px;
	margin-left: -1px;
	float:left;
	padding: 0px 0px 0px 39px;
	left:1px;
}
#menu .num {
	margin-left: 6px; 
	margin-right: 20px;
	font-family:  Arial , Verdana Helvetica, sans-serif ;
	font-size: 18px;
	font-weight: bolder;
	color: #474747;
}
#menu li.active{
	background-image: url('../images/background/back-menu-active.jpg');
  background-repeat: no-repeat;
}
#menu .link {
	
}
#menu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menu li {
	width: 160px;
	height: 27px;
  list-style: none;
  background-image: url('../images/background/back-menu.jpg');
  background-repeat: no-repeat;
  margin: 0px 0px 3px 0px; 
	padding: 5px 0px 0px 0px;
	border-bottom: #474747 1px solid;
	border-left: #474747 1px solid;
	font-family:  Arial , Verdana Helvetica, sans-serif ;
	font-size: 18px;
	font-weight: bolder;
	color: white;
}
#menu a{
	text-decoration: none;
	font-family:  Arial , Verdana Helvetica, sans-serif ;
	font-size: 18px;
	font-weight: bolder;
	color: white;
}
#menu a:hover{
	color: #474747;
}
/*********************** list *********************************************/
ul{
	padding: 0;
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
}
.style1{
	list-style-image: url('../images/list-arrow.gif');
	margin-bottom: 3px;
}

/************************* img *********************************************/
.imgFlo{
	float:left;
	margin-right: 15px;
	margin-top: 5px;
}
/*************************** other *******************************************/
.sign{
	width: 250px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	font-weight: bold;
}
.fooText{
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	color: #585858;
	padding: 4px 40px 

}
/*************************** inputs *********************************************/
input, textarea {
	background-color:#ffffff;
	border:1px solid #B9CECB;
	font-family:Tahoma;
	font-size:11px;
	color:#777E85;
	padding-left:4px;
	padding-top: 4px;
}												
input	{
	width:200px;
	height:18px;
	margin:0px 0px 0px 0px;
}
.butt	{
	height:25px;
	width:60px;
	vertical-align:center;
	padding: 0;
	margin:10px 0 10px 0;
	cursor: hand;
	cursor: pointer;
}
textarea {
	width:200px;
	height:80px;
	margin:0px 0px 0px 0px;
	/*overflow:hidden;*/
}