@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCC;
        
}
#all {
		background-color: #77868b;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
}




#sidebar {
	background-color: #77868b;
	color: white;
	float: left;
	width: 262px;
	
}


#menu {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	
}
#menu ul {
	padding-left: 25px;
	list-style-image:url(images/arrow_borders.gif);
}
#menu li {
	background-image: url(images/menu_gradiant.jpg);
	height: 32px;
	
	padding-top: 2px;
	width: 240px;
	margin-left: 0px;
}

#menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
}
	
	
#location {
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
}

#location a:link {
	color: white;
}
#content_home {
	background-color: white;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	width: 578px;
	height:775px;
        
}

#content {
	background-color: white;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	width: 578px;
}
#content img {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
#content  h3 {
	color: #1b8345;
}
#content ul {
	padding: 7px;
}
#mainInfo {
	height: 200px;
	width: 638 px;
}
#mainInfo img {
	margin-left: 0px;
	margin-right: 15px;
}
#mainInfoText {
	padding-top: 70px;
}
#beaker {
	padding-top: 10px;
}
#beaker img {
	float: right;
}

#blogInfo {
	padding-left: 280px;
	height: 115px;
	width: 250px;
}
#molecule {
	float: left;
}
#latestBlog a:link, #latestBlog a:visited {
 color: #1b8345;
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 10px;
 text-decoration: none;
}

#professional {
	list-style-type: none;
	
}

#professional li {
	border-bottom-color:#CCC;
	border-bottom-style:inset;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
#footer {
	background-color: #4a4a4a;
	border-bottom-color: #313131;
	border-bottom-style: solid;
	border-bottom-width: 15px;
	border-top-color: #313131;
	border-top-style: solid;
	border-top-width: 15px;
	color: white;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	height: 30px;
	padding-bottom: 10px;
	padding-left: 500px;
	width: 400px;
}
#footer a:link {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: blue;
	text-decoration: none;
}
#footer a:visited {
	color:#CCC;
	text-decoration: none;
}
#copyrightInfo {
	background-color: #1b8345;
	clear: both;
	color: white;
	
	height: 30px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 10px;
	padding-left: 500px;
	width: 400px;
	
}




/* =Forms

-----------------------------------------------------------------------------*/



ul#form {
	list-style:none;
	margin:0;
	padding:0;
}
ul#form li {
	padding: 3px 0;
}
ul#form li .input {
	padding: 4px;
	width: 238px;
	border: 1px solid #c7d5db;
	font-family: "Lucida Sans Unicode", LucidaGrande;
	font-size: 11px;
	color: #666666;
	overflow:hidden;

}
ul#form li .select {
	padding: 4px;
	width: 247px;
	border: 1px solid #c7d5db;
	font-family: "Lucida Sans Unicode", LucidaGrande;
	font-size: 11px;
	color: #666666;
	overflow:hidden;
}
ul#form li .input:hover, ul#form li .select:hover, ul#form li .select:focus, ul#form li .input:focus {
	background-color:#e0eff8;
}
ul#form li.button {
	text-align: right;
	padding-right:3px;
	width:247px;
}
/* New Contact Form */

.ps-form {
	width:750px;
	padding:5px 0;
	border:none;
	margin:auto;
}
.ps-form fieldset {
	margin:0;
	padding:0;
}
.ps-form h1 {
	font-size:21px;
	margin:0 0 15px 0;
	color:#555759;
	font-weight:normal;
}
.ps-form h1 .sub {
	font-size:12px;
	font-weight:normal;
}
.ps-form p#button {
	padding:30px 0 20px 0;
	margin:20px 0 20px 0;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #717171;*/

	border-bottom-color: #ccc;
	background-image: url(../images/bg-button-view.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ps-form p#button a {
	color:#1989CA;
}
.ps-form ul {
	margin:0;
	padding:0;
	list-style:none;
	width:260px;
	float:left;
}
.ps-form ul li {
	padding:0;
}
.ps-form ul li.submit {
	text-align:right;
	padding-right:9px;
	position:relative;
	top:-3px;
}
.ps-form .input {
	margin:3px 0 3px 0;
	border: 1px solid #c7d5db;
	color:#666666;
	position:relative;
	padding:5px;
	width:240px;
	font-family:"Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.ps-form .input_comment {
	position:relative;
	top:-2px;
	margin:5px 0 9px 0;
	border: 1px solid #c7d5db;
	color:#666666;
	padding:5px;
	width:240px;
	font-family:"Lucida Sans", Lucida, sans-serif;
	font-size:12px;
	height:75px;
}
.ps-form .input:hover, .ps-form .input_comment:hover {
	background:#e0eff8;
}
.ps-form .select {
	margin:3px 0 3px 0;
	border: 1px solid #c7d5db;
	color:#666666;
	padding:3px;
	width:253px;
	font-family:"Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.ps-form .contact-info {
	clear: both;
	padding:0 0 0 60px;
	
	background-repeat: no-repeat;
	background-position: 20px center;
	width:200px;
}
.ps-form .contact-info h1 {
	font-weight:normal;
	font-size:21px;
	margin:0;
	padding:0;
}
.ps-form .contact-info p {
	color:#6b6c6e;
	margin: 14px 0 0 0;
}
.ps-form .contact-info .view-map {
	display:none;
}

