@import "reset.css";

html, body, form, fieldset {
	color:#222222;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	font-size:13px;
	line-height: 1.5em;
}

html, body {
	padding: 0;
	margin: 0;
	background: #D6E3F1 url(../images/bg.jpg) top;
	text-align: center;
}


a {
	color: #308AE7;
}

a:hover {
	color: #404040;
}

h1 {
	color: #009900;
	font-size:18pt;
	padding-bottom:8px;
	line-height: 18pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
    text-decoration: none;
	margin-top: 1.5em;
}

h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
	text-transform:uppercase;
    line-height: 0.8em;
    padding-bottom: 0px;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
    text-decoration: none;
}

h3 {
	color:#115599;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px solid #999999;
	padding: 1.5em 0 0.5em 0;
}

#side-col h3 {
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align: center;
	padding: 13px 0 2px 0;
	border-bottom: none;
	color: #115599;
	border-bottom:1px solid #999999;
}

h4 {
    font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
}

/* Common Classes */
.center {
	text-align: center;
	margin: 0 auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.left {
	padding: 5px 11px 2px 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

p {
	margin: 1em 0;
}

ul {
	margin: 1.5em 0;
}

ul li {
/*	font-weight: bold;
	color: #666;
*/	margin: 15px 5px;
	padding-left: 18px;
	background: url(../images/green-block.gif) no-repeat left center;
	line-height: 1.2em;
}

/* Structure Styling */

.wrap {
	margin: 0 auto;
	width: 1000px;
	background: url('../images/bg_mid.jpg') repeat-y 50% top;
}

.breadcrumbs {
	padding: 12px 0 0 18px;
	font-size: 11px;
}

#header {
	height: 186px;
	margin: 0 100px;
	background: url('../images/summit-header.jpg') no-repeat;
}

	#header a#geobase {
		display: block;
		text-indent: -10000px;
		width: 200px;
		height: 186px;
		float: left;
	}
	
	#header ul {
		padding: 37px 0 0 302px;
		margin: 0;
	}
	
	#header ul li {
		float: left;
		border-left: none;
		padding-left: 0;
		margin: 0 2px 0 2px;
	}
	
	#header a#summit {
		display: block;
		text-indent: -10000px;
		width: 93px;
		height: 57px;
		background: url('../images/b-summit.jpg') no-repeat;
	}

	#header a:hover#summit, #header a#summit.on {
		background: url('../images/b-summit-o.jpg') no-repeat;
	}

	#header a#agenda {
		display: block;
		text-indent: -10000px;
		width: 94px;
		height: 57px;
		background: url('../images/b-agenda.jpg') no-repeat;
	}

	#header a:hover#agenda, #header a#agenda.on {
		background: url('../images/b-agenda-o.jpg') no-repeat;
	}

	#header a#accomm {
		display: block;
		text-indent: -10000px;
		width: 164px;
		height: 57px;
		background: url('../images/b-accomm.jpg') no-repeat;
	}
	
	#header a:hover#accomm, #header a#accomm.on {
		background: url('../images/b-accomm-o.jpg') no-repeat;
	}

	#header a#attr {
		display: block;
		text-indent: -10000px;
		width: 129px;
		height: 57px;
		background: url('../images/b-attr.jpg') no-repeat;
	}

	#header a:hover#attr, #header a#attr.on {
		background: url('../images/b-attr-o.jpg') no-repeat;
	}


#main-col {
	float:left;
	text-align: left;
	margin-left: 120px;
	width: 520px;
	line-height: 1.7em;
}

td {
	vertical-align:top;
}

tr {
	background: #f5f5f5;
}

tr.high {
	background: #e2ebf5;
}

.disclaimer {
	margin-top: 50px;
	font-size: 0.85em;
	line-height: 1.3em;
}


#side-col {
	float: right;
	text-align: left;
	width: 243px;
	margin-right: 100px;
	background: #ffffff;
}	

#register {
	display: block;
	text-indent: -10000px;
	width: 198px;
	height: 74px;
	margin-left: 20px;
	background: url('../images/register-now.jpg') no-repeat;
}

#side-box {
	background: #f5f5f5 url(../images/side-top.jpg) no-repeat top;
	width: 222px;
	padding: 30px 10px;
}
	
#footer {
	padding: 0 100px 0 100px;
	width: 800px;
	clear: both;
	background: url('../images/summit-footer.jpg') no-repeat center;
	height: 208px;
	font-size: 0.9em;
}

.jq-info {
	position: relative;
}

.jq-info a {
	color: #115599;
	background: url(../images/info.gif) top left no-repeat;
	padding-left: 20px;
	line-height: 1.3em;
	cursor:pointer;
	cursor: hand;
}