﻿div#container-banner {
	margin: 0 0 0 16px;
	}
/* BLOCK-BANNER  ---Holds content and places shadow at bottom----------------------------------*/
.block-banner {
	/*padding-bottom: 10px;*/
	min-height: 244px;
	height:auto;
	background-image: url(../../images/bg-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
	}
/* for Internet Explorer */
/*\*/
* html .block-banner {
	height: 180px;
	}
/**/
#bannertop
	{
	height: 14.25em;
	min-height: 14.25em;
	}
/* BANNER DIV  holds the the text and the top right corner------------------------------------*/
#banner {
	
	padding: 0px 0px 0px 0px;
	background-color: #f4f4f8;
	background-image:url(../../images/bg-banner-home.gif);
	background-repeat:repeat-y;
	background-position: right top;
	width:auto;	
	border-bottom:1px solid #669;	
	margin-bottom: 10px;
	height: 100%;
	}
/* for Internet Explorer */
/*\*/
* html div#banner {
/*height: 227px;*/
}
/**/

.banner-corner-left {
	float:left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color:#669;
	height: 10px;
	}
.banner-corner-right {
	float:right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image:url(../../images/bg-tagline.gif);
	background-position: top right;
	background-repeat:repeat-y;
	height: 10px;
	}
div#banner .bannercontent {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	}
div#banner .banner-image {
	float: left;
	min-height: 180px;
	height: 180px;
	margin-left:0px;
	padding: 0px;
	width: 32%;
	overflow: hidden;
	text-align:right;
	}
.banner-content-panel p {
	/*padding: 7px 190px 11px 310px;*/
	color:#000;
	}
.banner-content-panel
	{
		
		height: 98px;
		overflow:auto;
		/*width: 500px !important; */
		
		width: 46% !important; /* i hate using important but mba is on Windows 2000 pro/IE 6, and apparently it ignores the width unless your adamant about it. */	
		/*overflow:auto;*/
		
		
		/*border: 1px solid #666;*/
		/*padding: 8px;*/
		
		padding-left: 3%;/*1.7em;*/
		padding-right: 0em;
	}
a.bigbluebutton {
	float:right; 
	/*padding: 0px 20px 0px 0px;*/ /*KLC the padding right is making this break at 800 x 600 */
	
	}

div#banner .banner-h1 {
	font-size: 1.3em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #669;
	padding: 20px 0px 7px 16px;	
	border-bottom: 0px solid #fff;
	background-image:url(../../images/bg-tagline.gif);
	background-position: top right;
	background-repeat:repeat-y;
	}
.teaser-label {
	/*padding: 20px 190px 10px 310px;*/
	padding-top: 17px;
	padding-bottom: 10px;
	padding-left: 35%; /* KLC using percentages helps this to flow more gracefully at different resolutions, but causes it not to be pixel perfect at every resolution. */
	color:#336;
	font-weight: bold;
	font-style:italic;
	font-size:.9em;
	background-image:url(../../images/bg-teaser-heading.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}

.alert-teaser-label {
	/*padding: 17px 190px 5px 310px;*/
	padding-top: 17px;
	padding-bottom: 5px;
	padding-left: 35%;
	color:#000000;
	font-weight: bold;
	font-style:italic;
	font-size:.9em;
	background-image:url(../../images/bg-teaser-heading-alert.jpg);
	background-position:right top;
	background-repeat:no-repeat;

	}

.banner-content-panel h2{
	/*padding: 0px 190px 0px 310px;*/
	color:#960;
	}


.banner-content-panel h2.alert{
	/*padding: 0px 190px 0px 310px;*/
	color:#C00;
	}
/*
.banner-h2 {
	font: bold .8em/1.2em Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding: 3px 20px 7px 20px;
	color: #fff;
	background-color: #669;
	}*/
div#banner .teaser-links {
	/*margin: 7px 190px 11px 310px;*/
	margin: 0 0 0 34.7%;
	/*min-height:30px;*/
	height: 20px;
	min-height:20px;
	height: auto;
	}


.teaser-links a {
	padding: 0;
	font-weight: bold;
	font-size:.8em;
	text-decoration:none;

	}

.teaser-links a.pause {
	padding: 0;
	float: left;
	}
.teaser-links a.play {
	padding: 0;
	float: left;
	}
.teaser-links a.next {
	padding: 0;
	float: left;
	}
.teaser-links a.search {
	padding: 0;
	float: left;
	}
.teaser-links a.more {
	padding: 0;
	float: left;
	}

/* GeoTarget stuff */
#results {
	padding: 0 0 0 300px;
	border-top: 0px; 
	}

#searchterm	{

	}
.left_content {
	padding:0;
	}
/*#panel_geotarget {
	width: 100%;
	}*/

#geotarget {
	clear: both;
	width: 100%;
	padding: 0px;
	background-image:url(../../images/bg-geotarget-puihome.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 100%;
	}

.geoinput2 {
	height: 100%;
	min-height: 20px;
	padding: 3px 10px 10px 28px;
	margin-left: 0px;
	width: auto;
	background-color:transparent;
	}
.instructions {
	padding: 8px 200px 5px 13px;
	background-color: #fff;
	font-size: 1em;
	font-weight:bold;
	background:#669;
	color:#fff;
	width: auto;
	}
#geocontrol
	{
		height: auto;
	}
.left_arrow
	{
	height: 207px;
	float:left;
	width: 32%;
	background-image:url(../../images/bg-geotarget-puihome.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	

	}
.right_geoform
	{
		float:left;
		width:68%;
	}
.moreinstructions {
	float: left;
	padding: 50px 50px 10px 10px;
	width: 95%;
	background-color:transparent;

	}
p.moreinstructions {
	background-color: #fff;
	font-size: .75em;
	text-align: right;
	background:transparent;
	color:#000;
	}
	

.right_geoform #leftpanel_geoform {
	font-size: 1em;	
	padding: 0px 0px 0px 0px;
	}
.right_geoform #leftpanel_geoform ul{
	list-style-position: outside;
	list-style-type: none;
	/*padding: 0px 0px 0px 300px;*/
	}
.right_geoform #leftpanel_geoform div
	{
			background-color: #fff;

	}
.right_geoform #leftpanel_geoform li{
	line-height: 1.8em;
	padding-left: 1%;/*2em;*/

	margin-top: 1px;
	background-color:#fff;
	display:block;
	}

.right_geoform #leftpanel_geoform input {
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
.right_geoform #leftpanel_geoform select 
	{
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
.right_geoform #leftpanel_geoform label {
   /* display: block;*/
    /*padding: 2px 3px 4px 35px;*/
    /*text-indent: -23px;*/ /*messing up IE6 */
	font-weight: normal;
	background:#fff;
}
.right_geoform #leftpanel_geoform label.alt {
	background:#f2f6ff;
}
* html .right_geoform #leftpanel_geoform label { height: 1%; }

.right_geoform #leftpanel_geoform label:hover { background: #c3d9ff; color: #000; }

.submitbuttoncontainer {
	padding: 0;
	margin-top:1px;
	}
.submitbutton {
	padding: 4px 10px 4px 10px;
	background:#e2e0eb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #b3b3d6;
	border-bottom: 1px solid #b3b3d6;
	background-image:url(../../images/bg-submit.gif);
	background-repeat:repeat-x;
	background-position:center;
	}
