/*typography*/

#content p, #content ul, #content ul {
	margin: 10px 0 15px 0;
}

#left-col ul {
	list-style: disc;
	padding-left: 20px;
}

#left-col ol {
	list-style: decimal;
	padding-left: 25px;
}

#left-col li {margin: 3px 0;}

a, a:link, a:visited, a:active {color: #006600;}

h1, h2, h3 {
	color: #660000;
	margin: 8px 0;
	font-weight: normal;
}

#content h1 {font-size: 18px;}

#content h2 {font-size: 14px;}

#content h3 {font-size: 12px;}

.clear {clear: both;}

td {padding: 5px 20px 5px 0;}

td#indent {padding-left: 45px}

#indent img {margin: 0 0 -16px 6px;}

/*structural elements*/

body {
	background: #cc6600;
	color: #666666;
	border-top: 10px solid #993300;
	font-size: 13px;
	font-family: 'trebuchet ms', arial;
}	

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #ffffff url(../images/global/background.gif);
	position: relative;
	padding: 0 12px;
}

#banner {
	height: 130px;
	position: relative;
	background: url(../images/global/interior-banner.jpg) no-repeat;
}

#banner h1 {
	background: url(../images/global/title-text.png);
	text-indent: -5000px;
	overflow: hidden;
	position: absolute;
	left: 27px;
	margin: 0;
	top: 14px;
	width: 207px;
	height: 88px;	
}

#banner h1 a {
	display: block;
	width: 207px;
	height: 88px;	
}

#banner h3 {
	background: url(../images/global/interior-banner-text.png);
	width: 251px;
	height: 80px;
	overflow: hidden;
	text-indent: -5000px;
	position: absolute;
	top: 17px;
	margin: 0;
	left: 651px;
}

#banner p {
	font-family: 'trebuchet ms', sans-serif;
	font-size: 10px;
	color: #F0EF72;
	position: absolute;
	left: 651px;
	top: 102px;
}

#banner p a {
	color: #F0EF72;
	text-decoration: none;
}

#banner p a:hover {text-decoration: underline;}

#content {
	padding: 34px 0 10px 0;
	line-height: 18px;
	background: #fff url(../images/global/right-col-bg.gif) repeat-y top right;
}

#left-col {
	width: 615px;
	float: left;
	padding: 20px 40px 146px 50px;
	position: relative;
	z-index: 2;
}

#right-col {
	padding: 25px 30px 10px 30px;
	float: left;
	width: 215px;
	color: #fff;
	background: #83a436;
}

#right-col img {
	border: 1px solid #eded34;
}

#right-col p.caption {
	border-bottom: 1px solid #eded34;
	padding: 8px 0 12px 0;
	margin: 0 0 20px 0;
}

#content-footer {
	width: 655px;
	height: 106px;
	position: absolute;
	background: url(../images/global/globe.png) no-repeat left bottom;
	padding: 155px 0 0 50px;
	left: 12px;
	bottom: 0;
}

#content-footer h1 {
	font-size: 18px;
	margin: 0;	
}

#content-footer ul {
	margin: 0;
	padding: 15px 0 0 10px;
	position: relative;
	z-index: 8;
}

#content-footer li {
	float: left;
	<!--background: url(../images/global/logos/divider.png) no-repeat right 10px;-->
	padding-right: 20px;
	margin-right: 20px;
}

#content-footer li.last {
	margin-right: 0;
	padding-right: 0;
	background: none;
}


/* Navigation */

#nav {
	overflow: hidden;
	height: 34px;
	background: url(../images/global/nav-shadow.png) repeat-x left bottom;
	padding-bottom: 17px;
	position: absolute;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	float: left;
	height: 34px;
	background: url(../images/global/nav-sprite.png);
	width: 173px;
	overflow: hidden;
	text-indent: -5000px;
}

#nav #overview a:hover, #nav #overview a.current {background-position: 0 34px}

#nav #program a {
	width: 184px;
	background-position: -173px 0;
}
#nav #program a:hover, #nav #program a.current {background-position: -173px 34px}

#nav #registration a {
	width: 229px;
	background-position: -357px 0;	
}
#nav #registration a:hover, #nav #registration a.current {background-position: -357px 34px}

#nav #sponsors  a {
	width: 194px;
	background-position: -586px 0;		
}
#nav #sponsors a:hover, #nav #sponsors a.current {background-position: -586px 34px}

#nav #contact a {
	width: 200px;
	background-position: -780px 0;		
}
#nav #contact a:hover, #nav #contact a.current {background-position: -780px 34px}


p#footer {
	margin: 0 auto;	
	width: 994px;
	padding: 15px 10px 0 0;
	height: 20px;
	background: url(../images/global/footer.png) left top no-repeat;
	text-align: right;
	color: #B9CD7F;
	font-family: helvetica, sans-serif;
	font-size: 11px;
}
