/* CSS Document */
/* Generic Selectors */
body {
	font-family: Trebuchet MS, Arial, sans-serif;
	margin:0 auto;
	padding: 0 0 0 0;
    width:760px;
	font-size: 12px;
}
h1  {color: #052361;
	font-size: 36px;
}
h2 {color: #355da5;
	font-size: 30px;
    font-weight:500;
}

h3 {color: #9b5f3a;
	font-size: 24px;
    font-weight:400;		
	}
h4 {color: #481d02;
	font-size: 16px;
    font-weight:300;
}
p {width: 98%;margin-bottom: 0;
}
#main p {width: 100%;
}

/*************************  Pseudo classes *************************/
/********************* rollover text **************************/
a:link {color: #95490f; font-weight:600;text-decoration: none;} /* for unvisited links */
a:visited {color: #95490f;text-decoration: none;} /* for visited links */
a:hover {color: #052361; font-weight:italic;text-decoration: none;} /* when mouse is over link */
nav-text a:active {color: #95490f; font-weight:italic;text-decoration: none;} /* when link is clicked */

#header{background-color:#ffffff;	
}
#container{
	margin-top:10px; width: 760px;
    background-color:#355da5; border-top: 1px solid #032360; 
}
#container {margin:0; padding: 0;}
#level1{clear:left;	margin-top: 0px;}

#nav-box{float:left;padding-left:0px;width:142px;
    background-color:#355da5;
	height: 100%;
	/*top: 186px;
	left: 2px;*/
	padding-right:10px;
	padding-top:10px;
	padding-left:0px;	
	margin: 0;
	margin-top: 0px;
	visibility: visible;
	text-align:right;
}
#nav-box ul li {list-style-type: none;
	line-height: 150%;	
	margin:0px 0px 0px -20px;
}
#nav-text ul li {line-height: 200%;
	font-size:13px;
}
#nav-text{margin-left:0px;
	width:140px;
	background-color:#355da5; 
	padding-bottom:10px;
}

#nav-text a:link {color: #dddddd;font-weight:bold;text-decoration: none;} /* for unvisited links */
#nav-text a:visited {color: #dddddd;text-decoration: none;font-style:italic;} /* for visited links */
#nav-text a:hover {color: #052361; font-weight:bold; font-style:italic;text-decoration:none;} /* when mouse is over link */

ol {
list-style-image: url(http://www.rockymountainviolasociety.org/images/2-8th-notes-sm.gif);
}

#nav-text a:active {color: #dddddd;text-decoration: none;} /* when link is clicked */

#main-text-box{float:left;
    padding-left:10px; 
    padding-right:10px;
    padding-top:5px;
    width:588px; 
    background-color:#ffffff; 
	/*border-left: 1px solid #002b52;*/
}
#main-text-box p{margin:0;padding:0;}
#main-text-box2{float:left;
    padding-left:10px; 
    padding-right:10px;
    padding-top:5px;
    width:588px; 
    background-image:url(images/Viola_06.jpg);
}
#main-text-box2 p{margin:0;padding:0;}

#viva-text ul li {line-height: 150%;
	font-size:12px;
}
#viva-text{margin-left:0px;
	width:140px; 
	background-color:#355da5; 
	padding-bottom:10px;
    border-top: 1px dashed #ffffff;
}

/*************************  Pseudo classes Viva menu *************************/
/********************* rollover text Viva Menu**************************/
#viva-text a:link{color:#dddddd;} /* for unvisited links */
#viva-text a:active{font-style:italic; color:#dddddd;} /* for visited links */
#viva-text a:visited{color:#dddddd; font-style:italic;} /* when mouse is over link */
#viva-text a:hover{color:#dddddd;} /* when link is clicked */

/************************* Bottom Nav *************************/
#bot-nav{width:760px; clear:left;
	border-top: 0px solid #032360;
}
#bot-text{
	background-color:#99b4df;
}

/*************************  Pseudo classes Bottom Text *************************/
/********************* rollover text **************************/
#bot-text a:link{ color:#052361;} /* for unvisited links */
#bot-text a:active{font-style:italic; color:#355da5;} /* for visited links */
#bot-text a:visited{color:#355da5; font-style:italic;} /* when mouse is over link */
#bot-text a:hover{color:#355da5;} /* when link is clicked */


.image-right {float:right; border: 2px solid #032360;}
.address{width: 200px; margin-left:10px;}

/*text styles*/
.style-blue {color: #355da5;}
.style-dkblue {color: #052361;}
.style-bold-blue {color: #355da5;font-weight:bold; font-size:15px;}
.style-white {color: #ffffff;}
.style-brown{ color: 95490f;font-weight:400; font-size:15px;}
.pipe {color: #052361;}
.style-16 {font-size:16px;}

.text-link{font-color: #000000;}

