﻿@import url("0layoutDef.css");
/*on-state, try this*/
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF
}

/* Styles for container */
#container {
	background-image:none;
	background-attachment:fixed;
	background-color:#000000;
	padding: 0px;
	width: 768px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

/* Styles for masthead */
#masthead {
	background-image: url('../images/internet-marketing.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	width: 766px;
	height: 60px;
	overflow: auto;
	margin: 0;
	text-align: right;
}
#masthead img {
	float: left;
	margin: 0;
	}
/* Styles for content */
#content {
	background-color: #000000;
	width: 574px;
	height:100%
	margin: 0px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color:#FF0000;
	overflow: auto;
	position: relative;
	float: right;
}
#content img {
	display: block;
}
/* Styles for sidebar Navigation */
#sidebar {
	width: 160px;
	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: #000000;
	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/1buttonNormal.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	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/1buttonNormal.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color:#FFFFFF;
	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/2buttonHover.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/3buttonDown.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color:#006666;
	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: 1px 0 1px 1px;
	width: 766px;
	clear: both;
	overflow: hidden;
	float: left;
	margin: 0px;
	text-align: center;
	position: inherit;
}
#footer p {
	background-color: #000000;
	width: 100%;
	padding: 2px;
	margin: 0px;
	text-align: center;
	font-size: x-small;
}
#footer a {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color:#FF0000;
	text-decoration: none;
}
