* {
	margin: 0;
	padding: 0;
}

html {
	padding: 0px;
	margin: 0px;
}

body {
  	text-align: center;
  	margin: 0px 0px 0px 0px;
  	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 78%;
	color: #333;
	background-color: #fff;
	overflow: auto;
	background: transparent url("/images/molecue/top.jpg") repeat-x;
	line-height: 1.5em;
}

.img {
	border: 0px;
}
a img {
	border: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

a:active,
a:link,
a:hover,
a:visited {
	color: #0E68E5;
}


h2 {
	color: #89BAC5;
	font-family: "";
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
}

.sub-content {
	margin-top: 30px;
}


.nav-top-small {
	float: right;
	padding-top: 0px;
}

#top-border {
	background: #ffff7e url("/images/molecue/menu_bg3.gif") repeat;
	height: 5px;
}


/* header
----------------------------------------------*/
#header {
	/* background: #303048 url("/images/bg.jpg"); */
	padding: 0px 40px 0px 40px;
}

#header h1 {
	text-align: left;
	background: transparent url("/images/molecue/logo_small_new.gif") no-repeat;
	height: 90px;
}

.highlight-box {
	margin: 20px 0px 40px 0px;
	border: 1px solid #ddd;
	background-color: #f1f1f1;
}

.highlight {
	margin: 0px;
	padding: 15px;
	background-color: #f1f1f1;
}

.half {
	width: 50%;
	background-color: #f1f1f1;
	text-align: right;
}

.service-description {
	text-align: left;
	padding: 0px 80px 0px 20px;
	margin: -35px 0px 0px 0px;
	font-size: 0.9em;
	color: #444;
	line-height: 1.5em;
}

.service-description-right {
	text-align: left;
	padding: 0px 80px 0px 40px;
	margin: -35px 0px 0px 0px;
	font-size: 0.9em;
	color: #444;
	line-height: 1.5em;	
}

.service-description ul,
.service-description-right ul {
	 list-style-image: url("/images/molecue/blue_bullet.gif");
}


/* wrapper 
-----------------------------------------------*/
.wrapper{
	margin:0 auto;
	padding: 0px;
	text-align:left;
	width: 800px;
	/*
	background: #fff url("/images/site/bg.jpg") repeat-x;
	*/
}



.nav-main {
	padding: 0px;
	height: 30px;
	background: url("/images/molecue/menu.gif") no-repeat;
}



/* nav-top
----------------------------------------------*/
#nav-top {
	padding: 0px 40px 0px 40px;
}

#nav-top ul {
	list-style-type: none;
}

#nav-top li {
	display: inline;
	font-size: 0.8em;
	padding: 5px;
}

#nav-top li.first {
	padding-left: 0px;
}

#nav-top li.last {
	padding-right: 0px;
}

#nav-top a:active,
#nav-top a:hover,
#nav-top a:link,
#nav-top a:visited {
	text-transform: lowercase;	
	background: transparent;
	color: #f63; 
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-family: "lucida grande", arial, sans-serif;	
}

#nav-top a:hover {
	text-decoration: underline;
}


#content {
	border-top: 1px solid #eee;
	padding-bottom: 30px;
}


#footer-content {
	background: #9CD3E0;
	border-top: 1px solid #bbb;
	padding-bottom: 30px;
}


#side {
	float: right;
	margin-top: 20px;
	width: 300px;
	height: 500px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
}

#footer {
	padding-top: 0px;
	border-top: 1px solid #bbb;
	background: #9CD3E0;
	height: 100px;
}

#copyright {
	padding: 5px 0px 30px 0px;
	border-top: 1px solid #eee;
	color: #818079;
	background: #fff url("/images/molecue/footer_bg.jpg") repeat;
	font-size: 0.8em;
	text-transform: uppercase;
}

.myBox
{
	float: left;
    margin: 0;
	margin-top: 20px;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #ff0000;
    border: 3px solid #ffffff;
    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}

.bottom-box {
	margin: 0;
	padding: 20px;
	color: #fff;
	background-color: #818079;
	border: 1px solid #fff;
}

.foot-panel {
	float: left;
	width: 33%;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}

.foot-panel h2 {
	font-size: 1.2em;
	color: #FFFF7E;
	text-transform: none;
	background: #818079;
	padding: 10px 0px 10px 10px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.foot-panel p {
	color: #444443;
	line-height: 1.5em;
}

/* clearfix
----------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}