body {
	margin: 4px auto;
	background: #FDFACF;
	font-family: normal small Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 145%;
	background-position: 0% 0%;
}

ol {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -25px;
	}
	
ol li {
	padding-left: 1px;
	margin-left: 1px;
	text-indent: .3em;
	padding-bottom: 4px;
	}

#text a {
	color: #7D46BA;
	display: inline;
	text-decoration: none;
}

a[href^="tel:"]:before {
    content: "\260E";
    display: inline;
    margin-right: 0.3em;
}

#phone a {color: #350E61; cursor:default;}


/* Logo */

#logo, #logo2 {
	margin:0 auto;
	width: 836px;
	height: 109px;
	background:     url(images/title3.jpg) no-repeat;
	display: block;
	text-indent:100px;
	color: #FDFACF; 
}

/*Header*/
#header {
	margin: 0 auto;
	width: 826px;
	height: 154px;
	
}

.header {
	margin:0px 0px 0px 0px;
   	padding:0px;
   	border:2px solid #6C3A9D;
	float: none;
}

img {
	margin:5px 5px 15px 10px;
   	padding:0px;
   	border:1px solid #6C3A9D;
	float:right;
}

.noborder {border:none;}
.center {float:none;}
.otter {border:none;
		padding-bottom: 25px;}

img.littlemusik {
	margin: 0 6px 0 0;
   	padding:0px;
   	border:2px solid #7F409B;
	}
	
.header img src{
	margin:0;
	padding:0;
}

#spacer {
	margin: 0 auto;
	width: 824px;
	height: 20px;
	background: url(images/topper.jpg) no-repeat;
}
/* Content */
#content {
	width: 820px;
	margin: 0 auto;
	background:url(images/bg.jpg) repeat-y;
	border:2px solid #6C3A9D; 
	background-color: white;
}

#extra {
	clear: both;
	height: 30px;
	background:url(images/footer.jpg) no-repeat;
	/*background-color: #87D4E6;*/
}

/* TEXT */

#text {
	float: right;
	width: 570px;
	color: #350E61;
	font-size: 1.2em;
	padding: 20px 25px 0 0px;
	margin-bottom: 20px;
	/*background: url(images/upright.gif) no-repeat right top;*/
	border: 5px #4B7AA4;
}

.size {
	font-size: 85%;
}

#text h2 p {
	color: #6E3E75;
	font-size: .8em;
	padding: 4px 0 0 2px;
	margin:0;
}

#text h3.littlemusik, #text h2.littlemusik {
	color: #72338E;
	}
	
#text ul {
	padding: 15px  0 0 28px;
	margin: 0;
	width: 490px;
}

#text li {
	padding: 5px 0;
}

#text p {
	padding: 10px  0 0 0px;
	margin: 0;
	}

p.small {
	font-size: 90%;
}

#text table {
	margin: 10px auto;
	border: 1px #6C3A9D; 
	}

table .button{
	margin: 5px;
	padding: 5px;
	border: 1px #6C3A9D; 
	}
	
#text h2{
	font-size: 1.3em;
	/*border-left: 2px dotted #9A183E;*/
	padding: 10px 0 0 25px;
	margin: 10px 0 0 0;
	color: #870562;
	background: url(images/treble.gif) no-repeat;
	background-position: -15px -3px;
	height:50px;
	
}

.italic {
	font-style:italic;
	margin: 0 0 0 2px;
	padding:0 0 0 2px;
	color: #350E61;
	font-size: 0.85em;
}

.nobr  { white-space:nowrap; }

.center {
	 margin-left: auto;
    margin-right: auto;
}

#text h3{
	padding: 25px 0 3px 0;
	font-size: 1.1em;
	color: #870562;
	margin:0;
}

#text h4{
		padding: 0;
		font-size: 1.0em;
		margin-bottom: 0px;
		color: #E75C00; /*5C2E63;*/
}

#text h5 {
	padding: 15px 0 0px 0;
}

#text h6 {
	font-size: 1.1em;
	color: #098B8B;
	margin-top: 22px;
	font-family:"Comic Sans MS";
}

#text hr {
	border: 0;
	width: 80%;
	color: #6E3E75;
	background-color: #DE9144;
	height: 5px;
	text-align: left;
}

#text .story {
	clear: both;
}

#text em, i {
	color: #CC9966; /*blue*/
}

#text h2 img {
	margin: 0 0 4px 16px;
	padding: 5px;
}

/* Content > SIDEBAR MENU */

div.sidebar {
	float: left;
	width: 196px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 0 0 0;
	padding: 0;
	font-weight: bold;
	background: url(images/sidebar.jpg) repeat-y;
	background-color: #A8CE56;
	font-size: 0.8em;
}

div.sidebar a {
	color: #6E3E75;
	background-color: #DCF6A5; /*#D1EE93;*/
	/*border-bottom: #A8CE56 2px solid;*/
	display: block;
	width: 153px;
	height: 30px;
	padding: 10% 5px 0px 19px;
	text-decoration: none;
	line-height: 130%;
}

div.sidebar ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	/*border-bottom: #CDE27B 2px solid;*/
	width: 180px;
	/*background-color: #E8F2BE;*/
}
	
div.sidebar li {
	display: block;
	border-top: #A8CE56 2px solid;
}

div.sidebar a:hover, .sidebar .active a {
	background: #DCF6A5 url(images/rest.gif) no-repeat;
	background-position:5px 16px;
}

div.sidebar .top a {
	background: url(images/top.gif) no-repeat;
	
}

div.sidebar .top a:hover, div.sidebar .home a {
	background: url(images/top_hover.gif) no-repeat;
}

div.sidebar .alert a {
	background: #0073CF; color: white;
}

div.sidebar .last a {
	height: 42px;
	background: url(images/bottom.gif) no-repeat;
}

div.sidebar .last a:hover, div.sidebar .bottom a {
	height: 42px;
	background: url(images/bottom_hover.gif) no-repeat;
}



/*  SIDEBAR SUB MENU */
div.sidebar ul ul {
	padding: 0px 0px 0px 0px;
	margin: 0;
	border: none;
	font-size: 98%;
	
	}
	
div.sidebar ul ul li {
	border-top: none; /*#C4E878 1px dashed;*/
	
	}
	
div.sidebar li {
	display: block;
}

div.sidebar ul ul li a {
	display: block;
	width: 123px;
	padding: 2px 24px 2px 30px;
	text-decoration: none;
	/*color: #873972; A26391;*/
	}

div.sidebar ul ul a:hover {
	background: #DCF6A5 url(images/rest.gif) no-repeat;
	background-position: 15px top;
	}


/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

.primaryNav {
	margin-left: 30px;
}
