*
{
   padding: 0px;
   margin: 0px;   
}
  
body 
{    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
html 
{
    height: 100%
} 
header
{
   width: 100%; 
   display: block; 
   height: 15%; 
   margin-left: 2.5%;
   text-align: center;
}
audio 
{ 
   width: 61%; 
   display: block;   
}
#slideButton
{
   display: block; 
   color: blue; 
   background-color: cyan; 
   margin-left: 4%; 
   margin-top: 3.5%; 
   width: 65%; 
   font-size: 1em; 
   text-align: left !important;"
}
#slideShow
{
   margin-left: 3%; 
   height:70%; 
   width: 70%; 
   margin-top: 1%; 
   float: bottom; 
   overflow: hidden; 
   z-index: 5;
}
.rightSidePara
{
   display: block; 
   color: black; 
   text-decoration: none; 
   margin-top: 5px; 
   width: 95%; 
   font-size: 1.25em;
}
.rightSideLink
{
   display: block; 
   margin-top: 10px; 
   width: 100%;
}
.centerPara1
{
   display: block; 
   color: black; 
   text-decoration: none; 
   margin-top: 25px; 
   text-align: left;    
   width: 75%; 
   font-size: 1.25em"
}
.centerPara2
{
   display: block; 
   color: black; 
   text-decoration: none; 
   margin-top: 25px;    
   width: 65%; 
   font-size: 1.25em"
}
.centerPara3
{
   display: block; 
   color: black; 
   text-decoration: none; 
   margin-top: 40px;   
   width: 65%; 
   font-size: 1.25em;
}
.centerLink
{
   display: block; 
   color: blue; 
   text-decoration: none; 
   margin-top: 10px;    
   width: 65%"
}
#mortgageTable
{
   font-size: 20px; 
   margin-left: 0%;
}
#theCenter
{
   display: block; 
   float: left; 
   margin-top: 5%; 
   width: 28%; 
   margin-left: 10%; 
   text-align: left;
}
#theCenter h2
{
   color: #0101df; 
   font-size: x-large;    
}
#belowMenu
{
   display: block; 
   float: left; 
   margin-left: 5%; 
   width: 28%;
}
#theCenter a:hover
{
   background-color: pink;
}
#artButton
{
   display: block; 
   color: blue; 
   background-color: cyan;   
   width: 65%; 
   font-size: 0.75em;
}
/*custom font for text*/
@import url(http://fonts.googleapis.com/css?family=Nunito);

/*Basic reset*/
* {margin: 0; padding: 0;}

#accordian {
	background: #004050;
	width: 400px;
	margin: 100px auto 0 0;
	color: white;
	/*Some cool shadow and glow effect*/
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#accordian h3 {
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #003040; 
	background: linear-gradient(#003040, #002535);
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #003545;
	border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

   hr 
   { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;    
    border-style: inset;
    border-width: 1px;
	width: 85%;
   }   

#RightSide
{
   display: block;
   position: absolute;
   margin-left: 5%;  
   top: 3%;
   right: 0%;
   margin-top: 100px;  
   width: 29%;
   text-indent: 15%;  
   height: 90%;
   font-size: 0.75em;
   border-size: 10px; 
   border-style: solid; 
   border-color: white;
}

#RightSide li
{
   font-weight: 600;
   list-style-type:none;
   text-indent: 20px;
   margin-top: 10px;
   margin-bottom: 10px;   
}

#RightSide a
{ 
   text-decoration: none;
   color: blue;   
}

#RightSide a:hover
{
   background-color: pink;
} 
#SongList
{
   width: 75%;
   float: left;   
}