/* CSS STYLESHEET FOR SEOLOUISVILLE */

body{
background:#FFFFFF;
margin:0;
}

#wrap{
width:760px;
margin:0 auto;
border:1px solid;
}

#main{
width:715px;
margin:0 auto;
}

#header{
width:100%;
height:246px;
background:url(images/proto3.gif) no-repeat;
margin-top:20px;
}

.block{
width:100%;
height:20px;
background:#EAEAEA;
margin-top:5px;
margin-bottom:5px;
}

.block2{
width:100%;
height:9px;
background:#EAEAEA;
margin-top:10px;
margin-bottom:10px;
}

.form{
width:230px;
border:1px solid;
padding:5px;
}

#content{
float:right;
display:inline;
width:400px;
}

* html #content{
float:right;
display:inline;
width:390px;
}

#content_two{
width:100%;
}

/* Menu System */

#menu {
	display: block;
	border: 1px solid #2F2F9D;
	height:24px;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
    display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	display: block;
	float: left;
	position: relative;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initially hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menu {
    display: block;
	color: #fff;
	background-color: #2F2F9D;
	border: 0px solid: #5876BC;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin-top:5px;
}

#menu li:hover {
    display: block;
	background-color: #F0C03A;
}

#menu a {
    display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 4px 5px 4px;
}

#menu li:hover>a {
	color: #fff;
}

#menu li ul {
	color: #fff;
	background-color: #ccc;
	border: 0px solid #666666;
	width: 160px;
}

#menu li ul a {
	text-align: left;
}

#menu li li.submenu {
	background-image: url(images/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.text12 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrap_content{
width:663px;
margin:0 auto;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #662520;
text-decoration: bold;
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
}

h3{
font-family: Arial, Helvetica, sans-serif;
}

p{
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
margin-top:10px;
}

ul,li{
font-family: Arial, Helvetica, sans-serif;
}

.footer{
width:250px;
margin:0 auto;
text-align:center;
}

.imgcenter{
width:100%;
margin:0 auto;
margin-bottom:10px;
}

ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

a.footermenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}	
a:visited.footermenu {
	color:#666666;
	}
a:hover.footermenu {
	color:#333333;
	}
