/* @group Copy */

	.copy {
		color: #454344;
	}

	.copy a {
		color: #232122;
		text-decoration: none;
	}
	.copy a:hover {
		text-decoration: underline;
	}
	.copy strong {
		font-weight: bold;
	}
	.copy em {
		font-style: italic;
	}
	.copy .inline-block {
		clear: right;
		display: inline-block;
		width: 85px;
	}
		.qualifications .copy .inline-block {
			width: 55px;
		}
	.copy span.company {
		display: inline-block;
		font-weight: bold;
		margin-right: 2em;
	}
	.copy .position {
		display: block;
		float: right;
		clear: right;
	}
	#ie.v7 .copy span.position em:first-child,
	#ie.v6 .copy span.position em:first-child {
		margin-top: -22px;
	}

	/* @group Headers */

		.copy h2 {
			font-size: 82%;
			font-weight: normal;
			margin: 0 0 20px 0;
		}
		.copy h2 span {
			background: #00accd;
			color: #ffffff;
			letter-spacing: 5px;
			line-height: 100%;
			padding: 5px 5px 5px 10px;
			text-transform: uppercase;
		}
		.copy h3 {
			color: #232122;
			font-size: 95%;
			font-weight: normal;
			margin: 20px 0 10px 0;
			letter-spacing: 3px;
			text-transform: uppercase;
		}

		.experience .copy h3 {
			float: left;
			clear: both;
			width: 100%;
		}

	/* @end */

	/* @group Paragraphs */

		.copy p {
			margin: 10px 0;
		}
			.experience .copy p {
				float: left;
				width: 100%;
			}

		.copy p.signature {
			font-size: 82%;
			letter-spacing: 5px;
			line-height: 100%;
			margin: 25px 0 10px 0;
			text-transform: uppercase;
		}
		.copy p.signature img {
			display: block;
			margin: 0 0 10px -10px;
		}

	/* @end */

	/* @group Lists */

		.copy dl,
		.copy ol,
		.copy ul {
			clear: both;
			margin: 5px 0 5px 25px;
		}

		.copy ol li,
		.copy ul li {
			margin: 5px 0;
			list-style-type: square;
		}
		.copy ul li li,
		.copy ul ul li {
			list-style-type: disc;
		}

		.copy dl dt {
			color: #232122;
			margin: 5px 0 0 0;
		}
		.copy dl dd {
			margin: 0 0 5px 0;
		}

	/* @end */

/* @end */
