﻿/* -- typography -- */

body {
	color: #666;
	font: 100%/1.5 Helvetica, Arial, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6 { margin: 0.5em 0; }

h1 {
	background: url(../images/ypp_logo.gif) no-repeat;
	height: 80px;
	margin: 21px 0 0 17px;
	position: relative;
	width: 236px;
}

	h1 a {
		height: 80px;
		position: absolute;
		text-indent: -31337px;
		width: 236px;
	}

h2 {
	border-bottom: 1px solid #7b8d27;
	color: #7b8d27;
	font-family: "Swiss721 LtEx BT", "Swis721 LtEx BT", Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 28px;
	padding-bottom: 5px;
	text-align: left;
}

h3 { font-size: 24px; }

.caseStudy h4 {
	font-size: 13px;
	margin: .5em 0 0;
 }

a, a:link { color: #7b8d27; text-decoration: none; }

.read_case {
	display: block;
	margin-bottom: .75em;
}

a:hover, a:active { color: #000; }

.required { color: #900; }

.fs_contact legend {
	color: #999;
	margin: 0 0 20px 0;
}

#container { font-size: 13px; }

	#container p { margin: .25em 0 1em; }

.p_first {
	font-size: 16px;
	font-weight: bold;
}

#tooltip {
	background: url(../images/bg_tooltip.png);
	color: #7b8d27;
	font-size: 0.9em;
	padding: 10px 15px;
	position: absolute;
	width: 100px;
}

#footer p { margin: 0; }

	#footer p, #footer a { color: #fff; }
	
	#footer a { text-decoration: none; }
		#footer a:hover { color: #7b8d27; }
	
	#footer span { float: right; }
		* html #footer span { margin-top: -1.1em; }
		*+html #footer span { margin-top: -1em; }

