@charset "utf-8";
/* CSS Document */

 /* Home Page Side Bar */
#careers {
	width: 275px;
	height: 200px;
	border: #339900 1px solid;
	font-size: 14px;
	color: black;
	margin: 0 auto;
}
#careers2 {
	width: 300px;
	height: 250px;
	border: #339900 1px solid;
	font-size: 14px;
	color: black;
	margin: 0 auto;
	padding: 0 25px;
}
#careersgreen {
	width: 275px;
	height: 37px;
	background-color: #339900;
	border: #339900 1px solid;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#careersgreen2 {
	width: 300px;
	height: 37px;
	background-color: #339900;
	border: #339900 1px solid;
	margin: 60px auto 0;
	padding: 0 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#side {
	background-image: url(images/misc/homeside.gif);
	background-repeat: no-repeat;
	background-position:center;
	padding: 0;
	margin-left: 0;
	width: 350px;
	height: 650px;
	margin-top: 50px;
	
}
#side2 {
	background-image: url(images/misc/homeside.gif);
	background-repeat: no-repeat;
	background-position:center;
	padding: 0;
	margin-left: 0;
	width: 350px;
	height: 650px;
	
}
.photos, .photos2 {
	border: black 1px solid;
	margin: 20px;
}
.photos {float: left;}
.photos2 {float: right;}
.photo3 {
	border: none;
	margin: 25px 10px 0;
	float: left;
}
.photo4 {
	float: right;
	border: none;
	margin: 0 10px;
} 
#pjbox {
	margin: 12px;
	width: 280px;
	padding: 0 20px 10px;
	background: url(images/misc/pjbkd.gif);
	background-repeat: no-repeat;
	background-position:center;
}

/* gallery photos*/
.albumlist {
	list-style-type: none;
	text-decoration: none;
	width: 800px;
	height: 350px;
}
.albumlist li {
	float: left;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.albumlist img {
	display: block;
	border: black solid 1px;
}

/*boarding*/
.pdf, .pdf2 {
	margin: 2em auto;
	padding: 10px;
	border: 1px solid #ccc;
}
.pdf {width: 225px;
	height: 350px;}
.pdf2 {width: 900px;
 	height: 350px;}
	
.seal {
	width: 125px;
	margin: 20px 0 0 7px;
}
