﻿@import url("0layoutDef.css");
/*on-state, try this*/
body {
	background-color:#0075C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
/* Styles for container of sidebar and content */
#container {
	background-color: #000000;
	padding: 0px;
	width: 790px;
	position: relative;
	height: auto;
	margin: 0 auto;
}
/* Styles for masthead */
#masthead {
	background-image: url('../images/family-law-paralegal-wa.jpg');
	background-repeat:no-repeat;
	padding: 0px;
	width: 790px;
	height: 65px;
	overflow: auto;
	margin: 0;
	text-align: right;
}
#masthead img {
	float: left;
	margin: 0;
	}
/* Styles for content */
#content {
	background-color: #fff;
	width: 608px;
	height:100%
	margin: 0px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	overflow: auto;
	position: relative;
	float: right;
}
#content img {
	display: block;
}
/* Styles for sidebar Navigation */
#sidebar {
	width: 148px;
	margin: 0;
	float: left;
	position: inherit;
	clear: both;
	display: block;
	text-align: center;
}
#sidebar ul {
	width:100%;
	list-style-type: none;
	display: block;
	text-align: center;	
	padding: 0;
	margin: 0;
}
#sidebar li {
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	width:100%;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	font-size: 12px;
}
#sidebar a {
	text-decoration: none; 
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	width:100%;
	padding: 6px;
	margin: 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#sidebar a:visited{
	background-image:url('../images/family-law-paralegal-wa-bn.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none; 
	visibility:visible;
	width:100%;
	padding: 6px;
	margin: 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#sidebar a:link {
	background-image:url('../images/family-law-paralegal-wa-bn.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none; 
	visibility:visible;
	width:100%;
	padding: 6px;
	margin: 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#sidebar a:hover {
	background-position: center;
	background-repeat: no-repeat;
	background-image:url('../images/family-law-paralegal-wa-bh.jpg');
	color:red;
	text-decoration: none;
	visibility:collapse;
	visibility:visible;
	width:100%;
	padding: 6px;
	margin: 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

	/*not working quite right, only shows down state when back button clicked */
#sidebar a:active {
	background-image: url('../images/family-law-paralegal-wa-bd.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color:green;
	text-decoration: none; 
	visibility:visible;
	width:100%;
	padding: 6px;
	margin: 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* Styles for footer */
#footer {
	padding: 0px 0 0px 0px;
	border-style: solid;
	border-width: 1px;
	width: 787px;
	clear: both;
	overflow: hidden;
	float: right;
	margin: 0px;
	text-align: center;
	position: inherit;
	float:inherit;
}
#footer p {
	background-color: #666666;
	width: 100%;
	padding: 2px;
	margin: 0px;
	text-align: center;
	font-size: x-small;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}






