
/* This entails everything */
div.container
{
width:745px;
background: #fff;
border:1px solid #000;
margin-top: 0;
margin-right: auto;
margin bottom; 0;
margin-left:auto;
padding: 0;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
}

/*-----------------Header---------------*/
div.header
{
height:109px;
padding:0;
background-image:url(media/header-solid.jpg);
background-repeat:no-repeat;
clear:left;
}


/*------------------Footer--------*/
div.footer
{
padding:0.5em;
color:white;
font-size:9pt;
background-color:#006;
clear:left;
text-align:center;
text-decoration:none;
}
div.footer a {
text-decoration:none;
color:white;
}
div.footer a:link {
color:white;
}
div.footer a:visited {
color:white;
}
div.footer a:hover {
color:blue;
text-decoration:underline;
}

/*-------------------Navigation---------------*/
div.nav
{	float:left;
	width: 150px;
	height: 235px;
	margin-top: 2px;
	margin-left: 0px;
	padding-left:5px;
	padding-top:10px;
	border:0;
	background:#516EA4;
	text-align: left;
	font-weight:bold;
	font-size:12pt;
 	color: white;
}
ul.nav {
  list-style-type:none;
  line-height: 200%;
  align:left;
  margin-left:5px;
  padding:0;
  
  
}
.nav li a {
text-decoration:none;
color:white;
font-weight:bold;
font-size:12px;
}
.nav li a:hover {
color:#fcb200;
border:10px;
font-weight:bold;
font-size:12px;
}
.nav li a:active {
color:#fcb200;
border:10px;
font-weight:bold;
font-size:12px;
}


/*---------------------Content------------*/
div.content
{
float:left;
width:565px;
margin-bottom:1em;
margin-left:5px;
border:0;
padding:10px;
background-image: url(media/cincy-secondary.jpg);
background-repeat:no-repeat;
line-height:150%;
height:100%
}
div.content h2 {
color:#fcb200;
}
p {
font-family: verdana, tahoma, arial, sans-serif;
font-size: 12px;
}
.content ul {
font-family: verdana, tahoma, arial, sans-serif;
font-size: 12px;
}


/*----------------Lowbar---------------------*/
div.lowbar {
clear:both;
float:left;
background-image:url(media/lowbar.jpg);
background-repeat:no-repeat;
text-align: center;
height:203px;
width:155px;
background-color:white;
}
.lowbar h4 {
color:#c00;
}


/*-----------------------Bottom Links---------*/
div.blinks
{
font-size:9pt;
background-color:#fff;
clear:left;


}
.blinks li {
display: inline;
padding:0 20px 0 0;
font-weight:normal;

}
/*----------------------bottom-Links---------------*/
/* Link colors */
div.blinks a:link {
 color:navy;
 text-decoration:none;
}
div.blinks a:visited {
 color:navy;
 text-decoration:none;
}
div.blinks a:hover {
 color:#fcb200;
 text-decoration:none;

}
div.blinks a:active {
 color:#fcb200;
 text-decoration:none;
}
