@import url("reset.css");
@import url("text.css");

body{
	background: #ccc url("../images/back.gif") repeat top left;
	text-align:justify;
	height:100%;
	margin: 0;
}
.clear{
  clear: both;
}
.left{
  float: left;
}
.right{
  float: right;
}

div#wrapper{
	width: 980px;
	margin: 0 auto 30px;
	padding-top: 130px;
	overflow: visible;
	position: relative;
	background: #fff url("../images/shadow.gif") repeat-y top center;
}

/* HEADER */


div.header{
	background: url("../images/header.gif") no-repeat bottom center;
	height: 130px;
	width: 1010px;
	position: absolute;
	left: -15px;
	top: 0px;
}

/* TABS MENU */
ul.topmenu{
	position: absolute;
	right: 20px;
	bottom: 1px;
	_bottom: 0px;
}
ul.topmenu li{
	float: left;
	list-style-type:none;
	
}
ul.topmenu a{
	display: inline-block;
	color: #fff;
	font-size: 0.9em;
	line-height: 2.8em;
	height: 32px;
	padding: 0 10px;
	text-transform: uppercase;
	border-right: 1px solid #db8203;
	text-decoration: none;
}
ul.topmenu a.activ{
	color: #fed958;
	background: #cd5002;
	border-right: 1px solid #db8203;
	
	cursor: default;
}
ul.topmenu a:hover{
	background: #cd5002;
	border-right: 1px solid #db8203;
	
}
	
/* */
.angle{
	background: url("../images/angle.gif") no-repeat top left;
	position: absolute;
	top: 130px;
	left: 100px;
	width:145px;
	height:33px;
}
.banner{
	padding: 0 5px;
}
.bannertext{
	position: absolute;
	top: 165px;
	right: 30px;
	line-height: 1.7em;
	color: #fff;
	font-size: 1.2em;
}
div.wrapcontent{
	padding: 10px 15px 20px;
	clear: both;
	overflow: hidden;
	background: url("../images/cont.png") repeat-y top left;
}
div.botborder{
	background: url("../images/shadowbott.gif") no-repeat bottom center;
	height: 10px;
	width: 980px;
}

/* Content */
.leftcolumn{
	float: left;
	width: 300px;
	padding-bottom: 30px;
	color:#181831;
	font-size: 1.1em;
	line-height: 1.4em;
	background: url("../images/blueback.png") no-repeat bottom center;
	
}
.leftcolumn h2{
	color: #333366;
	padding: 20px 15px 15px;
	font-family: Georgia, Arial, sans-serif;
	background: url("../images/bluetop.png") no-repeat top center;
}
.leftcolumnsubpages{
	float: left;
	width: 520px;
	padding-bottom: 30px;
	color:#181831;
	font-size: 1.1em;
	line-height: 1.4em;
	/* background: url("../images/bluebackb.png") no-repeat bottom center; */
	
}
.leftcolumnsubpages h2{
	color: #333366;
	margin: 0px;
	padding: 20px 15px 15px;
	font-family: Georgia, Arial, sans-serif;
	/* background: url("../images/bluetopb.png") no-repeat top center;      181831 */
}
.wrap{
	padding: 0 15px 10px 15px;
}
.leftcolumn .wrap h2{
	padding: 20px 0 15px;
	background: none;
}
.column{
	width: 320px;
	float: left;
}
.column p{
	padding: 5px 0;
}
.border{
	border-right: 1px dotted #999;
}
.wrapimg{
	padding: 0 5px 5px 0;
}

/* footer*/
#footer{
	width: 980px;
	padding:15px 0 10px;
	margin: 0 auto;
	color: #686868;
	text-align: center;
	background: #b4b4b4 url("../images/foottop.gif") no-repeat top center;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #4b87ca;
	text-decoration: none;
}



