@charset "UTF-8";

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	width: 100%;
	background-color: white;
	font-size: 14px;
	font-weight: 400;
	color: #878787;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
	margin: 0px;
	margin-top: 20px;
	padding: 0;
	}

/* STRUCTURE */

#wrapper {
	margin: 0;
	padding: 0px;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}

#header {
	height: 57px;
	width: 960px;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#follow_icons {
	float: right;
	margin: 16px 20px 0px 0px;
}

#portal {
	width: 930px;
	height: 465px;
	overflow: hidden;
	margin: 0px 15px 0px 15px;
	position: relative;
}

#container {
	width: 3720px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #fff;
}

.box {
	width: 920px;
	height: 465px;
	float: left;
	padding: 0px 5px 0px 5px;
	}

/* HEADER MENU */

ul#menu {
	margin-left: 13px;
}

ul#menu li {
	float: left;
	list-style-type: none;
	font-size: 12px;
	font-weight: 500;
	}

ul#menu li a {
	text-decoration: none;
	display: block;
	padding: 5px 1px 0px 1px;
	margin: 12px 4px 0px 4px;
	border-top: solid 1px #fff;
	color: #878787;
	}

ul#menu li a:hover {
	border-top: solid 1px #FF8F00;
	}
	
ul#menu li a.active {
	border-top: solid 1px #878787;
	}

ul#menu li.logo a {
	padding: 0px 25px 0px 0px;
	margin: 0px;
}

ul#menu li.logo a:hover {
	border-top: 1px solid #fff;
	}
	
.emailimg {
	margin: 0px 2px -4px 0px;
}
	

/* HOME */

#quotecontainer	{
	width: 680px;
	padding-right: 10px;
	float: left;
	margin-top: 20px;
	}
	
.quote {
	font-size: 16px;
	padding-left: 27px;
	margin-bottom: 10px;
	background-image: url(../images/openquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
.quotesource {
	font-size: 13px;
	font-style: italic;
	line-height: 165%;
	}
	
#twidget {
	width: 225px;
	float: left;
	margin-top: 20px;
}

#twidget h1{
	margin-bottom: 10px;	}
	

/* ABOUT */

.job_description {
	width: 640px;
	}

.about .contentblock .leftcolumn a {
	margin-bottom: 50px;
	}
	
/* WORK */

.thumbcontainer, .contentblock {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.thumb {
	margin: 0px 8px 8px 0px;
	float: left;
	background-color: #878787;
}

.thumb img	{
	border: 1px solid #000;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	margin: 0px;
}

#footer {
	text-align: center;
	height: 25px;
	width: 960px;
	padding: 30px 25px 0px 25px;
	background-image: url(../images/footer_background.gif);
	background-repeat: no-repeat;
}


/* GENERAL THINGS */

.k, h1, .quotesource, .job_description h2 {
	color: #000;
}

.leftcolumn {
	width: 455px;
	padding-right: 5px;
	float: left;
}

.rightcolumn {
	width: 455px;
	padding-left: 5px;
	float: left;
}

p {
	margin-bottom: 15px;
}

a {
	color: #878787;
}

a:hover {
	color: #000;
}

h1, h2, h3 {
	font-weight: 500;
	}

h1 {
	font-size: 20px;
	margin-bottom: 8px;
}

h2 {
	margin-bottom: 3px;
	font-size: 15px;
}

h3 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 400;
}


h6 {
	font-size: 26px;
	margin: 5px 0px 13px 0px;
	font-weight: 500;
}

.small {
	font-size: 13px;
	}

hr {
	color: #878787;
	background-color: #878787;
	height: 2px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

