/*         Name:  default-backup.css
           Author:  J. Ruhl
           Last Updated:  01/20/2012
*/


body {
	background-color:#000000;
	font-family: Garamond, Georgia, serif;
	font-size: 16px;
	color:#ffffff;
	min-width: 980px;
	height: 100%;
	text-align: center;
	margin: 0;
}

h1 {
	border: medium outset #666;
	padding: 5px;
	font-size: xx-large;
}

h2 { clear: inherit;
	 font-size: x-large;
	 margin-top: 35px;
}

h3 {
	font-size: large;
	text-align: left;
	margin-top: 35px;
}

h4 {
	text-align: center;
	font-size: 18px;
}

p {
	padding: 5px;
	margin-bottom: 35px;
	margin-top: 10px;
}

ul {margin: 0; list-style-type: square;}

a:link, a:visited {
	text-decoration: none;
	color: #FF6;
}

a:hover {
	color: #666;
}
img {
	float: left;
	padding: 5px;
}

#header {
	vertical-align: middle;
	height: 100px;
	width: 980px;
	margin: 10px auto;
	position: relative;
	border: medium outset #333;
}

#nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	height: 40px;
	width: 980px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url(images/base/background-repeat-20x20.jpg);
	background-repeat: repeat;
	border: medium outset #333;
	z-index: 1001;
}

#nav li {
	float:left;
	position: relative;
	width: 14%;
	list-style-type: none;
	height: 40px;
	line-height: 38px;
}


#nav li a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
	border-left: thin dashed #FFFFff;
	padding-left: 5px;
	padding-right: 5px;
	top: 50%;
	vertical-align: middle;
}

#nav li a:hover {
	color: #999;
}

#nav li:first-child a{
	border-left:none;
}

#nav li ul {
     display: none;
	 position: absolute;
	 z-index: 10000;
}

#nav li:hover ul {
	display: block;
	left:0px; 
	top:30px;  
	padding:3px; 
	margin-top: 3px;
}
#nav li ul li {
	float: none;
	display: inline;
	z-index: 1001;
	position: relative;
	height: 40px;
	line-height: 38px;
}
#nav li ul li a {
     background:#666666;
     color:#ffffff;
     width: 160px;
     text-align: left;
     border: thin outset #ffffff;
	 top: 50%;
	 margin-top: 0px;
}
#nav li ul li:last-child a {
	border-right: thin outset #ffffff;
}
 
#nav li ul li a:hover {
     color: #FF6;
}

#wrap	{
	width:980px;
	min-height: 100%;
	background-color: #000000;
	color: #ffffff;
    position: relative;
	margin: 0px auto;
	margin-bottom: -30px;
	left: 0px;
	right: 0px;
	text-align: left;
	z-index: 1000;
}

#leftcol {
	width: 290px;
	float: right;
	padding: 8px;
	height: 100%;
}

#leftcol p {
	padding: 5px;
}

#rightcol {
	width: 670px;
	float: right;
	padding-top: 10px;
}

#moreinfobig {
	padding: 5px;
	margin-left: 50px;
	height: 25px;
	width: 250px;
	background-color: #ffffff;
	border: medium outset #ffffff;
	text-align: center;
	font-weight: bold;
}

#moreinfobig a:link, #moreinfobig a:visited{
	color: #000000;
	font-size: 20px;
}

#moreinfobig a:hover {
	color: #666666;
}
#footer {
	height: 80px;
	width: 980px;
	border: medium outset #666;
}
#footer p.left{
	float: left;
	text-align: left;
}
#footer p.right {
	float: right;
	text-align: right;
}


.moreinfosmall {
	font-size: large;
	text-align: center;
	height: 20px;
	width: 200px;
	background-color: #ffffff;
	border: medium outset #ffffff;
	position: relative;
	left: auto;
	right: auto;
	margin-left: 225px;
	padding: 5px;
	font-weight: bold;
}

.moreinfosmall a:link, .moreinfosmall a:visited {
	color: #000000;
}

.moreinfosmall a:hover {
	color: #666666;
}



.printerimg {
	float: left;
	height: 183px;
	width: 200px;
	padding-top: 15px;
	padding-right: 15px;
}

.printerimgright {
	float: right;
}
	
.blocktext {
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	border: medium outset #ffffff;
	margin: 5px;
	padding: 5px;
	height: 80px;
	width: 550px;
	text-align: center;
	font-weight: bold;
}

.blocktext_sm {
	font-size: 20px;
	width: 320px;
	height: 70px;
	border: thin dashed #FFFFFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	margin-left: 35px;
}

.right-align-img {
	padding: 5px;
	float: right;
	border: medium outset #666;
	position: relative;
	margin: 5px;
}

.randomimage {
	float: right;
	border: thin outset #666666;
	margin-left: 10px;
}

.randomimage-left {
	float: left;
	border: thin outset #666666;
	margin-right: 10px;
}
.clearfooter {
	height: 30px;
	clear: both;
}

