body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Optima-Regular', 'Optima', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'sans-serif';
	background-color: #fff;
	color: #000;
	text-align: left;
}

blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

ul {
	margin: 5px 0;
	padding: 0;
}

ul li {
	list-style: none;
}

ul li:before {
	content: "\00BB \0020";
}


div#name {
	float: left;
	font-family: 'Cochin', 'Times New Roman', 'serif';
	font-size: 6em;
	margin: 0 auto;
}

div#address {
	float: right;
	line-height: 1.2em;
	font-size: 1.6em;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0.4em;
}

div#objectiveHeader {
	font-size: 1.6em;
	font-weight: bold;
}

#wrap, #accordion {
	width: 960px;
	margin: 0 auto;
}

#accordion, .objective {
	font-size: 1.3em;
}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
	text-transform: uppercase;
}

.element {
	padding-bottom: 10px;
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	line-height: 1.4em !important;
	visibility: visible !important;
}

div.element div {
	margin: 0;
	padding: 4px;
}

div.element div.clientInfo, div.element ul {
	margin-left: 20px;
}

div.element div.heading {
	float: left;
	font-weight: bold;
	padding: 10px 5px 5px;
}

div.element div.date {
	float: right;
	margin: 8px 5px 5px;
	background-color: #E2E2E2;
	-moz-border-radius:4px; /* for Firefox */
	border-radius: 4px; /* for css3, someday */
	-webkit-border-radius: 4px; /* for webkit, ie. Safari */
	padding:0.2em 0.4em;
}

.forWeb {
    display: none;
}

a.link {
    color: #747474;
    text-decoration: none;
}

/* ==== Floating elements ==== */
.float-right {
	padding:10px 20px;
	float:right;
}

.clearBoth {
	clear: both;
}
