
.clientheaders { /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 6px 0px 0px 2px;
	background: url(images/orange-backer.gif) repeat-x;
	width: 505px;
}


.style1 {
	font: bold 14px;
	font-size: 16px;
	color: #000000;
}

a {outline:none;}

.positionlist {
	background: #FFFFFF url(images/arrow-right.gif) no-repeat right center;
	margin: 0px;
	padding: 8px 30px 8px 5px;
	list-style: none;
}

ul.positionlist li {
	display: inline;
	list-style: none;
}

li.title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	height: 50px;
}

li.company {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #df7a35;
	margin-left: 10px;
}
.openclient { /*class added to contents of 1st demo when they are open*/
	background: #FFFFFF url(images/arrow-down.gif) no-repeat right center;
}
.clientcontent {
	margin: 0px;
	padding: 10px 8px;
}

#bottomlinks {
	background: url(images/gray-box.jpg) no-repeat;
	height: 65px;
	width: 505px;
	margin: 20px 0px 0px;
	padding: 0px;
}

ul.footlinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
ul.footlinks li {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}

ul.footlinks a {
	color: #333333;
	text-decoration: none;
	background: url(images/arrow-right.gif) no-repeat left 0px;
	padding: 5px 0px 5px 30px;
}
ul.footlinks a:hover {
	color: #333333;
	text-decoration: none;
}
#content hr {
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 2px;
	background: #999999;
	margin: 15px 0px;
	width: 100%;
}


.formitem, .formitem2, .checkbox, .longitem, .other {
	font-size: 11px;
	display: inline;
}

.formitem {
	width: 75px;
}
.formitem2 {
width: 75px;
	padding-right: 5px;
	padding-left: 10px;
}
.checkbox {
	width: 150px;
	
}
.other {width: 50px;}

.cliententry {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
	border-bottom: 1px solid #f6d170;
}
.cliententry li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	width: 160px;
	vertical-align: middle;	
}
.clienttitle {}
.clientlogo {
	text-align: center;
}
.clientname {
font: bold 10px Arial, Helvetica, sans-serif;
	color: #df7a35;

}