@charset "UTF-8";
/* CSS Document */

/***** Secondary content area *****/
#secondary-content-container {
	position: relative;
	width: 940px;
	padding: 10px 10px 0px 10px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	height:275px;
	background-image:url(../images/intro-bg.png);			/* background graphic for secondary content container. e.g. that holds */
	background-position: top center;	/* content such as about and service text */
	background-repeat:no-repeat;
}


	#content-left {
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		width:520px;
		height:275px;
		float:left;
	}

		#content-left p {
			padding: 30px 0px 0px 0px; /*top, right, bottom, left*/
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		}
	
		#content-left h1 {
			padding: 40px 0px 0px 0px; /*top, right, bottom, left*/
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		}

	#content-right {
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		width:420px;
		height:275px;
		float:left;
	}

		#content-right p {
			padding: 80px 0px 0px 200px; /*top, right, bottom, left*/
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			line-height:22px;
			font-weight:normal;
			color:#6cbcd9;
		}

		.small {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			font-weight:normal;
			color:#6cbcd9;
		}


	.secondary-content-spacer-1 {		/* Spacer div - used to separate hero and secondary content container*/
		position: relative;
		width: 940px;
		padding: 0px 10px 0px 10px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		height:30px;
	}

	.secondary-content-spacer-2 {		/* Spacer div - used between secondary content panels*/
		position: relative;
		width: 20px;
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
		height:350px;
		float:left;
	}

#quote {
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	width: 300px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 100px;
	right: 200px;
}
