h1 {
	font-size: 16px;
	border-bottom: 1px solid rgb(100,100,100);
}



img { border-style: none; }

div.stickyBoard div.top {
	width: 950px;
	height: 40px;
	background: rgb(56,30,30) url(images/sticky/bulletin_board_top.jpg) no-repeat;
	
	
}

div.stickyBoard {
	margin-left: 10px;
	position: relative;
	width: 950px;
	min-height: 400px;
	background: rgb(56,30,30) url(images/sticky/bulletin_board_bottom.jpg) bottom left no-repeat;
	background-position: bottom left;
	margin-bottom: 50px;
	padding-bottom: 39px;
}

div.stickyBoard div.notes {
	width: 920px;
	padding-left: 30px;	
	background: rgb(56,30,30) url(images/sticky/bulletin_board_tile.jpg) repeat-y;
	position: relative;
	min-height: 400px;
	padding-top: 15px;
}

div.stickyBoard div.postIt {
	margin: 0;
	padding: 0;
	position: relative;
	width: 291px;
	height: 245px;
	overflow: visible;
	float: left;	
}

div.stickyBoard div.postItType_1,
div.stickyBoard div.postItType_3 {
	width: 265px;
	height: 215px;
}

div.stickyBoard div.postItType_1_0 {

	background: transparent url(images/sticky/post_it_0.png) no-repeat;
}

div.stickyBoard div.postItType_1_1 {
	background: transparent url(images/sticky/post_it_1.png) no-repeat;
}

div.stickyBoard div.postItType_1_2 {
	background: transparent url(images/sticky/post_it_2.png) no-repeat;
}

div.stickyBoard div.postItType_1_9 {
	background: transparent url(images/sticky/post_it_9.png) no-repeat;
}

div.stickyBoard div.postItType_2 {
	width: 265px;
	height: 215px;
	background: transparent url(images/sticky/post_it_photo.png) no-repeat;
}

div.stickyBoard div.postItType_2_9 {
	width: 265px;
	height: 215px;
	background: transparent url(images/sticky/post_it_photo_9.png) no-repeat;
}


div.stickyBoard div.postIt .photo {
	position: relative;
	display: block;
	width: 229px;
	height: 157px;
	padding: 10px 0 0 12px;
}

div.stickyBoard div.postIt div.notePhoto {
	background: transparent url(images/sticky/post_it_photo.png) no-repeat;
}

div.thumbTack {
	position: relative;
	width: 63px;
	height: 63px;
	float: left;
}

div.stickyBoard div.postIt div.thumbTack {
	position: absolute;
	z-index: 40;
	float: none;
	width: 63px;
	margin: -25px 0 0 140px;
	
}

div.stickyBoard div.menu {
	position: absolute;
	z-index: 5;
	height: 40px;
	width: 900px;
	margin: -40px 0 0 50px;

}

div.stickyBoard div.menu div.subNav { width: 110px; float: left; margin-left: 30px; }

div.stickyBoard div.menu div.subNav span {
	display: block;
	width: 35px;
	float: left;
	text-align: center;
}

div.stickyBoard div.menu div.subNav span.currentPage {
	padding-top: 5px;
	font-weight: bold;
	font-size: 16px;
}

div.stickyBoard div.menu div.subNav a {
	position: relative;
	display: block;
	padding: 7px 0;
	width: 25px;
	text-align: center;
	color: white;
}

div.stickyBoard div.menu div.subNav a:hover {
	display: block;
	color: white;
	text-decoration: underline;
	background: none;
}

div.stickyBoard div.menu div.subNav span.prev {
	background: transparent url(images/sticky/prev_nav.png) no-repeat;
}

div.stickyBoard div.menu div.subNav span.next {
	background: transparent url(images/sticky/next_nav.png) no-repeat;
}

div.stickyBoard div.menu a img { border-style: none; }
div.stickyBoard div.menu a { 
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: black;
	display: block;
	float: left;
	width: auto;
	height: 39px;
	padding: 0 3px;
}

div.stickyBoard div.menu div.menuItem,
div.stickyBoard div.menu div.menuItem span.thumbTack { float: left; }
div.stickyBoard div.menu div.menuItem { width: auto; white-space: nowrap; margin-right: 30px; }


div.stickyBoard div.menu a:hover { 
	background-color: rgb(56,30,33);
}

div.stickyBoard div.menu a:hover span {
	color: white;
}

div.stickyBoard div.menu a span {
	display: block;
	margin-top: 10px;

}

div.stickyBoard div.menu a span.thumbTack { margin-top: 0; }

div.stickyBoard span.noteText {
	position: absolute;
	z-index: 20;
	display: block;
	width: 250px;
	height: 200px;
	margin: 7px 0 0 20px;
	font-size: 14px;
}

div.stickyBoard span.noteText div h3 {
	font-size: 16px;
}

div.stickyBoard span.noteText div span {
	font-size: 15px;
}

div.stickyBoard div.postItType_1 div.posted,
div.stickyBoard div.postItType_3 div.posted {
	position: absolute;
	z-index: 60;
	width: 250px;
	margin: 180px 20px 0 0;
	font-size: 14px;
}

div.stickyBoard div.postItType_2 div.posted,
div.stickyBoard div.postItType_2_9 div.posted{
	width: 250px;
	font-size: 14px;
}

div.stickyBoard div.posted { width: 250px; }
div.stickyBoard div.posted span {
	position: relative;
	display: block;
	width: auto;
	float: right;
	margin-right: 15px;
}

div.stickyBoard div.posted span a span { float: none; }

form.addPostIt {
	display: block;
	width: 100%;
}

div.record { 
	padding: 5px; 
	margin-bottom: 5px; 
}

div.notifyRecord {
	border: 1px solid gray;
	background-color: rgb(230,230,230);
	height: auto;
}

input#question { width: 80%; }
input#notifyEmail { width: 50%; }
span.required { color: red; }

div.sitePopUp {
	margin: 10px auto 0 auto;
	background-color: white;
	width: 550px;
	padding: 25px;
}

div#notifyEmailContainer {  }

div.addCommentShadow {
	position: absolute;
	z-index: 50;
	width: 450px;
	height: 260px;
	top: 250px;
	margin: 40px 0 0 435px;
	background-color: white;
	border: 1px solid black;
	opacity: 0.8;
	filter: alpha(opacity=80);
	

}

div.stickyBoard a.back {
	display: block;
	position: absolute;
	z-index: 500;
	font-size: 15px;
	color: black;
	font-weight: bold;
	margin: -25px 0 0 50px;
}

div.addThreadComment {
	position: absolute;
	z-index: 60;
	width: 430px;
	margin: 50px 0 0 450px;
	top: 245px;

}

div.addThreadComment label {
	display: block;
	width: 30%;
	float: left;
	white-space: nowrap;
}

div.addThreadComment label.notify,
div.addThreadComment label.captcha {
	width: auto;
	margin-right: 5px;
}

div.addThreadComment input.text {
	width: 65%;
}

div.addThreadComment textarea {
	width: 65%;
	height: 50px;
}

div.stickyBoard div.comments div.thumbTack1 {
	position: absolute;
	margin-top: -50px;
}

div.stickyBoard div.comments div.thumbTack2 {
	position: absolute;
	margin: -50px 0 0 740px;
}

div.stickyBoard div.comments p.parentDetails {
	padding-bottom: 5px;
}

div.stickyBoard div.comments div.parentDivider {
	clear: both;
	border-bottom: 2px solid rgb(200,200,200);	
}

div.stickyBoard div.comments {
	width: 755px;
	padding: 20px;
	margin-left: 40px;
	background: transparent url(images/sticky/paper.jpg) right top repeat-y;
	min-height: 300px;
}

.error { color: red; }

div.stickyBoardAdmin div.noteAdminThread {
	margin-left: 100px;
}

div.stickyBoardAdmin div.noteAdmin {
	border: 1px solid gray;
	padding: 5px;
	margin-top: 5px;
	width: 850px;
}

div.stickyBoardAdmin div.noteAdmin div { width: 500px; height: 30px; margin-top: 10px; }

div.stickyBoardAdmin div.noteAdmin label {
	font-weight: bold;
	font-size: 11px;
	display: block; 
	width: 60px;
	float: left;
	margin-left: 8px;
}

div.stickyBoardAdmin div.noteAdmin input.text,
div.stickyBoardAdmin div.noteAdmin textarea {
	float: left;

}

div.stickyBoardAdmin div.subNav {
	height: 40px;
}

div.stickyBoardAdmin div.subNav span {
	display: block;
	width: 35px;
	float: left;
	text-align: center;
	font-size: 16px;
}



div.stickyBoardAdmin input.text,
div.stickyBoardAdmin textarea {
	width: 200px;
	font-size: 14px;
}

div.stickyBoardAdmin div.noteAdmin label.adminPost { width: 80px; }