html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
html {
    height: 100%;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----------------------------------*/

body, html {
	background: #8FABD1;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left; }

	#main {
		width: 987px;
		background-color: #F2EEE0;
		margin-left: auto;
		margin-right: auto;
	}

	#head {
		width: 100%;
		height: 125px;
		background: url(imgs/RMI_Logo.png) no-repeat;
		background-color: #E5DDC1;
	}

	.invisiblity_cloak {
	    display: none;
	}

	#left_top {
	    width: 300px;
	    height: 100px;
	    float: left;
	    margin-top: 10px;
	}

	#right_top {
	    width: 400px;
	    height: 60px;
	    float: right;
	}

	#contentA {
	    width: 987px;
	    margin-top: 115px;
	    padding: 0px 0px 0px 0px;

	}
	#content {
	    width: 950px;
	    margin-top: 115px;
	    padding: 10px 10px 10px 10px;

	}

		hr {
			background: #FFF;
			border-top: 1px solid #D2EBF8;
			border: 0;
			height: 1px;
			margin: 15px 0; }

	#trust_logos {
		width: 90px;
		height: 60px;
		float: left;
		margin-top: 0px;
		margin-left: 80px;
		margin-right: 10px;
	}

	#navigation_menu {
		width: 660px;
		height: 35px;
		float: left;
		margin-top: 15px;
		margin-left: 25px;
		border: 1px solid #B2B2B2;
		background-color: #F2EEE0;
		display: none;
	}
		#navigation_menu li {
			list-style: none;
			float: left;
			padding-left: 12px;
			padding-top: 14px;
		}
		#navigation_menu .search-input{
			list-style: none;
			float: left;
			padding-left: 12px;
			padding-top: 12px;
			color: #505050;
			font-family: arial,verdana,sans-serif;
			font-size: 12px;
			line-height: 16px;
		}
		#navigation_menu li a {
			display: block;
			color: #1b1b1b;
			font-size: 12px;
			text-decoration: none;
			padding: 0 10px;
			height: 22px;
			line-height: 22px;
			margin: 1px 4px 1px 0;
		}
		#navigation_menu li a:hover {
			text-decoration: underline;
		}


		#menu {
			list-style:none;
			width:660px;
			margin:0px auto 0px auto;
			height:43px;
			padding:0px 10px 0px 10px;
			display: none;
		}
		#menu li {
			float:left;
			display:block;
			text-align:center;
			position:relative;
			padding: 4px 4px 4px 4px;
			margin-right:1px;
			margin-top:1px;
			border:none;
		}

		

		#code {
			padding-top: 10px;

		}
#banner_content {
    width: 950px;
    height: 100px;
    padding-bottom: 10px;
    margin-left: 35px;
}

	.content {
		width: 100%;
		clear: both;

	}
	.content2 {
		width: 100%;
		height: 209px;
		border-bottom: 0px solid #D3D0BB;
		background: url(/imgs/content_background.jpg) no-repeat;
		clear: both;
	}
	.content3 {
		width: 100%;
		height: 320px;
		background-color: #FFF;
		clear: both;
		
		
	}
	.content4 {
		width: 100%;
		clear: both;
		text-align: center;
		border-top: 1px solid #D3D0BB;
		padding: 5px 0px 5px 0px;
	}
	
		#video_place {
			width: 350px;
			height: 190px;
			background-color: #FFF;
			border: 1px solid #0874F8;
			margin: 7px 0px 0px 10px;
			float: left;
		}
		#call {
			width: 50%;
			height: 190px;
			margin: 10px 20px 0px 7px;
			float: right;
			color: #FFF;
		}
			#call h1 {
				font-size: 25px;
				font-family: Helvetica, Arial, Verdana, sans-serif;
				text-align: left;
			}
			#call p {
				text-align: justify;
			}
			#call .button {
				float: left;
				padding-top: 5px;
				padding-left: -5px;
			}
		.mini_navigation, .wide_navigation {
			width: 195px;
			height: 180px;
			background-color: #FFF;
			float: left;
			border: 1px solid #D3D0BB;
			margin: 15px 0px 25px 10px;
		}
		.wide_navigation {
			width: 300px;
		}

			.mini_navigation h1 {
				font: bold 16px arial,verdana,sans-serif;
			    text-transform: uppercase;
			    margin-top: 5px;
			    margin-bottom: 10px;
			    color: #333333;
			    text-align: center;
			}
			.wide_navigation h1 {
				font: bold 16px arial,verdana,sans-serif;
			    text-transform: uppercase;
			    margin-top: 5px;
			    margin-bottom: 10px;
			    color: #333333;
			    text-align: center;
			}

		.mini_navigation a {
			color: #3B66D6;
		}
		.mini_navigation table {
			margin: 8px 0px 0px 30px;
		}
		.mini_navigation td{
			width: 200px;
			padding: 0px 0px 1px 0px;
		}
		

		.wide_navigation table {
			margin: 8px 0px 0px 30px;
		}
		.wide_navigation td{
			width: 200px;
			padding: 0px 0px 1px 0px;
		}
		.wide_navigation ul {
			list-style-type: none;
			-moz-column-count:2; /* Firefox */
			-webkit-column-count:2; /* Safari and Chrome */
			column-count:2;
			
		}
		.wide_navigation li {
			background-position: -79px -563px;
			font-size: 14px;
			line-height: 10px;
			margin-bottom: 4px;
			padding: 0 0 5px 24px;
			
			text-align: left;
			

		}
		.wide_navigation a {
			color: #3B66D6;

		}

		
		#copy {
			width: 400px;
			height: 182px;
			float: right;
			margin: 25px 20px 0px 7px;
		}
			#copy h1 {
				font-size: 25px;
				font-family: Helvetica, Arial, Verdana, sans-serif;
				text-align: left;
				text-transform: uppercase;
			}
			#copy p {
				text-align: justify;
			}
			#social {
				text-align: left;

			}

		.inds_logos {
			height: 98px;
			float: left;
			padding: 0px 5px 0px 50px;
		}

		#trust_logos2 {
			width: 100%;
			height: 105px;
			background-color: #FFF;
			text-align: center;
			background: url(/imgs/music-logos.jpg) no-repeat;
			
		}

#footer {
    width: 100%;
    height: 200px;
    padding-top: 10px;
    padding-left: 0px;
    color: #777;
    background: url(/imgs/RMI_footer_background.gif) repeat-x;
    background-color: #1E1E1E;
}
#footer a {
    text-transform: normal;
    color: #777;
    text-decoration: none;
    font: 12px arial, serif;
    margin: 2px 0px 2px 0px;
    /*border-right: 1px solid #777;*/
}
#footer a:hover {
    text-decoration: underline;
}
	#footer_main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
		.footer_links {
			width: 165px;
			height: 150px;
			color: #777;
			float: left;
			margin: 10px 0px 0px 10px;
			padding: 10px 0px 0px 10px;
		}
		.footer_links h1{
			width: 150px;
			border-bottom: 1px solid #656565;
			color: #B4B4B4;
			padding: 0px 0px 1px 0px;
			margin: 0px 0px 1px 0px;
		}
		.footer_links_extended {
			width: 185px;
			height: 150px;
			color: #777;
			float: left;
			margin: 10px 0px 0px 10px;
			padding: 10px 0px 0px 10px;
		}
		.footer_links_extended h1{
			width: 185px;
			border-bottom: 1px solid #656565;
			color: #B4B4B4;
			padding: 0px 0px 1px 0px;
			margin: 0px 0px 1px 0px;
		}
		#footer_navigation {
			
			color: #FFF;
		}
	#footer .connect_button a{
		padding: 5px 5px 0px 0px;
		float: left;

	}
	#footer .connect_button img {
		border-style: none;
	} 
	#footer .connect_button a:hover{
		padding: 4px 5px 0px 0px;
		float: left;
	} 

.clear {
	clear: both;
}

#logos {
	
			width: 475px;
			height: 300px;
			float: left;
			padding: 0 0 15px 20px;
			z-index: -5;
		}
			#logos img {
				opacity:0.4;
				filter:alpha(opacity=40); /* For IE8 and earlier */
				z-index: -5;
			}
			#logos img:hover {
				opacity:1.0;
				filter:alpha(opacity=100); /* For IE8 and earlier */
			}
.message {
    color: #797979;
    font: 9px arial, serif;
    width: 100%;
    padding: 0px;
}


#ceiling-wrap {
    margin:0;
    align:center;
    padding:0;
    position:fixed;
    height:117px;
    width: 987px;
    display:block;
    background: #E5DDC1  repeat-x;
    top:0px;
    border-bottom: 1px solid #4482B2;
}

.school_form {
	padding: 4px 0px 0px 20px;
}
.school_search{
	float: left;
	padding-top: 3px;
}
.school_search_icon {
	float: left;
	padding-top: -2px;
}

		.wide_navigation2 {
			width: 300px;
			
			background-color: #F2EEE0;
			float: left;
			padding: 0px 0px 10px 0px;
			border-bottom: 1px solid #D3D0BB;
		}
		.wide_navigation2 h1 {
			background: #D3D0BB;
			font: bold 16px arial,verdana,sans-serif;
		    text-transform: uppercase;
		    margin-bottom: 3px;
		    padding: 2px 0px 3px 10px;
		    color: #333333;
		    border-bottom: 1px solid #FFF;
		}
		.wide_navigation2 table {
			margin: 0px 0px 0px 10px;
		}
		.wide_navigation2 td{
			width: 200px;
			padding: 0px 0px 1px 0px;

		}
		.mini_navigation2 {
			width: 228px;
			background-color: #F2EEE0;
			float: left;
			padding: 0px 0px 10px 0px;
			border-bottom: 1px solid #D3D0BB;
			border-left: 1px solid #FFF;
		}
		.mini_navigation2 h1 {
			background: #D3D0BB;
			font: bold 16px arial,verdana,sans-serif;
		    text-transform: uppercase;
		    margin-bottom: 3px;
		    padding: 2px 0px 3px 10px;
		    color: #333333;
		    border-bottom: 1px solid #FFF;
		}
		.mini_navigation2 table {
			margin: 0px 0px 0px 10px;
		}
		.mini_navigation2 td{
			width: 200px;
			padding: 0px 0px 1px 0px;
		}

		.mini_navigation2 a {

			color: #635945;
			text-decoration: none;
		}

		.wide_navigation2 a {

			color: #635945;
			text-decoration: none;
		}
		.mini_navigation2 a:hover {
			text-decoration: underline;
		}

		.wide_navigation2 a:hover {
			text-decoration: underline;
		}
		
		
#testimonials{
	width: 650px;
	height: 75px;
	float: left;
	padding: 15px 5px 10px 20px;
	background:url('/imgs/quote.png') no-repeat 10px 5px;
	min-height:50px;



}

#testimonials li{ display:none;}
#testimonials li:first-child{ display:block;}

#testimonials ul{ list-style:none;}
#testimonials p.text{ color: #404040; font: italic 20px Times, Helvetica, Arial, Verdana, sans-serif; line-height: 18px; padding: 0 25px 0 22px;}

#testimonials p.author{
	color: #878787;
    font: italic 15px Helvetica, Arial, Verdana, sans-serif;
    text-align: right;
    padding: 0 20px 0 0;
	margin-top:10px;
}

#testimonials p.author a,
#testimonials p.author a:visited{
	color:#6aa42a;
}

#instrument_list {
	padding: 10px;
}