@charset "utf-8";
/* CSS Document */

body{
background-image: url(images/background.jpg);
background-repeat: repeat-x;
font-family: trebuchet ms;
background-color:#bbd1ff;
}

a{
text-decoration: none;
color: #0000CC;
}

a:hover{
text-decoration: underline;
}

h3{
}

.container{
width: 900px;
height: auto;
background-color:#dedcff;
margin-left:auto;
margin-right:auto;
}

.top_nav{
background-color: #7294e1;
color:#EDEFFC;
}

.nav{
text-align: right;
font-size: 12px;
color:#EDEFFC;
padding-right:10px;
padding-top:2px;
padding-bottom:2px;

}

.nav a {
color:#3c4a53;
}

.links-row {
	/*margin: -120px 0 0 120px;*/
	/*background-image: url(images/navbar-bg2.png);*/
	height:50px;
	clear:both;
}
.links-row div {
	width: 25%;
	float: left;
	height:50px;
	margin-top:11px;
	
}
.links-row div img {
	float: right;
}	


.header{
width: 900px;
height: 200px;
background-image: url(images/header.jpg);
border-bottom: solid 2px #9bacb9;
clear:both;
}

.content{
    font-size: 14px;
    margin: 14px;
}


.left_nav{
overflow: auto;
height:550px;
float:left;
width: 30%;
background-color:#5467a3;
background-image: url(images/background.png);
color:#FFFFFF;
}

.navigation{
margin-top: 20px;
text-align: left;

padding:0px;
margin-left: -20px;
margin-right: 25px;
}

.navigation li{
padding-left:12px;
padding-right:3px;
padding-top:9px;
padding-bottom:3px;
border-bottom:groove;
border-bottom-color:#0066CC;
list-style-type:none;

}

.text{
text-align: left;
margin-top: 10px;
margin-left: 20px;
margin-right: 30px;
line-height: 1.5em;
margin-bottom:69px;
}

.footer
{
clear: both;
margin-left:auto;
margin-right:auto;
height: 10px;
background-color:#9090ad;
color:#fff;
padding: .5em;
font-size:11px;
text-align:center;


}

.spacer{
width: 90%;
border-bottom: solid 2px #dddddd;
}

.days{
float:left;
text-align:right;
width: 200px;
}

.hours{
float:left;
text-align:left;
margin-left: 10px;
}


.article{
	margin:20px;
}

.boxleft{
	width:50%;
	float:left;
}

.boxright{
	width:49%;
	float:right;
}

.boxleftc{
	width:50%;
	float:left;
	text-align:center;
}

.boxrightc{
	width:33%;
	float:right;
	text-align:center;
}

.intro{
	line-height:135%;
}



.blockywocky{
	margin-left:50px; 
	text-align:left;
}

.GETLOW{
	width:800px;
}

.space{
	height:50px;
}

.staff{
	width:15%;
}


.separator{
	width:850px;
	height:20px;
	background-image:url(images/separator.jpg);
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.list{
	float:left;
	width:20%;
}
.redbold {
    color: #760000;
    font-size: 18px;
}
.important {
    color: #930000;
    font-weight: bolder;
    font-style: italic;
    font-size: 18px;
}
