/* css reset */

* {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: 1;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* reset done */

a { color: #00c; outline: none; }

a:visited { color: #00c; }

a img {
	text-decoration: none;
	border: 0;
}

.no-display { display: none; }

.serif { font-family: "Georgia", "Times New Roman", "Times", serif !important }

.sans-serif { font-family: "Verdana", "Vera Sans", "Geneva", "Arial", "Helvetica", sans-serif !important }

.i { font-style: italic !important }

.b { font-weight: bold !important }

.u { text-decoration: underline !important }

.center { text-align: center !important }

.flush-right { text-align: right !important }

.float-right { float: right }

.indent { margin-left: 2em; }

.error { color: #F00; font-weight: bold; }

.hidden { visibility: hidden; }

.highlight { background-color: #ff6; }

.alt-row { background-color: #f0f0ff; }

body {
	font-size: 100%; /* alistapart/articles/howtosizetextincss */
	line-height: 1.125em; /* alistapart/articles/howtosizetextincss */
	font-family: "Verdana", "Vera Sans", "Geneva", "Arial", "Helvetica", sans-serif;
	text-align: center;
	padding: 0;
	margin-bottom: 1em;
	color: #000;
	background-color: #fff;
}

.header {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	letter-spacing: .7;
	text-align: center;
}

.header .name {
	background-color: #464646;
	color: #fff;
	padding: .5em 0 .3em 0;
}

.header h1 {
	padding: .2em 0;
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}

.header .contact {
	color: #555;
	background: #e4f2fd;
	border-bottom: 1px solid #c6d9e9;
	padding: .5em 0 .3em 0;
}

.header h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding: .1em 0;
}


.sub-header {
	color: #555;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	width: 800px;
	margin: .5em auto 0 auto;
	text-align: center;
}

.sub-header h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 1.5em 0 1em 0;
}

.sub-header h4 {
	font-size: 1.05em;
	font-style: italic;
	line-height: 1.4;
	margin: 1em 0 0 0;
}

.main a {
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.main {
	padding-top: 1px;
	color: #555;
	width: 900px;
	text-align: left;
	margin: 1em auto;
}

.main h1 {
	line-height: 1.4;
	padding: 0;
	margin: 1.5em 0 .5em 0;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-weight: normal;
	font-size: 1.45em;
}

.main h2 {
	line-height: 1.4;
	padding: 0;
	margin: 1.8em 0 1em 0;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 1.3em;
	font-weight: bold;
}

.main h3 {
	line-height: 1.4;
	color: #333;
	padding: 0;
	margin: .6em 0;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 1.2em;
	font-weight: normal;
}

.main h4 {
	line-height: 1.4;
	padding: 0;
	margin: .6em 0 .2em 0;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 1.15em;
	font-weight: normal;
	font-style: italic;
}

.main p {
	line-height: 1.4;
	font-size: .9em;
	padding: 0;
	margin: 0 0 1.5em 0;
}

.empl-entry {
	margin: 2em 0;
}

.entry {
	margin: .5em 0 .5em 2em;
}


.ex-site {
	margin-top: 1.5em;
}

.ex-site h3 {
	margin-bottom: 0;
}

.ex-site p {
	margin-top: .2em;
}

.educ {
	margin-top: 1.2em;
}

.educ h3 {
	color: #333;
	font-size: .95em;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom: 0;
}

.educ p {
	margin-top: .1em;
}

.testimonial {
	border-bottom: 1px dotted black;
	margin: .5em 0 0 0;
	padding: 0 1em;
}

.testimonial .author {
	font-style: italic;
	text-align: right;
}


.img-link img {
	text-decoration: none;
	border: 0;
}

.key-headers {
	margin-top: 3.8em;
	font-size: .85em;
}

.link-list {
	list-style: none;
}

.link-list li {
	font-size: 1.1em;
	line-height: 2em;
}

.link-list a {
	text-decoration: none;
}

.link-list a:hover {
	text-decoration: underline;
}

blockquote.excerpt {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	width: 50%;
	margin: 2em;
	padding: .5em;
}

code {
	font-size: 1.1em;
	font-family: monospace;
}

.face-pic {
	float: right;
	margin: 15px 10px 10px 15px;
	padding: 0;
	border: 2px solid #c0c0c0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
