/* CSS for CMS */

/* Reset styles first */
.cms body,.cms div,.cms dl,.cms dt,.cms dd,.cms ul,.cms ol,.cms li,.cms h1,.cms h2,.cms h3,.cms h4,.cms h5,.cms h6,.cms pre,.cms form,.cms fieldset,.cms input,.cms textarea,.cms p,.cms blockquote,.cms th,.cms td { 
	margin:0;
	padding:0;
}
.cms table {
	border-collapse:collapse;
	border-spacing:0;
}
.cms th, .cms td {
	vertical-align: top;
}
.cms fieldset,.cms img { 
	border:0;
}
.cms address,.cms caption,.cms cite,.cms code,.cms dfn,.cms em,.cms strong,.cms th,.cms var {
	font-style:normal;
	font-weight:normal;
}
.cms strong {
	font-weight: bold;
}
.cms em {
	font-style: italic;
}
.cms ol,.cms ul {
	list-style:none;
}
.cms caption,.cms th {
	text-align:left;
}
.cms h1,.cms h2,.cms h3,.cms h4,.cms h5,.cms h6 {
	font-size:100%;
	font-weight:normal;
}
.cms q:before,.cms q:after {
	content:'';
}
.cms abbr,.cms acronym { border:0;
}

/* Audioworks-specific styles */
.cms {
	font-family: Arial, Helvetica;
	font-size: 9pt;	
}
.cms a {
	color: #0d3b6c;
	outline: none;
	text-decoration: none;
}
.cms a:hover {
	text-decoration: underline;
}
.cmsAdmin {
	background-color: #ffffff;	
}
.cms img {
	border: 0;	
}
.cms img.leftAlign, .cms img.alignleft {
	float: left;
	margin: 0 20px 8px 0;
}
.cms img.rightAlign, .cms img.alignright {
	float: right;
	margin: 0 0 8px 20px;
}
.cms p {
	text-align: justify;	
	margin-top: 0;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	margin-bottom: 1em;
}
.cms h1 {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px #000000 solid;
	margin: 1em 0;
}
.cms h2 {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #0d3b6c;
	margin: 1em 0 0 0;
}
.cms td h2 {
	margin-top: 0;
}
.cms h3 {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 0 0;
}
.cms h4 {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 0 0;
}
.cms table {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
.cms p.indent {
	margin: 1ex 0 1ex 2em;
	font-style: italic;
}
.cms ul {
	list-style-type: disc;
	margin-bottom: 1em;
	padding-left: 24px;
}
.cms li {
	margin-bottom: 1em;
}
.cms div.wave {
	width: 608px;
	height: 421px;
	line-height: 22px;
	padding: 12px 12px 12px 85px;
	background-image: url("/images/backgroundSoundWave.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
	overflow: hidden;
}
.cms div.wave h2 {
	color: #ffffff;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.cms blockquote {
	margin: 1.5em 2em 2em 2em;
	padding-left: 26px;
	background-image: url("/images/leftQuote.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	line-height: 20px;
	text-align: right;
}
.cms blockquote div {
	padding-right: 26px;
	background-image: url("/images/rightQuote.gif");
	background-repeat: no-repeat;
	background-position: top right;
		
}
/*.cms blockquote span.lq {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Sans-serif;
	font-size: 48px;
	color: #0d3b6c;
	position: relative;
	top: 6px;
}
.cms blockquote span.rq {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Sans-serif;
	font-size: 48px;
	color: #0d3b6c;
	position: relative;
	top: 22px;
}*/