/* CSS Document */

body{
	background:#EBEBEB;
	font-family: arial,  sans-serif;
	margin:0 auto;
}

#main{
	width:820px;
	margin:0 auto;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: top;

}

img{
	border:0;
}

a{
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
	color:#008787;
	font-weight:bold;
}

.link_green a{
	color:#008787;
	text-decoration:none;
}

.link_green a:hover{
	color:#008787;
	text-decoration:underline;
}
.link_info a{
	color:#FFFFFF;
	text-decoration:none;
}

.link_info a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.row{
	clear:both;
}

#header{
	padding-top:10px;
	height:80px;
}

#header #logo{
	float:left;
	width:225px;
	padding:20px 0 0 45px;
}

#header #text{
	float:right;
	width:495px;
	height:46px;
	position:relative;
	text-align:right;
	padding-right:35px;
}

#header #www{
	font-size:12px;
	color:#505050;
	margin-top:10px;
	float:right;
}

#header #www a{
	color:#505050;
	font-weight:bold;
	text-decoration:none;
}

#header #www a:hover{
	color:#505050;
	text-decoration:underline;
}

.bottom{
	float:right;
	width:490px;
	margin-top:5px;
	font-size:17px;
	clear:both;
}

#header h2{
	font-size:1em;
	margin:0;
}

ul{
	padding:0;
	margin:0;
}



#menu{
	width:800px;
	height:33px;
	margin-left:10px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#menu li{
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}


#menu a{
	font-family: Arial,Verdana, sans-serif;
	font-size:0.8em;
	padding:0;
	border-right:1px solid #505050;
	color:#FFFFFF;
	float:left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#menu a span{
	padding:8px 28px;
	display:block;
	float:left;
}

#menu a:hover{
	background:url(../images/menu_bg_over.jpg) repeat-x top;
	cursor:pointer;
}

#menu #current  a{
	background:url(../images/menu_bg_over.jpg) repeat-x top;
}

#menu #last a{
	border:none;
}

#menu #last a span{
	padding:8px 32px;
	display:block;
}

#banner{
	width:800px;
	height:240px;
	clear:both;
	padding-top:1px;
	margin-left:10px;
}
	
#containar{
	margin:25px 35px;
}

/*-----------sidebar------------*/
.Sideh1{
	
	color:#FFFFFF;
	padding:0;
	margin:0;
	font-size:1.2em;	
	padding-left:10px;
	font-weight:bold;

}

.sidebarul{
padding:5px 0 10px 20px; 
margin:0 0 0px 0px; 
font-size:12px; 
color:#FFFFFF;
list-style-position:outside;
list-style-type:disc;

}


#sidebar{
	width:230px;
	float:right;
	margin-bottom:20px;
}

.underline{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background-image: url(../images/pointpng.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.top{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background-image: url(../images/pointpng.png);
	background-repeat: repeat-x;
	background-position: top;
}

#core{
	background:#73B045;
	padding:10px;
	margin-top:2px;
	width:200px;
	margin-left:10px;
}

#sidebar h1{
	color:#FFFFFF;
	padding:0;
	margin:0;
	font-size:1.1em;	
}



#sidebar .box1{
	height:90px;
}

#sidebar .box2{
	width:107px;
	height:107px;
	float:left;
}

#sidebar .box3{
	width:107px;
	height:107px;
	float:right;
}

#sidebar_in{
	margin:3px 0 0 5px;
}

/*---------paper-----------*/



#paper a .paper_tx1{
	background:url(../images/action.jpg) no-repeat top;
	width:145px;
	height:53px;
	cursor:pointer;
	padding:12px 0 0 85px;
	color:#FFFFFF;
	font-size:17px;
	display:block;
}

#paper .paper_free{
	color:#FFFF00;
	font-size:12px;
}

#paper .paper_white{
	margin:13px 0 0 0;
	font-size:17px;
}

#paper .paper_tx2{
	margin:1px 0 0 0;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	display:block;
}

#request a .paper_tx1{
	background:url(../images/action_orange.jpg) no-repeat top left;
	width:145px;
	height:53px;
	cursor:pointer;
	padding:12px 0 0 85px;
	color:#FFFFFF;
	font-size:17px;
	display:block;
}

#request .request_tx1{
	color:#FFFFFF;
	font-size:18px;
	display:block;
}
#request .request_tx2{
	color:#FFFFFF;
	font-size:13px;
	display:block;
}


/*-------------------------------*/

#content{
	width:510px;
	margin-right:10px;
	margin-left:15px;
	margin-top:25px;
	margin-bottom:20px;
	float:left;
}

#content h2{
	font-size: 1.25em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}

#content h3{
	font-size:1em;
	margin-bottom:5px;
	padding:0;
}

#content p{
	font-family: Arial, Verdana, sans-serif;
	font-size:0.75em;
	line-height:1.5em;
	margin:0;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}


#content .info{
	width:160px;
	float:left;
	margin-right:15px;
}

#content .info2{
	width:160px;
	float:left;
}

.info .photo, .info2 .photo{
	margin-bottom:10px;
	width:160px;
	height:112px;
}

/*-------------------------------*/

#footer{
	background:url(../images/pointpng.png) repeat-x top;
	padding:10px 0 10px 0;
	margin: 0px 35px 0px 35px;

}

#FooterCenter
{
	margin-left: 50px; 

}

#footer li{
	color:#757575;
	padding:0 3px;
	float:left;
	list-style-type:none;
}

#Footer UL
{
	list-style:none;

}

#footer li a{
	font-family: arial,  sans-serif;
	color:#757575;
	padding-right:7px;
	font-size:0.8em;
		list-style:none;

}

#footer li a:hover{
	color:#202020;
}

#footer .line{
	font-size: 80%;
}

#footer #first{
	padding:0;
}

.copyright{
	clear:both;
	color:#B4B4B4;
	padding:10px 0 10px 0;
	font-size:0.75em;
}

.copyright{
	padding-top: 5px !important;
}


.tablefield{
font-family:Arial, sans-serif;
font-size:11px;
}

.tableform {
	background:url(../images/pointpng.png) repeat-x top;
	padding:10px 0 10px 0;
	margin: 0px 35px 0px 35px;
}
