@charset "utf-8";
/* 
	CSS Document
	For Resource Management Services
	By Deborah Myrin
*/


/*=========================================================================================*/
/*Content Area*/
/*==========================================================================================*/
.content{
	padding-top: 120px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	font-size: 18px;
	line-height: 20px;
	text-align: justify;
}

	.content .link{
		color: #660000;
		font-weight: bold;
	}

	
	.content h4{
		margin-bottom: 6px;
	}
	

	.content ul li{
		text-align: left;
		line-height: 30px;
	}
	
	.content ul.list-center{
		text-align: center;
		line-height: 30px;
	}
	
	.content h3{
		margin-bottom: 6px;
	}
	
	.left-col{
		width: 400px;
		border: solid 2px #660000;
		padding: 25px;
	}
	
	.right-col{
		width: 400px;
		border: solid 2px #660000;
		padding: 25px;
		margin-top: 35px;
	}
	
p{
	margin-bottom: 10px;
}

.box{
	border: dotted 4px #660000;
	margin: 20px;
	padding: 30px;
}
		
.separate{
	border-top: solid 4px #660000;
	margin-bottom: 15px;
	margin-top: 15px;
}
	

.page-header{
		font-size: 28px;
		line-height: 30px;
		letter-spacing: 2px;
		color: #660000;
		text-align: center;
		margin-bottom: 10px;
		font-weight: bold;
	}

.sub-h3{
	margin-bottom: 6px;
	font-weight: bold;
}

.sub-h4{
	font-weight: bold;
	line-height: 40px;
	margin-top: 10px;
}	

.bgpict{
	background-image: url(../Images/contact/contact.jpg);
	width:1000px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 125px;
}

/*===========================================CLASSES=========================================================*/

blockquote{
	text-indent: 25px;
}

.content ul.center {
	text-align: center;
}

.center{
	text-align: center;
}

.indent{
	text-indent: 25px;
}

.subheader{
	font-size:24px;
	text-align: center;
	margin-bottom: 10px;
}

.sub-subheader{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
