/* CABN website main styles */
body {
	background-color: #EFEBD6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#main-container {
	width: 778px;
	border: 1px solid white;
	background-color: white;
}
/* the header */
#header-container {
	background-color: #007E3A;
	background: url(/images/cabn/header/header-green-bg.gif);
	width: 778px;
}
#header-main-logo {
	float: left;
}
#header-top-nav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
}
#header-top-nav a.top-nav {
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#header-top-nav a.top-nav:link, a.top-nav:visited {
	color: white;
}
#header-top-nav a.top-nav:hover, a.top-nav:visited:hover {
	color: white;
	text-decoration: underline;
}
#header-top-nav form.searchform {
	position: absolute;
	top: 5px;
	left: 625px;
	margin: 0px;
}
#header-top-nav input.SitesearchField {
	position: absolute;
	top: 0px;
	left: 00px;
	width: 110px;
	height: 12px;
	border: 1px solid black;
	font-size: 10px;
	margin: 0px;
}
#header-top-nav input.searchButton {
	position: absolute;
	top: 0px;
	left: 114px;
	height: 16px;
	border: 1px solid black;
	font-size: 10px;
	margin: 0px;
}
#header-cabn {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	/*background-color: #007E3A;*/
	background: url(/images/gbconf/header-greentag-bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* top main navigation */
/*#main-nav-container1 {
	width: 778px;
	/*border-bottom: 2px solid #095600;
	text-align: center;
	margin: 0 0 1px 0;
	padding: 0;
}*/
#main-nav-container2 {
	background-color: #9FC528;
	border-top: 1px solid white;
	border-bottom: 2px solid #095600;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main-nav-container2 a.main-nav {
	color: #095600;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #9FC528;
	padding-left: 5px;
	padding-right: 5px;
}
#main-nav-container2 a.main-nav:hover, a.main-nav:visited:hover {
	color: white;
	border: 1px solid #1D6615;
	background-color: #1D6615;
}
#main-nav-container2 a.main-nav-on, #main-nav-container2 a.main-nav-on:hover {
	color: #D9F5D6;
	border: 1px solid #195013;
	background-color: #195013;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#subdesc {
	background-color: #195013;
	padding: 2px 20px 2px 20px;
	color: #D9F5D6;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #D9F5D6;
}
div.sub-chicago {
	background-image: url(/images/cabn/conf/headbg-chicago.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div.sub-sanfran {
	/*background-image: url(/images/cabn/conf/headbg-sanfran.gif);
	background-position: left;
	background-repeat: no-repeat;*/
}
div.sub-highlights {
	background-image: url(/images/cabn/conf/headbg-highlights.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#gbconf-home-graphic {
	text-align: center;
}
/* the main (full width) container */
#main-body-container {
	margin: 10px 5px 5px 5px;
}
/* contents1 - left nav column */
#main-body-contents1 {
	margin-top: 5px;
	width: 180px;
	float: left;
}
/* contents2 - center main body contents */
#main-body-contents2 {
	width: 398px;
	float: left;
	margin: 0px 5px 0px 5px;
}
/* contents3 - right body contents */
#main-body-contents3 {
	margin-top: 5px;
	width: 175px;
	float: right;
	color: #000000;
}
/* spacer - it's a necessary hack */
.spacerdiv {
	clear: both;
}
/* footers */
#footer-cabn {
	width: 774px;
	text-align: center;
	background-color: #9FC528;
	padding: 2px;
}
#footer-ca {
	color: #222222;
	font-size: 10px;
	width: 778px;
	padding-top: 10px;
	text-align: center;
}
/* sidebar nav */
div.gbconf-navbutton {
	margin-bottom: 6px;
}
/* IMAGES: Inline Image Classes */
img.InlineImageLeftNoBorder {
	margin: 0px 6px 0px 0px;
}
img.InlineImageRightNoBorder {
	margin: 0px 0px 0px 6px;
}
img.InlineImageLeftBorder {
	border: 1px solid #003366;
	margin: 0px 5px 0px 0px;
}
img.InlineImageRightBorder {
	border: 1px solid #003366;
	margin: 0px 0px 0px 5px;
}
img.InlineImageLeftDimBorder {
	border: 1px solid gray;
	margin: 0px 5px 0px 0px;
}
img.InlineImageRightDimBorder {
	border: 1px solid gray;
	margin: 0px 0px 0px 5px;
}
/* PAGE TOOLBOX */
#PageTools1 {
	width: 158px;
	font-size: 11px;
	padding: 4px;
	margin: 0px 0 15px 0;
	border: 2px solid #EEEEEE;
}
#PageTools1 a:link, #PageTools1 a:visited {
	display: block;
	color: #020202;
	padding: 2px 0 2px 0;
}
#PageTools1 a:hover, #PageTools1 a:visited:hover {
	background-color: #ECF3F9;
	text-decoration: none;
}
/* Sponsors Column */
#gbconf-sponsors-main {
	position: absolute; 
	top: 20px;
	left: 790px;
	width: 100px;
	text-align: center;
	color:#000000;
}

