/* Johnson & Laird Website CSS 
 ***********************************************/

/* Reset */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
cite, code, del, dfn, em, img, ins, kbd, q, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0; }
caption, th, td {
	text-align: left;
	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/* HTML */
body {
	color: #4d4d4d;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	text-align: center;
	background: #fff; }


/* Links */
a { 
	color: #84c9e4;
	text-decoration: none; }
a:hover {
	color: #1b75bb;
	text-decoration: underline; }
a img { border: none; }


/* Forms */
input, textarea {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; }
textarea {
	width: 272px;
	height: 135px;
	color: #666;
	line-height: 17px;
	background-color: #fff;
	border: none;
	resize: none; }
#container div.txtarea { 
	float: left;
	width: 277px;
	height: 136px;
	margin-bottom: 4px;
	padding: 6px 5px 5px 5px;
	background: #fff url(../img/forms/form-elements.gif) -10px -117px no-repeat; }


/* Containers */
#container {
	width: 943px;
	margin: 0 auto;
	text-align: left; }
#header { 
	height: 70px; }
#search { 
	float: left;
	width: 284px;
	margin-top: 18px; }
#content { 
	float: right;
	display: inline;
	width: 640px;
	margin: 18px 1px 0 0; }
#footer { 
	float: left;
	width: 940px;
	margin-top: 25px;
	padding-bottom: 10px;
	border-top: 1px solid #e6e6e6; }


/* Header */
#header h1 a {
	float: left;
	width: 284px;
	height: 37px;
	margin-top: 27px;
	padding-bottom: 5px;
	text-indent: -7777px;
	background: url(../img/logos/johnson&laird.gif) 0 18px no-repeat;
	border-bottom: 1px solid #e6e6e6; }
#header ul {
	float: right;
	display: inline;
	width: 639px;
	height: 37px;
	margin: 27px 3px 0 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6; }
#header ul li { float: left; }
#header li a { 
	float: left;
	width: 127px;
	height: 37px;
	margin-right: 1px;
	text-indent: -7777px;
	background-image: url(../img/menu/menu-elements.gif);
	background-repeat: no-repeat; }
#header li a:hover { text-decoration: none; }

#header #nav-actors { background-position: -10px -10px; }
#header .sel #nav-actors { background-position: -284px -10px; }
#header #nav-voices { background-position: -10px -57px; }
#header .sel #nav-voices { background-position: -284px -57px; }
#header #nav-presenters { background-position: -10px -104px; }
#header .sel #nav-presenters { background-position: -284px -104px; }
#header #nav-mcs-entertainers { background-position: -10px -151px; }
#header .sel #nav-mcs-entertainers { background-position: -284px -151px; }
#header #nav-shortlist { 
	position: relative;
	margin-right: 0;
	background-position: -10px -198px; }
#header .sel #nav-shortlist { background-position: -284px -198px; }

#header #nav-shortlist span {
	display: block;
	width: 80px;
	height: 16px;
	position: absolute;
	top: 16px;
	right: 8px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-align: right;
	text-indent: 0; }


/* Search */
#search h3 {
	display: block;
	width: 284px;
	height: 14px;
	padding-bottom: 7px;
	text-indent: -7777px;
	border-bottom: 1px solid #e6e6e6; }
.search-actors #search h3 { background: url(../img/titles/title-elements.gif) -10px -33px no-repeat; }
.search-voices #search h3 { background: url(../img/titles/title-elements.gif) -10px -56px no-repeat; }
.search-presenters #search h3 { background: url(../img/titles/title-elements.gif) -10px -79px no-repeat; }
.search-mcs-entertainers #search h3 { background: url(../img/titles/title-elements.gif) -10px -102px no-repeat; }

#search h3.quick { background: url(../img/titles/title-elements.gif) -10px -10px no-repeat; }
#search h3.title-back { background: url(../img/titles/title-elements.gif) -10px -125px no-repeat; }
#search h3.title-send { background: url(../img/titles/title-elements.gif) -10px -148px no-repeat; }
.submission #search h3.title-send { background: url(../img/titles/title-elements.gif) -10px -309px no-repeat; }
#search h3.title-sent { background: url(../img/titles/title-elements.gif) -10px -263px no-repeat; }
#search h3.title-forwarded { background: url(../img/titles/title-elements.gif) -10px -332px no-repeat; }
#search h3.title-clear { background: url(../img/titles/title-elements.gif) -10px -286px no-repeat; }

#search h3 a { 
	display: block;
	height: 14px; }
#search fieldset {
	display: block;
	padding-bottom: 4px;
	border-bottom: 1px solid #e6e6e6; }
fieldset#primary { margin: 8px 0 8px 0; }
fieldset#secondary { margin: 0; }
#search fieldset { width: 284px; }
#search .textfield input {
	width: 270px;
	height: 23px;
	padding: 6px 10px 0 7px;
	color: #666;
	font-size: 11px;
	background: #fff url(../img/forms/form-elements.gif) -10px -9px no-repeat;
	border: none; }
#pri-name-container { margin-bottom: 2px; }
#search #pri-name-container input { color: #ccc; }
#search #pri-name-container input.sel { color: #666; }
#search div { width: 284px; }
#search div.selectfield {
	width: 284px;
	height: 26px;
	margin-bottom: 4px;
	background: #fff url(../img/forms/form-elements.gif) -10px -46px no-repeat; }
#search div.selectfield:focus { background-position: -304px -46px; }
#search #secondary div.selectfield { background: #fff url(../img/forms/form-elements.gif) -10px -82px no-repeat; }
#search #secondary div.selectfield:focus { background-position: -304px -82px; }
#search .selectfield label {
	display: block;
	position: absolute;
	float: left;
	z-index: 1;
	height: 26px;
	padding-left: 7px;
	color: #999;
	line-height: 26px; }
#search .selectfield label.sel { color: #1b75bb; }
#search .selectfield select {
	display: inline;
	position: absolute;
	float: left;
	z-index: 2;
	width: 284px;
	height: 26px;
	margin-top: 2px;
	padding-top: 8px;
	color: #999;
	font-size: 11px;
	background-color: #fff;
	cursor: pointer;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0; }
#search .button {
	display: block;
	width: 284px;
	height: 37px;
	margin-top: 8px;
	text-indent: -7777px; }

.backto { 
	margin-bottom: 32px;
	background-image: url(../img/forms/form-elements.gif);
	background-repeat: no-repeat; }

#but-refine { background: url(../img/forms/form-elements.gif) -10px -275px no-repeat; }
#but-back-actors { background-position: -10px -322px; }
#but-back-voices { background-position: -10px -369px; }
#but-back-presenters { background-position: -10px -416px; }
#but-back-mcs-entertainers { background-position: -10px -463px; }
#but-back-talent-homepage { background-position: -10px -886px; }
#but-back-news { background-position: -10px -933px; }
#but-back-shortlist { background-position: -10px -510px; }
#but-back-submission { background-position: -10px -1074px; }
#but-send { background: url(../img/forms/form-elements.gif) -10px -557px no-repeat; }
#but-forward { background: url(../img/forms/form-elements.gif) -10px -1027px no-repeat; }
#but-back-profile { background-position: -10px -604px; }
#but-back-about { background-position: -10px -651px; }
#but-back-news { background-position: -10px -698px; }
#but-back-contact { background-position: -10px -745px; }
#but-back-home { background-position: -10px -792px; }
#but-start { background: url(../img/forms/form-elements.gif) -10px -839px no-repeat; }
#container #but-clear { 
	height: 31px;	
	margin-top: 0;
	background: url(../img/forms/form-elements.gif) -10px -980px no-repeat; }

#send-container, #clear-container { float: left; }
#clear-container { margin-top: 47px; }

#send-form, #clear-form {
	display: block;
	margin-top: 10px; }
#send-shortlist label {
	display: block;
	line-height: 16px; }
#send-shortlist label em, #send-shortlist p em {
	color: #f53;
	font-size: 12px;
	font-weight: bold; }
#send-shortlist p.req { 
	margin-top: 12px;
	color: #f53; }
#send-shortlist .textfield { margin-bottom: 2px; }
#sen-recipients-container { 
	padding-bottom: 10px; 
	border-bottom: 1px solid #e6e6e6; }
#sen-recipients-container p { 
	margin-top: 2px;
	color: #bbb;
	line-height: 14px; }
#container #clear-shortlist { border: 0; }


/* Content: Navigation */
#nav-top, #nav-bot {
	float: left;
	width: 637px;
	font-size: 11px;
	line-height: 20px; }
#nav-top {
	height: 21px;
	border-bottom: 1px solid #e6e6e6; }
#nav-bot {
	padding-top: 6px;
	border-top: 1px solid #e6e6e6; }
#nav-top p, #nav-bot p {
	float: left;
	color: #4d4d4d; }
#nav-bot p.book { 
	margin-left: 2px;
	width: 450px;
	line-height: 14px; }
#nav-bot p.top { 
	float: right;
	margin-right: 2px; }
#nav-top ul, #nav-bot ul { float: right; }
#nav-bot ol { 
	float: left;
	width: 637px; }
#nav-top ul li, #nav-bot ul li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	color: #ddd;
	text-align: right;
	background: url(../img/graphics/separator.gif) right center no-repeat;
	cursor: default; }
#nav-top ul li.colend, #nav-bot ul li.colend {
	margin: 0; padding: 0;
	background: none; }
#nav-bot ol li { 
	float: left;
	margin-right: 2px;
	line-height: 18px; }
#nav-bot ol li.sel { 
	padding: 0 5px 0 5px;
	color: #4d4d4d; }
#nav-bot ol li a {
	display: block; 
	padding: 0 5px 0 5px;
	background: #f7f7f7; }
#nav-bot ol li a:hover {
	color: #4d4d4d;
	text-decoration: none;
	background: #fff; }


/* Content: Extras */
#audio-disclaimer, #shortlist-instructions {
	float: left;
	width: 617px;
	height: 23px;
	margin-top: 7px;
	padding: 8px 10px 8px 10px;
	background: #f2f2f2 url(../img/graphics/shortlist-bg.gif) left top no-repeat; }
#shortlist-instructions { 
	height: 60px;
	margin: 30px 0 10px 0; }
#audio-disclaimer p, #shortlist-instructions p {
	font-size: 10px;
	line-height: 12px;
	color: #999; }
#profile-disclaimer { 
	float: left;
	margin-top: 25px; }
#profile-disclaimer #audio-disclaimer { margin-top: 0; }
.shortlist #audio-disclaimer, .submission #audio-disclaimer { margin: 0 0 9px 0; }
.search-voices #audio-disclaimer { margin: 0 0 9px 0; }


/* Content: Results */
#results { 
	float: left;
	position: relative;
	width: 640px;
	min-height: 386px;
	height: auto !important;
	height: 386px;
	margin-top: 9px; }
.search-voices #results {
	min-height: 234px;
	height: auto !important;
	height: 234px; }
.shortlist #results { 
	margin-top: 0;
	min-height: 620px;
	height: auto !important;
	height: 620px; }

#results h3 {
	float: left;
	position: relative;
	width: 637px;
	height: 14px;
	margin-bottom: 9px;
	padding-bottom: 7px;
	line-height: 14px;
	text-indent: -7777px;
	border-bottom: 1px solid #e6e6e6; 
	background: url(../img/titles/title-elements.gif) -10px -33px no-repeat; }
#results h3.title-actors { background: url(../img/titles/title-elements.gif) -10px -171px no-repeat; }
#results h3.title-voices { background: url(../img/titles/title-elements.gif) -10px -194px no-repeat; }
#results h3.title-presenters { background: url(../img/titles/title-elements.gif) -10px -217px no-repeat; }
#results h3.title-mcs { background: url(../img/titles/title-elements.gif) -10px -240px no-repeat; }
#results h3 span { 
	float: left;
	position: absolute;
	top: 2px;
	right: 2px;
	line-height: 12px;
	font-weight: normal;
	color: #bbb;
	text-indent: 0; }
#results p.noresults { margin-left: 4px; }
.shortlist #results p.noresults { margin-top: 10px; }
.shortlist #results .division { float: left; }
.shortlist #results .divlist, .submission #results .divlist { 
	float: left;
	margin-bottom: 13px; }

#results li.profile, #profile-audio li.profile {
	float: left;
	display: inline;
	position: relative;
	width: 125px;
	height: 186px;
	margin: 0 3px 7px 0;
	background-color: #f2f2f2;
	cursor: pointer; }
.search-voices #results li.profile, #results .shortlist-voices li.profile { height: 122px; }
.submission #results .shortlist-voices li.profile { height: 110px; }
#profile-audio li.profile { cursor: default; }
.search-mcs-entertainers #results li.profile, #results .shortlist-mcs-entertainers li.profile { height: 204px; }
.submission #results .shortlist-mcs-entertainers li.profile { height: 192px; }
.submission #results li.profile { height: 174px; }
#profile-audio li.profile { height: 82px; }
#results li.colend { margin-right: 0; }

#results a.headshot, #profile-info a.headshot, .talent-homepage .headshot { 
	display: block;
	position: relative;
	width: 125px;
	height: 125px; }
#results a.headshot:hover, #profile-info a.headshot:hover { text-decoration: none; }

#results .audio-clip, #profile-audio .audio-clip { 
	width: 125px;
	height: 43px;
	background-color: #f2f2f2; }
#results .audio-clip a, #profile-audio .audio-clip a {
	display: block;
	width: 125px;
	height: 43px;
	text-indent: -7777px;
	background: url(../img/menu/menu-elements.gif) -10px -292px no-repeat; }

#results .details { 
	position: absolute;
	top: 120px;
	left: 0;
	width: 125px;
	height: 79px; }
.search-voices #results .details, #results .shortlist-voices .details { top: 43px; }
.submission #results .details { height: 41px; }

#results span.newtalent, #profile-info span.newtalent, .talent-homepage span.newtalent {
	float: left;
	width: 121px;
	height: 17px;
	position: absolute;
	left: 0;
	padding-left: 4px;
	color: #fff;
	font-size: 9px;
	line-height: 17px;
	background-color: #8bc53f; }
#results .headshot span.newtalent, #profile-info span.newtalent, .talent-homepage span.newtalent { top: 108px; }
.search-voices #results span.newtalent, #results .shortlist-voices span.newtalent { top: 0; }

#results h5, #profile-audio h5 {
	float: left;
	width: 117px;
	height: 26px;
	position: absolute;
	left: 4px;
	top: 9px;
	color: #999;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px; }
.search-voices #results h5, #results .shortlist-voices h5 { top: 21px; }
#profile-audio h5 { 
	top: 49px;
	font-weight: normal; }
#results h5 a { color: #808080; }
#results h5 a:hover { text-decoration: underline; }

#results li.profile p {
	float: left;
	position: absolute;
	left: 4px;
	top: 38px;
	color: #aaa;
	font-size: 10px; }

#results li ul, #profile-audio li ul {
	float: left;
	position: absolute;
	top: 38px;
	padding-left: 4px; }
.search-voices #results li ul, #results .shortlist-voices li ul { top: 51px; }
.search-mcs-entertainers #results li ul, #results .shortlist-mcs-entertainers li ul { top: 56px; }
#profile-audio li ul { top: 66px; }
#results li li, #profile-audio li li {
	float: left;
	width: 121px;
	height: 11px;
	padding-bottom: 1px;
	color: #1b75bb;
	font-size: 9px;
	line-height: 11px; }
#results li li strong {
	color: #1b75bb;
	font-weight: bold;
	line-height: 11px;
	cursor: default; }


/* Content: Basic */
.search-home #profile-title { padding-bottom: 5px; }
#story { 
	float: left;
	width: 440px;
	margin-top: 10px;
	padding-left: 2px; }
#story p { 
	margin-bottom: 12px;
	color: #999;
	line-height: 14px; }
#story p.first {
	font-size: 17px;
	line-height: 24px; }

#contact { 
	float: left;
	width: 640px;
	height: 240px;
	margin-top: 10px;
	background: #fff url(../img/graphics/contact-bg.gif) left top no-repeat; }
#pan1, #pan2, #pan3 {
	float: left;
	width: 119px;
	padding: 8px 0 0 8px; }
#pan3 { width: 320px; }
#contact p { 
	margin-bottom: 12px;
	line-height: 14px; }
#contact strong { font-weight: bold; }



/* Content: Talent Homepage */
.talent-homepage { background-color: #333132; }
.talent-homepage #header h1 a {
	background-image: url(../img/logos/johnson&laird-talent.gif);
	border: 0; }
.talent-homepage #profile-options {
	width: 388px;
	height: 324px;
	margin: 120px auto 0 auto;
	padding: 30px;
	background: url(../img/graphics/talent-bg.png) left top no-repeat; }
.talent-homepage h2 {
	float: left;
	width: 388px;
	padding: 14px 0 2px 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-indent: 2px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; }
.talent-homepage .details {
	float: left;
	width: 388px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff; }
.talent-homepage .headshot { float: left; }
.talent-homepage .details p {
	width: 252px;
	height: 45px;
	margin: 2px 0 0 7px;
	color: #fff; }
.talent-homepage p {
	float: left;
	width: 252px;
	margin-top: 130px;
	color: #999; }
.talent-homepage ul {
	float: left;
	display: inline;
	width: 258px;
	margin-left: 2px; }
.talent-homepage ul li { 
	float: left;
	display: inline;
	margin: 2px 0 0 2px; }
.talent-homepage li a { 
	float: left;
	width: 127px;
	height: 37px;
	text-indent: -7777px;
	background-image: url(../img/menu/menu-elements.gif);
	background-repeat: no-repeat; }
.talent-homepage #nav-actor { background-position: -10px -392px; }
.talent-homepage #nav-voice { background-position: -10px -439px; }
.talent-homepage #nav-presenter { background-position: -10px -486px; }
.talent-homepage #nav-mc-entertainer { background-position: -10px -533px; }


/* Content: Profile */
#profile-title {
	float: left;
	width: 640px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e6e6e6; }
#profile-title h2 { 
	float: left;
	width: 520px;
	font-weight: bold;
	font-size: 16px;
	text-indent: 2px; }
h2 small {
	padding-left: 6px;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px; }
#profile-title div {
	float: right;
	margin: 2px 4px 0 0;
	color: #1b75bb;
	font-size: 11px;
	line-height: 16px; }
#profile-title p { cursor: default; }
#profile-title strong { font-weight: bold; }

#profile-info, #profile-full {
	float: left; 
	margin-top: 25px; }
#profile-info { 
	width: 125px;
	margin-bottom: 10px; }

#profile-full {
	width: 510px;
	margin-left: 3px; }
#content h4 { 
	margin-bottom: 7px;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-indent: 2px;
	border-bottom: 1px solid #e6e6e6; }
#welcome {
	width: 255px;
	height: 426px;
	padding-left: 385px;
	background: #f5f5f5 url(../img/graphics/home.png) left top no-repeat; }
#welcome h4, #welcome p, #welcome a {
	float: left;
	width: 255px;
	margin: 0; padding: 0;
	text-indent: -7777px;
	border: none; }
#welcome h4 {
	height: 155px;
	background: url(../img/graphics/welcome-head.png) left top no-repeat; }
#welcome .p1, #welcome .p1 a {
	float: left;
	width: 255px;
	height: 72px;
	background: url(../img/graphics/welcome-p1.png) left top no-repeat; }
#welcome .p2 {
	height: 199px;
	background: url(../img/graphics/welcome-p2.png) left top no-repeat; }

#profile-info .details ul { background: #f2f2f2 url(../img/graphics/profile-bg.gif) left bottom no-repeat; }
#profile-info li { 
	padding: 0 4px 0 8px;
	color: #999;
	font-size: 10px;
	line-height: 13px; }
#profile-info li.sep { 
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #fff; }
#profile-info li.first { padding-top: 4px; }
#profile-info li.last { padding-bottom: 4px; }
#profile-info li strong { color: #4d4d4d; }
#profile-info .butarea { 
	margin-top: 9px;
	border-top: 1px solid #e6e6e6; }
#but-download-bio { 
	display: block;
	width: 125px;
	height: 37px;
	margin-top: 8px;
	text-indent: -7777px;
	background: url(../img/menu/menu-elements.gif) -10px -345px no-repeat; }

.profile-voice #profile-info, .profile-voice #profile-full { margin-top: 7px; }

#profile-gallery { 
	float: left;
	width: 509px;
	margin-bottom: 24px; }
#profile-gallery li {
	float: left;
	margin-right: 3px; }
#profile-gallery li.last, #profile-audio li.last { margin: 0; }
#profile-gallery li a { float: left; }

#profile-career { 
	float: left;
	width: 509px;
	margin-bottom: 18px; }
#profile-career li {
	margin-bottom: 6px;
	padding: 0 0 8px 2px;
	color: #999;
	border-bottom: 1px solid #e6e6e6; }
#profile-career li.last { border: none; }
#profile-career h4.gap { margin-top: 17px; }
.profile-voice #profile-career h4 { margin-top: 17px; }
#profile-career p { 
	width: 380px;
	margin-left: 2px;
	color: #999;
	line-height: 14px; }
#profile-career blockquote { 
	width: 380px;
	line-height: 14px; }
#profile-career cite { 
	display: block;
	width: 380px;
	margin-top: 4px;
	color: #bbb;
	font-style: normal; }


/* Content: Shortlist */
#content {
	min-height: 400px;
	height: auto !important;
	height: 400px; }


/* Content: Submission */
.submission #profile-title { margin-bottom: 16px; }
.submission #profile-title h2 { margin-bottom: 2px; }
.submission #profile-title h2 em { color: #53bee1; }
.submission #profile-title h2 strong { 
	font-size: 12px;
	font-weight: normal;
	color: #999; }


/* News */
#news {
	float: left;
	width: 640px; }
#news ul { 
	margin-bottom: 30px; }
#news h4 { margin-top: 20px; }
#news h5 { 
	width: 440px;
	margin: 12px 0 4px 0;
	padding: 0 0 4px 2px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6; }
#news p {
	margin-bottom: 14px;
	padding-left: 2px;
	line-height: 14px; }


/* Footer */
#footer ul {
	float: right;
	margin-top: 5px; }
#footer ul li {
	float: left;
	height: 16px;
	margin-right: 6px;
	padding-right: 8px;
	line-height: 16px;
	background: url(../img/graphics/arrows.gif) right 6px no-repeat; }
#footer ul li.colend {
	margin: 0; padding: 0;
	background: none; }
#footer ul li a {
	color: #b2b2b2;
	font-size: 10px; }
#footer ul li a:hover { color: #4d4d4d; }


/* Voices Overlay */
#JLM_voices {
	position: absolute;
	top: 40px; left: 50%;
	width: 940px;
	margin-left: -470px;
	z-index: 7777; }
#JLM_voices .sec1 {
	float: left;
	width: 284px;
	margin-right: 10px;
	border-bottom: 1px solid #929292; }
#JLM_voices .sec2 {
	float: left;
	width: 646px;
	height: 30px;
	border-bottom: 1px solid #929292; }
#JLM_voices .sec3 {
	float: left;
	width: 940px;
	height: 38px;
	border-bottom: 1px solid #929292; }
#JLM_voices h1 {
	display: block;
	height: 30px;
	background: url(../img/graphics/voices-elements.png) no-repeat -9px -7px;
	text-indent: -7777px; }
#JLM_voices .sec2 a {
	float: right;
	width: 42px;
	height: 23px;
	text-indent: -7777px;
	background: url(../img/graphics/voices-elements.png) no-repeat -6px -114px; }
#JLM_voices .sec2 a:hover {
	background-position: -116px -114px; }
#JLM_voices h3 {
	float: left;
	width: 284px;
	height: 38px;
	background: url(../img/graphics/voices-elements.png) no-repeat -9px -50px;
	text-indent: -7777px; }
#JLM_voices .options ul {
	position: absolute;
	top: 160px; left: 147px; }
#JLM_voices .options li {
	float: left;
	margin-right: 26px; }
#JLM_voices .options li a {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	background: url(../img/graphics/voices-elements.png) no-repeat -300px 0; }
#JLM_voices .options li a:hover {
	background-position: -300px -200px; }
#JLM_voices .options li a span {
	float: left;
	width: 140px;
	height: 40px;
	margin: 80px 0 0 30px;
	background: url(../img/graphics/voices-elements.png) no-repeat;
	text-indent: -7777px; }
#JLM_voices .options .opt1 a span {
	background-position: -71px -208px; }
#JLM_voices .options .opt2 a span {
	background-position: -71px -278px; }
#JLM_voices .options .opt3 a span {
	background-position: -71px -348px; }
