/* Carter Temlpate Employment CSS Document */

#employmentBox, #postingBox{
	border:1px solid #8F9091;
	padding: 2px;
	margin-bottom: 20px;
}

#employmentHead, #postingHead{
	background-color:#445A8C;
	background-image: url(images/layout/head-background-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 0 5px 3px;
}

.RowOdd{
	padding: 5px 0 5px 3px;
	background-color: #F1F1F1;
}

.RowEven{
	background-color:#FFFFFF;
	padding: 5px 0 5px 3px;
	
}

#postingHead{
	text-align:center;
	margin-bottom: 20px;
}

#postingBody{
	padding:5px;
}

.sendResume{
	text-align:center;
	font-weight:bold;
	margin-bottom: 20px;
}