html, body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #EAEAEA;
	background-image: url(pagheaderbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
body.index {
		background-image: url(indexheaderbg.jpg);
}

h1 {
	margin:0 20px;
	color: #DF1621;
	font-weight: normal;
	font-size: 27px;
	font-family: "Myriad Pro Light", "Trebuchet MS";
	text-align: right;
	padding-top: 15px;
/*	line-height: 190%;  */
}
h2, h3, h4 {
	color: #DF1621;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 13px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
}
.wrap0 {
	width: 788px;
	margin: 0 auto;
}
.wrapindex {
	width: 900px;
	margin: 0 auto;
}

.pagetop {
	margin:0;
	padding:0;
	height: 154px;
}
.wrap1 {
	width: 788px;
	margin: 0;
	padding:0;
	background-image: url(wrapmidbg.gif);
}
.wrap1end {
	margin:0;
	height: 10px;
	background-image: url(wrapbotbg.gif);
	background-repeat: no-repeat;
}
.wrap2 {
	width: 788px;
	margin: 0;
	padding: 0;
	background-image: url(wraptopbg.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656567;
	text-align: left;
}
.continut {
	padding: 10px 33px 15px 33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626366;
	text-align: left;
}
.continut a {
	color: #DF1621;
}
.continut-w {
	padding: 10px 0px 10px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626366;
	text-align: left;
}
.continut a {
	color: #DF1621;
}


.continut ul {
	list-style-image: url(bullet-plus.gif);
}
.menu {
	height: 31px;
	background-image: url(menubg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 778px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.menu a {
	text-decoration: none;
	color: #444447;
	line-height: 28px;
	display: block;
	height: 28px;
	padding: 0 15px;
	margin-top: 1px;
	float: left;
	background-image: url(menuitembg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-left-color: White;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: White;
	border-right-width: 0px;
	border-right-style: solid;


}
.menu a#first {
	border-left-color: transparent;
}
.menu a#first:hover {
	border-left-color: #A3A4A7;
}

.menu a#last {
	border-right-width: 1px;	
}
.menu a:hover {
	background-position: top right;
	color: White;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: -4px 20px 5px 20px;
	text-align: left;
/*	background-color: #4D90D0;  */
}
.util a {
	text-decoration: none;
	color: #555;	
}
.util {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	width: 230px;
	margin-left: 510px;
	padding-top: 3px;	
}
.footer a {
	text-decoration: none;
	color: #555;
}
.footer a:hover {
	text-decoration: underline;
}
.his {
	float:right; 
	width: 100px; 
	text-align: right;
}
.indexmenu {
	padding:0;
	margin:0;
}
.hl {
	color: #DF1621;
	font-weight: bold;
}

.works div {
	width: 340px;
	margin: 0px;
	padding: 6px 10px;
	border-left: 1px #EBECEC solid;
}










.accordionWrapper { 
display: inline-block; 
overflow:hidden;
width: 882px;
height: 280px;
/*
border-top: 1px #888 solid;
border-bottom: 1px #888 solid;
*/
margin:0;padding:0;
}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer;}
.accordionWrapper div.content{display:none;}
