﻿/*----------Global----------*/
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background:#F0EEE6;
	font:70% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
}
h1 {
	font-size:1.5em;
	margin-top:10px;
	border-bottom:2px #DFD8BE 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:1em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
}
a img {
	border: none;
}
/*----------Layout----------*/
#container {
	margin:8px auto 0 auto;
	text-align:left;
	width:760px;
	background:#fff url('images/sidebar_rep_bg.gif') repeat-y top left;
	position:relative;
}
#header {
	height:142px;
	background:url('images/header_rep_bg.gif') repeat-x;
	position:relative;
}
#branding {
	width:547px;
	float:left;
}
#login {
	width:175px;
	height:125px;
	background:#C4BDA1;
	float:right;
	text-align:center;
	color:#393939;
}
#login div {
	margin:5px 0;
}
#login a {
	font-size:xx-small;
	color:#393939;
}
#login a:hover {
	color:#DFD8BE;
}

#login #logintitle {
	font:bold 1.2em "Trebuchet MS", Arial, sans-serif;
	color:#000;
}
#login #AccessIDVisible {
	width:80px;
	margin-left:10px;
	border:1px #393939 solid;
}
#topnav {
	clear:both;
	height:17px;
	line-height:17px;
	background:#000 url('images/nav_corner.gif') no-repeat top left;
	margin-left:180px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#fff;
	font-size:1em;
	padding-left:10px;
}
#topnav a {
	text-decoration:none;
	color:#fff;
}
#topnav a:hover {
	color:#DFD8BE;
}
#sidebar {
	width:180px;
	min-height:320px !important;
	float:left;
	padding-bottom: 80px;
}
#sidebar #bugs {
	width:113px;
	position:absolute;
	bottom:20px;
	left:35px;
}
#sidenav ul {
	list-style:none;
	margin-bottom:10px;
	line-height: 0;
}
#sidenav ul li a {
	display:block;
	width:180px;
	height:28px;
	line-height:28px;
	color:#393939;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-indent:15px;
	text-decoration:none;
	background:#DFD8BE url('images/sidebar_nav_bg.gif') no-repeat;
}
#sidenav ul li a:hover {
	color:#fff;
}
/*Drop Down Menus*/
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 19em;
}
#nav ul li {
	position: relative;
	float: left;
	margin-bottom: -1px;
	width: 19em;
}
#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 180px;
	margin-top: -29px !important;
	margin-top: -22px;
}
#nav li ul ul {
	left: -999em;
	margin-left: 19.2em;
	margin-top: -29px;
}
#nav ul li a {
	width: 19em;
	display: block;
	color: #393939;
	text-decoration: none;
	text-indent: .4em;
	background: #fff;
	border: 1px solid #C4BDA1;
	border-left: 2px solid #C4BDA1;
	border-right: 2px solid #C4BDA1;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 27px;
	height: 27px;
}
#nav ul li a:hover {
	color: #fff;
	background: #C4BDA1;
}
#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:555px;
	_height: 400px; /* Hack for IE 6 and below */
	min-height:400px !important;
	line-height:1.6em;
	float:right;
	margin-right:10px;
	display:inline;
	background:#fff url('images/watermark.gif') no-repeat bottom right;
}
#content p {
	margin:.8em 0;
}
#content ul, #content ol {
	margin:.5em 2.5em;
}
#content td {
	padding:4px;
}
#content #rightcolumn {
	display:inline;
	float:right;
	width:325px;
	margin:0 0 15px 10px;
}
#footer {
	clear:both;
	background:#C4BDA1;
	height:20px;
	line-height:20px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:1em;
	color:#393939;
}
#footer a {
	text-decoration:none;
	color:#393939;
}
#footer a:hover {
	color:#DFD8BE;
}
/*----------Classes----------*/
.callout {
	background:#F0EEE6;
	border-top:3px #C4BDA1 double;
	border-bottom:3px #C4BDA1 double;
	padding:10px 20px;
}
.clear {
	clear:both;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
