﻿/* (C) Copyright 2010 UsedBizStuff.com. All Rights Reserved */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: # url('images/background.gif') repeat-x;
}

#wrapper {
	margin: 0px auto;
	width: 1000px;
	background: #ffffff url('images/wrapper.gif') repeat-y;
}

#header {
	text-align: center;
	margin: 0px auto;
	background: url('images/header.gif') no-repeat;
	width: 1000px;
	height: 110px;
}

#headerleft {
	float: left;
	width: 450px;
	height: 110px;
}

#headerright {
	float: right;
	width: 550px;
	height: 110px;
}

#topnav {
	margin: 0px auto;
	background: url('images/topnav.gif') no-repeat;
	width: 1000px;
	height: 44px;
}

#footer {
	clear: both;
	margin: 0px auto;
	background: url('images/footer.gif') no-repeat;
	height: 90px;
	width: 1000px;
}

/* UsedBizStuff slideshow */
#slideshow {
	position: relative;
	width: 250px;
	height: 188px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
#pause1 {
	z-index:100;
}

/* single column layouts */
#bodycolumn {
	width: 1000px;
	clear: both;
}

/* two column layout with left navigation */
#body1 {
	width: 790px;
	float: right;
}

#body2 {
	float: left;
	width: 200px;
	min-height: 418px;
}

/* two column layout with right navigation */
#body1a {
	width: 790px;
	float: left;
}

#body2a {
	float: right;
	width: 200px;
	min-height: 418px;
}

/* three column layouts */
#body1b {
	width: 780px;
	float: left;
}

#body1c { 
	width: 565px;
	float: right;
}

#body2b {
	width: 200px;
	min-height: 418px;
	float: left;
}

#body3 {
	width: 200px;
	float: right;
	margin-top: 4px;
	margin-right: 14px;
}

/* End of Layout CSS */


/* Start General Styles */

a:link, a:visited {
	color: #2D7A0F; 
}

a:active, a:hover {
	color: #233D81;
}

h1 { 
	color: #0C276E;
	font-size: 125%;
	padding: 2px 2px 2px 2px;
	text-align: left;
	margin-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {	
	font-size: xx-small;
	color: #000000;
	padding: 0px 2px 0px 2px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {	
	font-size: 145%;
	color: #233D81;
	padding: 4px 2px 2px 2px;
	text-align: left;
	border-bottom: 1px solid #233D81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 { 
	font-size: 125%;
	color: #fff;
	background: url('images/button3.gif') repeat-x;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 { 
	font-size: 100%;
	color: #fff;
	background: url('images/button2.gif') repeat-x;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6 { 
	font-size: 100%; 
	color: #fff;
	background: url('images/button1.gif') repeat-x;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.submitbuttons {
	font-weight: bold;
	color: #EFEAD8;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #2D7A0F;
	border-bottom: 3px solid #2D7A0F;
	border-left: 1px solid #2D7A0F;
	border-right: 1px solid #2D7A0F;
	background: url('images/button1.gif') repeat-x;
	width: 155px;
	height: 30px;
}

.headerleftcontenttop {
	padding: 5px 0 0 25px;
	text-align: left;
}

.headerleftcontentbottom {
	padding: 8px 0px 0px 20px;
	font-weight: bold;
	color: #318510;
	text-align: left;
	font-size: 11pt;
	font-family: Arial, Verdana, sans-serif;
	font-style: italic;
}

.headerrightcontent {
	padding: 10px 0px 0px 0px;
}

.topnavlinks {
	padding: 4px 18px 5px 8px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.topnavlinks ul {
	margin: 0px;
	padding: 8px 0 0 0;
	list-style: none;
}
	
.topnavlinks li { 
	display: inline;
}
	
.topnavlinks a:link, .topnavlinks a:visited {
	padding: 12px 10px 10px 10px;
	color: #fff;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #fff;
	background: url('images/button2.gif') repeat-x;
}


/* single column layouts */
.bodycolumncontent {
	margin: 0 12px;
	padding: 0px 16px 5px 8px;
	height: 400px;
}


/* two column left nav layouts */
.body1content {
	margin-right: 8px;
	padding: 0px 8px 5px 0px;
}

.body1content  ul {
	list-style-image: url('images/bullet.gif');
	line-height: 145%;
}

.body2content  {
	padding: 2px 0px 5px 12px;
}

/* two column right nav layouts */

.body1acontent {
	margin-left: 8px;
	padding: 0px 0px 5px 8px;
}

.body1acontent  ul {
	list-style-image: url('images/bullet.gif');
	line-height: 145%;
}

.body2acontent  {
	padding: 2px 0px 5px 20px;
}

/* three column layouts */

.body1bcontent {

}

.body2bcontent {
}

.body3content {
}

.sidelinks {
	padding: 10px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
}

.sidelinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.sidelinks li { 
	list-style-image: none;
	margin: 0px 0px 2px 0px;
}
	
.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 154px;
	color: #0C276E;
	text-decoration: none;
}
	
.sidelinks a:active, .sidelinks a:hover {
	color: #fff;
	background: #2D7A0F url('images/button1.gif') repeat-x;
}

.footercontent {
	padding: 14px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #fff;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #3FAC15;
	text-decoration: underline;
	background-color: transparent;
}

.clear {
	clear: both;
}

.block1 {
	color: #0C276E;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #0C276E;
	border-bottom: 4px solid #0C276E;
	background-color: #e2e2e2;
	padding: 6px;
}

.block2 {
	color: #2D7A0F;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #2D7A0F;
	border-bottom: 4px solid #2D7A0F;
	background-color: #e2e2e2;
	padding: 6px;
}

.block3 {
	color: #233D81;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #233D81;
	border-bottom: 4px solid #233D81;
	background-color: #e2e2e2;
	padding: 6px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 190px;
	color: #fff;
	background: url('images/button1.gif') repeat-x;
	border-bottom: 2px solid #2D7A0F;
	font-weight: bold;
	text-align: center;
}

.news2 {
	padding: 4px;
	display: block; 
	width: 190px;
	color: #fff;
	background: url('images/button2.gif') repeat-x;
	border-bottom: 2px solid #0C276E;
	font-weight: bold;
	text-align: center;
}

.tiny {
	font-size: 80%;
}

img {
	border: none;
}

.imageleft {
	float: left;
	padding: 8px;
}

px;
}

p {
	line-height: 130%;
}