@charset "utf-8";
/* CSS Document */


/* CUSTOM FONT */

@font-face {
	font-family: "Calibri Bold"; src: url("CALIBRIB.eot"); /* EOT file for IE */
	src: local("Calibri Bold"), url("CALIBRIB.TTF") format("opentype"); /* TTF file for Others */
}

/* CUSTOM FONT */


body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}

a { outline: none; }

h3 { font-family: "Calibri Bold"; font-size:18px; color:#676767; text-transform:uppercase; _padding-top:10px; }

h2 { font-family: "Calibri Bold"; font-size:18px; color:#b57b1f; text-transform:uppercase; margin-top:0px; padding:0px; }

.footer { background:#c7c7c3; color:#666; font-size:11px; }
.footer a, .footer a:hover { text-decoration:none; color:#666; }

a.inLink, a.inLink:hover, a.inLink:visited { color:#06F; text-decoration:none; }

#container {
	margin:0 auto;
	width:981px;
	position:relative;
}

#logo {
	position:absolute; 
	width:132px; 
	z-index:1001; 
	height:125px; 
	left:42px; 
	top:39px; 
	overflow:hidden; 
	background:url(../images/logo.png) no-repeat;
}

#linkWrapper {
	position:absolute; 
	width:981px; 
	z-index:1001; 
	text-align:right; 
	height:33px; 
	background:#fff; 
	top:39px; 
	overflow:hidden;
}

#experience {
	position:absolute; 
	width:213px; 
	z-index:1001; 
	height:145px; 
	right:-2px; 
	top:75px; 
	overflow:hidden;
}

#animBanner {
	position:absolute; 
	width:981px; 
	z-index:1000; 
	height:404px; 
	overflow:hidden;
}

#footer {
	position:relative;
	width:981px;
	height:275px;
	top:404px;
}

#footerLinks {
	position:absolute;
	width:981px;
	height:50px;
	padding-top:20px;
	top:675px;
	text-align:center;
	font-size:0.95em;
}

#footerLinks a, #footerLinks a:visited {
	color:#666;
	text-decoration:none;
}

#footerLinks a:hover {
	color:#cc9966;
	text-decoration:none;
}
