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: #747474;
	text-align: left;
}

a {
    color: #442BAB;
}

a:hover {
    color: #A31010;
}

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

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

ul li {
	list-style: circle;
}

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

#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;
	cursor: pointer;
}

.toggler:hover {
	background: #C0C0C0;
}

.element {
	padding-bottom: 10px;
}

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;
}

span.light {
	color: #ccc;
}

.forPrint {
    display: none;
}

div#OutputContainer {
    text-align: right;
    font-size: 1.2em;
    width: 960px;
    height: 35px;
    margin: 0 auto 0 auto;
}

div#OutputContainer .output {
    margin: 0 10px;
}

.ui-state-active {
    color: #A31010;
    outline: 0;
}

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

.clearBoth {
	clear: both;
}
