@charset "utf-8";
/* CSS Document */

body{
	background:	#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	font-weight:bold;
	color:#009af0;
	text-decoration:none;
}
a:hover{
	color:#111;	
}

h1{
	color:#0eb2e5;
	margin-bottom:25px;
	border-bottom:1px solid #6678B1;
	font-size:24px;
}
h2{
	margin-bottom:20px;	
	color:#0eb2e5;
	font-size:16px;
}
h3{
	margin-bottom:10px;
	color:#0eb2e5;
	padding-top:5px;
	font-size:14px;
}
p{
	margin-bottom:10px;	
}
table.contenttable{
	width:750px;	
	border-spacing: 0;
	background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    font-size: 12px;
    margin: 20px;
    text-align: left;
}
table.contenttable th{
	border-bottom: 2px solid #6678B1;
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;	
}

table.contenttable td{
	border-bottom: 1px solid #CCCCCC;
    color: #1dacda;
    padding: 6px 8px;
	vertical-align:top;
}

table.contenttable tr:hover td{
	color:#136985
}
div#bodywrapper{
	background:url(../img/bg.jpg) left top repeat;
}

ul.menu li{
	display:inline;
	float:left;
}

ul.menu li a{
	display:block;	
}

.last{
	
}

div.clearer{
	clear:both;
	float:none;	
}

div#container{
	width:1000px;
	margin:0 auto;
}

div#projects{
	background:url(../img/projectsbg-tile.png) left top repeat-x transparent;	
}

div#slideshow{
	width:900px;
	margin:0 auto;
	background:url(../img/projectsbg.png) center top no-repeat transparent;	
	position:relative;
	padding:50px;
}

a#left{
	position:absolute;
	left:0;
	top:100px;
	z-index:100;
}

a#right{
	position:absolute;
	right:0;
	top:100px;
	z-index:100;
}
ul#carousel{
	width:890px;
	margin:0 auto;
}
ul#carousel li{
	display:inline;
	float:left;
	margin:0 20px;
}

.hidden{
	display:none;	
}

.project{
	width:800px;
	padding:50px;
}

a.buttonlink{
	width:150px;
	height:38px;
	overflow:hidden;
	display:block;
}

a.buttonlink:hover img{
	margin-top:-38px;	
}
a.buttonlink:active img{
	margin-top:-76px;	
}