﻿/* CSS layout */

 body {
 background-image: url(http://oakland.wliinc3.com/images/partnership/background.jpg);
 background-repeat: repeat-x;
 background-repeat: repeat;

} 

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

.bar {
margin-top:10px;
margin-bottom:10px;
}

#container {
background-image: url('images/partnership/backgound.gif');
position: relative;
width: 100%;
	top: 4px;
	left: 0px;

}

#footer {
margin-top:20px;
margin-left:20px;
font-family:Arial,Helvetica,sans-serif;
font-size:8pt;
color:#999;
}

.green {
font-size:13pt;
font-weight:bold;
color:#690;
}

.img {
padding:10px 0px 20px 0px
}

#left_col {
font-family:Arial,Helvetica,sans-serif;
width: 148px;
font-size: small;
position: absolute;
left: 0px;
top: -14px;
margin-top:32px;
margin-bottom:40px;
	height: 797px;
	margin-right: 13px;
	font-weight: bold;
}

#masthead {
}

#outershell {
width: 935px;
}

#page_content {
margin-left:127px;
font-family:Arial,Helvetica,sans-serif;
font-size:11pt;
padding-top:10px;
padding-bottom:10px;
}
#buttons {
	padding: 2px;
}

#box {
	background-image: url('http://oaklandpartnership.wliinc3.com/images/blue_box.jpg');
	background-repeat: no-repeat;
	height: 84px;
	width: 82px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
}
#right_col {
	float: right;
	
}
#box a:link {
color: #ffffff;
text-decoration:none;
}

#box a:visited {
color: #ffffff;
text-decoration:none;
}

	
/* Dropdown List*/

	#divNav {
		background: none;
		margin: 0;
		padding: 0;
}
	#nav {
	position: relative;
	top: 6px;
	height: 113px;
	width: 927px;
	left: 0px;
	margin-left: 0px;
}

	#nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 15px;
	    width: 204px;
	    height: 20px;
}

	#nav li ul {
		display: none;
	}

	#nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 60px;
		left: ;
		padding-top: 5px;
		background: #224d6f;
		height:75px;
		width: 194px;
		padding-left: 10px;
	}

	#nav li.off ul  { /*put the subnav below*/
		position: absolute;
		top: 60px;
		left: ;
		padding-top: 5px;
		background: #224d6f;
		height:75px;
		width: 194px;
		padding-left: 10px;
	}

	#nav li.on ul {
		background: #f90;
	}

	#nav li.over ul { /*for ie*/
		background: #224d6f;
	}

	#nav li.on:hover ul { /*for ie*/
		background: #224d6f;
	}

	#nav li a {
		color: #224d6f;
		font-weight: bold;
		display: block;
		width: 221px;
		padding: 0;
	}

	#nav li.on a {
		color: #f90;
	}

	#nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #f90;
		width: auto;
		margin-right: 15px;
	}

	#nav li.on ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #f90;
		width: auto;
		margin-right: 15px;
	}

	#nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #224d6f;
	}

	#nav li.on:hover ul a { /*for ie - the specificity is necessary*/
		background: #224d6f;
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off:hover ul {
		display: block;
		z-index: 6000;
	}

	#nav li.on a:hover { 
		color: #6A9125;
	}

	#nav li.off a:hover { 
		color: #6A9125;
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

	#liReports a {
		display: block;
		position: relative;
		height: 26px;
		background: url("partnership/bk-dropdownMap.gif") no-repeat; /*contains all hover states*/
	}

	#liAction a {
		display: block;
		position: relative;
		height: 26px;
		background: url("partnership/bk-dropdownMap.gif") no-repeat; /*contains all hover states*/
	}

	#liNews a {
		display: block;
		position: relative;
		height: 26px;
		background: url("partnership/bk-dropdownMap.gif") no-repeat; /*contains all hover states*/
	}

	#liContact a {
		display: block;
		position: relative;
		height: 26px;
		background: url("partnership/bk-dropdownMap.gif") no-repeat; /*contains all hover states*/
	}


/*first, put the initial states in place*/

#liReports a {
	background-position: 0 0;
}

#liAction a {
	background-position: -102px 0;
}

#liNews a {
	background-position: -204px 0;
}

#liContact a {
	background-position: -306px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #liModern.on a {
 	background-position: -204px -37px;
 
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#liRenaissance.over a {
	background-position: 0 -73px;
}

#liRenaissance:hover a {
	background-position: 0 -73px;
}

#liRenaissance a:hover {
	background-position: 0 -73px;
}

#liArtNouveau.over a {
	background-position: -102px -73px;
}

#liArtNouveau:hover a {
	background-position: -102px -73px;
}

#liArtNouveau a:hover {
	background-position: -102px -73px;
}

#liModern.over a {
	background-position: -204px -73px;
}

#liModern:hover a {
	background-position: -204px -73px;
}

#liModern a:hover {
	background-position: -204px -73px;
}

#liPostModern.over a {
	background-position: -306px -73px;
}

#liPostModern:hover a {
	background-position: -306px -73px;
}

#liPostModern a:hover {
	background-position: -306px -73px;
}

#liDigital.over a {
	background-position: -408px -73px;
}

#liDigital:hover a {
	background-position: -408px -73px;
}

#liDigital a:hover {
	background-position: -408px -73px;
}

/*subnav formatting*/

#nav li.on ul a {
	display: block;
	background: #224d6f;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: x-small;
}		

#nav li.off ul a {
	display: block;
	background: #224d6f;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: x-small;
}		

#nav li.on ul a {
	background: #f90;
	height: 16px;
}

 
#image {
	float: right;
}

 

