/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******** End reset *********/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

body {
	font-weight: normal;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color: #FFFFFF;
	padding: 10px 15px; 
	margin:0px auto; 
	width:732px;
}
header > h1 {
	text-align: center;
	font-size: 40px;
	font-weight: bold; 
	letter-spacing: 5px;
	margin: 5px 0px 10px;
	border-bottom: 1px solid #cccccc; 
	padding-bottom: 5px; 
	letter-spacing: 5px;
	font-weight: bold; 
	text-transform: uppercase; 
}
h2 { 
	font-weight: bold; 
	font-size: 14px; 
	letter-spacing: 1px; 
	text-decoration: underline; 
	text-transform: uppercase; 
	padding: 5px 10px 2px 0px; 
}

table { width:100%; margin-left: auto; margin-right: auto; }
table td { padding: 3px 0px; }

ul { list-style-type: none; padding:0px; margin:0px; }
ul li { padding-bottom: 5px; }

.center { text-align: center; }

footer { font-family: 'Droid Sans', sans-serif; padding-top: 5px; letter-spacing: 1px; }
footer > div { text-align: center; }
footer > div > span { display:inline-block; text-align: left; line-height:15px; }
footer > div > span:last-child { padding-left: 20px; }

figure { text-align: center; }
footer figure { width: 100%; }
figure img { margin: auto; }

bodyX { height:960px; }
.contact { padding: 0px 5px; }
.contact > * { padding-bottom: 8px; }
.representation {  }
.representation.agent { float:left; }
.representation.manager { float:left; text-align: center; margin-top: -2px; }
.representation.manager img { display:block; }
.personal { float:left; padding: 0px 20px; }
.personal > div { text-align: center; }
.union_status { font-weight:bold; font-size:25px; font-style: italic; width:100%; padding-bottom: 6px; }
.measurement { padding-top:10px; }
.measurement .name { text-align: right; padding-right: 3px; }
.measurement .value { text-align: left; padding-right: 8px; }

.bottom_divider {
	padding-bottom:9px;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:10px;
}

.top_divider {
	padding-top:4px;
	border-top:2px solid #999;
	margin-top:8px;
}

a { text-decoration: none }
a:hover { background: #ECDAC6; }
a:link { color: #000000; }
a:visited { color: #000000; }
