﻿/*----------Global----------*/
body {
	_text-align: center;
	background: #E7E7E7;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
	margin-top: 10px;
	border-bottom: 2px #bbb solid;
}
h1 small {
	font-size: .8em;
	font-style: italic;
	color: #C4BDA1;
	display: block;
}
h2 {
	font-size: 1.3em;
	color: #003400;
	margin-top: 20px;
}
h3 {
	font-size: 1.2em;
	color: #bbb;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
a img {
	border: none;
}
/*----------Layout----------*/
#container {
	_text-align: left;
	/*width: 100% !important;*/
	width: 760px;
	min-width: 760px !important;
	max-width: 980px !important;
	background: #fff url('images/pfsal_rep_sidebar.gif') repeat-y -2px top;
	position: relative;
	margin: 0 auto;
}
#header {
	height: 142px;
	background: url('images/pfsal_rep_stripes.gif') repeat left top;
	position: relative;
}
#branding {
	width: 547px;
	float: left;
}
#login {
	width: 175px;
	height: 125px;
	background: #bbb;
	float: right;
	text-align: center;
	color: #393939;
}
#login div {
	margin: 5px 0;
}
#login a {
	font-size: xx-small;
	color: #393939;
}
#login a:hover {
	color: #fff;
}
#login #logintitle {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #d80237;
}
#login #AccessIDVisible {
	width: 80px;
	margin-left: 10px;
	border: 1px #393939 solid;
}
#topnav {
	clear: both;
	height: 17px;
	line-height: 17px;
	background: #000 url('images/pfsal_corner.gif') no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
	margin: 0 0 0 180px;
	padding: 0 0 0 10px;
}
#topnav a {
	text-decoration: none;
	color: #fff;
}
#topnav a:hover {
	color: #bbb;
}
#sidebar {
	width: 180px;
	min-height: 320px !important;
	float: left;
	padding-bottom: 80px;
}
#sidebar #bugs {
	width: 144px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#sidenav ul {
	list-style: none;
	margin-bottom: 10px;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#sidenav ul li a {
	display: block;
	width: 180px;
	height: 28px;
	line-height: 28px;
	color: #d80237;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #bbb;
	border-bottom: 1px #fff solid;
}
#sidenav ul li a:hover {
	color: #fff;
}
#date {
	background: #fff;
	border-top: 3px #bbb double;
	border-bottom: 3px #bbb double;
	padding: 10px 0;
	margin: 8px;
	color: #d80237;
	text-align: center;
}
/*Drop Down Menus*/
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 25em;
}
#nav ul li {
	position: relative;
	float: left;
	margin-bottom: -1px;
	width: 25em;
}
#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 180px;
	margin-top: -29px !important;
	margin-top: -22px;
}
#nav li ul ul {
	left: -999em;
	margin-top: -29px;
	margin-left: 25.1em;
}
#nav ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-indent: .4em;
	text-align: left;
	background: #E7E7E7;
	border: 1px solid #bbb;
	/*border-left: 2px solid #bbb;
	border-right: 2px solid #bbb;*/
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 27px;
	height: 27px;
	width: 25em;
}
#nav ul li a:hover {
	color: #fff;
	background: #d80237;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block;
}
/* CONTENT STYLES */
#content {
	/*width: 71% !important;*/
	width: 540px;
	min-height: 400px !important;
	_height: 400px; /* Hack for IE 6 and below */;
	line-height: 1.6em;
	float: left;
	margin: 0 20px;
	padding: 5px 0;
	display: inline;
	background: #fff;
}
#content p {
	margin: .8em 0;
}
#content ul, #content ol {
	margin: .5em 2.5em;
}
#content td {
	padding: 4px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#content #rightcolumn {
	display: inline;
	float: right;
	width: 325px;
	margin: 0 0 30px 0;
}
#footer {
	clear: both;
	background: #000;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #bbb;
}
/*----------Classes----------*/
.callout {
	background: #fff;
	border-top: 3px #bbb double;
	border-bottom: 3px #bbb double;
	padding: 10px 20px;
}
.clear {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

