/* CSS RESET v1.0 | 20080212 */

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, font, 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,
#page, .name, .address, .job, .details, .qual, .section, .header, .when, .title, .company
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********* End of CSS Reset **********/

#page {
	margin-left: 350px;
	width: 700px;
	background: url(jachee.jpg) no-repeat;
	background-position: 400px 30px;
	font-family: Helvetica, Trebuchet MS, sans-serif;
}


.job, .qual, table.qual {  /*border: 1pt solid orange; */
	font-size: 12pt;
	margin-bottom: 10pt;
	padding: 15px;
	width: 620px;
}


table.qual {width: 95%; font-size: 8pt;}

ul.qual table.qual { margin-left: 0px; width: 95%; font-size: 8pt;}

ul.qual { margin-left: -300px; 
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black; 
}

ul.qual li {
	list-style: disc;
	margin-bottom: 3.5pt;
	margin-left: 10px;
}

table.qual tr td {border: 1px solid black;
	padding: 2px;
	
}

table.qual { margin-left: -300px; }

.header { 
	margin-left: -350px;
	padding: 10px;
	line-height: 14pt;
	width: 300px;
}

.job { background-color: #FFFFCC; 
	border: 1px dashed black;
	margin-bottom: 30px;
	padding-bottom: 12px;
}

.when {  
	border-top: 1px solid black;
	border-left: 1px  solid black;
	border-right: 4px solid black;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 10pt;
	margin-bottom: -14pt;
}

.title { 
	font-weight: bold;
	font-size: 14pt;
	margin-top: -28pt;
	margin-left: 310px;
	background-color: #886;
	color: white;
	text-align: center;
	padding: 15px;
	width: 440px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.company { 
font-weight: bold;
	margin-top: 14pt;
	border-left: 1px  solid black;
	border-right: 4px solid black;
}


.location { 
	border-left: 1px  solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	padding-bottom: 4px;
}

.when,  .company, .location { 
	width: 280px; 
	text-align: right;
	padding-right: 20px;
	background: #ffc
}

.section { 
	text-align: left;
	padding: 4px;
	border-top: 2px dashed black;
	border-right: 2px dashed black;
	margin-left: -320px;
	width: 550px;
	font-size: 18pt;
	margin-top: 7pt;
}

div.address { font-size: 8pt; 
	text-align: right;
	border-bottom: 3pt solid black;
	margin-left: -250px;
	margin-right: 410px;
	padding-bottom: 10px;
}

.name { margin-bottom: 8pt;
	margin-top: 12pt; 
	margin-right: 410px;
	margin-left: -250px;
	text-align: right;
	letter-spacing: normal;
	font-size: 24pt;
}

.details {
	margin-top: -70pt;
}


div.picker a:link { color: green; }

div.picker a:hover { color: lime; }

.picker {
	position: absolute;
	top: 15%;
	right: 30px;
	border: solid black 2px;
	background: white;
	color: lime;
	width: 80px;
	height: 65px; 
	text-align: center;
	vertical-align: center;
	font-size: 8pt;
}
