@charset "UTF-8";

/* ******************* HTML BODY LINKS ******************* */

html {
	overflow-x: hidden;
	overflow-y: scroll;
	overflow-y: auto;
	overflow-y: visible;

}

body {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size:11px;
	word-spacing:1px;
	letter-spacing:0px;
	line-height:20px;
	width:100%;
	position: relative;
	height: 100%;
	margin: 0 0 1px;
}

a {
	font-size: 11px;
	color: #000000;
	outline:none;
}

a:link {
	text-decoration:none
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

/* ******************* NAVIGATION ******************* */

.project-title {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 20px;
	font-style: normal;
}

.project-tags {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 20px;
	font-style: italic;
}

.project-white {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	font-style: italic;
}

.linkimage {
	padding-left: 31px;
}

.header-img {
	padding-right: 24px;

}

.divider-img {
	padding-right: 10px;
}

#nav_container {
	position: absolute;
	top: 12px;
	left: 10px;
	clear: both;
	float: left;
	margin: 0;
	padding-top: 0px;
	z-index: 500;
}

#doublelinediv {
	top: 139px;
	height: 10px;
	position: absolute;
	background-image:url(../images/doubleline-repeatpixel.gif);
	background-repeat:repeat-x;
	left: 31px;
	width: 100%;
	z-index: 90;
}



/* ******************* SLIDESHOW ******************* */




/* ******************* FOOTER ******************* */

#copyrightdiv {
	width: 610px;
	margin-left:31px;
	position: fixed;
}

.copyright {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #A8A8A8;
	line-height: 20px;
	font-style: normal;
}

.whitebox {
	background-color:#ffffff;
	background-repeat:repeat-x;
}
