/********** baseline padding and margins **********/

* {	
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 0 0; 
	}

/********** basic layout **********/

body {
	width: 760px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

a:link		{color: #3eaf00; font-weight: bold; text-decoration: none; border-bottom: 1px solid #9de476;}
a:hover		{color: #3eaf00; font-weight: bold; text-decoration: none; border-bottom: 1px solid #9de476;}
a:visited	{color: #3eaf00; font-weight: bold; text-decoration: none; border-bottom: 1px solid #9de476;}

hr {
	display: none;
	}

#wrapper {
	position: relative;
	margin-left: 145px;
	}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fff;
	}

#logo a {color: #fff; border: 0;}

#header {	
	float: left;
	background: #88c44d url(../img/navshad_bottom_800.gif) no-repeat bottom left;
	width: 615px;
	margin-bottom: 35px;
	padding: 0 0 9px 0;
	}

#maincontent {
	float: left;
	clear: both;
	position: relative;
	width: 615px;
	height: 240px;
	margin-bottom: 40px;
	}

#maincontent.form {
	height: 150px;
	}

#subcontent {
	float: left;
	width: 615px;
	}
	
#footer {
	float: left;
	width: 615px;
	background: url(../img/footer.gif) right top no-repeat;
	margin: 20px -3px 0 0;
	padding-top: 5px;
	padding-bottom: 20px;
	}

#introtext {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
	}

#maincontent.form #introtext {
	width: 420px;
	}

#introimages {
	position: relative;
	float: right;
	width: 260px;
	}

#maincontent.form #introimages {
	width: 150px;
	}

#introimages .caption {
	position: absolute;
	top: 240px;
	left: 0;
	color: #333;
	font-size: 0.9em;
	}
	
#introimages p {
	float: left;
	margin-top: 5px;
	}

#introimages p.credit {
	float: left;
	color: #aaa;
	border-left: 1px solid #ccc;
	margin-left: 1em;
	padding-left: 1em;
/*** mh added these two below 9/13/05: ***/
	margin-top: 8px;
	font-size: 0.3em;
/*** ***/
	}
	
h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #e1a200; /* 6bc000 */
	}

h1 span.major {
	font-size: 3.2em;
	}
	
h1 span.minor {
	font-size: 0.8em;
	margin-right: -0.3em;
	}
	
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
	margin: 1em 0;
	}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin: 1.5em 0 0 0;
	}

.speaker h3 {
	margin: 0;
	}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0.5em 0;
	}

.regular {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0.5em 0;
	}

.attendee {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #606060;
	margin: 0.5em 0;
	}

.hr {
	height: 1px;
	background: #000000;
	}

.hr2 {
	height: 1px;
	background: #C0C0C0;
	}

select {
	font-size: 1.3em;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px solid #999;
}
option {
	padding: 0px;
	margin: 2px;
}

#introtext p {
	margin: 1.5em 0 0 0;
	}

#footer p {
	font-size: 1.0em;
	
	}
	
#maincontent ul, #subcontent ul {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0.5em 1.5em;
	}
	

#maincontent li, #subcontent li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0.5em 1.5em;
	}

	
	
/****
	
#maincontent ul, #subcontent ul {
	margin: 0.5em 1.5em;
	}

#maincontent li, #subcontent li {
	margin: 0.5em 1.5em;
	}

****/

/********** main nav **********/

ul#nav  {
	float: right;
	list-style: none;
	}

ul#nav li {
	display: inline;
	}

ul#nav a {
	display: block;
	float: left;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 12px;
	border: 0;
	}

ul#nav a:hover {background: #000;}	

#home a:link, 			#home a:visited 			{background: #88c44d;}
#whatis a:link, 		#whatis a:visited 		{background: #d54420;}
#latestgel a:link,	#latestgel a:visited 	{background: #954B96;}
#eurogel a:link, 		#eurogel a:visited 		{background: #e1a200;}
#pastgel a:link, 		#pastgel a:visited 		{background: #50a2cd;}
#attendees a:link, 	#attendees a:visited 	{background: #634484;}
#contact a:link, 		#contact a:visited 		{background: #f54923;}

/********** speakers **********/

.speakerlist {
	float: left;
	margin: 10px 0 20px 0;
	width:100%;
	}

.speaker {
	float: left;
	width: 100%;
	margin: 0 -3px 20px 0;
	}

.speaker img {
	float: left;
	margin-right: 10px;
	}

.speakertext {
	float:right;
}

.speaker p {
	margin: 0.25em 0;
	}

.attendeecomments {
	border-bottom: 1px solid #ACABAE;
	padding-top:10px;
	padding-bottom:10px;
	}

a#external_links{
	background-color: none;
	}
	

a#day1_hosts{
	background-color: none;
	}
	
a#workshop1_eurogel{
	background-color: none;
	}
	
a#workshop2_eurogel{
	background-color: none;
	}

/********** forms **********/

form {
	margin-top: 15px;
	}

.formpair {
	margin-bottom: 0.5em;
	}
	
.formpairlast {
	margin-bottom: 0;
	}
	
.textinput, textarea {
	width: 25em;
	font-size: 1.3em;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px solid #999;
	padding: 0.2em 0.4em;
	}

.inputqty {
	width: 2.5em;
	font-size: 1.3em;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px solid #999;
	padding: 0.2em 0.4em;
	}

.inputqtydisabled {
	width: 2.5em;
	font-size: 1.3em;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px solid #999;
	background-color:#EEEEEE;
	padding: 0.2em 0.4em;
	}

textarea {
	margin-left: 180px;
	height: 8em;
	}

label {
	font-size: 1.2em;
	line-height: 1.9em;
	color: #333;
	}
	
label, label.textrequired {
	float: left;
	width: 175px;
	text-align: right;
	padding-right: 0.5em;
	}

label.textrequired {
	font-weight: bold;
	}

label.textarea {
	float: none;
	display: block;
	width: 30em;
	line-height: 1.4em;
	text-align: left;
	margin-top: 10px;
	margin-left: 180px;
	margin-bottom: 5px;
	}


.inputsubmit, p.note, #upload {
	margin: 0 0 0 180px;
	}

.inputsubmitleft {
	margin: 0 0 0 0px;
}

.inputsubmit, .inputsubmitleft, .inputnormal, .submitinline  {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background: #7cbe2d;
	margin-top: 1em;
	margin-bottom: 1em;
	}

.inputnormal {
	font-weight: normal;
	background: #666;
	}

.submitinline {
	background: #7cbe2d;
	background: #666;
	margin: 0 0 0 10px;
	}
	
/********** videos on whatis.php page **********/



#videos {
	width: 620px;
	display:block;

}

	
#videos td {
	width: 300px;
	padding-top:30px;
	padding-bottom:10px;
	margin: 50px 50px 0px;
	text-align:left;
	font-size:small;
	
}


#videos img {
	border:0; 

}

p.title {
    font-size:x-small;
	color: #555567;
}

a.vimage{
	border:0;
}


a#transfer	{color: #6DA2F3; font-weight: bold; text-decoration: none; border-bottom: 1px solid #6DA2F3;}

/********** video pop up page **********/


#videotitle {
	background-color:#E8E8E8;
	color: #FFF;
	font-size:small;
	padding: 5px;
}


div#quicktime {
	margin-left:110px;
	

}

p#quicktimelink {
	font-size:1em;
	
}

p#download img {
	vertical-align:bottom;
}

p#download a {
	vertical-align:50%;
	margin-left:1em;
	font-size:x-small;
}

p#vduration {
	font-size:1em;
	color: #555567;
}

/********** video intro *********/

#introimages.rev2,
#introimages.videos {
	position: relative;
}

#introimages.videos h3 {
	color: #fff;
	background: #000;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 8px;
}

#introimages.videos h3 a {
	color: #fff;
	border: 0;
	text-decoration: underline;
}

#introimages.rev2 h3 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

#introimages.rev2 h3 a {
}

#introimages.rev2 img,
#introimages.videos img {
	border: 0;
}

#introimages.rev2 a.image:link,
#introimages.rev2 a.image:visited,
#introimages.videos a.image:link,
#introimages.videos a.image:visited {
	border: 0;
}

#introimages.videos .caption {
	top: 263px;
}

#introimages.rev2 .caption {
	top: 262px;
}

/********** ie7 fixes **********/


.speaker, .speakerlist {
	clear:both;
		}
		
.speakerlist .also {
	float:left; 
	width:100%;
	clear:both;