* {margin: 0; padding: 0;}

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 90%;
	line-height: 1.4em;
	color: #666;
}

fieldset {
	padding: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #86cf1f;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 2px dotted #afed39;
}

h1 {
	margin-top: 20px;
	font-size: 175%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 70%;
}

h2, h3, h4, h5, h6 {
	margin-top: 20px;
}

h3, h4, h5, h6 {
	border: none;
	margin-bottom: 0;
}

img{
	border: 1px solid #ccc;
	padding: 8px;
	background: #fff;
}

p {
	margin-bottom: 15px;
}

a{
	outline: none;
}

a.pdf {
	padding-right: 20px;
	background: url(../images/icons/16/pdf.png) no-repeat top right;
}

a:link, #footer a:visited, #footer a:hover {
	text-decoration: none;
	color: #86cf1f;
}

a:visited {
	text-decoration: none;
	color: #70AE2B;
}

a:hover {
	text-decoration: underline;
	color: #009933;
}

ul {
	margin: 5px;
}

li {
	margin-left: 10px;
}

/* divs (in order of appearance) **************************/
#bodyWrapper{
	width: 900px;
	margin: 0 auto;
	background: #fbfbfa url(../images/elements/wrapperLeft.png) repeat-y top left;
	padding-left: 53px;
}

#pageWrapper{
	background: #fbfbfa url(../images/elements/wrapperRight.png) repeat-y top right;
	padding-right: 53px;
	min-height: 600px;
}

#headerWrapper {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#headerWrapper img{
	border: none;
}

#headerInfo {
	color: #3c94c1;
	float: right;
	padding: 10px;
	margin-top: 15px;
	text-align: right;
	font-style: italic;
}

#banner {
	height: 200px;
	background: url(../images/elements/banner.jpg) no-repeat top left;
	border: 1px solid #666;
}

#topMenu {
	margin-bottom: 30px;
	padding: 7px;
	padding-bottom: 13px;
	background: url(../images/elements/topMenuBG.png) repeat-x left top;
}

#topMenu ul{
	list-style: none;
	margin: 0;
}

#topMenu li{
	display: inline;
	padding: 10px 10px;
	font-weight: bold;
	margin: 0;
}

#topMenu a:link {
	padding: 7px;
	color: #666;	
}

#topMenu a:visited {
	color: #666;
}

#topMenu a:hover {
	text-decoration: none;
	color: #fff;
}

#content {
	
}

#footerWrapper {
	background: #fbfbfa url(../images/elements/wrapperLeft.png) repeat-y top left;
	padding-left: 53px;
	clear: both;
	width: 900px;
	margin: 0 auto;
}

#footer{
	background: #fbfbfa url(../images/elements/wrapperRight.png) repeat-y top right;
	padding-right: 53px;
	font-size: 80%;
	text-align: center;
	clear: both;
	padding-top: 30px;
}

#footerSafety {
	float: left;
}

#footer247 {
	float: right;
}

#footerMenu {
	clear: both;
	padding-top: 30px;
}

#footerMenu a {
	margin: 0 5px;
}

#leftColumn {
	margin-right: 260px;
}

#rightColumn {
	float: right;
	width: 200px;
	min-height: 300px;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff url(../images/elements/rightColumnBG.png) repeat-x top left;
}

/* classes ************************/
.copyright {
	color: #999999;
}

.siteBy {
	font-size: 85%;
}

.left {
	float: left;
	margin-right: 10px;
}

.pullQuote {
	width: 200px;
	background: #fafff6 url(../images/elements/pullQuoteBG.png) no-repeat bottom right;
	border: 1px solid #579dc9;
	float: right;
	padding: 15px;
	padding-bottom: 70px;
}

.dropCap {
	font-size: 160%;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.itemForSale {
	clear: both;
	border: 1px solid #666;
	padding: 10px;
	margin: 20px 0;
}

.itemForSale img {
	float: right;
}

.photoContainer {
	padding: 15px;
	text-align: center;
}

.photoContainer img {
	margin: 3px;
}

.jsShow {
	display: none;
}

.galleryWrapper {
	border:1px solid #ccc;
}