@charset "UTF-8";
html {
	background-image:url(/leopards/images/BGhtml.jpg);
	background-repeat:repeat;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/BG.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {  unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: transparent;
	margin: 0 auto; 
}

.header {
	background-image:url(images/HeaderBG.png);
	background-repeat:repeat-y;
	height:210px;
	position:relative;
	z-index:100;
}
#nav {
	position:relative;
	z-index:110;
	margin-left:0px;
}
#nav img {
	outline:none;
}
.sidebar1 {
	float: right;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}
.content {
	padding: 0;
	margin:-26px 0 0 0;
	background-image:url(images/MainContentBG3.png);
	background-repeat:no-repeat;
	width: 960px;
	height:584px;
	float: right;
	position:relative;
	z-index:200;
}
.progress {
	position:absolute;
	top:515px;
	left:109px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}
.shadow {
  -moz-box-shadow:    0px -6px 5px 0px #7b6e5c;
  -webkit-box-shadow: 0px -6px 5px 0px #7b6e5c;
  box-shadow:         0px -6px 5px 0px #7b6e5c;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: transparent;
	position: relative;
	clear: both;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
