@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'HypatiaSansProRegular';
	src: url('hypatiasanspro-regular-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'HypatiaSansProRegular';
	src: url(//:) format('no404'), url('hypatiasanspro-regular-webfont.woff') format('woff'), url('hypatiasanspro-regular-webfont.ttf') format('truetype'), url('hypatiasanspro-regular-webfont.svg#webfontmLJtTZhG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'HypatiaSansProLight';
	src: url('hypatiasanspro-light-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'HypatiaSansProLight';
	src: url(//:) format('no404'), url('hypatiasanspro-light-webfont.woff') format('woff'), url('hypatiasanspro-light-webfont.ttf') format('truetype'), url('hypatiasanspro-light-webfont.svg#webfontmCNqD3Wm') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	margin:0px auto;
	padding:0;
	list-style:none;
}
body {
	text-align: center;
  	min-width: 950px;
	font-family: 'HypatiaSansProLight';
	font-size: 14pt;
	color: #EEEEEE;
	margin:0px auto;
	background:#000000;
}

#basic-accordian{
	border:none;
	padding:0px;
  	text-align: left;
  	width: 950px;
 	margin-left: auto;
  	margin-right: auto;
	z-index:2;
}

.accordion_headings{
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;	
	font-size: 32pt;
	padding:0px;
	background:#000000;
	color:#AAAAAA;
	border:none;
	cursor:pointer;
}

.accordion_headings:link{
	color:#AAAAAA;
}

.accordion_headings:hover{
	text-transform: uppercase;
	font-weight: normal;	
	font-size: 32pt;
	background:#000000;
	color: #FFFFFF;
}

.accordion_child{
	padding-left:0px;
	background:#000000;
}

.accordion_child #container{
	width: 950px;
	min-width: 950px;
	max-width: 950px; 
	min-height: 140px; 
	padding-bottom:20px;
	background:#000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #222,  #000); /* for firefox 3.6+ */}

.accordion_child #thumb{
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	position: relative;
	margin-left: 0px;
}

.accordion_child #client{
	width: 740px;
	min-width: 740px;
	max-width: 740px; 
	position: relative;
	margin-left: 200px;
	margin-top: -125px;
	padding-left:10px;
}

.header_highlight{
	text-align: right;
	color:#FFFFFF;
	background:#000000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 32pt;
}


.header {
	background: #000000;
	cursor: pointer;
	padding:0px;
	text-transform: uppercase;
	font-weight: normal;	
	-size: 32pt;
}

.header:hover{
	color:#FFFFFF;
	background-color:#000000;
}

.selected{
	background-color:#000000;
	color:#FFFFFF;
}

.content{
	background:#FFF;
	padding:4px;
}

h1 {
	color: #AAAAAA;
	font-family: 'HypatiaSansProLight';
	font-size: 36pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}

h2 {
	color: #AAAAAA;
	font-family: 'HypatiaSansProLight';
	font-size: 24pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

h3 {
	color: #AAAAAA;
	font-family: 'HypatiaSansProLight';
	font-size: 36pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

clientname {
	font-family: 'HypatiaSansProLight';
	text-transform: uppercase;
	color: #CCCCCC;
	font-size:24px;
}

description {
	font-family: 'HypatiaSansProRegular';
	color: #FFFFFF;
	font-size:16px;
}

#email {
	text-align:right;	
	padding-right:24px;
	color:#EEE;
	font-size:10pt;
}

bio {
	font-family: 'HypatiaSansProLight';
	font-size:14px;
	color: #CCCCCC;
}

a:link {
	color: #0073BC;
	text-decoration: none;
}

a:visited { color: #0073BC; }

a:hover { text-decoration: underline; }

a:active {
	color: #00AFE6;
}
