/* 
  ================================================
  PVII Uberlink Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/
/*body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 72px 3em 0 264px;
	padding: 0px;
	background-image: url(l1_pgbg.jpg);
	background-repeat: repeat-x;
}
#sidebar {
	position: absolute;
	left: 36px;
	top: 86px;
	width: 186px;
	font-size: .8em;
}
#sidebar h3 {
	font-size: 1.2em;
}*/
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#contentdiv {
	line-height: 1.5;
	background-color: #FFFFFF;
	min-width: 300px;
}
#contentdiv p {
	font-size: .8em;
}
h1, h2, h3 {
	margin: 0 0 6px 0;
	color: #333333;
}
h2 {
	margin: 24px 0 0 0;
}
h3 {
	margin-top: 24px;	
}
p {
	margin: 0px 0px 16px;
}
/*#footer {
	font-size: .7em;
	margin-top: 36px;
	padding: 6px 0 0 0;
	border-top: 1px solid #333333;
}*/
/*
UBERLINK 
  STYLES Begin here:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px;
	/*margin-top:100px;*/
}

#navlist a, #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #336B9A; /*was 669966 , then was 13bab3 */
	background-image:  url(l1_down-300-aec608.jpg); /* the color is actually #336b9a not aec608  */
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #eee;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #427b2;
	background-image:  url(l1_over-blue.jpg);
	color: #2D1E2D;
}
#sidebar #navlist .uberlink {
	background-color: #427b2;
	background-image:  url(l1_over-blue.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}
