/* CSS Document */

body {
	background-image: url(../imgs/background.jpg);
	background-repeat: repeat-x;
	background-color: cfcfcf;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	}

img {
	border: none;
}

#contentindex {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#landing {
	background-image: url(../imgs/landingbanner.jpg);
	height: 30px;
	width: 100%;
	text-align: right;
	padding-top: 2px;
}

.imglogo {
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#outercontainer {
	width: 980px;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px;
}

#contentwrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	padding: 0px;
} 

#content {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	margin-left: 30px;
	width: 940px;
	padding: 0px;
	border:0;
}

.contentfeature{
	width: 98%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	width: 98%;
	text-align: center;
	font-size: 110%;
	clear: both;
	margin-top: 20px;
}

#footer_left {
	background-image: url(../imgs/baseleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 0px;
	width: 0px;
	float: left;
}

#footer_right {
	background-image: url(../imgs/baseright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 0px;
	width: 0px;
	float: right;
}

#largebanner {
	height: 267px;
	width: 100%;
	border-top-width: 0px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../imgs/bannertest2.jpg);
	background-position: center;
	margin-bottom: 5px;
}

#smallbanner {
	height: 93px;
	width: 100%;
	background-image: url(../imgs/smallbanner-new.jpg);
}

#logo {
	background-image: url(../imgs/dna_logo.jpg);
	height: 70px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

#header {
	float:left;
	font-size:80%;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 44px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: normal;
	width: 940px;
    }

#header ul {
    margin:0;
    padding:0px;
    list-style:none;
    }
	
#header li {
  float:left;
  background:url(../imgs/left_both.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  border-bottom:1px solid #890405;
  }
  
#header li:hover, #header li:hover a {
	background-position:0% -150px;
	color:#ffffff;
  }
  
#header li:hover a {
  background-position:100% -150px;
  }

#header a {
  float:left;
  display:block;
  background:url(../imgs/right_both.gif) no-repeat right top;
  padding:5px 3px 4px 1px;
  text-decoration:none;
  font-weight:normal;
  color:#ffffff;
}
	
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#header a {float:none;}
  /* End IE5-Mac hack */

#header a span {
		display:block;
		background:url(../imgs/right_both.jpg) no-repeat right top;
		padding:5px 18px 5px 6px;
		font-weight:bold;
		color:#765;
		float: left;
}
		
#header #current {
	background-position:0% -150px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
  }
  
#header #current a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#ffffff;
  }
  
#index_images {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	border-top-style: dotted;
	border-top-width: 2px;
	border-top-color: #dde6ef;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 40px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

.leftimg {
	float: left;
	padding-right: 8px;

}
.rightimg {
	float: right;
	padding-left: 8px;

}
.connective {
	font-size: 96%;
	text-align: center;
	color: #666666;




}
.dotted {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #dde6ef;

}
#rightcolumn {
	width: 250px;
	float: right;
	margin-right: 10px;
	margin-top: -17px;
	height: auto;
	margin-left: 5px;
	text-align: left;
	color: #666666;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #dde6ef;
	padding-left: 10px;

}
.li2 {
	list-style-image: url('/images/grey_arrow.jpg');
}
.bullet {
	list-style-image: url('/imgs/grey_bullet.jpg');
}
.shrink {
	font-size: 80%;
}
.title {
	color: #FFFFFF;
	font-weight: bold;
}
.tbl {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	color: #666666;

}
.altcolour {
	background-color: #e8e8e8;
}
.new_red {
	color: #990000;
}
.expandable{
	width: 350px;
	margin-left: 36px;
}
#expandable-list{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#show-all-list{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.webinartable{
	font-family: Tahoma, verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	text-align:left;
}
.webinartext {
	font-family: Tahoma, verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	text-align:left;
	padding: 6px;
}
.webinarclosed{
	color: #cc0000;
}
.webinarregister{
	color: #00cc33;
	text-decoration: underline;
}
