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

body {
	margin:0 0;
}

a:link {
	color: #6EA6D9;
	text-decoration: none;
}
a:visited {
	color: #6EA6D9;
}

a:hover {
	color: #666666;
}

#wrap {
    position: relative;
    margin: 0 0;
    text-align: left;
    width: 960px;
}

#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 406px;
}

#contactinfo {
	position: absolute;
	left: 730px;
	top: 20px;
	width: 215px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6EA6D9;
	text-align: right;
	line-height: 17px;
}

#topline {
	position: absolute;
	top: 96px;
	width: 960px;
}

#topline_2 {
	position: absolute;
	top: 125px;
	width: 960px;
}

#homebtn {
	position: absolute;
	top: 106px;
	left: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6EA6D9;
}

#biosbtn {
	position: absolute;
	top: 106px;
	left: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6EA6D9;
}

#servicesbtn {
	position: absolute;
	top: 106px;
	left: 335px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6EA6D9;
}

#linksbtn {
	position: absolute;
	top: 106px;
	left:445px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6EA6D9;
}

#contactbtn {
	position: absolute;
	top: 106px;
	left: 525px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6EA6D9;
}

#middlebody {
	position: absolute;
	top: 140px;
}

.picture {
	padding:5px;
	background-color: #B9D547;
}

.linkscopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 25px;
	margin-right: 25px;
}

.linkscopy a:link {
	color: #6EA6D9;
	text-decoration: underline;
}

.linkscopy a:visited {
	color: #6EA6D9;
}

.linkscopy a:hover {
	color: #666666;
	text-decoration:underline;
}

.sitecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 25px;
	text-indent: 15px;
	margin-right: 25px;
}

.sitecopy a:link {
	color: #6EA6D9;
	text-decoration: underline;
}

.sitecopy a:visited {
	color: #6EA6D9;
}

.sitecopy a:hover {
	color: #666666;
	text-decoration:underline;
}

.formcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6EA6D9;
	padding-left: 25px;
}

.toplines {
	background-image: url(images/img_toplines.gif);
	background-repeat: no-repeat;
}