/*
 * RESET
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0px;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

a, a:visited {
	color: rgb(0,77,155);
	text-decoration: none;
}
a:hover {
	color: rgb(0,0,0);
	text-decoration: underline;
}

table {
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 1.4em;
	width: 100%;
}

table, th {
	vertical-align: middle;
}

th, td, caption, legend, form div {
	padding: 4px 10px 4px 5px;
}

th, legend, .grey {
	background-color: rgb(153,153,153);
	font-weight: bold;
}
th, legend, .grey h1 {
	color: rgb(255,255,255);
	margin: 0px;
}
.grey {
	margin-bottom: 0.6em;
	padding: 4px 0px;
}
td {
	border-bottom: 1px solid rgb(153,153,153);
	vertical-align: top;
}

legend {
	width: 100%;
}

body {
	background rgb(255,255,255);
	color: rgb(68,68,68);
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	line-height: 1.5;
}

.container {
	margin: 0px auto;
	width: 750px;
}

.clearfix, .container {
	display: block;
}

.clearfix:after, .container:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
.center {
	text-align: center;
}

h1, h2, h3, h4 {
	color: rgb(98,98,98);
}

h1 {
	font-size: 90px;
	margin: 20px;
	padding: 0px;
	text-align: center;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}

p {
	margin: 0px 0px 1.5em;
}

blockquote {
	color: rgb(102,102,102);
	font-style: italic;
	margin: 1.5em;
}

/*
 * LAYOUT
 */

header h1 {
	margin: 20px 20px 0px;
}

header h2 {
	font-size: 18px;
	text-align: right;
	position: relative;
	top: -32px;
	right: 218px;
	margin: 0px;
}

header h3 {
	text-align: center;
	position: relative;
	top: -25px;
	margin: 0px;
	line-height: 1.5em;
}

.nav {
	margin-bottom: 1.5em;
}

.nav ul {
	list-style: none outside none;
}

.nav ul li {
	display: inline-block;
	margin-right: 32px;
	padding: 1px 2px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: rgb(153,153,153);
	line-height: 29px;
	font-size: 12px;
}
.nav ul li:hover {
	border-color: rgb(0,77,155);
}
.nav ul li.contact {
	float: right;
	margin-right: 0px;
}
.nav ul li a, .nav ul li a:visited {
	color: rgb(98,98,98);
	padding: 5px 18px;
}
.nav ul li a:hover {
	text-decoration: none;
	color: rgb(255,255,255);
	background-color: rgb(153,153,153);
}

.pageHeader h1 {
	font-size: 24px;
}

/*
 * CV
 */

section header h1 {
	font-size: 18px;
	font-weight: bold;
}

section ul {
	margin-left: 3em;
}

.cv section li {
	margin-bottom: 0.5em;
}

/*
 * Portfolio
 */
.portfolio section {
	margin: 0px auto;
	width: 600px;
}

/*
 * Form
 */

form.contactForm {
	margin: 0px auto;
	width: 600px;
}

form div {
	clear: both;
	display: block;
	margin: 2px;
	padding: 4px 3px;
	position: relative;
}

form div.required label:after {
	color: rgb(240,0,0);
	content: "*";
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 4px;
}

form div.required label {
	font-weight: bold;
}

form label {
	cursor: pointer;
	display: block;
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 3px 4px;
	text-align: right;
	width: 200px;
}

form input[type=text], form select, form textarea, form input[type=submit] {
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	border: 1px solid rgb(153,153,153);
	margin: 0px;
	padding: 1px;
	width: 350px;
	font-size: 1em;
}

form textarea {
	margin-left: 26px;
	width: 540px;
}

form div.securityCodeFrame {
	margin: 0px auto 5px;
	overflow: hidden;
	padding: 4px 3px;
	text-align: left;
	width: 199px;
	clear: none;
}

form .validation-passed {
	border: 1px solid rgb(0,180,0) !important;
	box-shadow: 0px 0px 3px rgb(0,180,0);
}
form .validation-failed {
	border: 1px solid rgb(240,0,0) !important;
	box-shadow: 0px 0px 3px rgb(240,0,0);
}

form input[type=submit] {
	box-shadow: 0px 0px 3px rgb(180,180,180);
	background-color: rgb(240,240,240);
	border-radius: 4px;
}

/*
 * CAPTCHA
 */

#regCaptcha {
	width: 4em;
	text-align: center;
	font-family: monospace;
	font-size: 1.8em;
}
form div.reload, form div.audio {
	cursor: pointer;
	float: right;
	height: 22px;
	width: 20px;
	margin: 0px !important;
	padding: 0px !important;
}
form div.reload {
	background: url(/images/refresh.gif);
}
form div.audio {
	background: url(/images/audio.gif);
	clear: right;
	overflow: hidden;
}
form div.audio a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -900px;
}