@charset "utf-8";
/* CSS Document */

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 200px;
	width: 960px;
}
#logo {
	float: left;
	height: 200px;
	width: 460px;
	background-image: url(../images/josiechisholm.png);
}
#chicks {
	background-image: url(../images/chicks.png);
	float: left;
	height: 200px;
	width: 500px;
}
body {
	background-color: #11b8d8;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#header2 {
	float: left;
	height: 380px;
	width: 960px;
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(../images/footerbg.png);
	float: left;
	height: 70px;
	width: 960px;
}

#headerimage {
	float: left;
	height: 380px;
	width: 700px;
	overflow: hidden;
}
#topmenu {
	float: left;
	height: 380px;
	width: 260px;
}
#content {
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-y;
	width: 960px;
	float: left;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: disc;
	margin-left: 30px;
}
#content ul li a, #content ul li a:link, #content ul li a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #000;
	border-bottom-color: #999;
	font-weight: bold;
}
#content ul li a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #000;
	border-bottom-color: #666;
	font-weight: bold;
}
.links a, .links a:link, .links a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #000;
	border-bottom-color: #999;
	font-weight: bold;
}
.links a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #000;
	border-bottom-color: #666;
	font-weight: bold;
}
#emailme {
	float: right;
	height: 301px;
	width: 260px;
}
.formbox {
	background-image: url(../images/boxbg.gif);
	background-position: left top;
	height: 22px;
	width: 209px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 14px;
}
.formmessage {
	background-image: url(../images/boxbg.gif);
	background-position: left top;
	height: 54px;
	width: 209px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	font-size: small;
	line-height: 1.2em;
	width: 660px;
}
.footerimages {
	float: left;
	padding-top: 20px;
}
.alignright {
	float: right;
	margin-top: 20px;
	padding-left: 20px;
}
.headings {
	padding-top: 20px;
	padding-bottom: 5px;
}
.emailmeheaders {
	padding-top: 8px;
}
#content li {
	line-height: 1.4em;
}
#bottombox {
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-y;
	width: 960px;
	float: left;
}
#bottombox img {
	float:left;
	text-align:left;
}
.imagespace {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 35px;
	padding-left: 20px;
}
.npimagespace {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
}

#check {
	font-size: 10px; width: 20px; display: none; visibility: hidden; z-index: 0; 
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	font-size: small;
}
#content p a, #content p a:link, #content p a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #000;
	border-bottom-color: #999;
	font-weight: bold;
}
#content p a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #000;
	border-bottom-color: #666;
	font-weight: bold;
}
.newoverlay {
	background-image: url(../images/newoverlay.png);
	background-repeat: no-repeat;
	z-index: 100;
	visibility: visible;
}
img, div {
	behavior: url(/css/iepngfix.htc);
}