@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ralewaybold';
    src: url('raleway-bold-webfont.eot');
    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-bold-webfont.woff') format('woff'),
         url('raleway-bold-webfont.ttf') format('truetype'),
         url('raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1{
	color:#ff9900;
	text-align:center;
}
h2{
	color:#ff9900;
	text-align:center;
	padding-top:24px;
}
h4{
	font-size:30px;
	text-align:center;
}
hr{
	border-color:#ff9900;

}
body a:hover{
	color:#ff9900;
}
#schoolsnav{
	text-align:center;
	width:600px;
	margin:0 auto 7px;
}
#schoolsnav a{
	margin: 0 9px 0px;
	color:#0077de;
	font-size:16px;
}
#schoolsnav a:hover{
	color:#ff9900;
}
#schoolsnav a.active {
	color: #ff9900;
}
#subnav{
	width:220px;
	margin:7px auto;
	border:  2px #ff9900 solid;
}
#subnav a{
	margin: 0 9px 0;
	color:#ff9900;
	font-size:12px;
}
#subnav a:hover{
	color:#0077de;
}
#img-right{
	float:right;
	display:block;
	position:relative;
	margin:8px;
}
#opener-text p{
	width:600px;
	margin: auto auto;
	text-align:center;
}
.section {
	clear: both;
	margin: 10px auto 20px;
	width: 540px;
	background: #e3e3e3;
	padding: 7px;
	-moz-box-shadow:    4px 4px 8px #888;
	-webkit-box-shadow: 4px 4px 8px #888;
	box-shadow:         4px 4px 8px #888;
	z-index:1;
}
#side-ribbon1 {
	position: relative;
	text-align:center;
	color: #fff;
	background: #ff9900;
	display: block;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
	width: 569px;
	clear:both;
	padding: 10px;
	margin-left:-24px;
}
#side-ribbon1:before{
	content:"";
	position:absolute;
	display:block;
	bottom:-9px;
	margin-bottom: -9px;
	left:0px;
	border: 9px solid #808080;
	border-left-color: transparent;
	border-bottom-color: transparent;
	z-index:-1;
}
#side-ribbon1:after{
	content:"";
	position:absolute;
	display:block;
	bottom:-9px;
	margin-bottom: -9px;
	right:0px;
	border: 9px solid #808080;
	border-right-color: transparent;
	border-bottom-color: transparent;
	z-index:-1;
}

#rates-table{
	padding:5px;
	width:100%;
	
}
#rates-table tr{
	color:#707070;
	transition: color  .25s ease;
	-moz-transition: color .25s ease;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
}
#rates-table tr:hover{
	color:#000;
	transition: color  .25s ease;
	-moz-transition: color .25s ease;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
}
#rates-table th{
	font-family:'ralewaybold';
	font-size:16px;
	color:#ff9900;
	padding:0 10px;
	margin-bottom: 0px;
	border-bottom: 2px #ff9900 solid;
}
#rates-table td{
	padding:10px;
	vertical-align:top;
	border-bottom: 1px #ff9900 solid;
}
.back-to-top{
	text-align:center;
}
ul{
	list-style: inside square;
}
a.button{
	background:#ff9900;
	padding:8px;
	border-radius:8px;
	color:#fff; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9900), to(#eb8047));
    background-image: -webkit-linear-gradient(top, #ff9900, #eb8047); 
    background-image:    -moz-linear-gradient(top, #ff9900, #eb8047);
    background-image:     -ms-linear-gradient(top, #ff9900, #eb8047);
    background-image:      -o-linear-gradient(top, #ff9900, #eb8047);
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
}
a.button:hover{
	color:#fff;
	background:#eb8047;
}
a.button:active{

	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}