* {
margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

.content{
	width:860px;
	margin: auto;
}

.footer, .push {
	height: 60px;
	width: 860px;
	margin: auto;
	text-align:center;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 12pt;
	font-size: 8pt;
	letter-spacing: 0.1em;
	padding-left: 15px;
	padding-right: 15px;
}

.banner {
	margin: auto;
	background-color:#666666;
	height:100px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.nav {
	padding-bottom:6px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.slideshow{
	margin-top: 12px;
}

a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #666666;
}

a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}

.left{
	float:left;
	width:160px; /* actual value */
}

.right{
	float:right;
	width:700px; /* actual value */
}

.middle{
	float:left;
	width:360px;
}

.small-right{
	float:right;
	width:300px; /* actual value */
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 140px;
}

h1{
	font-size: 8pt;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #666666;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #666666;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  /*border-left: 5px #000 solid;*/
  padding-left: 15px;
}

.code { 
	border: 1px solid #ccc; 
	/*list-style-type: decimal-leading-zero; */
	padding: 5px; 
	margin: 0; 
}

.code code { 
	display: block; 
	padding: 3px; 
	margin-bottom: 0; 
}

.code li { 
	background: #666666; 
	border: 1px solid #ccc; 
	margin: 0 0 2px 2.2em; 
}

.indent1 { 
	padding-left: 1em; 
}

.indent2 { 
	padding-left: 2em; 
}
