* { margin: 0; padding: 0; }

body {
	background-color: #e6e9d8;
	color: #89604e;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', serif; 
}

a { text-decoration: none; color: #89604e; }
a:hover { border-bottom: 1px dotted #a6948c; }

:focus { outline: 0; }

#wrapper {
	width: 705px;
	margin: 0 auto;
}

#header {
	text-align: right;
	padding: 20px 0;
}

ul#nav {
	list-style-type: none;
	background-color: #89604e;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	width: 701px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	letter-spacing: 1px;
}

	ul#nav li {
		float: left;
	}

		ul#nav li a {
			padding: 8px 16px 8px 18px;
			color: #e4dedc;
			display: block;
			float: left;
			position: relative;
			left: 3px;
		}

		ul#nav li a:hover {
			background: url(../img/nav-arrow.gif) no-repeat top;
			color: #fff;
			border-bottom: 0;
		}

		ul#nav li a.selected{
			background: url(../img/nav-arrow.gif) no-repeat top;
		}

div.subpage-nav {
	float: left;
	width: 700px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 20px 0px 0 0;
	position: relative;
	left: 5px;
	text-align: right;
	letter-spacing: 1px;
}


	div.subpage-nav strong {
		font-weight: normal;
		font-style: normal;
		font-size: 10px;
		display: block;
		color: #8f937b;
		margin: 0 0 10px 0;
	}

	div.subpage-nav a {
		display: inline-block;
		background-color: #dcdfcc;
		padding: 5px 7px;
		border-bottom: 1px solid #e6e9d8;
	}

div.subpage-nav a:hover {
	border-bottom: 1px dotted #a6948c;
}

div.subpage-nav a.print {
	display: block;
	width: 150px;
	padding-right: 10px;
	padding-bottom: 9px;
	text-align: left;
	margin-top: -40px;
	margin-left: -15px;
	font-size: 10px;
	color: #8f937b;
	background-color: #e6e9d8;
}

.samples div.subpage-nav a.print {
	margin-top: -7px;
	clear: both;
}

.contact div.subpage-nav a.print {
	margin-top: -7px;
}


div.subpage-nav a.print img {
	border: 0;
	position: relative;
	top: 4px;
	left: 4px;
	margin-right: 10px;
}

div.subpage-nav a:hover.print { border-bottom: 1px solid #e6e9d8; }

#content { float: left; width: 100%; margin-top: 20px; }

.samples #content { margin-top: 0px; }

div.homepage #content {
	background-color: #89604e;
	text-align: center;
	padding: 40px 0;
}

#footer {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

	#footer p#uses {
		font-size: 11px;
		text-align: center;
		margin: 25px 0;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 20px;
	}

.contact #footer p#uses {
		padding-top: 20px;
		border-top: 1px solid #bdc2a8;
}
	
		#footer p#uses span {
			font-weight:bold;
			font-size: 15px;
		}

	#footer p#copyright {
		font-size: 11px;
		font-style: italic;
		letter-spacing: 1px;
		padding-top: 20px;
		border-top: 1px solid #bdc2a8;
	}
	
	
/* PAGES */

div#content div#about-top {
	float: left;
	width: 100%;
}


div#content div#about-top div#about-aside {
		float: left;
		width: 325px;
}

div#content div#about-top div#about-top-main {
	position: relative;
	top: 3px;
	float: left;
	width: 375px;
}

	div#about-aside p.desc {
		background-color: #89604e;
		width: 303px;
		color: #e4dedc;
		font-family: Helvetica, Arial, Sans-serif;
		letter-spacing: 2px;
		text-align: center;
		padding: 5px 0;
		margin-top: 15px;
		font-size: 11px;
		text-transform: uppercase;
		float: left;
	}

div#content h1 { clear: both; }

div#content p {
	line-height: 25px;
	color: #282625;
	font-size: 15px;
	margin: 15px 0;
}

	div#content p strong {
		font-size: 11px;
		letter-spacing: 1px;
		color: #423d3b;
		text-transform: uppercase;
	}

		div#content p strong.amp {
			font-weight: normal;
			font-size: 17px;
			color: #89604e;
		}

div#content p.cap-h {
	background-image: url(../img/capital-h.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 68px;
	margin-top: 90px;
	padding-top: 40px;
}

div#content p.cap-i {
	background-image: url(../img/capital-i.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 50px;
	padding-top: 30px;
}

div#content h1 img {
	margin-top: 15px;
}

h2 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.etiquette h2 {
	margin-top: 30px;
}

h3 {
	font-variant: small-caps;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: none;
	font-weight: normal;
	margin-top: 25px;
	letter-spacing: 1px;
}

p.example {
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 14px;
}

div.services div#content p { margin: 5px 0 25px 0; }

div.services div#content h1 img { margin: 0 0 10px 0; }


.samples div#content img { margin-top: 10px; }

.samples div#content p.desc {
		background-color: #89604e;
		color: #e4dedc;
		font-family: Helvetica, Arial, Sans-serif;
		text-align: right;
		padding: 5px 15px 5px 0;
		margin-top: 0px;
		margin-bottom: 20px;
		border-top: 1px solid #4e2e20;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 2px;
		width: 685px;
		clear: both;
	}

.samples p.desc em {
	font-size: 11px;
	text-transform: none;
	display: inline;
padding-right: 110px;
}

.samples img.ty {
	float: left;
}

.samples a.vow {
	float: left;
	border: 0;
}

.samples a img { border: 0; }

#content ul {
	list-style-type: none;
	margin: 0 30px;
	padding: 5px 0;
}

	#content ul li {
		margin: 15px 0;
		border-bottom: 1px dotted #c7ccae;
		padding-bottom: 15px;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

		#content ul li:before {
			content: "\00BB \0020";
		}
		
		#content ul li span {
			color: #282625;
			line-height: 22px;
		}

#content ul li span.indent {
	margin-left: 15px;
}

#content ul li span strong { font-size: 20px; color: #89604e; font-weight: normal; }

p#top-link {
	padding-top: 10px;
}

	p#top-link a {
		font-style: italic;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 1px;
		display: inline-block;
		padding: 11px 14px 5px 0px;
		color: #6B412F;
	}

	p#top-link a:hover {
		border: 0;
	}

		p#top-link a span {
			font-style: normal;
			font-size: 15px;
			font-weight: bold;
			position: relative;
			bottom: 3px;
		}

/* tables */

div#content table {
	margin: 15px 0px;
	padding: 20px;
	background-color: #fff;
}

.etiquette div#content table { margin: 10px 0 20px 0; background-color: #f1f3e9; padding: 20px; }

	table tr.content {
		color: #282625;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 1px;
		font-style: italic;
		vertical-align: top;
	}

		table tr.content span {
			font-style: normal;
			color: #89604e;
			text-transform: uppercase;
			font-size: 10px;
		}

		div#content table tr.content td {
			padding-top: 5px;
		}

			div#content table td.num {
			width: 25px;
			vertical-align: top;
			}

table tr.heading td {
	font-variant: small-caps;
	width: 315px;
	font-size: 17px;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
}

p.orn { text-align: center; padding: 30px 0; }


