@charset "UTF-8";
/* CSS Document */

*{	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-family:Helvetica, Arial, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
strong{
	font-weight:400;
	color:#231F20;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1{color:#6d6e71; font-size:40px; letter-spacing: .1em; }
h2{font-size:16px; margin-bottom:10px; margin-left:20px;}
h3{font-weight:400;color:#231F20;font-size:14px;margin-bottom:2px;}
q:before,q:after {
	content:'';
}
abbr,acronym {border:0;}

a{
	text-decoration:none;
	color:#58595B;
}

.button{
	display:block;
	color:#fff;
	background-color:#FF0000;
	font-weight:bold;
	padding:10px;
	border-radius:10px;
	margin:10px;
	text-align:center;
	font-size:18px;
	position:relative;
	top:200px;
}
.button:hover{background-color:#FF6868;}

.container{border:1px solid #000; width:960px; height:auto; margin:20px auto;}
.header{width:100%; height: 115px; margin-bottom:36px;}
.title{width: 677px; border-bottom: 16px solid #58595b; float:left;}
.title h1 a{
	background:url(images/header_img.png) no-repeat;
	text-indent:-9999px;
	display:block;
	height:84px;
	margin-top:30px;
}
.title h1 a.presentations{background-image:url(images/presentations_header.jpg);}
.title h1 a.seize{background-image:url(images/seize_header.jpg);}


.header ul.no-menu{width:271px; float:right; list-style:none;}

.header ul.no-menu li a{
	display:block;
	height:25px;
	width:271px;
	background-color:#58595b;
	margin-bottom:5px;
	background-position:top left;
}
.header ul.no-menu li a:hover{background-position:0px -25px;}
.header ul.no-menu li a.profilelink{background-image:url(images/btn_profile.jpg);}
.header ul.no-menu li a.presentationslink{background-image:url(images/btn_publications.jpg);}
.header ul.no-menu li a.publishedlink{background-image:url(images/btn_seize.jpg);}
.header ul.no-menu li a.contactlink{}

.header ul.no-menu li:last-child a{
	margin-bottom:0px;
	background-image:url(images/btn_contact3.jpg);
	overflow:hidden;
}
.header ul.no-menu li:last-child a:hover{
	height:70px;
	background-position:-276px 0px;
}

.third{
	float:left;
	width:33%;
	padding:0px 20px;
}

.col1{width:164px; float:left; margin-right:10px; display:block; min-height:10px;}
.col1 img{width:130px;}
.col2{width:510px; float:left;}
.col3{width:271px; float:right;position:relative;}
.fullwidth{width:100%;}
.clear{clear:both;}
.footer{height:140px; width:100%; display:block;clear:both;margin-top:36px; padding-top: 60px; background-size:contain;}
.footer.profile{background-image:url(images/profile_footer.jpg);}
.footer.presentations{background-image:url(images/presentations_footer.jpg);}
.footer.published{background-image:url(images/published_footer.jpg);margin-top:10px;}

body{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999; line-height:1.4em;}
p{margin-bottom:10px;}

.col2 ul{margin-bottom:10px;}
.col2 ul li div{font-style:normal;margin-left:20px;}

.col3 ul.menu li{ font-family:Tahoma, Geneva, sans-serif; font-size:25px; color:#000; margin:30px; letter-spacing:.1em;}
.col3 ul.menu li img{max-width:200px;}
ul.menu li a{color:#000; text-decoration:none; }

.paypal{position:relative;top:-10px;}

.bullet dt{
	color:#58595B;
	display:inline;
}
.bullet a:hover{text-decoration:underline;}
.bullet dd{
	display:inline;
}
.bullet li{
	text-indent:-15px;
	list-style:none;
	margin-left:-5px;
	margin-bottom:10px;
	padding-left:40px;
	line-height:18px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

a.arrow{
	display:block;
	width:0px;
	height:0px;
	border:8px solid transparent;
	position:absolute;
	top:-23px;
}
a.forward.arrow{border-left-color:#000;right:0px;}
a.forward.arrow:hover{border-left-color:#F00;}
a.back.arrow{border-right-color:#000;right:30px;}
a.back.arrow:hover{border-right-color:#F00;}
a.back.arrow.seize{right:10px;}



.footer{position:relative;}
.footer a.contact{color:#F00;}
.footer a{text-decoration: none; color:#000; margin-right:10px; font-size:16px; letter-spacing:.2em;}
.red{color:#F00;}
.footer a.designercontact{
	position:absolute;
	bottom:5px;
	right:0px;
}