/*** RESET ***/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}
address {display:inline;font-style:normal;}
/*** END RESET ***/

html {
height:101%;
}

body {
font-size: 12px;
line-height:16px;
font-family: Verdana, Arial, sans-serif;
background-color: #e4e4e4;
}

p {
margin-bottom: 20px;
}

a, a:link, a:visited {
	color:#339999;
}

a:active, a:hover {
	color: #ff6600;
}

hr {
width:400px;
height:1px;
color:#006666;
margin:30px auto;
}

h1 {
color:#006666;
margin: 0 0 20px 0;
}

h1 a {
text-decoration:underline;
color:#006666;
}
h1 a:link, #h1 a:visited {
text-decoration:underline;
}
h1 a:hover {
text-decoration:none;
}

ul, ol {
list-style-position: inside;
}

#background {
width: 100%;
background: transparent url(/images/background.jpg) no-repeat center 84px;
background-color: #e4e4e4;
}

#darkgreytop {
position:absolute;
height:84px;
top: 0;
left:0;
width:100%;
background-color:#ccc;
width:100%;
}

#container {
margin: 0 auto;
width: 900px;
position:relative;
}

#header {
float: left;
clear: both;
width: 900px;
height: 84px;
}

#headerlinks {
display:block;
float:right;
margin-right:16px;
margin-top:4px;
}

#headerlinks a {
text-decoration:none;
color:#000;
}
#headerlinks a:link, #headerlinks a:visited {
text-decoration:none;
}
#headerlinks a:hover {
text-decoration:underline;
}
#headerlinks a.thispage {
text-decoration:underline;
}

.middot {
padding: 2px 10px;
}

#primary_nav {
    position:absolute;
	top:40px;
	height:44px;
	left:0;
	width:900px;
    padding:0;
	margin:0;
    display: block;
	z-index:99;
	background: transparent url(/images/nav_bg.jpg) repeat-x top left;
}
#primary_nav {
    list-style-type: none;
}
#primary_nav li {
	float:left;
	position:relative;
	margin:0;
	padding:0;
    display: inline;
}
#primary_nav li a {
	display: block;
	background-color: transparent;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	text-decoration:none;
	color:#009999;
	font-size:12px;
	font-weight:bold;
	line-height:44px;
}

#aboutus {
	width: 98px;
}
#pharma {
	width: 147px;
}
#cro {
	width: 56px;
}
#meddevice {
	width: 128px;
}
#investigator {
	width: 118px;
}
#training {
	width: 93px;
}
#fees {
	width: 61px;
}
#links {
	width: 66px;
}
#contact {
	width: 117px;
}

#primary_nav li a:hover, #primary_nav li a.thispage {
	color: #fff;
	background: transparent url(/images/nav_bg_hover.jpg) left top repeat-x;
}

#primary_nav li a.first {
	background: transparent url(/images/nav_start.jpg) left top no-repeat;
}
#primary_nav li a.first:hover, #primary_nav li a.thispage {
	color: #fff;
	background: transparent url(/images/nav_start_hover.jpg) left top no-repeat;
}

#primary_nav li a.last {
	background: transparent url(/images/nav_end.jpg) right top no-repeat;
}
#primary_nav li a.last:hover, #primary_nav li a.thispage {
	color: #fff;
	background: transparent url(/images/nav_end_hover.jpg) right top no-repeat;
}

#nav ul {
    padding: 0;
    margin: 0;
    text-align: left;
	z-index: 99;
}
#nav li:hover { /* prevents sticky nav in IE7 */
	background-position: 0 0;
}
#nav li ul { /* second-level lists */
   position: absolute;
   width: 156px;
   margin:0px;
   left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
width: 156px;
padding: 0;
}
#nav li ul a { /* second-level list links */
    color: #006666;
    font-size: 12px;
	line-height:30px;
	text-decoration: none;
    display: block;
    height: 34px;
    border: 1px solid #ccc;
    background-color: #eee;
	padding: 0;
	margin: 0;
	width: 156px;
	text-align: center;
}
#nav li ul a.twoline { /* special case for nav text that is too long */
    line-height:16px;
}
#nav li ul a:hover { /*hover color for second-level list links */
    background-color: #ccc;
}
#nav li:hover ul, #nav li.sfhover ul  { /* lists nested under hovered list items */
    left: auto;
}

#maindesign {
position:relative;
width:900px;
height:351px;
z-index:98;
}

#logo {
position:absolute;
top: 40px;
right:130px;
}

.clear {
clear:both;
}

#content {
background: transparent url(/images/content_background.gif) repeat-y top left;
}

#leftcolumn {
position:relative;
float:left;
margin-top:-80px;
width: 239px;
z-index:99;
}

#subnav {
position:relative;
color:#fff;
margin-left:27px;
width: 187px;
background: transparent url(/images/sidenav_background.gif) repeat-y top left;
}

#subnav ul {
list-style:none outside none;
margin:0;
padding:0;
}

#subnav ul li {
margin:8px 10px;
line-height:14px;
}

#subnav ul li img {
margin-bottom:4px;
}

#subnav_forms, #sentry {
position:relative;
color:#fff;
width: 187px;
background-color: #588494;
margin: 10px 0 4px 27px;
text-indent: 0;
text-align: center;
}
#subnav_forms a, #subnav_forms a:hover, #sentry a, #sentry a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#pagetitle, #sentry a {
color: #fff;
font-size:16px;
font-weight:bold;
text-indent:10px;
padding-bottom:10px;
}

#subnav a:link, #subnav a:visited {
color: #99ccff;
text-decoration:none;
}

#subnav a:hover, #subnav span {
color: #fff;
}

#subnav blockquote {
color: #fff;
margin:10px;
font-size:13px;
font-style:italic;
padding-bottom:30px;
}

#fda {
margin: 10px auto 10px 27px;
width:187px;
height:185px;
background: transparent url(/images/fda.gif) no-repeat top left;
}

#fda p {
color: #fff;
padding:10px;
font-weight:bold;
font-size:13px;
}

#maincontent {
margin-left:249px;
width: 640px;
}

#maincontent ul {
margin: 10px auto 20px 10px;
}
#maincontent ul ul {
margin: 0 20px;
}

#contentbottom {
width:900px;
height:20px;
background: transparent url(/images/content_bottom.jpg) no-repeat top left;
}

#bottomnav {
text-align:center;
font-size:11px;
}

#bottomnav a:link, #bottomnav a:visited, #bottomnav span {
color: #333366;
text-decoration:none;
margin: 0 3px;
}

#bottomnav a:hover {
color: #339999;
text-decoration:underline;
}

#homepage #bottomnav a.home, #homepage #header #headerlinks a.home, #aboutpage #bottomnav a.about, #pharmapage #bottomnav a.pharma, #cropage #bottomnav a.cro, #medpage #bottomnav a.med, #investpage #bottomnav a.invest, #trainingpage #bottomnav a.training, #feespage #bottomnav a.fees, #linkspage #bottomnav a.links, #contactpage #bottomnav a.contact, #privacypage #bottomnav a.privacy, #sitemappage #bottomnav a.sitemap {
color:#339999;
text-decoration:underline;
}

#footer {
text-align:center;
font-size:10px;
color: #666;
margin-top:2px;
}

.footerdot {
padding: 1px 4px;
}

#footer a:link, #footer a:visited {
color: #339999;
text-decoration:none;
}
#footer a:hover {
color: #000033;
text-decoration:underline;
}

small {
font-size:10px;
}
.floatright{
float:right;
}
.textinput{
width:300px;
background-color:#eee;
}
.formerror {
background-color:#ff9999;
}

address {
  display: block;
  margin: 10px 0 10px 0;
}

dl {
  margin: 10px 0 10px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 8px;
}

.submitStudyList {
	width: 100%;
	border-collapse: separate;
}
.submitStudyList td.file {
	width: 75px;
	text-align: center;
}
.submitStudyList td.chk {
	width: 25px;
	text-align: center;
}
