/* @group tag selectors */

a:hover {
	color: #000;
	text-decoration: underline;
}

hr.down {
	height: 16px;
	background: url(../images/design_elements/rule_down.png) repeat-x;
	margin: 0 0 8px 0;
}

hr.down_post_tagline {
	margin-top: 24px;
}

hr.up {
	height: 16px;
	background: url(../images/design_elements/rule_up.png) repeat-x;
	margin: 8px 0 0 0;
}

hr.last {margin-bottom:18px;}

.text_center {
	text-align: center;
}

/* @end */

/* @group nav_area */

.nav_area {
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	padding: 0 24px;
}

.nav_area h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin: 0 18px 0 18px;
}

.nav_area h1 em {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}

.nav_area h4 {
	font-family: Times, serif;
	font-style: italic;
	text-transform: uppercase;
	color: #cece00;
	font-size: 24px;
	line-height: 24px;
	margin: 8px 18px 8px 18px;
}

.nav_key td {
	font-family: Times, serif;
	text-align: center;
	font-style: italic;
}

.contact {
	list-style-type: none;
	margin: 0 18px 0 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}

.contact em {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}

.contact a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
	text-decoration: none;
}

.contact a:hover {
	color: #000;
	text-decoration: underline;
}

.nav_thumbs {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 0 18px 2px;
	width: 270px;
}

.nav_thumbs li {
	float: left;
	margin: 0 2px 2px 0;
	line-height: 0;
}

/* @end */

.content_area a {
	color: #ff0000;
}

.content_area h2 {
	font-family: Times, serif;
	font-style: italic;
	text-transform: uppercase;
	color: #cece00;
	font-size: 24px;
	line-height: 24px;
	margin: 8px 18px 0px 18px;
}

.content_area h3, p.caption {
	font-family: Times, serif;
	font-style: italic;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	margin: 0px 18px 8px 18px;
}

.content_area p {
	margin: 18px 80px;
	font-family: Times, serif;
	font-size: 14px;
}

.content_area hr.project {
	height: 1px;
	border-top: 1px dotted #000;
}

.content_area hr.logo {
	margin-top: 48px;
	margin-bottom: 48px;
}