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%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1;
	background: #7faaca url('/images/background_main.jpg') repeat-x;
	height: 100%;
}
	#main {
		margin: auto;
		width: 987px;
		padding-top: 5px;
		height: 100%;
		}
	#left_top {
		width: 415px;
		height: 145px;
		float: left;
	}
		#logo a {
			width: 415px;
			height: 142px;
			background-image: url('/images/logo.png');
			float: left;
			}
	#right_top {
		width: 415px;
		height: 145px;
		float: right;
	}
			#school_search {
				float: right;
				width: 292px;
				height: 82px;
				background-image: url('/images/ups.png');
				}
			#ups {
				float: right;
				width: 292px;
				height: 82px;
				background-image: url('/images/ups.png');
				}
				
			#top_navigation {
				width: 600px;
				height: 27px;
				float: right;
				margin-top: 25px;
				}
			#top_navigation div {
				float: right;
				padding-left: 20px;
				}
				#top_navigation div a{
					display: block;
					text-indent: -4000%;
				}
				.nav_home a{
					background-image: url('/images/nav_home.png');
					width: 46px;
					height: 27px;					
				}
					.nav_home a:hover {
						background-image: url('/images/nav_home_o.png');
						}
				.nav_why a{
					background-image: url('/images/nav_why.png');
					width: 80px;
					height: 27px;					
				}
					.nav_why a:hover {
						background-image: url('/images/nav_why_o.png');
						}
				.nav_rent a {
					background-image: url('/images/nav_rent.png');
					width: 101px;
					height: 27px;					
				}
					.nav_rent a:hover {
					background-image: url('/images/nav_rent_o.png');
					}
				.nav_faq a {
					background-image: url('/images/nav_faq.png');
					width: 31px;
					height: 27px;					
				}
					.nav_faq a:hover {
					background-image: url('/images/nav_faq_o.png');
					}
				.nav_connect a {
					background-image: url('/images/nav_store.png');
					width: 150px;
					height: 27px;					
				}
					.nav_connect a:hover {
					background-image: url('/images/nav_store_o.png');
					}
			#school_code form {
				margin:0;
				padding:0;
				width: 50px;
				background-color: red;
				}
				
			#top_content {
				width: 987px;
				height: 287px;
				background-image: url('/images/background_top_content.png');
				float: left;
				clear: both;
                                overflow: hidden;
				}
                                .tab { display:none; }
                                .tab img {
                                    float: left;
                                    height: 287px;
                                    width: 425px;
                                }
				.active { display:inline; }
				

				.top_content_title {
					float: left;
					height: 30px;
					width: 520px;
					margin-left: 20px;
					padding-top: 15px;
					font: 25px arial, serif;
					color: #26324C;
					text-transform: uppercase;
					border-bottom: 1px solid #26324C;
				}
				.top_content_copy {
					float: left;
					width: 520px;
					height: 130px;
					margin-left: 20px;
					padding-top: 10px;
					padding-right: 10px;
					font-family: arial, serif;
					font-size: 16px;
					line-height: 1.2em;
					color: #26324C;
					text-align: justify;
				}
				a.top_content_button {
					float: left;
					margin-left: 20px;
					padding-bottom: 0px;
					width: 520px;
					height: 85px;
					background-image: url('/images/button_rent.jpg');
				}
                                .invisiblity_cloak {
                                    display: none;
                                }
                                #school_select {
                                    overflow:auto;
                                    padding:10px;
                                    font: 16px Arial, Helvetica, sans serif;
                                }
                                #school_select h2 {
                                    padding-bottom: 10px;
                                    font-size: 18px;
                                }
                                #school_select p {
                                    padding-top: 5px;
                                }
                                #school_select input { font-size: 16px;}
				.top_store_button a{
					float: left;
					margin-left: 20px;
					padding-bottom: 0px;
					width: 520px;
					height: 85px;
					background-image: url('/images/button_store.jpg');
				}
				/*
			#head_image {
				width: 425px;
				height: 287px;
				padding-left: 2px;
				background-image: url('/images/instruments.png');
			}
			#head_table {
				border: 1px solid #000;
			}
			#head_content {
				width: 562px;
				height: 287px;
				float: right;
				background-image: url('/images/right_content_holder.png');
			}
*/
		#navigation {
			width: 987px;
			height: 88px;
			clear: both;
			line-height: 0px;
			}			
			#navigation a {
				height: 88px;
				float: left;
			}		
				#navigation a.buttonA {
					/*background: url("/images/buttonA1.png");*/
					width: 168px;
					}
				#navigation a:hover.buttonA {
					background: url("/images/buttonA2.png") 0 0 ;
					}
				#navigation a.buttonB {
					/*background: url("/images/buttonB1.png") 0 0 ;*/
					width: 159px;
					}
				#navigation a:hover.buttonB {
					background: url("/images/buttonB2.png") 0 0 ;
					}
				#navigation a.buttonC {
					/*background: url("/images/buttonC1.png") 0 0 ;*/
					width: 158px;
					}
				#navigation a:hover.buttonC {
					background: url("/images/buttonC2.png") 0 0 ;
					}
				#navigation a.buttonD {
					/*background: url("/images/buttonD1.png") 0 0 ;*/
					width: 159px;
					}
				#navigation a:hover.buttonD {
					background: url("/images/buttonD2.png") 0 0 ;
					}
				#navigation a.buttonE {
					/*background: url("/images/buttonE1.png") 0 0 ;*/
					width: 158px;
					}
				#navigation a:hover.buttonE {
					background: url("/images/buttonE2.png") 0 0 ;
					}
				#navigation a.buttonF {
					/*background: url("/images/buttonF1.png") 0 0 ;*/
					width: 183px;
					}
				#navigation a:hover.buttonE {
					background: url("/images/buttonF2.png") 0 0 ;
					}
					
		#under_navigation {
			width: 987px;
			height: 21px;
			background-image: url('/images/under_navigation.png');
			clear: both;
			}

		#content {
			width: 947px;
			/*height: 100%;*/
			background-image: url('/images/background_content.png');
			padding: 20px;
		}
		
			#wrapper {
				width: 982px;
				}
	
#content_left {
	width: 300px;
	padding-right: 20px;
	float: left;
	}
				#content_left .title {
					font: 25px 'Yanone Kaffeesatz', arial, serif;
					width: 300px;
					color: #275D81;
					padding-bottom: 2px;
					text-transform: uppercase;
					border-bottom: 1px solid #275D81;
					}
				#content_left .title_form {
					font: 22px 'Yanone Kaffeesatz', arial, serif;
					width: 262px;
					color: #275D81;
					margin-left: 10px;
					padding-bottom: 2px;
					text-transform: uppercase;
					border-bottom: 1px solid #275D81;
					}
				#content_left p {
					font-family: arial, serif;
					font-size: 14px;
					width: 300px;
					padding-top: 10px;
					padding-bottom: 10px;
					line-height: 1.2em;
					color: #275D81;
					text-align: justify;
				}
				#content_left ul {
					list-style-image: url('/images/bullet.jpg');
					padding-left: 2em;
					font-family: arial, serif;
					font-size: 16px;
					line-height: 2em;
					color: #275D81;
				}
				
#content_middle {
	width: 300px;
	padding-right: 20px;
	float: left;
	}
	#content_middle .title {
		font: 25px 'Yanone Kaffeesatz', arial, serif;
		width: 300px;
		color: #275D81;
		text-transform: uppercase;
		padding-bottom: 2px;
		border-bottom: 1px solid #275D81;
		}
#content_middle_full {
	width: 550px;
	padding-right: 0px;
	float: left;
	padding-left: 50px;
	}
	#content_middle_full .title {
		font: 25px 'Yanone Kaffeesatz', arial, serif;
		width: 550px;
		color: #275D81;
		text-transform: uppercase;
		padding-bottom: 2px;
		border-bottom: 1px solid #275D81;
		}
	.testimonial {
		margin-top: 10px;
		margin-right: 0px;
		width: 275px;
		float: left;
		height: 150px;
		font: italic 12px Arial;
		text-align: justify;
		}
			.testimonial strong{
				font: italic 12px  Arial;
				}
		
	#content_block_shipping {
	background: url('/images/background_shipping.jpg') no-repeat right bottom;
	width: 124px;
	height: 160px;
	margin-bottom: 10px;
	}
		#content_block_shipping p {
			font: 14px arial, serif;
			width: 300px;
			padding-top: 10px;
			padding-bottom: 10px;
			line-height: 1.2em;
			color: #275D81;
			text-align: left;
			}
	
	
					
#content_right {
	width: 300px;
	float: left;
	}
	#content_right .title {
		font: 25px 'Yanone Kaffeesatz', arial, serif;
		width: 300px;
		color: #275D81;
		text-transform: uppercase;
		padding-bottom: 2px;
		border-bottom: 1px solid #275D81;
		}
	#content_middle p {
		font: 14px arial, serif;
		width: 300px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 1.2em;
		color: #275D81;
		text-align: left;
		}
		#content_middle ul{
			list-style-type: disc;
			padding-left: 2em;
			font: 11px arial, serif;
			line-height: 1.2em;
			color: #275D81;
			}
	#content_block_connections {
		width: 300px;
		margin-bottom: 10px;
	}
	#content_block_contact {
		/*background: url('/images/background_contact.jpg') no-repeat right bottom;*/
		width: 300px;
		height: 250px;
		font: 14px arial, serif;
		}
		.contact_email {
			width: 250px;
			height: 50px;
			padding: 5px;
			text-indent:40px;
			background: url('/images/icon_email.png') no-repeat;
			}
		.contact_phone {
			width: 250px;
			height: 50px;
			text-indent:40px;
			padding: 5px;
			background: url('/images/icon_phone.png') no-repeat;
			}
		.contact_mail {
			width: 250px;
			height: 50px;
			padding: 5px;
			background: url('/images/icon_mail.png') no-repeat;
			}
				.contact_address {
					padding-left: 40px;
					}
	
		
#logos {
	width: 900px;
	height: 166px;
	background-image: url('/images/logos.jpg');
}
			
#conn_disclaimer {
	padding-left: 20px;
	font: 10px arial, serif;
	color: #797979;
}
					
					
#content_full {
	width: 100%;
	float: left;
	clear: both;
	height: 100%;
	}
				#content_full .title {
					font: 25px 'Yanone Kaffeesatz', arial, serif;
					width: 500px;
					color: #275D81;
					padding-bottom: 2px;
					text-transform: uppercase;
					border-bottom: 1px solid #275D81;
					}
				#content_full p {
					font-family: arial, serif;
					font-size: 14px;
					padding-top: 10px;
					padding-bottom: 10px;
					line-height: 1.2em;
					color: #275D81;
					text-align: justify;
				}
				#content_full ul {
					list-style-image: url('imgs/bullet.jpg');
					padding-left: 2em;
					font-family: arial, serif;
					font-size: 16px;
					line-height: 2em;
					color: #275D81;
				}
				



				


	.clear {
					clear: both;
				}
				
		#footer {
			width: 977px;
			height: 70px;
			background-image: url('/images/background_footer.png');
			padding-top: 55px;
			padding-left: 10px;
		}
			#footer a {
				text-transform: uppercase;
				color: #777;
				text-decoration: none;
				font: 10px arial, serif;
				padding-right: 5px;
				padding-left: 5px;
				border-right: 1px solid #777;
			}
			#footer a:hover {
				text-decoration: underline;
			}
			#footer .copyright {
				text-transform: uppercase;
				color: #777;
				font: 10px arial, serif;
				padding-left: 5px;
				padding-top: 30px;
			}
			
                     #active_e {
							width: 100%;
                        }
						
#please {
		width: 464px;
		height: 55px;
		background-image: url("/images/please_wait.jpg");
	}
#please_anim {
		width: 220px;
		height: 19px;
		background-image: url("/images/ajax-loader.gif");
	}
						

                        #loaded
                        {
                            background-image: none;
                        }

                        iframe#frame
                        {
                            visibility: hidden;
                            overflow: auto;
                            border-width: 0;
                        }
                        #terms {
                            visibility: hidden;
                        }
						
				.title {
					font: 25px 'Yanone Kaffeesatz', arial, serif;
					width: 340px;
					color: #275D81;
					text-transform: uppercase;
					padding-bottom: 2px;
					border-bottom: 1px solid #275D81;
					}
						
						
		#school_title .title{
			font: 25px 'Yanone Kaffeesatz', arial, serif;
			width: 100%;
			color: #275D81;
			padding-bottom: 2px;
			text-transform: uppercase;
			border-bottom: 1px solid #275D81;
		}
		
		.school_name {
			padding-top: 10px; 
			font: 25px impact;
			color: #252525;
		}
		.school_address	{
			font: 15px arial, serif;
		}
		.school_district {
			padding-top: 10px;
			font: bold 15px arial, serif;
		}
		
		#school_info {
			width: 100%;
			height: 200px;
		}
		#school_details {
		float: left;
		
		}
		#school_image {
		float: right;
		width: 245px;
		height: 166px;
		background-image: url('/images/building.jpg');
		}
		#teachers_title .title {
			font: 25px 'Yanone Kaffeesatz', arial, serif;
			width: 100%;
			color: #275D81;
			padding-bottom: 2px;
			text-transform: uppercase;
			border-bottom: 1px solid #275D81;
		}
		#teachers_list li {
			font: 35px 'Yanone Kaffeesatz', arial, serif;
			padding-top: 10px;
			padding-bottom: 10px;
			height: 60px;
			text-transform: uppercase;
			border-bottom: 1px solid #275D81;
		}
			#teachers_list a {
				text-decoration:none;
			}
			.button_select {
				float: right;
				width: 194px;
				height: 56px;
				background-image: url('/images/button_select.jpg');
			}
			.button_select a {
				display: block;
				width: 194px;
				height: 56px;
			}
			.button_select2 {
				float: right;
				width: 194px;
				height: 56px;
				background-image: url('/images/button_select2.jpg');
			}
			.button_select2 a {
				display: block;
				width: 194px;
				height: 56px;
			}
			.button_lease {
				float: right;
				width: 194px;
				height: 56px;
				background-image: url('/images/button_lease.jpg');
			}
			.button_lease a {
				display: block;
				width: 194px;
				height: 56px;
			}
			.button_rent {
				float: left;
				width: 102px;
				height: 35px;
				background-image: url('/images/button_step_rent.jpg');
			}
			.button_rent a {
				display: block;
				width: 102px;
				height: 35px;
			}
			.button_buy {
				float: left;
				width: 102px;
				height: 35px;
				background-image: url('/images/button_step_buy.jpg');
			}
			.button_buy a {
				display: block;
				width: 102px;
				height: 35px;
			}
	#instruments ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 825px;
	}
		#instruments ul form{
			
			}
	
	#instruments li {
		width: 185px;
		text-align: center;
		float: left;
		padding: 10px;
		clear: right;
		display: block;
	}
	#instruments li  a{
		text-decoration:none;
	}
	.instruments {
		width: 185px;
		text-align: center;
		float: left;
		padding: 10px;
		clear: right;
		display: block;
	}
	.instruments a{
		text-decoration:none;
	}
		#instrument_list li {
			font: 35px 'Yanone Kaffeesatz', arial, serif;
			padding-top: 10px;
			padding-bottom: 10px;
			height: 80px;
			text-transform: uppercase;
			border-top: 1px solid #275D81;
		}
		#instrument_list2 li {
			font: 35px 'Yanone Kaffeesatz', arial, serif;
			padding-top: 10px;
			padding-bottom: 10px;
			height: 230px;
			text-transform: uppercase;
			border-top: 0px solid #275D81;
			
		}
.step_title {
		width: 950px;
		border: 1px solid #5799bc;
		height: 30px;
		background-color: #6ab6da;
		margin-top: 10px;
		padding-bottom:5px;
}
	.title_text {
		font: 30px 'Yanone Kaffeesatz', arial, serif;
		text-transform: uppercase;
		padding-left: 10px;
		color: #CC1515;
		}
.step_body {
		width: 950px;
		border: 1px solid #5799bc;
}
.instrument_title {
		font: 15px 'Yanone Kaffeesatz', arial, serif;
		width: 185px;
		text-transform: uppercase;
		background-color: black;
		padding: 5px;
		color: white;
		}
.instrument_logo {
	float: left;
	width: 143px;
	height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #858585;
}
.instrument_photo {
	float: left;
	width: 143px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 0px solid #858585;
}

.instrument_type {
	float: left;
	font: 12px arial, serif;
}
.preferred {
	padding-right: 10px;
	float: right;
}
.instrument_detail {
	float: left;
	font: 12px arial, serif;
	width: 425px;
	padding-left: 10px;
	border-right: 1px solid #858585;
}
.instrument_detail2 {
	float: left;
	font: 12px arial, serif;
	width: 250px;
	padding-left: 10px;
	border-right: 0px solid #858585;
}
.instrument_detail3 {
	float: left;
	font: 12px arial, serif;
	width: 425px;
	padding-left: 10px;
	border-right: 1px solid #858585;
}

.instrument_info {
	float: left;
	font: 15px arial, serif;
}
.instrument_bullet li{
	font: 10px arial, serif !important;
	text-transform: none !important;
	padding: 0px !important;
	height: 100% !important;
	list-style-type: disc !important;
	margin-left: 20px;
}
.instrument_payment {
	float: left;
	padding-left: 10px;
}
.instrument_step_payment {
	float: left;
	padding-left: 13px;
	padding-right: 5px;
}
.money {
	font: bold 35px arial, serif;
	color: #70AE44;
}
.month {
	font: bold 12px arial, serif;
	color: #70AE44;
}
.repair {
	font: 10px arial, serif;
	color: #CC1515;
}
.msrp {
	font: 24px arial, serif;
	color: #CC1515;
	text-decoration: line-through;
}
#terms {
    font: 13px Arial;
    width: 850px;
    padding-bottom: 5px;
}
.ownership_terms {
    font-size: 14px;
    color: #fff;
    background-color: #666;
}
#terms p {
    padding-top: 5px;
}

#form_contact input,textarea {
	padding:4px;
	font:13px Georgia, "Times New Roman", Times, serif;
	border:1px solid #999999;
	width:200px;
	}

#form_contact input:focus, textarea:focus {
	border:1px solid #6EBFEA;
	}
#terms .reminder {
    font-size: 18px;
    color: red;
    font-weight:bold;
}
.image {
	float: right;
	padding-left: 5px;
}

#affiliate {
	position: absolute; top: 15px; left: 44%;
	}

.instrument_photo_lg {
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	height: 175px;
	width: 200px;
	}
.other_button {
	float: right;
	width: 725px;
	}
.top_bar {
	height: 200px;
	width: 100%;
	}
.step_up_title {
	padding-top: 5px;
	font: bold 14px arial, serif;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 5px;
	}
.step_up_info {
	font: 10px arial, serif;
	text-align: justify;
	}
.step_up_points {
	padding-top: 5px;
	font: italic bold 12px arial, serif;
	}

#director_info{
	padding-top: 10px;
	font: 12px Arial;
	color: #FFF;
	}
	#director_info input[type=text] {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		width: 240px;
		background-color: #FAFAFA;
		border: 1px solid #4083a4;
		}
			#director_info input[type=text]:focus {
				background-color: #FDFEE2;
				border: 1px solid #E5BE53;
				}
		#director_info button[type=submit] {
			margin: 0px;
			padding: 0px;
			}
	.form_top {
		width: 285px;
		height: 18px;
		background: url('/images/form_top.jpg') repeat-x;
		}
	.form_body {
		width: 285px;
		height: 450px;
		padding-left: 15px;
		background: url('/images/form_center.jpg') repeat-y;
		font: 12px arial, serif;
		text-transform: uppercase;
		color: #FFF;
		}
	#director_info .button {
		border: none;
		width: 246px;
		height: 49px;
		background: url('/images/form_button.png') repeat-x;
		}
	.form_content {
		text-transform: none;
		padding-right: 30px;
		text-align: justify;
		}
	.form_bottom {
		width: 285px;
		height: 16px;
		background: url('/images/form_bottom.jpg') repeat-x;
		}
	.dash {
		margin-top: 5px;
		padding-bottom: 5px;
		width: 88%;
		height: 2px;
		background: url('/images/dash.jpg') repeat-x;
		}
	.information_navigation {
		width: 150px;
		float: left;
		}
	.information_content {
		width: 500px;
		float: left;
		}