/* body, typography, colors */

body {margin: 0; padding: 0; font-size: 13px; font-family: Georgia, Times New Roman, Times, "Helvetica Neue", helvetica neue, helvetica, arial, verdana, arial; line-height: 150%; color:#333;}

a {text-decoration: underline; color: #c4006a;}
a:hover {text-decoration: underline; color: #000; background: #e1e1e1;}

p {margin: 6px 0 14px 0; line-height: 200%;}

li {margin: 5px 0 10px 0;}

h1, h2, h3, div#tabs a, div#navbar, div#footer, .explanation {font-family: "Helvetica Neue", helvetica neue, helvetica, arial, times;}
h2 a, h3 a{ text-decoration: none;}

h1 {font-size: 28px; font-weight: normal; border: 0; color: #555;}
h1 {display: inline; float: left; margin: 0 0 0 30px; padding: 1px 0 20px 0; text-indent: 34px; height: auto; background: transparent url(/img/ltplogo_small_header.gif) no-repeat;}

h2 {font-size: 22px; text-decoration: none; font-weight: normal; color:#111;}

h3 {font-size: 18px; text-decoration: none; font-weight: normal; color:#444;}
h3 {margin: 22px 0 14px 0; }

div#tabs ul#nav li a {font-size: 10px; text-transform: uppercase; font-weight: normal; color: #666;}
div#tabs ul#nav li a:hover {color: #000; font-weight: normal;}

#navbar {font-size: 11px;}



/* layers and layout */

/* #header {background: url(/img/bg_header_1.gif) bottom left repeat-x #cecece; float: left; width: 100%; border: 0; padding: 20px 0 0 0; margin: 0;} */
#header {background: #cecece; float: left; width: 100%; border: 0; padding: 20px 0 0 0; margin: 0;}
#content {clear:both; height: auto; border: 0; padding: 20px 0 0 30px; width: 90%;}
#navbar{float: left; clear: both; margin: 0 0 0 30px; padding: 5px 0 5px 0; border-bottom: 1px dotted #888;}
#intro {padding-top: 2em;}
.item {background: url(/img/item_bg_3.gif) top left no-repeat #fff; padding: 10px 0 30px 12px;}
#footer {border-top: solid 1px #888; color: #a0a0a0; font-size: 9px; margin: 20px 0 0 0; padding: 5px 10px 10px 30px;}



/* page specific controls */
body#firstpage h2 {margin: 12px 0 5px 0; padding: 3px 0 0 0; text-indent: 40px; height: 33px; background: transparent url(/img/hummi_small.gif) no-repeat;}
body#firstpage h3 {font-size: 16px; margin: 0 0 6px 0;}
body#firstpage h3 b {font-weight: normal; color: #c4006a;}
body#firstpage h3 a {text-decoration: none; color: #c4006a;}
body#firstpage ul {margin: 0 0 30px 0;}
body#firstpage div#content ul li {font-style: italic;}
body#protocol div#tabs {visibility: hidden;}
body#identity img {vertical-align: middle;}
body#identity h3 {font-weight: bold;}



/* tabs */

div#tabs {
	float: left;
	width: 800px;
	padding: 0;
	border: 0;
	margin: 0;
	clear: both;
	visibility: hidden;
}

div#tabs ul#nav {
	height: auto;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

div#tabs ul#nav li {
	margin: 0 10px 0 0;
	list-style: none;
	float: left;
	background: #e1e1e1;
	border-bottom: 0;
}
	
ul#nav li, ul#nav a {
	height: auto;
	display: block;
	padding: 0;
}

div#tabs ul#nav li a {
	/* text-indent: -9999px; */
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	text-decoration: none;
	border: 1px solid #888;
	}

div#tabs ul#nav li a:hover {
	background: #fff;
	border: 1px solid #222;
	}

/* to make sure discuss and blog do not show as tabs */

div#tabs ul#nav #tab-discuss, div#tabs ul#nav #tab-blog {
	background: transparent;
}

div#tabs ul#nav #tab-discuss a, div#tabs ul#nav #tab-blog a {
	/* text-indent: -9999px; */
	border: 0;
	color: #000;
	}

div#tabs ul#nav #tab-discuss a:hover, div#tabs ul#nav #tab-blog a:hover {
	background: transparent;
	color: #c4006a;
	}

/* selected tabs on active page */
body#firstpage div#tabs ul#nav #tab-home a {
	background: #fff; 
	color: #c4006a;
	border-bottom: 1px solid #fff;
	}

body#downloads div#tabs ul#nav #tab-downloads a {
	background: #fff; 
	color: #c4006a;
	border-bottom: 1px solid #fff;
	}

body#protocol div#tabs ul#nav #tab-protocol a {
	background: #fff; 
	color: #c4006a;
	border-bottom: 1px solid #fff;
	}

body#documents div#tabs ul#nav #tab-documents a {
	background: #fff; 
	color: #c4006a;
	border-bottom: 1px solid #fff;
	}

body#identity div#tabs ul#nav #tab-identity a {
	background: #fff; 
	color: #c4006a;
	border-bottom: 1px solid #fff;
	}
	
body#providers div#tabs ul#nav #tab-providers a {
	background: #fff; 
	color: #c4006a;
	border-bottom: 1px solid #fff;
	}

/* end tabs */



/* odds and ends */
.rightimage {float: right; margin: 0 0 10px 30px;}
.leftimage {margin: 5px 0 5px 20px;}
.imagespace {padding: 20px; border: 1px dotted #c4006a;}
hr {
	border: 0;
	height: 1px;
	background: #cecece;
	padding: 0;
	margin: 0;
}
.explanation {font-size: 11px;}