/* css styles for sjrogren's site */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin: 0;
	padding: 0;
}
#container {
	width:760px;
	margin: 0 auto;
}
div#title {
	background-image:url(../images/title_background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top: 150px;
	position: relative;
}
div#title #titleh1 {
	position:absolute;
	top:20px;
	left:50px;
}
div#title #titlelogo {
	position:absolute;
	top:24px;
	left:518px;
}
div#title #titlefrancais {
	position:absolute;
	top:105px;
	left:50px;
}
div#title #titlecontact {
	position:absolute;
	top:102px;
	left:513px;
}
#menu {
	z-index:900;
	height:70px;
	position: relative;
}
#menu ul {
	padding:0;
	margin:0;
	list-style:none;	
	background-color:#B8FFDF;
}
#menu li {
	float:left;
	width:95px;
}
#menu li ul {
	  width:180px;
	  display: none;
	  position: relative; 
	  top: 0px;
	  left: 2px;
}
#menu li ul li {
	width:180px;
}
#menu li ul li a {
	width:180px;
	color:#006699;
	background-color:#B8FFDF;
	text-indent:0;
	height:auto;
	overflow:auto;
	padding:5px;
	font-size:0.8em;
	border-bottom:1px solid #33CCCC;
}
#menu li ul li a:hover {
	color:#FFFFFF;
	background-color:#006699;
}

/* Note: This is a hack to help other browsers understand the 
weirdness above, which is for IE's benefit.	*/
#menu li > ul {
	top: auto;
	left: auto;
} 
#menu li:hover ul {
	display:block;	
}
#menu li a {
	width:95px;
	height:70px;
	overflow:hidden;		
	display:block;
	text-indent:-9999px;
}
#menu li a:hover {
	background-position:-95px;
}	
#rest {
	position:absolute;
	top:230px;
	margin:0px;
	width:760px;
	}
#side {
	width:190px;
	float:left;
}
#thinkyouhave, #whatsnew {
}
#symptoms {
	padding:0px;		
}
#symptoms a {
	color:#006699;
	font-weight:bold;
}
.menu2 {
	width:190px;
	margin:10px 0px;
	border-bottom:1px dashed #069;
	padding:0px;
	list-style:none;
}
.menu2 li {
	position:relative;
	width:190px;
}
.menu2 li ul {
	position:absolute;
	list-style:none;
	margin:0px 10px 0px 0px;
	padding:0px 10px 0px 0px;
	width:190px;
	left:190px;
	top:0px;
	display:none;
	border-bottom:1px dashed #069;
}
.menu2 li a {
	display: block;
	width: 187px;
	padding: 5px 2px 2px 0px;
	text-decoration: none;
	color: #069;
	background: #FFFFFF;
	border-top: 1px dashed #069;
	border-right: 1px dashed #069;
}
.menu2 li ul li a {
	padding: 5px 15px 2px 0px;
	border-left: 1px dashed #069;
}
li:hover ul {
	display:block;
}
li.over ul {
	display:block;
}

.menu2 li h3 {
	padding:2px 2px 2px 0px;
	margin:0;			
	border-right:1px dashed #069;	
	font-size:1em;		
}
	
div#quickfacts, div#thinkyouhave, div#whatsnew {
	width:190px;
	margin-top: 10px;
	text-align:center;
}
div#quickfacts {
	background-color:#33CCCC;
}
div#quickfacts a {
	display:block;
	padding:10px 0px;
	color:#FFFFFF;			
	font-size:x-large;
	font-weight:bold;
}
div#quickfacts a:visited {
	color:#FFFFFF;			
}
div#quickfacts a:hover {
	background-color: #3399CC;
}
div#thinkyouhave {
	background-color:#B8FFDF;
}
div#thinkyouhave a {
	display:block;
	padding:5px 0px;
	color:#006699;
	font-size:1.3em;
	font-weight:bold;
}
div#thinkyouhave a:visited {
	color:#006699;			
}
div#thinkyouhave a:hover {
	background-color: #FFFFFF;
}
div#whatsnew {
	background-color:#006699;
}
div#whatsnew a {
	display:block;
	padding:5px 0px;
	color:#FFFFFF;						
	font-size:1.6em;
	font-weight:bold;
}		
div#whatsnew a:visited {
	color:#FFFFFF;			
}
div#whatsnew a:hover {
	background-color: #003366;
}
div#main {
	width:555px;
	float: right;
}

#disclaimer {
	clear:both;
	text-align:center;
	/*font-style:italic;*/
	color:#999999;
	border-top:1px solid #CCC;
	padding:0px;
}

#disclaimer p {
	padding:0px;
	margin:5px 0px;
}

.disclaim {
	/*font-style:italic;*/
	color:#999999;
	font-size:0.9em;
	padding:0px;
	margin-top:5px;
}

.disclaim p {
	padding:0px;
	margin:5px 0px;
}

#features {
	width:190px;
	float:right;
	margin-left:10px;
}

#know {
	text-align:center;
}

#know p {
	margin:0;
	padding:0;
	text-align:center;
}

#know h3 {
	text-transform:uppercase;
}

div.announcement {
	margin-bottom:10px;
}

/* link styles */
a {
	color: #006699;
	text-decoration:none;
}
a:hover {
	color: #33CCCC;
}
div#contents a {
	text-decoration:underline;
}

/* overall object styles */
img {
	border:none;
}
h1 {
	color:#006699;
	text-align:center;
}
p {
	text-align:justify;
}
p.left {
	text-align:left;
}
dt {
	font-weight:bold;
	margin-bottom:5px;
}
dd {
	margin-left:0px;
}

.formDiv {
	width:345px;
}

.formDiv fieldset {
	border:1px dashed #CCCCCC;
	margin-top:5px;
}	

.formDiv td {
	border-bottom:1px dashed #CCCCCC;
	text-align:left;
	vertical-align:top;
}

.formDiv .mandatory {
	background-color:#FFCC00;
}
	
.formDiv input, .formDiv textarea {
	width:200px;
}

.formDiv .justCheck {
	width:50px;
}

.boxAnnounce {
	width:90%;
	margin:10px auto;
	padding:10px;
	border:1px solid #006699;
	text-align:center;
	font-weight:bold;
}

.box {
	border:1px solid #006699; 
	padding:10px; 
	width:320px; 
	padding-top:10px; 
	padding-bottom:0px; 
	background-color:#FFCC00;
	margin:5px auto;
}

.boxAnnounce p {
	font-weight:bold; 
	text-align:center; 
	margin:0; 
	margin-bottom:1em;
}

div#sponsors {
	padding:5px 0px;
	border-top:#006699 medium solid;
	border-bottom:#006699 medium solid;
	margin:10px 0px;
	color:#006699;
	font-size:0.9em;
	font-style:italic;
	text-align:center;
}
div#sponsors p {
	text-align:center;
	margin:0px;
}
div#sponsors p.sponsortitle {
	font-weight:bold;
	margin: 3px;
}
img.sponsor {
	margin-bottom:10px;
	border:0px;
}
#altTerms {
	color:#CCCCCC;
	font-size:0.8em;
	text-align:center;
	width:auto;
	border:1px solid #CCC;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#altTerms p {
	margin:0;
	padding:0;
}
	
.contact {
	width:100%;
}

.contact tr {
}

.contact td {
	width:33.3%;
	border-bottom:1px solid #CCC;
	margin:0;
	padding:5px;
	vertical-align:top;
}

.defListBody dd {
	margin-left:20px;
	margin-bottom:1em;		
}

.firstWord {
	font-size:1.5em;
	color:#006699;
	font-weight:bold;
}

.author {
	font-style:italic;
	color:#006699;
	font-weight:bold;
}

#npcbanner p {
	text-align:center;
}
#npcbanner h3 a{
	text-decoration:underline;
}
p#fednumber {
	clear:both;
	padding-top:1em;
	font-size:smaller;
	text-align:center;
}
dl.linkslist dt {
	padding-bottom:5px;
	margin-bottom:0px;
}
dl.linkslist dd {
	padding:0 0 1.5em 1em;
}
div.floatleft {
	float:left;
}
/* HACKS -----------------------------------------------------------------------
This hack is to help the menu2 menus look right in IE /*

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
