/* CSS Framework - written by John McDuffie */
/* john@colorcrayon.com or www.colorcrayon.com */

/* Remove default setting in most browsers */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a 
{ 
margin: 0; 
padding: 0; 
border: 0; 
}

body 
{
	font-size: 100.01%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/lab-body-back.jpg);
	background-repeat: repeat-x;
}
/* End Default Browser Fixes */

/* Default Link Styling */

a:link, a:visited 
{  
    text-decoration:none;  
}  
  
a:hover, a:active 
{  
    text-decoration:none;  
}  
  
*:focus 
{  
    outline: none;  
}  

/* End Default Link Styling */.images {
}
.intro {
	margin-left: 35px;
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-indent: 10px;
	margin-bottom: 15px;
}

.intro2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.about {
	margin-left: 35px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10px;
	margin-bottom: 15px;
}
.services {
	margin-left: 35px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10px;
	margin-bottom: 15px;
}

.taglines {
}
.headline {
	color: #790127;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}


.spacer {
	width: 800px;
	height: 20px;
}
.social {
	float: left;
	margin-left: 10px;
}

.clear {
	width: 800px;
	clear: both;
}
.links {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	display: block;
	list-style-image: none;
}
.links a {
	color: #790127;
	font-weight: bold;
	font-size: 14px;
}
.links a:visited {
	color: #790127;
}
.links a:hover {
	color: #FFFFFF;
	background-color: #790127;
}


/* Begin Main Navigation */

.nav {
}
.first {
	display: inline;
}

.menu {
	display: inline;
	margin-left: 30px;
}
.menu a {
	color: #790127;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu a:visited {
	color: #790127;
}
.menu a:hover {
	color: #D5D7D6;
	background-color: #790127;
	padding: 11px;
}


/* End Main Navigation Styling 8?


/* Main Div layers */

#wrapper {
	width: 800px;
	margin-bottom: 15px;
}

#wrapper2 {
	width: 800px;
	margin-bottom: 15px;
}

#header {
	background-image: url(images/lab-header.jpg);
	height: 40px;
	padding-top: 160px;
	background-repeat: no-repeat;
}
#nav {
	height: 30px;
	text-align: left;
	padding-top: 10px;
}
#content {
}
#leftbar {
	text-align: left;
	width: 550px;
	float: left;
}

#leftbar2 {
	text-align: left;
	width: 530px;
	float: left;
	margin-left: 20px;
}
#leftbar2 p {
	font-size: 12px;
}
#leftbar2 li {
	margin-top: 5px;
	margin-left: 25px;
	font-size: 12px;
}


#rightbar {
	width: 200px;
	float: left;
	margin-left: 40px;
	background-image: url(images/sidebar-back.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
}
#rightbar ul {
	list-style-image: none;
}


#sidebar {
}
#footer {
	width: 800px;
	background-color: #790127;
}
#btpanel {
	background-image: url(images/lab-bottom-panel.jpg);
	width: 800px;
	height: 250px;
	background-repeat: no-repeat;
	padding-top: 57px;
}
#bar2 {
	width: 500px;
	float: left;
	padding-left: 10px;
	padding-top: 180px;
}

#bar3 {
	width: 250px;
	float: right;
	text-align: right;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bar3 ul {
	list-style-image: none;
	text-decoration: none;
}
#bar3 li {
	list-style-image: none;
	text-decoration: none;
	margin-top: 7px;
	display: block;
}
#bar4 {
	width: 800px;
}
#uswrap {
	width: 800px;
}

#frank {
	width: 350px;
	margin-left: 20px;
	float: left;
}
#frank li {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

#john {
	margin-right: 20px;
	float: right;
	width: 350px;
}

#john li {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

#copyright {
	width: 800px;
	height: 25px;
	padding-top: 10px;
}
#copyright a {
	color: #D5D7D6;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright a:visited {
	color: #D5D7D6;
}
#copyright a:hover {
	color: #790127;
	background-color: #D5D7D6;
}

/* End Main Div Layers */

/* Begin Form Styling */

#contact-wrapper {
	width:430px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

/* end form styling */

