@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for standards compliant browsers */
	background:url(../images/body-bg.gif) top left repeat;
}

a {
	outline:none;
}

ul {
	margin:0;
	padding:0;
}

/*Makes current page highlight in nav */
body#home a#homeNav,
body#about a#aboutNav,
body#contact a#contactNav,
body#links a#linksNav,
body#shop a#shopNav,
body#learn a#learnNav
{
	color:#660000;
	background:url(../images/current-page.gif) top left no-repeat;
	text-decoration:none;
}	


#topStrip {
	background:url(../images/topStrip-bg.gif) top left repeat-x;
	height:26px;
	width:100%;
}

/*Typography rules */
/* To postion logo and make it clickable */
h1.logo{
	float:left;
	z-index:20;
	margin:0; 
	padding:0;
}

h1 a.logo {
	display:block;
	background:url(../images/RA-header-new.png) no-repeat;
	width:836px;
	height:163px;
	text-indent:-9000px;
}


h2 {
	font-size:200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding-bottom:11px;
	color:#666;
}


h3.subContent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#660000;
	padding:0 0 7px 0;
	margin:0;
	font-weight:bold;
	font-style:italic;
}

p {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	padding:0 0 7px 0;
	margin:0;
	line-height:1.4em;
	color:#666666;
}

p.byline {
	padding:0;
	margin:0;
	font-style:italic;
	text-indent:30px;
}

p.footer {
	color:white;
	font-size:smaller;
	padding:10px;
}

#wrapper {
	width: 855px;
	margin:0;
	padding:0 14px 0 15px;
	background:url(../images/wrapper-bg.png) top left repeat-y;
	margin: 0 auto;
}

#header {
	position:relative;
	height:163px;
}

#quickLinks {
	position:absolute;
	right:2px;
	padding:0;
	margin:0;
	background:url(../images/quickLink-small.jpg) top right no-repeat;
	width: 39px;
	height: 163px;
}

#topDownloads {
	position:relative;
	visibility:hidden;
	padding:0;
	margin:0;
	width:0;
	height:0;
}

h3.downloads {
	position:absolute;
	display:block;
	top:65px;
	left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#787754;
	font-size:14px;
	font-weight:normal;
}

ol#topDL {
	position:absolute;
	top:20px;
	right:90px;
	padding:15px 0 0 20px;
	height:90px;
	width:110px;
}

ol#topDL li {
	list-style:decimal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#787754;
}
	
a.downloads {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#787754;
	text-decoration:none;
}

a:hover.downloads {
	color:#006600;
	text-decoration:underline;
}

#miniNav {
	position:absolute;
	right:0;
	top:35px;
	padding:0;
	margin:0;
	width:23px;
}

#miniNav ul {
	list-style:none;
}

a.mini {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	color:#666666;
	font-size:11px;
	height:24px;
	margin:4px 0 0 0;
	text-indent:-9000px;
	text-decoration:none;
}

a.mini:hover {
	text-decoration:underline;
	color:#006600;
}

a#miniDemo {
	background:url(../images/demo-img.gif) center left no-repeat;
}

a#miniShop {
	background:url(../images/shop-img.gif) center left no-repeat;
}

a#miniContact {
	background:url(../images/contact-img.gif) center left no-repeat;
}

a#miniHome {
	background:url(../images/home-img.gif) center left no-repeat;
}
	
#nav {
	clear:left;
	background:url(../images/nav-bg.jpg) top left no-repeat;
	width:852px;
	height:61px;
}

#nav ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style:none;
}

#nav ul li {
	float: left;
	margin-top:8px;
	padding:0 45px 0 20px;
	background:url(../images/nav-divider.png) center right no-repeat;
}

#nav ul li.noDivider {
		background:none;
}

#nav ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#312614;
	font-size: 16px;
	padding-left:25px;
	text-decoration :none;
}

#nav ul li a:hover {
	color:#006600;
	text-decoration :none;
	background:url(../images/rollover-bg.gif) top left no-repeat;
}

#divideLine {
	clear:both;
	height:31px;
	width:100%;
	background:url(../images/divideLine-bg.gif) center center no-repeat;
}

#textBox {
	float:left;
	width:510px;
	margin: 0 20px 10px 30px;
}

#textBox a {
	font-size:11px;
	color:#006600;
	text-decoration:none;
}

#textBox a.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color:#fff;
	background:#006600 url(../images/dropdown.png) 3px center no-repeat;
	padding:2px 2px 2px 20px;
	text-decoration:none;
}

#textBox a.heading:hover {
	text-decoration:none;
}

#textBox a:hover {
	text-decoration:underline;
}

#textNav {
	float:left;
	padding:5px;
	margin:0 10px 0 0;
	width:200px;
	background:#e0e9d6;
	border:solid 1px #006600;
}

#textNav ul {
	list-style:none;
	padding:0;
	margin:0;
}

/*#textBox #textNav ul li a.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
    padding: 0.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}*/

#mainText {
	float:left;
	width:570px;
}
	

#quoteBox {
	float:left;
	width:263px;
	height:200px;
	background:url(../images/quoteBox-bg.gif) top left no-repeat;
}

h3.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	color:#666;
	margin:0;
	padding:20px 20px 10px 20px;
	line-height:1.3em;
}

#infoBox {
	width: 793px;
	padding:0 30px 0 30px;
}

img.infoPics {
	padding: 10px;
}

img.soundImg {
	padding:3px;
	background:#e2e2e2;
	border: solid 1px #999;
	margin: 5px 0;
}

ul.infoBox {
	padding:0 15px 0 25px;
}

ul.infoBox li {
	color:#666;
	font-size:11px;
}

a.learnMore {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#006600;
	text-decoration:none;
	font-size:11px;
	padding-left:25px;
}	

a:hover.learnMore {
	text-decoration:underline;
}

#whatInfo {
	float:left;
	width:246px;
	height:330px;
	padding-right:21px;
	margin-bottom:20px;
	background:url(../images/what-how-why-bg.gif) top left repeat-y;
}

#howInfo {
	float:left;
	width:246px;
	height:330px;
	padding-right:21px;
	margin-bottom:20px;
	background:url(../images/what-how-why-bg.gif) top left repeat-y;
}

#whyInfo {
	float:left;
	width:246px;
	height:330px;
	margin:0;
	padding-right:0;
	margin-bottom:20px;
	background:url(../images/what-how-why-bg.gif) top left repeat-y;
}	

h2.whatBox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#660000;
	width:226px;
	line-height:2em;
	padding-left:20px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	background:#EAEA00;
}

h2.howBox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#660000;
	width:226px;
	line-height:2em;
	padding-left:20px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	background:#E2e200;
}

h2.whyBox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#660000;
	width:226px;
	line-height:2em;
	padding-left:20px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	background:#CECE00;
}


#footer {
	text-align:center;
	clear:both;
	width:853px;
	height:62px;
	padding:0;
	background:url(../images/footer-bg.gif) top left repeat-x;
}

#footer ul {
	display:block;
	list-style:none;
	padding:10px 0 0 25%;
}

#footer li {
	float:left;
	padding-right: 20px;
}

a.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:85%;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}

a.footer:hover {
	text-decoration:underline;
}

p.copyright {
	clear:both;
	color:#EBBCBD;
	font-size:10px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#bottomStrip {
	padding:0;
	margin:0;
	height:4px;
	width:100%;
	background:url(../images/bottomStrip-bg.gif) top left repeat-x;
}

/* Store Styles */
#content {
	padding:0 20px 10px 20px;
}

content p {
	font-size:11px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-color:#666;
	line-height:1.4em;
}

div#content a {
	font-size:11px;
	color:#006600;
	text-decoration:underline;
}

a.txtDefault {
	font-size:11px;
	color:#006600;
	text-decoration:underline;
}

div.colMid {
	float:left;
	width:530px;
	padding-right:15px;
}

div.colRight {
	float:left;
	width:250px;
}
	
/*---------------Contact form styles-----------------*/
div#contactText {
	float:left;
	width:235px;
	padding:0 5px 0 0;
	margin:10px 0 0 0;
}

div#contactForm input {
	border:solid 1px #006600;
	background:#e0e9d6;
	width:235px;
	margin:0 0 0 10px;
}

div#contactForm textarea {
	border:solid 1px #006600;
	background:#e0e9d6;
	width:235px;
}

#address {
	float:left;
	margin-top:10px;
	background:#ffc;
	padding:10px 0 10px 10px;
	border:1px solid #FB7A31;	
}

#address h3.subContent {
	padding-top:0;
	margin-top:0;
}

#contactForm {
	float:left;
	padding: 0 0 0 10px;
	border-left: dashed 1px #999;
	margin:10px 0 0 0;
}

#contactForm h4 {
	font-size:140%;
	font-weight:normal;
	color:#003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:5px 0 0 10px;
}
	
#contactForm label.text {
	display:block;
	color:#57737a;
	margin-left:10px;
}

#contactForm input.button {
 display:block;
 border:solid 1px #006600;
 font: 120% Georgia, "Times New Roman", Times, serif;
 font-weight:bold;
 font-style:italic;
 background:#FFF;
 color: #006600;
 padding:5px;
}

#contactForm input.button:hover {
	color:#FFFFFF;
	background:#006600;
}

#contactForm textarea {
	width:92%;
	height:70px;
	margin-left:10px;
	overflow:auto;
}

#contactForm input:focus, textarea:focus {
	background-color:#F5F7FA;
}

#contactForm form {
	margin:0;
	padding:0;
}

p.details {
	padding:0;
	margin:0;
}

/*---------------------End Contact Form Styles--------------------*/

ul.exampleList {
	list-style:none;
	margin:0 0 0 5px;
	padding:7px;
}

ul.exampleList > li {
	float:left;
	padding-right:15px;
}

p.examples {
	padding-right:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#006600;
}

.clear:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

ul.standardList {
	list-style:disc;
	color:#006600;
	margin:0 0 0 20px;
	padding:0;
}

/*--------------------Sound table style-----------------------*/
table.sounds {
	text-align:center;
}

table.sounds tbody tr td {
	height:12px;
	padding:3px;
	padding:0;
	margin:0;
}

table.padding tbody tr td {
	padding-top:10px;
	padding-bottom:10px;
}

table.padding p {
	line-height:1.2em;
}

tr.even {
	background:#e0e9d6;
}

table.sounds tbody > tr > td > p.sounds {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	padding:0 0 0 5px;
	margin:0;
}

table.sounds tbody tr td p em{
	padding:0;
	margin:0;
	font-style:italic;
}

tr.header {
	background:#006600;
	text-align:center;
}

h2.sounds {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	padding:3px;
}

h3.sounds {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:16px;
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:normal;
}

em.sounds {
	color:#660000;
	font-style:normal;
}

/*-------------------------Accordion nav styles------------------*/
ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a:hover {
   text-decoration:none;  
}

ul.menu li ul li a {
   padding: 2px 2px 2px 20px;
}

ul.menu li ul li a:hover {
  border-left: 5px #006600 solid;
  padding-left: 15px;
}

/*---------------------End accordion nav styles------------------*/
a.audio {
	display:block;
	height:32px;
	width:32px;
	text-indent:-9000px;
	margin-left:25px;
	background:url(../images/listen.png) center left no-repeat;
	
}
