body {
	background: #E2DEDE;
	color: #222325;
	font: small/1.5 Tahoma, Arial, sans-serif;
}

body, html, ul#navlist {
	margin: 0;
	padding: 0;
}

body, html { height: 100%; }

a {
	color: #63784B;
	text-decoration: underline;
}

hr {
	color:#060;
}

a:hover, a:focus, a:active {
	background: #5D7A42;
	color: white;
	text-decoration: none;
}

#wrap {
	width: 775px;
	margin: 0 auto;
	background: white url(/summit/s-images/wrap-bg.jpg) top left repeat-y;
	position: relative;
}

/* LINE 1 is for real browsers. LINE 2 is for IE6/Win. LINE 3 is for real browsers. */
#wrap { 
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#content-wrap {
	width: 688px;
	background: transparent url(/summit/s-images/swirlies.jpg) top left no-repeat;
	margin-left: 24px;
}

#countdown {
	background: #5D7A42;
	color: #E2DEDE;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 30px;
	left: 721px;
	width: 30px;
	font-size: 160%;
	line-height: 1.1;
	text-align: center;
	font-family: Arial Black, Arial, sans-serif;
}


/* ------------ HEADER ------------ */

#header {
	height: 182px;
	position: relative;
}

#logo {
	position: absolute;
}

#flash {
	width: 473px;
	height: 153px;
	position: absolute;
	left: 210px;
	top: 28px;
}

/* ------------ MENU ------------ */

#menu {
	margin-right: 26px;
	margin-top: 30px;
	font-size: 120%;
	text-align: right;
	
}

ul#navlist {
	list-style: none;
}

ul#navlist li {
	float: right;
}

ul#navlist a {
	padding: 2px 8px;
	border-left: 1px solid #62794D;
	color: #62794D;
	text-decoration: none;
}

ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active,
#home li#nav-home a,
#past li#nav-past a,
#speaker li#nav-speaker a,
#agenda li#nav-agenda a,
#location li#nav-location a,
#registration li#nav-registration a,
#sponsors li#nav-sponsors a, 
#angel li#nav-angel a {
	background: #5D7A42;
	color: white;
}

ul#navlist li#nav-home a { border-left: none; }

/* ------------ CONTENT ------------ */

h1 {
	color: #63784B;
	margin-left: 63px;
	font-size: 170%;
	font-weight: normal;
	margin-top: 40px;
	padding-top: 0;
	margin-bottom: 13px;
	line-height: 1.2;
}

h2 {
	font-size: 105%;
	line-height: 1.2;
}

#text-wrap {
	background: transparent url(/summit/s-images/text-bg.png) top left repeat-y;
	width: 636px;
	margin-left: 43px;
}

#text {
	width: 576px;
	position: relative;
	padding: 10px 40px 10px 20px;
}

#text td {
	vertical-align:top;
	padding-left: 10px;
}

#text td p { 
	margin: 0 0 10px 0; 
	padding: 0;
}
	
	
#details {
	background: #5D7A42;
	color: white;
	position: relative;
	left: -10px;
	width: 607px;
}

#details p {
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

* html #details {
	left: 0;
	width: 576px;
}

#text-footer {
	background: transparent url(/summit/s-images/text-footer.png) top left no-repeat;
	width: 636px;
	height: 24px;
	margin-left: 44px;
}

/* ------------ FOOTER ------------ */

#footer p {
	color: #222325;
	text-align: right;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 90%;
	margin-right: 22px;
}

#footer a {
	color: #222325;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	background: none;
}

/* ------------ EXTRAS ------------ */

.panelist-list li { margin-bottom: 10px; }

.past-recent #archive-past,
.past-feb08 #archive-feb08,
.past-june08 #archive-june08,
.past-oct08 #archive-oct08,
.past-april09 #archive-april09 { 
	display: none; 
}

#sponsor_image a:hover {
	text-decoration:none;
}

.detail {
	background-color:#5d7a42;
	color:#FFF;
}


.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}


a.logo:hover{ background:none;}



.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

/* ------------ IE6/PNG ------------ */

/* commented backslash hack v2 \*/
* html #text-wrap {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/summit/s-images/text-bg.png', sizingMethod='scale');
}

* html #text-footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/summit/s-images/text-footer.png', sizingMethod='scale');
}

* html img {
	behavior: url("/summit/s-css/pngbehavior.htc");
}


/* end hack */