#gid{
	position: absolute;
	z-index: 999;
	background: url("../images/grid.png") repeat -3px -3px;
	background-attachment: scroll;
	height: 100%;
	width: 100%;
	top: 2px;
	
}

html, body{
	background: url("../images/background.jpg") repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #616161;
	line-height: 20px;
}

a, a:link{
	color: #00adef;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#header{
	width: 780px;
	height: 240px;
	position: relative;
	margin: 0px auto;	
}

#header h2{
	display: block;
	position: absolute;
	top: 45px;
	left: -9px;
	height: 140px;
	width: 372px;
}

#header h2 a, #header h2 a:link{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 372px;
	background: url("../images/compendium_medicum.png") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#header h3{
	display: block;
	position: absolute;
	top: 75px;
	right: 16px;
	height: 91px;
	width: 241px;
	background: url("../images/slogan.png") no-repeat right;
	text-indent: -9999px;
	overflow: hidden;
}

#header ul{
	display: block;
	height: 24px;
	width: 780px;
	background: url("../images/menu_bar.png") no-repeat;
	position: absolute;
	bottom: 5px;
	left: 0px;
}

#header ul li{
	position: relative;
	left: 5px;
	padding: 0px;
	margin: 0px;
	height: 24px;
	width: auto;
	float: left;	
}

#header ul li a, #header ul li a:link{
	line-height: 20px;
	display: block;
	text-decoration: none;
	padding: 4px 9px 0px 5px;
	font-size: 16px;
	color: #5e5e5e;
}

#header ul li a:hover{
	color: #00adef;
}

#header ul li a.active, #header ul li a.active:link, #header ul li a.active:hover{
	color: #006888;	
}

#content{
	width: 780px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;	
}

#content #main{
	width: 460px;
	height: auto;	
	float: left;
}

#content #main h1{
	color: #006888;
	font-size: 36px;
	line-height: 40px;
	padding: 6px 0px 14px 0px;	
}

#content #main h2{
	color: #006888;
	padding: 4px 0px 16px 0px;
	margin: 0px 0px -20px 0px;
}

#content #main p{
	padding: 4px 0px 16px 0px;
}

#content #main p.description{
	font-weight: bold;
	font-size: 18px;
	padding: 2px 0px 18px 0px;
}

#content #main #world_map{
	width: 460px;
	height: 200px;
	background: url("../images/world.png") no-repeat left top;
	position: relative;
}

#content #main #world_map .tooltip{
	z-index: 70;
	position: absolute;
	height: 113px;
	width: 138px;
	padding: 15px 20px 32px 20px;
	font-size: 14px;
	background: url("../images/tooltip.png") no-repeat left top;
	top: 0px;
	left: 0px;
}

#content #main #world_map .tooltip ul li h3{
	color: #006888;
	width: 100%;
}

#content #main #world_map .tooltip ul li a.title, #content #main #world_map .tooltip ul li a.title:link{
	color: #616161;	
	text-decoration: underline;
}

#content #main #world_map .dot{
	position: absolute;
	height: 27px;
	width: 27px;
	background: url("../images/dot.png") no-repeat left top;
	cursor: pointer;
}

#content #main #world_map .dot h3, #content #main #world_map .dot ul{
	display: none;	
}

#content #main #world_map #canada{
	top: 30px;
	left: 75px;
}

#content #main #world_map #pennsylvania{
	top: 50px;
	left: 110px;
}

#content #main #world_map #south_carolina{
	top: 60px;
	left: 90px;
}

#content #main #world_map #belgie{
	top: 40px;
	left: 205px;
}

#content #main #world_map #vermont{
	top: 35px;
	left: 128px;
}

#content #main #world_map #australie{
	top: 130px;
	left: 375px;
}


#content #secondary{
	width: 320px;
	height: auto;
	overflow: visible;
	float: right;
	position: relative;
	left: 9px;
	color: #888888;
}

#content #secondary a, #content #secondary a:link{
	color: #888888;
	text-decoration: none;
}

#content #secondary a:hover{
	color: #888888;
	text-decoration: underline;
}

#content #secondary ul{
	display: block;
	clear: both;
	width: 260px;
	padding: 19px 30px 21px 30px;
	height: auto;	
	background: url("../images/box.png") no-repeat;
	position: relative;
	top: 5px;
}

#content #secondary ul#image_gallery{
	padding: 24px 30px 16px 30px;
	position: relative;
}

#content #secondary ul#image_gallery li{
	position: absolute;
	left: 30px;
	top: 24px;
}

#content #secondary ul li h3{
	color: #006888;
	font-weight: bold;
}

#content #secondary ul#image_gallery{
	height: 160px;	
}


#content #secondary ul li ul{
	display: block;
	padding: 15px 20px 25px 20px;	
	background: none;
}

#content #secondary ul li ul.list{
	list-style: disc outside;	
}

#footer{
	clear: both;
	width: 780px;
	padding: 20px 0px 0px 0px;
	height: 80px;
	margin: 0px auto;
	text-align: center;	
}

