/* General Text-formating Styles */
p, div, a, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: none;
}
p {
	font-size: 10px;
	line-height: 110%;
	color: white;
	background: none;
}
h3 {
	font-size: 14px;
	margin-top: 0px;
}
strong{
	font-size:14px;
}
a.pdf {
	display: block;
	margin-bottom: 5px;
}

/* Body Layout / Positioning Styles */
.logo{
	position:absolute;
	top:45px;
	left:70px;
}
.background, .backgroundcontact {
	background-image:url('../ims/background.png');
	background-repeat: no-repeat;
	height:580px;
	width:800px;

}
.backgroundcontact{
	background-image:url('../ims/contactbg.png');
}
div#container {
	margin-left: -400px;
	margin-top: 50px;
	padding-left: 50%;
}
div#main {
	width: 800px;
	position: relative;
}
.quotes{
	position: absolute;
	width: 408px;
	height: 120px;
	top: 440px;
	left: 355px;
}
.quotes div {
	font-family:arial, sans-serif;
	font-size:15px;
	padding: 6px 12px 6px 12px;
	color:#999999;
}
div.intro {
	font-weight:bold;
	font-size:10px;
	position:absolute;
	top:170px;
	left:70px;
	width:265px;
	height: 352px;
	overflow: auto;
	background: none;
}
div.intro h1 {
	line-height:140%;
	color: white;
	background: none;
	font-size: 14px;
}
div.intro h2 {
	line-height:140%;
	color: white;
	background: none;
	font-size: 12px;
}
div.intro h3 {
	line-height:140%;
	color: white;
	background: none;
	font-size: 11px;
}
div.intro p {
	line-height:140%;
	color: white;
	background: none;
}

.picture{
	z-index:1;
	position: absolute;
	top:60px;
	left:398px;
}
div.contact {
	position: absolute;
	bottom: 60px;
	right: 56px;
	text-align: right;
}
div.contact p {
	font-size: 16px;
}

div.media_nav {
	position: absolute;
	bottom: 70px;
	left: 180px;
	color: #333333;
	font-size: 14px;
}

/* Header Styles */
.headtext{
	font-size:14px;
	font-weight:700;
	font-stretch:ultra-condensed;
}
.header{
	margin-left: 35px;
	height: 15px;
}
.header img {
	border: 0;
	display: block;
	float: left;
	margin-right: 35px;
}

/* Drop-down menu styles */
div.drop_holder {
	background-color: #666666;
	position: absolute;
	left: 136px;
	top: 18px;
	width:131px;
	visibility: hidden;
	z-index:99;
}
div.drop_menu {
	background-color:#989898;
	border: solid 1px white;
	width:130px;
	position:relative;
	left:-3px;
	top:-3px;
	font-size:12px;
}
div.drop_menu a {
	text-decoration: none;
}
div#dropwhat{
	left:100px;
}
div#dropwork{
	left:400px;
}
div#dropnews{
	left:590px;
}

div#dropprofile{
	left:202px;
}
div.drop_menu div {
	border-top: 1px solid white;
	padding: 2px 2px 2px 6px;
	width: 122px;
}

/* Footer Styles */
.footer {
	width: 775px;
	text-align: right;
}
.footer a {
	padding-left: 10px;
	color: #999999;
	font-size:12px;
	text-decoration:none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer a:active {
	color: #cccccc;
}
.footer a:visited {
	color: #999999;
}

#quoteName
{
	font-style: italic;
}

a.downloadLink
{
	text-decoration: none;
}

a.downloadLink:hover
{
	text-decoration: underline;
}


a.title
{
	font-weight:bold;
	font-size:11px;
}

/* No idea if these serve any purpose but kept just in case ... */
/*
.droptop{
position:relative;
top:-96px;
left:-5px;
}
.name{
text-align:left;
font-size:14px;
font-weight:800;
}
p.titletxt{
	text-align:left;
}
p.headertxt{
	text-align:left;
}
.slidebox{
	text-align:center;
	position:relative;
	top:103px;
	left:100px;
	border: 1px solid red;
}
.tornedge{
	text-align:center;
	position:relative;
	top:70px;
	left:-325px;
	border: 1px solid red;
}

a#mozilla{
	position:relative;
	left:400px;
	top:600px;
}
a#footC{
	position:relative;
	left:496px;
	top:624px;
}
a#recent{
	position:relative;
	left:496px;
	top:624px;
}
a#profile{
	position: relative;
	left: 496px;
	top: 720px;
}
*/
div.recentWork {
	border-top: 1px dotted #fff;
	margin: 10px 12px 0 0;
	padding-top: 5px;
}
div.recentWork h1 {
	margin: 0;
	line-height: 15px;
}
div.recentWork h1 a {
	font-size: 13px;
	text-decoration: none;
}
div.recentWork h1 a:hover {
	color: #333;
}
div.recentWork div.recentWorkThumb {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #808080;
	padding: 5px;
	background-color: #ffffff;
}
div.recentWork div.recentWorkThumb img {
	display: block;
}
div.clearfix {
	clear:both;
}
