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

body {
	background-color: #efefef;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	min-width: 746px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bodybg.gif);
}
p {
	margin: 0 0 8px;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
a {
	color: #0083ca;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.twoCol #containerHome {
	width: 790px;
	margin: 0 auto;
	border: 1px solid #999999;
	text-align: left;
	background-color: #FFFFFF;
}
.twoCol #container {
	width: 790px;
	background: #FFFFFF url(../images/bg-expand.gif) repeat-y 30px;
	margin: 0 auto;
	border: 1px solid #999999;
	text-align: left;
}
.twoCol #sidebar1 {
	float: left;
	width: 270px;
	background-color: #FFFFFF;
}
.twoCol #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	margin-top: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#logo {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 30px;
}
#homeImage {
	width: 500px;
	margin-bottom: 15px;
	height: 300px;
	margin-top: 20px;
}
#c1 {
	background-color: #0083CA;
	color: #FFFFFF;
	width: 230px;
	margin-left: 20px;
	margin-right: 20px;
}
#c2 {
	width: 250px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
#c3 {
	width: 230px;
	float: left;
}
#c3 p {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#jobDesc {
	font-size: 10px;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
}
#homeTableHead {
	margin: 0px;
	padding: 0px;
}
#footer {
	padding: 4px 0 0 270px;
	clear: both;
	background-color: #0083ca;
}
#footer p {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 9px;
	color: #FFFFFF;
}
#homeTableContent {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#navlist a, #navlist a:visited {
	padding: 0px 0px 0px 38px;
	background-color: #0083CA;
	background-image:  url(../images/nav/navbg.gif);
	background-repeat: repeat-y;
	background-position: 10px 0px;
	text-decoration: none;
	margin: 0px;
	display: block;
	height: 20px;
}
#navlist a:hover {
	background-image:  url(../images/nav/navbgover.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#navBorders {
	margin: 0px;
	padding: 0px;
}
#navlist #active {
	padding: 0px 0px 0px 38px;
	background-color: #0083CA;
	background-image:  url(../images/nav/navbgactive.gif);
	background-repeat: repeat-y;
	background-position: 10px 0px;
	text-decoration: none;
	margin: 0px;
	display: block;
	height: 20px;
}
#subImage {
	width: 500px;
	margin-bottom: 20px;
	height: 110px;
	margin-top: 20px;
	background-color: #CCCCCC;
}
#c4 {
	width: 500px;
	float: left;
	margin-bottom: 20px;
}h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 20px;
	color: #0083CA;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: 1px #0083CA;
	border-right: 1px #0083CA;
	border-bottom: 1px solid #0083CA;
	border-left: 1px #0083CA;
	margin-bottom: 5px;
}

.team {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0px 5px 10px;
}
#openings {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0px 5px 10px;
}
#telephones {
	float: right;
}
#synthDNA {
	float: right;
	padding-left: 20px;
}
#backButton {
	float: right;
}
#homeFlash {
	text-align: center;
	margin-top: 20px;
}